Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Card is Radeon R200, but Mesa builds Gallium R300; HELP!
Date: Wed, 14 Dec 2011 06:14:35
Message-Id: 20111214061209.GA1599@waltdnes.org
1 Now what? Ignore what you see on
2 http://www.gentoo.org/doc/en/xorg-config.xml and
3 http://www.gentoo.org/doc/en/ati-faq.xml about an
4 "ATI Technologies Inc RV280 [Radeon 9200 PRO]" not needing a binary blob.
5 It does require the R200 blob from radeon-ucode. If the blob isn't
6 there, the bootup will delay for a minute, time out, and then continue.
7 If the R200 blob is in /lib/firmware/radeon, it'll load, regardles of
8 what i put in the kernel setup; e.g.
9
10
11 [d530][root][~] dmesg | grep R200
12 [ 0.277947] [drm] Loading R200 Microcode
13
14 notwitstanding that the kernel is set up like so...
15 [d530][root][~] zcat /proc/config.gz | grep -i r300
16 CONFIG_EXTRA_FIRMWARE="radeon/R300_cp.bin"
17
18 The question is... how do I force Mesa
19
20 (EE) AIGLX error: dlopen of /usr/lib/dri/r200_dri.so failed (/usr/lib/dri/r200_dri.so: cannot open shared object file: No such file or directory)
21 (EE) AIGLX: reverting to software rendering
22 (II) AIGLX: Screen 0 is not DRI capable
23 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
24
25
26 [ 682.172] (EE) AIGLX error: Calling driver entry point failed
27 [ 682.172] (EE) AIGLX: reverting to software rendering
28
29 waltdnes@d531 ~ $ diff d530.txt d531.txt
30 5,8c5,8
31 < model name : Genuine Intel(R) CPU 2140 @ 1.60GHz
32 < stepping : 2
33 < cpu MHz : 1596.157
34 < cache size : 1024 KB
35 ---
36 > model name : Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz
37 > stepping : 13
38 > cpu MHz : 2400.000
39 > cache size : 2048 KB
40 27c27
41 < bogomips : 3191.35
42 ---
43 > bogomips : 4788.02
44 31a32
45
46 --
47 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
[gentoo-user] Please ignore above email; I hit send by mistake Walter Dnes <waltdnes@××××××××.org>