Talk:DPMS: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
 
 
Line 6: Line 6:
  /usr/bin/xset -d :0 s off
  /usr/bin/xset -d :0 s off
  /usr/bin/xset -d :0 -dpms
  /usr/bin/xset -d :0 -dpms
== screen going black / blanking ==
ref
* http://copilotco.com/mail-archives/mythtv.2009/thrd12.html#07788

Latest revision as of 10:37, 6 March 2014

disable screen blanking

add to /etc/rc.d/rc.local file:

/usr/bin/xset -d :0 s noblank
/usr/bin/xset -d :0 s off
/usr/bin/xset -d :0 -dpms

screen going black / blanking

ref