the only thing I have to do after recompiling and installing new kernel is to replace
radeon.o kernel module by new one made from newer sources downloaded from X11 web
like this:
tar xvfz linux-drm-4.3.0-kernelsource.tar.gz cd drm make -f Makefile.linux cp radeon.o /lib/modules/new-kernel/kernel/drivers/char/drm
or just:
USE="-* radeon" emerge xfree-drm
This compiles just the DRM part of the XFree86 sources for you, and selects the chosen driver, (as specified by your USE flags).
MAL
-- [EMAIL PROTECTED] mailing list
