X-window下如何设定Linux的控制台休眠

2008-02-23 07:20:14来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

X window 下

Put the next two line in your .xinitrc (15 mins to turn off your monitor)

xset s 300 xset s power 600 900

S3 的 X 有这个功能. 在 XF86Config 加:

Section "Device" Identifier "s3-Virge" VendorName "Winfast" BoardName "s3-Virge" VideoRam 2048 Option "power_saver" ### ^^^^^^^^^^^^^^^^^^^^^^^^^^ ### 加这一行 EndSection

Section "Screen" Driver "accel" Device "s3-Virge" Monitor "mag17"

BlankTime 5 SuspendTime 15 OffTime 30 ### ^^^^^^^^^^^^^^ ### 加这三行

另外用 xset 也可以变更这三个参数, 例如 xset s 300 5 s blank s power 900 1800

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Linux各种发行版简易说明

下一篇:Redhat 7.x 中xinetd完全指南