

Code: Select all
mv /usr/X11R6/lib/X11/icons/default /usr/X11R6/lib/X11/icons/THESE_CURSORS_SUCK Have you also emerged 'xfree-drm'? I've expereineced similar problems with old DRM modules.praxim wrote:I upgraded, and I really don't like it. The radeon driver seems entirely messed up- when going into X, my console text gets entirely messed up, spitting corrupted characters all over before finally switching into X proper.

Didn't get that error but here's a workaround:deribin wrote:when I'm trying to emerge "xfree-drm",
I got the followed error:
Code: Select all
src_install() {
einfo "installing DRM..."
cd ${S}/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel
make -f Makefile.linux radeon.o \
TREE="/usr/src/linux/include" \
KV="${KV}" DESTDIR="${D}" \
install || die
}