Damn Small Linux - Not!
The forum for DSL-N
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to use DPMS to turn your Screen Off

 
Post new topic   Reply to topic    Damn Small Linux - Not! Forum Index -> DSL-N Tips and Tricks
View previous topic :: View next topic  
Author Message
Juanito



Joined: 11 Sep 2006
Posts: 88
Location: Dubai, U.A.E.

PostPosted: Tue Oct 10, 2006 6:19 am    Post subject: How to use DPMS to turn your Screen Off Reply with quote

If your monitor is DPMS (Display Power Management Signaling) compliant and if you use XFree86.dsl with DSL-N (or DSL) you can use the DPMS option to turn off your screen after a set amount of time to save energy/laptop battery life. Hitting any key will switch the screen back on again

Edit the /etc/X11/XF86Config-4 file:

In the "ServerLayout" section you need to add the lines (where the number in quotes, eg "10" = minutes of inactivity before the action happens)

Option "StandbyTime" "7"
Option "SuspendTime" "7"
Option "OffTime" "10"

In the "Monitor" section add the line

Option "DPMS"

As an example, the relevent sections of my XF86Config-4 file become as follows:

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
[b]Option "StandbyTime" "7"
Option "SuspendTime" "7"
Option "OffTime" "10"[/b]
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
[b]Option "DPMS"[/b]
HorizSync 30-95
VertRefresh 50-152
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Damn Small Linux - Not! Forum Index -> DSL-N Tips and Tricks All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group