Powersaving loswerden: ein Versuch

Diese Tipps folgender Seite befolgt:
http://ubuntuforums.org/showthread.php?t=1509275

Re: Monitor goes to sleep… can’t disable „powersave/screensaver“
Finally found a „solution“ to this, dont know if anyone is interested in what i did, but this might happen to someone else so i figure i post what i did…

One of the following solutions should have been enough but it wasent, this is what i had to do to disable the „screen powersave“ mode (i know run KDE desktop but i think this should work in GNOME as well.

in file: /etc/rc.local
added following: —- habe ich vor dem exit 0 eingefügt
sh -c ’setterm -blank 0 -powersave off -powerdown 0 < /dev/console > /dev/console 2>&1′
sh -c ‚xset -dpms‘

in file: /etc/init.d/local — musste ich erstellen und +x setzen
added following.
sh -c ’setterm -blank 0 -powersave off -powerdown 0 < /dev/console > /dev/console 2>&1′

Then as the user that i run KDE as i added a startup application and added the following command: —- in /home/BENUTZER/.kde/env/DPMS-off.sh und +x
xset dpms 0 0 0 -dpms s off s 0 0 s noblank s noexpose

Works for me hope this can be of help for anyone else it sure took me a while to figure out a way around this f* bug..

/Anders