I tryed to port the xbox nvidia driver to the modular-x server. While the port i have seen thet the LinuxOS pci scanning is broken. You can force the XServer to use the linux facility by the following config entry : Section "ServerFlags" Option "PciProbe1" "false" Option "PciProbe2" "false" Option "PciForceConfig1" "false" Option "PciForceConfig2" "false" Option "PciOsConfig" "true" EndSection I have atached 4 files. A patch with a fix. Xorg.0.log.6.8.2: A start with xorg 6.8.2. Xorg.0.log.modularx.fail: A start with modular Xserver without the patch. Xorg.0.log.modularx: A start with modular Xserver with the patch. Specialy look at the found pci resources in the log files and you'll see the problem. The patch is against xorg-server-0.99.1.tar.bz2.
Created attachment 3015 [details] Xorg.0.log.6.8.2
Created attachment 3016 [details] Xorg.0.log.modularx.fail
Created attachment 3017 [details] Xorg.0.log.modularx.afterpatch
Created attachment 3018 [details] [review] fix-linux-os-pci.patch
This is the same as the last patch attached to 2373. 2373 was what introduced this problem.
*** Bug 4533 has been marked as a duplicate of this bug. ***
https://bugs.freedesktop.org/show_bug.cgi?id=2373#c48
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.