GNOME Bugzilla – Bug 723606
Backlight controls use wrong XRANDR output property name
Last modified: 2014-02-05 10:05:12 UTC
Brightness controls are set using the "BRIGHTNESS" XRANDR output property. This should be "Brightness" according to the XRANDR spec [1]. Some drivers (Intel) export both properties and some only the specified property (nvidia). Users of drivers that only export the specified property cannot change their brightness using brightness keys or see any brightness settings in gnome-control-center. [1] http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt section 9.1
Created attachment 268067 [details] [review] Use specified output property name for brightness Note this doesn't support the BRIGHTNESS output property anymore. Potentially there might be drivers that only use this.
Review of attachment 268067 [details] [review]: Good catch. It is "Backlight" not "Brightness" though, so fix the commit message (maybe add some body and not just a subject) and push.
Updated commit message and pushed as 6b7f7c66ecd93346f0513dd705d95fb6caf13741. Thanks for the review!