Description of problem: When starting X dri gets disabled because X is unable to open i915. Xorg.0.log reports: drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) Version-Release number of selected component (if applicable): FC6-Test3 How reproducible: always Steps to Reproduce: 1. Install FC6Test3 in a Q965/G965/G946 (broadwater) system 2. start x 3. Actual results: Direct Rendering gets disabled (failed) Expected results: Direct rendering should be enabled Additional info: Same distro (moving the hdd) works ok in a 945 chipset
Created attachment 136787 [details] Xorg log
Created attachment 136788 [details] lspci output
Created attachment 136789 [details] dmesg output
Created attachment 136790 [details] Functional sources Recompiling just the drm and i915 modules with the attached files fixes the problem.
Oops, never mind :-( I was reading the changelog for a newer kernel than the one I was running. The kernel in FC6 Test3 did not have the changes required for Broadwater support (linux-2.6-drm-i965.patch). I just tested 2.6.18-1.2699.fc6 and the 3D module loads i915 fine. I am sorry for the confusion.