Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Trying to configure Radeon card
Date: Sat, 16 Oct 2010 10:08:51
Message-Id: i9bqqu$iks$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: Trying to configure Radeon card by Jeff Cranmer
1 On 10/16/2010 05:24 AM, Jeff Cranmer wrote:
2 > OK, so let's have a go at the ATI drivers again.
3 >
4 > First, get rid of the open source ati drivers
5 > emerge --unmerge -av radeon-ucode xf86-video-ati
6 >
7 > Editing the /etc/make.conf file to change the last line to
8 > VIDEO_CARDS="fglrx"
9
10 Make sure you use this:
11
12 VIDEO_CARDS="fglrx fbdev vesa"
13
14 IIRC, fglrx needs parts of vesa and fbdev too, and crashes without them.
15 Unfortunately, portage does not take care of this crucial dependency
16 automatically; you have to do it yourself.