Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Turn off DPMS in xorg.conf
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
grant123
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1080

PostPosted: Mon Dec 08, 2014 4:42 pm    Post subject: Turn off DPMS in xorg.conf Reply with quote

Does anyone know why this isn't working to disable DPMS? Here is my entire xorg.conf:

Code:
Section "Device"
        Identifier "Device"
        Driver "intel"
        Option "AccelMethod" "sna"
        Option "TearFree" "true"
EndSection

Section "Monitor"
       Identifier "Monitor"
       Option "DPMS" "false"
EndSection

Section "ServerFlags"
        Option "BlankTime" "3"
EndSection


'xset q' still shows DPMS enabled.
Back to top
View user's profile Send private message
irafiral
n00b
n00b


Joined: 31 Jan 2005
Posts: 29
Location: Germany

PostPosted: Mon Dec 08, 2014 4:54 pm    Post subject: Reply with quote

works for me
[code]
Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection
[/code]
Back to top
View user's profile Send private message
grant123
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1080

PostPosted: Mon Dec 08, 2014 4:58 pm    Post subject: Reply with quote

Yep that works but I want 'xset q' to say 'DPMS is Disabled'.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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