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 606457 - BadRequest from the X server
BadRequest from the X server
Status: RESOLVED DUPLICATE of bug 554263
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-08 22:37 UTC by Matthias Clasen
Modified: 2010-01-09 00:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (642 bytes, patch)
2010-01-08 22:37 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2010-01-08 22:37:31 UTC
Created attachment 151070 [details] [review]
patch

We are seeing some crashes of gnome-settings-daemon, where 'exotic' X servers (like freenx) are used, where GetScreenResources requests are answered with a BadRequest error. 

See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=551780

Looking at the randr spec, GetScreenResources is a 1.2 addition. The docs for gnome_rr_screen_new state that it returns NULL if the extension is missing or < 1.2. But looking at the code, the version check is missing.
Comment 1 Matthias Clasen 2010-01-09 00:12:38 UTC

*** This bug has been marked as a duplicate of bug 554263 ***