Am Dienstag, 27. Dezember 2005 21:11 schrieb Jens Daniel Schmidt: > Daniel Bauer wrote: > > After 4 Minutes the screen saver starts, but a certain time later the lcd > > monitor gets turned off (at least getting black), after moving the mouse > > it comes back again. > > > > How can I avoid this turing-off? > > > > In KDE I have turned the "energy save" mode to off. I have also unmarked > > all the suspend things in Yast. > > This annoyed me as well. So I created the following script: > > $ cat bin/nosaver > #!/bin/sh > > xset s off > xset -dpms > > > Ciao, > Daniel
Thanks, this works. I thing "xset s off" will turn off the screen saver as well (?), so I just enter " xset -dpms". This works. Do you start this script manually every time after boot? How can I make it start automatically? Isn't there a methos to disable dpms deginitively? I looked at /etc/X11/xorg.conf and /etc/X11/xorg.conf, but both files contain the sentence # Automatically generated by [ISaX] (7.1) # PLEASE DO NOT EDIT THIS FILE! So, I don't. Anyway, I wouldn't know, what exactly to change or add... Any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
