You are not logged in.
Pages: 1
Dear all,
Does Xfce support the capability to power-of the screen after system idles for a while, without any screensaver packages installed?
Regards.
Offline
No, but X does.
[code=xorg.conf]
Section "ServerFlags"
Option "StandbyTime" "5"
Option "SuspendTime" "10"
Option "OffTime" "20"
EndSection
[/code]
And add this to your monitor section (and maybe your video card device section):
[code]
Option "dpms" "true"
[/code]
Offline
Pages: 1
[ Generated in 0.014 seconds, 11 queries executed - Memory usage: 517.87 KiB (Peak: 519.15 KiB) ]