Bug 233735
| Summary: | Xinerama: XineramaQueryScreens() returns only the first screen | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Andres <jandres> | ||||||
| Component: | xorg-x11-server | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||
| Status: | CLOSED CANTFIX | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | mcepl, mcepl | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-03-26 16:07:28 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jan Andres
2007-03-24 10:36:54 UTC
Created attachment 150822 [details]
The test program mentioned in the report
Created attachment 150823 [details]
My xorg.conf
Update: not fixed by upgrading to Nvidia version 9755. The problem is that screenInfo.numScreens within the X server is 0. Trying to figure out why... Okay, got the last one wrong. screenInfo.numScreens was in fact correctly initialized. The problem was that PanoramiXNumScreens wasn't, because PanoramiXExtensionInit() was never called. And it's correct that it wasn't, as Xinerama isn't enabled in xorg.conf. So, the actual source of the problem is that the server reports Xinerama to be enabled although it actually isn't, and the Xinerama extension then of course isn't working properly. Hi, Jan, we really cannot support 3rd party proprietary "nvidia" video driver, and there is no way how to persuad us that the bug is in our Xserver and not in their drivers. So, I am closing this for now as CANTFIX (because we really cannot fix it), and when you will be able to reproduce the bug with nv (or vesa) drivers, feel free to reopen this bug (while attaching to this bug uncompressed separate attachments of /etc/X11/xorg.conf and /var/log/Xorg.0.log demonstrating the problem). Thanks a lot, and sorry that I cannot help you immediately. |