Post subject: [Solution] Screen blanks after 10 minutes of idle
Posted: Fri Aug 14, 2009 3:38 am
Joined: Sun Jun 28, 2009 4:48 pm Posts: 35
eeePC model: 1000HE
Aurora version: Other
I noticed that after 10 minutes of inactivity, my screen went blank. Xscreensaver is not loaded and of-course gnome-power-management is not loaded. Did some research and found "X" enables some kind of Display Power Management.
I found a solution via google:
Code:
gksu leafpad /etc/X11/xorg.conf
Add the following:
Code:
Section "ServerFlags" Option "BlankTime" "0" #This blanks screen; 0=Do not blank Option "StandbyTime" "0" #This is DPMS; 0=Do not put in standby after n min Option "SuspendTime" "0" #DPMS; 0=Do not put in suspend after n min Option "OffTime" "0" #DPMS; 0=Do not shut Off after n min EndSection
Note: If you already have a "ServerFlags" section, just add the "Option" lines before "EndSection"
I hope this helps.
_________________ 1000HE, 64G SSD, 2G G. Skill, PNY 32GB-sdhc class-4, Debian main sid 2.6.32-3-686 SSD Optimization DebianEeePC
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum