|
|
发表于 2006-8-21 13:12:18
|
显示全部楼层
>> 感谢,xset似乎和kpowersave里的设置是一回事,dpms的power off,也不是真正的关闭
>>屏幕,只是让屏幕变黑,反正我的笔记本是这样的,我是radeon 9600m,不知道是不是跟显卡有关
if u want to shutdown the power of your laptop screen, you need the following operations:
Need to add some options in your /etc/X11/{XF86Config|xorg.conf}
Section "Monitor"
Option "DPMS" "true"
EndSection
if you have a nvidia card, need this:
Section "Device"
Option "DPMS"
EndSection
then, you can use xset to shutdown the power of your screen instead of blanking it. |
|