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 22:31:51
Message-Id: gveqt9$g8t$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 > On Sun, May 24, 2009 at 11:36 PM, Adam Carter <Adam.Carter@×××××××××.au> wrote:
3 >>> RESULTS: fglrx loads, but does not see the adapter. There's also a
4 >>> problem with the mouse driver -- some undefined symbol.
5 >> Have you rebuilt your kernel after emergeing xf86-input-mouse? If so you probably need to re-emerge xf86-input-mouse.
6 >>
7 >
8 >
9 > Hmm. These have been helpful.
10 >
11 > In make.config, I changed to
12 > VIDEO_CARDS="r128 vga fbdev vesa"
13 > and recompiled xorg-server.
14
15 Make sure you also have ATI Rage support enabled in the kernel (built-in
16 or module; in case of module make sure it's loaded).
17
18 Also, try this xorg.conf:
19
20 Section "ServerLayout"
21 Identifier "Simple Layout"
22 Screen 0 "Screen 1" 0 0
23 EndSection
24
25 Section "Monitor"
26 Identifier "Monitor 1"
27 EndSection
28
29 Section "Device"
30 Identifier "ATI Rage"
31 Driver "r128"
32 EndSection
33
34 Section "Screen"
35 Identifier "Screen 1"
36 Device "ATI Rage"
37 Monitor "Monitor 1"
38 DefaultDepth 24
39 SubSection "Display"
40 Viewport 0 0
41 Depth 24
42 EndSubSection
43 EndSection
44
45 Section "DRI"
46 Mode 0666
47 EndSection

Replies