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