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: Mon, 25 May 2009 05:00:26
Message-Id: gvd8kb$vhv$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 > It tries to load "ati" on its own when I run "startx" with no
3 > xorg.conf. Not my idea.
4
5 "ati" is a wrapper which tries to detect which driver to load.
6
7
8 > I'm not aware of having done anything to specify "ati", so I don't
9 > know how to stop it. My focus on ati-drivers came from the fact that
10 > portage really wants to compile it.
11
12 Only if you have "fglrx" in VIDEO_CARDS (in make.conf).
13
14
15 > BTW: video is an integrated ATI Rage XL on the motherboard, so it's a tad old.
16 > When I run aticonfig --initial, it says
17 > aticonfig: No supported adapters detected
18 >
19 > So I tried putting the driver in xorg.conf, and using a modified
20 > version of what worked with the old server, arrived at
21 > Section "Device"
22 > Identifier "ati-internal"
23 > Driver "fglrx"
24 > EndSection
25 >
26 > RESULTS: fglrx loads, but does not see the adapter.
27
28 fglrx is for Radeon and FireGL cards, not Rage.
29 x11-drivers/xf86-video-r128 should be for your board. Try to modify
30 your VIDEO_CARDS like this:
31
32 VIDEO_CARDS="r128 fbdev vesa vmware"
33
34 and then emerge -auDN world. Since you don't need ati-drivers, unmerge it.
35
36 For the undefined symbols, feel free to open a new thread.

Replies