F10 -- can't enable DPMS power save

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



After upgrading to Fedora 10, I can't seem to set one of my laptops to automatically power its LCD backlight off, when idle.

The only settings that I can find in Gnome menus are System → Preferences → Look And Feel → Screen Saver, which runs gnome-screensaver. I have "Activate screensaver when computer is idle" checked. Under "Power Management" I have "Put display to sleep when inactive for 20 minutes", "Set display brightness to: 0%", and "Dim display when idle" checked.

However, the laptop's LCD backlight stays off.

"xset q" shows the following:

DPMS (Energy Star):
 Standby: 0    Suspend: 0    Off: 0
 DPMS is Enabled
 Monitor is On

So, despite the screensaver settings, x.org still has its DPMS knobs turned off. After RTFMing, I manually add the following to xorg.conf:

Section "ServerFlags"
       Option      "BlankTime" "20"
       Option      "StandbyTime" "20"
       Option      "SuspendTime" "20"
       Option      "OffTime" "20"
EndSection

and

       Option      "dpms" "yes"

in the Monitor settings. After restarting X, xset still shows that the DPMS knobs are off.

"xset force dpms off" turns off the backlight immediately, so x.org definitely knows what to do with my hardware, it just doesn't seem to do it automatically. This laptop is driven by x.org's radeon driver, the chip is RV250.


Attachment: pgpG7VmnNRfAJ.pgp
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux