Since openSUSE 11.2 I have had an issue which seems to be powersaving thing, but I haven’t got any powersaving settings enabled. I use gnome. Gnome-screensaver is disabled from gnome-screensaver-preferences, and also gnome-power-preferences are set to “Never”. And yet my screens are turning black every time I leave my keyboard for a moment.
How to prevent this? I don’t want my screens to powersave without my permission. I want them on all the time. Is there some new settings in openSUSE 11.2?
Just a guess here - possible DPMS issue? Can you disable in BIOS? Some screen savers can invoke this behaviour, so make sure this is disabled first. The DPMS option used to appear as an in xorg.conf (Monitor section), but in many cases this file is not required now.
The following command should tell you if DPMS is disabled or not
xset q|grep DPMS
If enabled, try disabling with
xset -dpms
Not sure if you need to be root for it to work. Check status again to confirm. Report back.
BTW, other possible useful xset commands:
xset s off
xset s noblank
Thanks for update. One more thing though: This commands effects will not be persistent. When you boot up next, you will need to invoke the command again, so you could put the xset commands in a startup script.