首页
> 系统管理 > Linux > 正文
X-window下如何设定Linux的控制台休眠
本文出自: http://www.csuu.com (2001-05-24 10:08:00)
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
(
http://www.fanqiang.com
)
进入【
UNIX论坛
】
相关文章
在X-windows下可以设置墙纸吗?
(2001-07-14 20:05:00)
X-Window中如何设置字体
(2001-06-12 11:00:00)
X-Window 编程 API
(2001-06-08 11:00:01)
如何改变X-WINDOW的分辨率?
(2001-06-07 18:08:00)
X-Window System入门
(2001-06-07 07:00:00)
X-window下如何设定Linux的控制台休眠
(2001-05-24 10:08:00)
设置和修改X-Window的显示模式
(2001-05-10 10:04:41)
Linux X-Window显卡配置通用解决方法
(2001-05-10 10:03:09)
Linux X-Window配置指南
(2001-05-10 10:00:49)
★ 樊强制作 欢迎分享 ★