Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict
Date: Sun, 24 May 2009 15:38:59
Message-Id: 9acccfe50905240838ubcccec1m397f462b96b03517@mail.gmail.com
In Reply to: [gentoo-user] Re: x11-base/xorg-server-1.5.3-r5 with x11-drivers/ati-drivers-8.552-r2 -- file conflict by Nikos Chantziaras
1 Summary: still hosed, and I'm still confused, and Xorg is having
2 trouble seeing the video adapter and with loading the mouse driver.
3
4 On Sat, May 23, 2009 at 10:30 PM, Nikos Chantziaras <realnc@×××××.de> wrote:
5 > Kevin O'Gorman wrote:
6 >>
7 >> Getting desperate....
8 >>
9 >> Anyway, with no xorg.conf, I see
10 >> ============= screen stuff starts
11 >> treat ~ # startx
12 >> xauth:  creating new authority file /root/.serverauth.6892
13 >>
14 >>
15 >> New driver is "ati"
16 >
17 > The driver from ati-drivers is "fglrx", not "ati".  "ati" doesn't even
18 > really exist anymore, it's a wrapper between "radeon" and the old "mach64"
19 > drivers for non-Radeon cards.
20 >
21 > For Radeon cards, there are "fglrx" (in ati-drivers binary package),
22 > "radeon" (in xf86-video-radeon package) and "radeonhd" (in
23 > xf86-video-radeonhd package).
24 >
25 > For "fglrx" to be loaded, you *really need* a section for it in xorg.conf.
26 > It will *never* get auto-loaded. Ever. Either you put that by hand in
27 > xorg.conf or automatically with aticonfig --initial. If you don't, that
28 > driver will *never* be loaded.
29 >
30
31 It tries to load "ati" on its own when I run "startx" with no
32 xorg.conf. Not my idea.
33
34 I'm not aware of having done anything to specify "ati", so I don't
35 know how to stop it. My focus on ati-drivers came from the fact that
36 portage really wants to compile it. I'm not sure how it knows I have
37 ATI, not for instance an Nvidia adapter -- probably something I did in
38 2002 when I first installed gentoo.
39
40 BTW: video is an integrated ATI Rage XL on the motherboard, so it's a tad old.
41 When I run aticonfig --initial, it says
42 aticonfig: No supported adapters detected
43
44 So I tried putting the driver in xorg.conf, and using a modified
45 version of what worked with the old server, arrived at
46 Section "Device"
47 Identifier "ati-internal"
48 Driver "fglrx"
49 EndSection
50
51 RESULTS: fglrx loads, but does not see the adapter. There's also a
52 problem with the mouse driver -- some undefined symbol.
53
54 Not seeing the adapter scares me a bit. Could it be that my system is
55 no longer supported?
56
57 Ouput from "startx" (in part):
58 ==================== tail of log file
59 (II) LoadModule: "fglrx"
60
61 (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
62 (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
63 compiled for 1.4.99.906, module version = 8.59.2
64 Module class: X.Org Video Driver
65 (II) LoadModule: "mouse"
66
67 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
68 dlopen: /usr/lib/xorg/modules/input//mouse_drv.so: undefined symbol:
69 miPointerGetMotionEvents
70 (EE) Failed to load /usr/lib/xorg/modules/input//mouse_drv.so
71 (II) UnloadModule: "mouse"
72 (EE) Failed to load module "mouse" (loader failed, 7)
73 (II) LoadModule: "kbd"
74
75 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
76 (II) Module kbd: vendor="X.Org Foundation"
77 compiled for 1.5.3, module version = 1.3.2
78 Module class: X.Org XInput Driver
79 ABI class: X.Org XInput driver, version 2.1
80 (II) Primary Device is: PCI 07@00:01:0
81 (WW) Falling back to old probe method for fglrx
82 (II) ATI Proprietary Linux Driver Version Identifier:8.59.2
83 (II) ATI Proprietary Linux Driver Release Identifier: 8.593
84 (II) ATI Proprietary Linux Driver Build Date: Mar 12 2009 23:38:54
85 (II) Loading PCS database from /etc/ati/amdpcsdb
86 (WW) This ATI Proprietary Linux Driver does not guarantee support of
87 video driver ABI higher than 2.0
88 (WW) Video driver ABI version of the X server is 4.1
89 (II) AMD ASIC control file status: R2 S1 B330 N330 T329
90 (--) Assigning device section with no busID to primary device
91 (EE) No devices detected.
92
93 Fatal server error:
94 no screens found
95 treat X11 #
96 ========================= end log file
97
98
99
100
101 --
102 Kevin O'Gorman, PhD

Replies