After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582142 - gnome-power-manager should also do runtime detection of xrandr-1.3 features
gnome-power-manager should also do runtime detection of xrandr-1.3 features
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-05-11 09:19 UTC by Priit Laes (IRC: plaes)
Modified: 2009-05-11 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gpm-check-xrandr-13-features.patch (3.04 KB, patch)
2009-05-11 09:23 UTC, Priit Laes (IRC: plaes)
committed Details | Review

Description Priit Laes (IRC: plaes) 2009-05-11 09:19:15 UTC
Currently gpm only does compile-time check to see whether xrandr-1.3 is supported. 

It is also possible to have only xrandr-1.2 protocol supported by xserver when libXrandr-1.3 is installed and when this happens gnome-power-manager crashes on startup.

See also https://bugs.gentoo.org/show_bug.cgi?id=268021
Comment 1 Priit Laes (IRC: plaes) 2009-05-11 09:23:48 UTC
Created attachment 134384 [details] [review]
gpm-check-xrandr-13-features.patch
Comment 2 Richard Hughes 2009-05-11 11:06:42 UTC
Please commit.
Comment 3 Priit Laes (IRC: plaes) 2009-05-11 13:13:56 UTC
Committed to master and gnome-2-26 branches.