https://bugs.freedesktop.org/show_bug.cgi?id=97987

--- Comment #9 from Michel Dänzer <[email protected]> ---
(In reply to erhard_f from comment #7)
> [   10.851080] radeonfb (0000:f0:10.0): ATI Radeon 4150 "AP"
> [   10.851081] radeonfb_pci_register END
> [   12.484886] [drm] radeon kernel modesetting enabled.

radeonfb initializes first, so the radeon driver cannot initialize in KMS mode.
You need to prevent radeonfb from initializing before the radeon driver, either
via something like video=radeonfb:off on the kernel command line, or by
preventing the radeonfb module from loading at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to