https://bugs.freedesktop.org/show_bug.cgi?id=47066
--- Comment #11 from Brian Paul <bri...@vmware.com> 2012-03-07 13:44:33 PST --- What's the output of glxinfo if you set DISPLAY=":0"? Does it list both screens one after the other? Also, please try "glxinfo -b" with DISPLAY=":0.0" and ":0.1". Otherwise, I think the bug might be in glxinfo itself. Here's the code to loop over the screens: numScreens = ScreenCount(dpy); print_display_info(dpy); for (scrnum = 0; scrnum < numScreens; scrnum++) { For display=":0.1" I have a feeling that numScreens = 1 and scrnum is always zero so we're only querying the 0th screen. I'll attach a patch to glxinfo for you to try. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev