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 01:04:44
Message-Id: 468AF0BF.6080709@mykitchentable.net
In Reply to: Re: [gentoo-user] 3D Acceleration With Laptop - Radeon Xpress 1100 IGP by Jerry McBride
1 On 7/3/2007 5:19 PM Jerry McBride said the following:
2
3 >On Tuesday 03 July 2007 07:55:40 pm Drew Tomlinson wrote:
4 >
5 >
6 >>On 7/3/2007 9:36 AM James Ausmus said the following:
7 >>
8 >>
9 >>>On 7/3/07, Drew Tomlinson <drew@××××××××××××××.net> wrote:
10 >>>
11 >>>
12 >>>>01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon
13 >>>>Xpress 1100 IGP]
14 >>>>
15 >>>>(EE) AIGLX: Screen 0 is not DRI capable
16 >>>>
17 >>>>I'm at a loss. Can some kind soul please point me in the right
18 >>>>direction toward the steps needed to get 3D acceleration on my laptop?
19 >>>>Should I be using x11 or ATI drivers? And if ATI drivers, any idea what
20 >>>>is might be conflicting in my kernel?
21 >>>>
22 >>>>
23 >>>No conflict in your kernel - the "taint" message means that you have
24 >>>loaded a closed-source driver into your kernel - nothing to worry
25 >>>about (unless you are interested in running a completely free/libre
26 >>>system).
27 >>>
28 >>>Can you post the contents of /var/log/Xorg.0.log ?
29 >>>
30 >>>
31 >>Thank you for your posts.
32 >>
33 >>OK, I tried starting over again as when I wrote the above post, I wasn't
34 >>trying to use the ati-driver. So I emerged ati-driver. However, when
35 >>attempting to load the fglrx I get an "Operation not permitted error" (I
36 >>remember this now). I am logged on as root. Please see this output:
37 >>
38 >>tagalong ~ # lsmod
39 >>Module Size Used by
40 >>ndiswrapper 190528 0
41 >>arc4 2368 0
42 >>ecb 3328 0
43 >>blkcipher 5316 1 ecb
44 >>cryptomgr 2944 0
45 >>crypto_algapi 10432 3 arc4,ecb,cryptomgr
46 >>ieee80211_crypt_wep 4864 0
47 >>pcmcia 32344 0
48 >>yenta_socket 24332 1
49 >>rsrc_nonstatic 10048 1 yenta_socket
50 >>pcmcia_core 34276 3 pcmcia,yenta_socket,rsrc_nonstatic
51 >>ieee80211_crypt 5504 1 ieee80211_crypt_wep
52 >>i2c_piix4 9036 0
53 >>i2c_core 18880 1 i2c_piix4
54 >>tagalong ~ # modprobe fglrx
55 >>FATAL: Error inserting fglrx
56 >>(/lib/modules/2.6.21-gentoo-r3/video/fglrx.ko): Operation not permitted
57 >>
58 >>
59 >>
60 >
61 >Question: Is this a custom kernel build? If so, did you enable
62 >
63
64 Yes.
65
66 >--- enable loadable module suppot
67 >------ module versioning support
68 >or
69 >------ source checksum for all modules
70 >
71 >
72
73 I have these options:
74
75 [*] Enable loadable module support
76 [*] Module unloading
77 [*] Forced module unloading
78 [ ] Module versioning support (NEW)
79 [ ] Source checksum for all modules (NEW)
80 [*] Automatic kernel module loading
81
82
83 >If so, turn them both off and rebuild the kernel and try to load the fglrx
84 >module again...
85 >
86 >What happens is, your closed source, binary, module does not have the correct
87 >credentials for it to be installed... Thus the "operation not permitted"
88 >complaint...
89 >
90 >
91
92 I just rebuilt the kernel again to be sure I really built it with those
93 options. There was no change. See this output:
94
95 tagalong ~ # lsmod
96 Module Size Used by
97 arc4 2368 2
98 ecb 3328 2
99 blkcipher 5316 1 ecb
100 cryptomgr 2944 0
101 crypto_algapi 10432 3 arc4,ecb,cryptomgr
102 ieee80211_crypt_wep 4864 1
103 ndiswrapper 190528 0
104 pcmcia 32344 0
105 bcm43xx 423008 0
106 ieee80211softmac 29248 1 bcm43xx
107 ieee80211 29448 2 bcm43xx,ieee80211softmac
108 ieee80211_crypt 5504 2 ieee80211_crypt_wep,ieee80211
109 yenta_socket 24332 1
110 rsrc_nonstatic 10048 1 yenta_socket
111 pcmcia_core 34276 3 pcmcia,yenta_socket,rsrc_nonstatic
112 i2c_piix4 9036 0
113 i2c_core 18880 1 i2c_piix4
114 tagalong ~ # modprobe fglrx
115 FATAL: Error inserting fglrx
116 (/lib/modules/2.6.21-gentoo-r3/video/fglrx.ko): Operation not permitted
117
118 Any other ideas? Thanks for your help.
119
120 Drew
121
122 --
123 Be a Great Magician!
124 Visit The Alchemist's Warehouse
125
126 http://www.alchemistswarehouse.com
127
128
129 --
130 gentoo-user@g.o mailing list

Replies

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