Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Disable Video ScreenSaver

4 bytes removed, 12:10, 27 September 2012
no edit summary
X Server has own self screensaver that is controlled by xset command, the X Server screensaver default value is set to 10 minutes.
The xset command provides a set of options for control the screensaver, execute the command and read the help provided.<pre>xset --help</pre>Example to disable the screensaver:
<pre>xset -display localhost:0 s off</pre><div>You can create your persistent rule using the xorg.conf file under&nbsp;Section "ServerLayout"</div><div></div>
== Useful links ==
<div>[http://www.shallowsky.com/linux/x-screen-blanking.html http://www.shallowsky.com/linux/x-screen-blanking.html]</div><div>[http://www.jwz.org/xscreensaver/man1.html http://www.jwz.org/xscreensaver/man1.html]<br></div>