Gentoo Archives: gentoo-user

From: Jerry McBride <mcbrides9@×××××××.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:24:51
Message-Id: 200707032019.01352.mcbrides9@comcast.net
In Reply to: Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP by Drew Tomlinson
1 On Tuesday 03 July 2007 07:55:40 pm Drew Tomlinson wrote:
2 > On 7/3/2007 9:36 AM James Ausmus said the following:
3 > > On 7/3/07, Drew Tomlinson <drew@××××××××××××××.net> wrote:
4 > >> 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon
5 > >> Xpress 1100 IGP]
6 > >>
7 > >> (EE) AIGLX: Screen 0 is not DRI capable
8 > >>
9 > >> I'm at a loss. Can some kind soul please point me in the right
10 > >> direction toward the steps needed to get 3D acceleration on my laptop?
11 > >> Should I be using x11 or ATI drivers? And if ATI drivers, any idea what
12 > >> is might be conflicting in my kernel?
13 > >
14 > > No conflict in your kernel - the "taint" message means that you have
15 > > loaded a closed-source driver into your kernel - nothing to worry
16 > > about (unless you are interested in running a completely free/libre
17 > > system).
18 > >
19 > > Can you post the contents of /var/log/Xorg.0.log ?
20 >
21 > Thank you for your posts.
22 >
23 > OK, I tried starting over again as when I wrote the above post, I wasn't
24 > trying to use the ati-driver. So I emerged ati-driver. However, when
25 > attempting to load the fglrx I get an "Operation not permitted error" (I
26 > remember this now). I am logged on as root. Please see this output:
27 >
28 > tagalong ~ # lsmod
29 > Module Size Used by
30 > ndiswrapper 190528 0
31 > arc4 2368 0
32 > ecb 3328 0
33 > blkcipher 5316 1 ecb
34 > cryptomgr 2944 0
35 > crypto_algapi 10432 3 arc4,ecb,cryptomgr
36 > ieee80211_crypt_wep 4864 0
37 > pcmcia 32344 0
38 > yenta_socket 24332 1
39 > rsrc_nonstatic 10048 1 yenta_socket
40 > pcmcia_core 34276 3 pcmcia,yenta_socket,rsrc_nonstatic
41 > ieee80211_crypt 5504 1 ieee80211_crypt_wep
42 > i2c_piix4 9036 0
43 > i2c_core 18880 1 i2c_piix4
44 > tagalong ~ # modprobe fglrx
45 > FATAL: Error inserting fglrx
46 > (/lib/modules/2.6.21-gentoo-r3/video/fglrx.ko): Operation not permitted
47 >
48
49 Question: Is this a custom kernel build? If so, did you enable
50
51 --- enable loadable module suppot
52 ------ module versioning support
53 or
54 ------ source checksum for all modules
55
56
57 If so, turn them both off and rebuild the kernel and try to load the fglrx
58 module again...
59
60 What happens is, your closed source, binary, module does not have the correct
61 credentials for it to be installed... Thus the "operation not permitted"
62 complaint...
63
64
65 --
66
67
68 From the Desk of: Jerome D. McBride
69 --
70 gentoo-user@g.o mailing list

Replies

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