X and Fluxbox :: how to switch off screen saver?



my dsl hd installation switches off the display after a while ( monitor standby ).
how can i disable this and how can i manipulate the deactivation time ?

Use:
xset s 0 to switch it off (replace 0 by the number of ms you want to modify the deactivation time).
Don't forget to add this command to your .xinitrc if you want to save it.

thank you verry much, i will try it.
but ms seems to be a mistake, it must be seconds ???

xset s off off

To check> xset q
it should look like this

Screen Saver:
 prefer blanking:  yes    allow exposures:  yes
 timeout:  0    cycle:  0

You are right fatal error: it's seconds and not ms.

To be more precise the xset s option accepts up to two numerical parameters (The length and period parameters). If only one numerical parameter is given, it will be used for the length. The lenght determines how long the server must be inactive for screen saving to activate, and the period determines the period to change the background pattern to avoid burn in. Of course when setting the lenght to 0 or off there is no need to modify the period.

Next Page...
original here.