I wasn't able to launch X with the "radeon" driver on my PowerMac G5. I had a problem with Xorg server choosing the wrong PCI slot for my graphics card, described here: https://bugs.freedesktop.org/show_bug.cgi?id=98524 BusID disregarded in xorg.conf in dual graphics card and single monitor setup So I ended up disabling the NVIDIA card (which caused the problem above) with the following udev command line: ACTION=="add", KERNEL=="0000:0a:00.0", SUBSYSTEM=="pci", RUN+="/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:0a:00.0/remove'" And now the X server could choose the only right PCI slot for the graphics card, but the server still won't start, from the Xorg.0.log (attached below), I can see that the X server has chosen the right driver through probing - as I do not have any xorg.conf that specifies to use the "radeon" driver. Attached above: - Xorg.0.log - dmesg outputs (grep'd "fb" and "radeon") - /proc/fb content - lspci output
Created attachment 127665 [details] Xorg.0.log (full)
Created attachment 127666 [details] lspci output
Created attachment 127667 [details] /proc/fb content
Created attachment 127668 [details] dmesg, grep'd "fb"
Created attachment 127669 [details] dmesg, grep'd "radeon"
The "[KMS] Kernel modesetting enabled." message means that the driver's probe hook succeeded, so this is a Xorg issue. Resolving as a duplicate of your bug 98524, as those symptoms look basically the same there. Note that IIRC there was already at least one earlier report about the same issue. *** This bug has been marked as a duplicate of bug 98524 ***
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.