On Mon, 2012-11-19 at 12:10 +0100, Silvio Siefke wrote: > On Mon, 19 Nov 2012 02:41:56 +0000 (UTC) > Chí-Thanh Christopher Nguyễn <[email protected]> wrote: > > > If the kernel is configured correctly, "cat /proc/fb" should return > > "0 radeondrmfb". > > gentoo-desk linux # cat /proc/fb > 0 ATI Radeon 4966
That looks like radeonfb, which conflicts with radeon KMS. You can disable it at runtime by passing video=radeonfb:off on the kernel command line, or at build time by disabling CONFIG_FB_RADEON. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI developer _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: [email protected]
