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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to