https://bugzilla.novell.com/show_bug.cgi?id=481863 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481863#c6 --- Comment #6 from Stefan Dirsch <sndirsch@novell.com> 2009-03-04 12:30:13 MST --- Ok. So this one in libXrandr. commit 70d641c6d170cda44856579dfdcb42d3bb1f8221 Author: Keith Packard <keithp@keithp.com> Date: Fri Jan 30 20:12:43 2009 -0800 Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request Using X_RRGetOutputProperty does not yield success here. Signed-off-by: Keith Packard <keithp@keithp.com> diff --git a/src/XrrOutput.c b/src/XrrOutput.c index 0c39a31..18863bd 100644 --- a/src/XrrOutput.c +++ b/src/XrrOutput.c @@ -176,7 +176,7 @@ XRRGetOutputPrimary(Display *dpy, Window window) LockDisplay(dpy); GetReq (RRGetOutputPrimary, req); req->reqType = info->codes->major_opcode; - req->randrReqType = X_RRGetOutputProperty; + req->randrReqType = X_RRGetOutputPrimary; req->window = window; if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.