Hi, There's more than "xset s off" to it. I can only blank my screen using StandbyTime (using native xorg.conf screenblanking) which is not turned off by "xset s off". -dpms is needed to turn off StandBy'ing the screen.
My xorg.conf contains this entry: Section "ServerLayout" ... Option "StandbyTime" "1" ... EndSection and my xine wrapper script looks like this: #!/bin/sh /usr/bin/xset -dpms s off xine $@ /usr/bin/xset +dpms s on Now the "X screensaver/blanker" is switched off and on properly (I know "s off" is superfluous in this case, I just let it linger for clarity's sake). Regards, Martin van Es -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org