Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-10-13 13:47:22

cyt
Member
Registered: 2005-10-07
Posts: 1

About screen saver...?

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

#2 2006-10-14 16:17:11

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: About screen saver...?

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

Board footer

Powered by FluxBB