You are not logged in.
Pages: 1
Hi. Please, how make the display still on when netbook is inactive? I uninstalled Xscreensaver and run Xfce Power Manager, everywhere is set to Nothing, but after 15min inactivity display switch off. Is there a file where it can be changed?
Last edited by akisha (2013-06-10 10:31:21)
Offline
You problem reminds me of this thread here. I remember in the distant past having problems with uninvited screen-blanking. I don't recall if I changed anything for Power Manager. But to disable dpms screen-blanking, I have these commands run during startup...
xset -dpms # turn off dpms power-management
xset s 0 0 # set the length and period of the screensaver's Blanktime to 0 and 0
xset s off # turn off screensaver
xset s noblank # turn off screen blanking
Offline
akisha you don't say what version or distro you are using but some distros have a problem with systemd and the power manager not co-operating, e.g. see this thread on Fedora 18 - https://forum.xfce.org/viewtopic.php?id=8090. Could this be your problem?
Offline
Thanks for reply. Yes, I have Fedora 18 with Xfce 4.10, but sound and everything runs, only screen turns off.
But I found a solution in:
xset s 0 0 # set the length and period of the screensaver's Blanktime to 0 and 0
Thank you so much!
Offline
I put those xset commands in the startx script, but still no joy. After Xfce starts up I run the terminal emulator and check the settings with xset -q and blanking is still on. Any ideas?
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 528.95 KiB (Peak: 530.23 KiB) ]