Gentoo Archives: gentoo-user

From: Drew Tomlinson <drew@××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP
Date: Wed, 04 Jul 2007 00:02:11
Message-Id: 468AE1FC.7040408@mykitchentable.net
In Reply to: Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP by James Ausmus
1 On 7/3/2007 9:36 AM James Ausmus said the following:
2
3 > On 7/3/07, Drew Tomlinson <drew@××××××××××××××.net> wrote:
4 >
5 >> 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon
6 >> Xpress 1100 IGP]
7 >>
8 >> (EE) AIGLX: Screen 0 is not DRI capable
9 >>
10 >> I'm at a loss. Can some kind soul please point me in the right
11 >> direction toward the steps needed to get 3D acceleration on my laptop?
12 >> Should I be using x11 or ATI drivers? And if ATI drivers, any idea what
13 >> is might be conflicting in my kernel?
14 >
15 >
16 > No conflict in your kernel - the "taint" message means that you have
17 > loaded a closed-source driver into your kernel - nothing to worry
18 > about (unless you are interested in running a completely free/libre
19 > system).
20 >
21 > Can you post the contents of /var/log/Xorg.0.log ?
22
23
24 Thank you for your posts.
25
26 OK, I tried starting over again as when I wrote the above post, I wasn't
27 trying to use the ati-driver. So I emerged ati-driver. However, when
28 attempting to load the fglrx I get an "Operation not permitted error" (I
29 remember this now). I am logged on as root. Please see this output:
30
31 tagalong ~ # lsmod
32 Module Size Used by
33 ndiswrapper 190528 0
34 arc4 2368 0
35 ecb 3328 0
36 blkcipher 5316 1 ecb
37 cryptomgr 2944 0
38 crypto_algapi 10432 3 arc4,ecb,cryptomgr
39 ieee80211_crypt_wep 4864 0
40 pcmcia 32344 0
41 yenta_socket 24332 1
42 rsrc_nonstatic 10048 1 yenta_socket
43 pcmcia_core 34276 3 pcmcia,yenta_socket,rsrc_nonstatic
44 ieee80211_crypt 5504 1 ieee80211_crypt_wep
45 i2c_piix4 9036 0
46 i2c_core 18880 1 i2c_piix4
47 tagalong ~ # modprobe fglrx
48 FATAL: Error inserting fglrx
49 (/lib/modules/2.6.21-gentoo-r3/video/fglrx.ko): Operation not permitted
50
51 So, I am confused. What exactly should "VIDEO_CARDS=" setting be in
52 /etc/make.conf? ="radeon"? ="fglrx"? ="radeon fglrx"? I think I need to
53 be sure I have everything set right, be sure to un-emerge any
54 conflicting ports, and then re-emerge the proper ports. Can someone
55 please point out the steps?
56
57 Thanks,
58
59 Drew
60
61 --
62 Be a Great Magician!
63 Visit The Alchemist's Warehouse
64
65 http://www.alchemistswarehouse.com
66
67
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP Jerry McBride <mcbrides9@×××××××.net>