Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict
Date: Tue, 26 May 2009 09:50:45
Message-Id: gvge0o$8rv$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict by Kevin O'Gorman
1 Kevin O'Gorman wrote:
2 >> Re: glx, what happens if you run 'eselect opengl list'?
3 >>
4 >
5 > there are two listed, ati and xorg-x11. xorg-x11 is selected.
6
7 That means you have not removed ati-drivers. It might be they interfere
8 with X. First, unload them:
9
10 modprobe -r fglrx
11
12 Then uninstall them:
13
14 eselect opengl set xorg-x11
15 emerge -C ati-drivers
16
17 And then remove what's left of them:
18
19 rm -r /etc/ati
20 rm /lib/modules/YOUR_RUNNING_KERNEL/video/fglrx.ko
21
22 I hope you have done an "emerge -auDN world" after you changed the
23 VIDEO_CARDS settings in make.conf?

Replies