persistent screen saver problem
Charles Jones
charles.jones at ciscolearning.org
Sun Jul 13 13:44:23 MST 2008
Charles Jones wrote:
> I have a CentOS laptop that is running firefox in kiosk mode (which
> rotates various system displays and metrics). I'm having problems
> disabling the screen blanking. Not only is it blanking the screen, but
> some time after that is does a DPMS powerdown of the display as well.
>
> So far I have tried:
> Disabling the screensaver
> Disabling power management
> Verified that apmd is not running
> xset s off
> setterm -blank 0 -powersave off 0powerdown 0
> checked the BIOS for any power management stuff in there
>
> None of it had any effect! Any suggestions?
>
I have additionally tried:
Adding this to xorg.conf
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Totally removing screensaver and power manager packages
rpm -ev gnome-screensaver
rpm -ev gnome-power-manager
Still no luck!
More information about the PLUG-discuss
mailing list