Gentoo Archives: gentoo-user

From: fire-eyes <sgtphou@×××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Xorg 7.3: Xorg Overriding My Config File (loading GLX when I don't want it)
Date: Sun, 16 Sep 2007 02:01:01
Message-Id: 46EC8A9C.7080704@fire-eyes.org
1 Hello,
2
3 I'm using Xorg 7.3 and am trying to prevent loading of glx module (very
4 unstable on my laptop). Commenting out Load "glx" doesn't stop it. Using
5 Disable "glx" doesn't stop it. Doing the same for dri doesn't stop it.
6
7 In fact the logs say for each of those, on one line that they are
8 disabled, but on a later line, that they are being loaded anyway. how
9 can I stop loading of glx?
10
11 I have asked #xorg many times over the past 3 - 4 days and gotten no
12 useful answers. It's also not clear if they have a users mailing list.
13
14
15
16
17 xorg.conf:
18
19 Section "ServerLayout"
20 Identifier "X.org Configured"
21 Screen 0 "Screen0" 0 0
22 InputDevice "Mouse0" "CorePointer"
23 InputDevice "Keyboard0" "CoreKeyboard"
24 EndSection
25
26 Section "Files"
27 RgbPath "/usr/share/X11/rgb"
28 ModulePath "/usr/lib/xorg/modules"
29 FontPath "/usr/share/fonts/misc/"
30 FontPath "/usr/share/fonts/TTF/"
31 FontPath "/usr/share/fonts/OTF"
32 FontPath "/usr/share/fonts/Type1/"
33 FontPath "/usr/share/fonts/100dpi/"
34 FontPath "/usr/share/fonts/75dpi/"
35 EndSection
36
37 Section "Module"
38 # Load "glx"
39 Disable "glx"
40 Load "extmod"
41 Load "xtrap"
42 Load "record"
43 # Load "GLcore"
44 Disable "GLcore"
45 Load "dbe"
46 # Load "dri"
47 Disable "dri"
48 Load "freetype"
49 Load "type1"
50 EndSection
51
52 Section "InputDevice"
53 Identifier "Keyboard0"
54 Driver "kbd"
55 EndSection
56
57 Section "InputDevice"
58 Identifier "Mouse0"
59 Driver "mouse"
60 Option "Protocol" "auto"
61 Option "Device" "/dev/input/mice"
62 Option "ZAxisMapping" "4 5 6 7"
63 EndSection
64
65 Section "Monitor"
66 Identifier "Monitor0"
67 VendorName "Monitor Vendor"
68 ModelName "Monitor Model"
69 EndSection
70
71 Section "Device"
72 ### Available Driver options are:-
73 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
74 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
75 ### [arg]: arg optional
76 #Option "NoAccel" # [<bool>]
77 #Option "SWcursor" # [<bool>]
78 #Option "Dac6Bit" # [<bool>]
79 #Option "Dac8Bit" # [<bool>]
80 #Option "BusType" # [<str>]
81 #Option "CPPIOMode" # [<bool>]
82 #Option "CPusecTimeout" # <i>
83 #Option "AGPMode" # <i>
84 #Option "AGPFastWrite" # [<bool>]
85 #Option "AGPSize" # <i>
86 #Option "GARTSize" # <i>
87 #Option "RingSize" # <i>
88 #Option "BufferSize" # <i>
89 #Option "EnableDepthMoves" # [<bool>]
90 #Option "EnablePageFlip" # [<bool>]
91 #Option "NoBackBuffer" # [<bool>]
92 #Option "DMAForXv" # [<bool>]
93 #Option "FBTexPercent" # <i>
94 #Option "DepthBits" # <i>
95 #Option "PCIAPERSize" # <i>
96 #Option "AccelDFS" # [<bool>]
97 #Option "DDCMode" # [<bool>]
98 #Option "IgnoreEDID" # [<bool>]
99 #Option "DisplayPriority" # [<str>]
100 #Option "PanelSize" # [<str>]
101 #Option "ForceMinDotClock" # <freq>
102 #Option "ColorTiling" # [<bool>]
103 #Option "VideoKey" # <i>
104 #Option "RageTheatreCrystal" # <i>
105 #Option "RageTheatreTunerPort" # <i>
106 #Option "RageTheatreCompositePort" # <i>
107 #Option "RageTheatreSVideoPort" # <i>
108 #Option "TunerType" # <i>
109 #Option "RageTheatreMicrocPath" # <str>
110 #Option "RageTheatreMicrocType" # <str>
111 #Option "ScalerWidth" # <i>
112 #Option "RenderAccel" # [<bool>]
113 #Option "SubPixelOrder" # [<str>]
114 #Option "ShowCache" # [<bool>]
115 #Option "DynamicClocks" # [<bool>]
116 #Option "VGAAccess" # [<bool>]
117 #Option "ReverseDDC" # [<bool>]
118 #Option "LVDSProbePLL" # [<bool>]
119 #Option "AccelMethod" # <str>
120 #Option "ConstantDPI" # [<bool>]
121 #Option "DRI" # [<bool>]
122 #Option "ConnectorTable" # <str>
123 #Option "DefaultConnectorTable" # [<bool>]
124 Identifier "Card0"
125 Driver "ati"
126 VendorName "ATI Technologies Inc"
127 BoardName "M22 [Mobility Radeon X300]"
128 BusID "PCI:1:0:0"
129 EndSection
130
131 Section "Screen"
132 Identifier "Screen0"
133 Device "Card0"
134 Monitor "Monitor0"
135 SubSection "Display"
136 Viewport 0 0
137 Depth 1
138 EndSubSection
139 SubSection "Display"
140 Viewport 0 0
141 Depth 4
142 EndSubSection
143 SubSection "Display"
144 Viewport 0 0
145 Depth 8
146 EndSubSection
147 SubSection "Display"
148 Viewport 0 0
149 Depth 15
150 EndSubSection
151 SubSection "Display"
152 Viewport 0 0
153 Depth 16
154 EndSubSection
155 SubSection "Display"
156 Viewport 0 0
157 Depth 24
158 EndSubSection
159 EndSection
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176 Xorg.0.log:
177
178
179 X.Org X Server 1.4.0
180 Release Date: 5 September 2007
181 X Protocol Version 11, Revision 0
182 Build Operating System: Linux 2.6.22.6 i686
183 Current Operating System: Linux lappie 2.6.22.6 #2 PREEMPT Tue Sep 4
184 15:46:59 PDT 2007 i686
185 Build Date: 13 September 2007 01:25:40AM
186
187 Before reporting problems, check http://wiki.x.org
188 to make sure that you have the latest version.
189 Module Loader present
190 Markers: (--) probed, (**) from config file, (==) default setting,
191 (++) from command line, (!!) notice, (II) informational,
192 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
193 (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 13 04:27:17 2007
194 (==) Using config file: "/etc/X11/xorg.conf"
195 (==) ServerLayout "X.org Configured"
196 (**) |-->Screen "Screen0" (0)
197 (**) | |-->Monitor "Monitor0"
198 (**) | |-->Device "Card0"
199 (**) |-->Input Device "Mouse0"
200 (**) |-->Input Device "Keyboard0"
201 (==) Automatically adding devices
202 (==) Automatically enabling devices
203 (WW) The directory "/usr/share/fonts/OTF" does not exist.
204 Entry deleted from font path.
205 (==) Including the default font path
206 /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/.
207 (**) FontPath set to:
208 /usr/share/fonts/misc/,
209 /usr/share/fonts/TTF/,
210 /usr/share/fonts/Type1/,
211 /usr/share/fonts/100dpi/,
212 /usr/share/fonts/75dpi/,
213 /usr/share/fonts/misc/,
214 /usr/share/fonts/TTF/,
215 /usr/share/fonts/OTF,
216 /usr/share/fonts/Type1/,
217 /usr/share/fonts/100dpi/,
218 /usr/share/fonts/75dpi/
219 (**) RgbPath set to "/usr/share/X11/rgb"
220 (**) ModulePath set to "/usr/lib/xorg/modules"
221 (II) Open ACPI successful (/var/run/acpid.socket)
222 (II) Loader magic: 0x818daa0
223 (II) Module ABI versions:
224 X.Org ANSI C Emulation: 0.3
225 X.Org Video Driver: 2.0
226 X.Org XInput driver : 2.0
227 X.Org Server Extension : 0.3
228 X.Org Font Renderer : 0.5
229 (II) Loader running on linux
230 (II) LoadModule: "pcidata"
231 (II) Loading /usr/lib/xorg/modules//libpcidata.so
232 (II) Module pcidata: vendor="X.Org Foundation"
233 compiled for 1.4.0, module version = 1.0.0
234 ABI class: X.Org Video Driver, version 2.0
235 (--) using VT number 7
236
237 (II) PCI: PCI scan (all values are in hex)
238 (II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00
239 hdr 00
240 (II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00
241 hdr 01
242 (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00
243 hdr 81
244 (II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00
245 hdr 81
246 (II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00
247 hdr 80
248 (II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00
249 hdr 00
250 (II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00
251 hdr 00
252 (II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00
253 hdr 00
254 (II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20
255 hdr 00
256 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01
257 hdr 81
258 (II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00
259 hdr 00
260 (II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00
261 hdr 80
262 (II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80
263 hdr 00
264 (II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00
265 hdr 00
266 (II) PCI: 01:00:0: chip 1002,5460 card 1014,056e rev 00 class 03,00,00
267 hdr 00
268 (II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00
269 hdr 00
270 (II) PCI: 04:00:0: chip 1180,0476 card 4000,0000 rev 8d class 06,07,00
271 hdr 82
272 (II) PCI: 04:02:0: chip 8086,4224 card 8086,1010 rev 05 class 02,80,00
273 hdr 00
274 (II) PCI: End of PCI scan
275 (II) Intel Bridge workaround enabled
276 (II) Host-to-PCI bridge:
277 (II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
278 (II) Bus 0 I/O range:
279 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
280 (II) Bus 0 non-prefetchable memory range:
281 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
282 (II) Bus 0 prefetchable memory range:
283 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
284 (II) PCI-to-PCI bridge:
285 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
286 (II) Bus 1 I/O range:
287 [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
288 [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
289 [2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
290 [3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B]
291 (II) Bus 1 non-prefetchable memory range:
292 [0] -1 0 0xa8100000 - 0xa81fffff (0x100000) MX[B]
293 (II) Bus 1 prefetchable memory range:
294 [0] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
295 (II) PCI-to-PCI bridge:
296 (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is
297 cleared)
298 (II) Bus 2 non-prefetchable memory range:
299 [0] -1 0 0xa8200000 - 0xa82fffff (0x100000) MX[B]
300 (II) PCI-to-PCI bridge:
301 (II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0004 (VGA_EN is
302 cleared)
303 (II) Bus 3 I/O range:
304 [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
305 [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
306 [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
307 [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
308 (II) Bus 3 non-prefetchable memory range:
309 [0] -1 0 0xa8300000 - 0xa83fffff (0x100000) MX[B]
310 (II) Bus 3 prefetchable memory range:
311 [0] -1 0 0xc8000000 - 0xc80fffff (0x100000) MX[B]
312 (II) Subtractive PCI-to-PCI bridge:
313 (II) Bus 4: bridge is at (0:30:0), (0,4,7), BCTRL: 0x0004 (VGA_EN is
314 cleared)
315 (II) Bus 4 I/O range:
316 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
317 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
318 [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
319 [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
320 [4] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
321 [5] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
322 [6] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
323 [7] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
324 [8] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
325 [9] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
326 [10] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
327 [11] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
328 [12] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
329 [13] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
330 [14] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
331 [15] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
332 (II) Bus 4 non-prefetchable memory range:
333 [0] -1 0 0xa8400000 - 0xb7ffffff (0xfc00000) MX[B]
334 (II) Bus 4 prefetchable memory range:
335 [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
336 (II) PCI-to-ISA bridge:
337 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
338 (II) PCI-to-CardBus bridge:
339 (II) Bus 5: bridge is at (4:0:0), (4,5,6), BCTRL: 0x0780 (VGA_EN is cleared)
340 (II) Bus 5 I/O range:
341 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
342 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
343 (II) Bus 5 prefetchable memory range:
344 [0] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
345 (--) PCI:*(1:0:0) ATI Technologies Inc M22 [Mobility Radeon X300] rev 0,
346 Mem @ 0xc0000000/27, 0xa8100000/16, I/O @ 0x2000/8
347 (II) Addressable bus resource ranges are
348 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
349 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
350 (II) OS-reported resource ranges:
351 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
352 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
353 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
354 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
355 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
356 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
357 (II) Active PCI resource ranges:
358 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
359 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
360 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
361 [3] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
362 [4] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
363 [5] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
364 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
365 [7] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
366 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
367 [9] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
368 [10] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
369 [11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
370 [12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
371 [13] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
372 [14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
373 [15] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
374 [16] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
375 [17] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
376 [18] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
377 [19] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
378 (II) Active PCI resource ranges after removing overlaps:
379 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
380 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
381 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
382 [3] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
383 [4] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
384 [5] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
385 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
386 [7] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
387 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
388 [9] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
389 [10] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
390 [11] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
391 [12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
392 [13] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
393 [14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
394 [15] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
395 [16] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
396 [17] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
397 [18] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
398 [19] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
399 (II) OS-reported resource ranges after removing overlaps with PCI:
400 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
401 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
402 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
403 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
404 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
405 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
406 (II) All system resource ranges:
407 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
408 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
409 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
410 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
411 [4] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
412 [5] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
413 [6] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
414 [7] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
415 [8] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
416 [9] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
417 [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
418 [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
419 [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
420 [13] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
421 [14] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
422 [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
423 [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
424 [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
425 [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
426 [19] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
427 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
428 [21] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
429 [22] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
430 [23] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
431 [24] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
432 [25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
433 (WW) "glx" will not be loaded unless you've specified it to be loaded
434 elsewhere.
435 (WW) "GLcore" will not be loaded unless you've specified it to be loaded
436 elsewhere.
437 (WW) "dri" will not be loaded unless you've specified it to be loaded
438 elsewhere.
439 (II) "extmod" will be loaded. This was enabled by default and also
440 specified in the config file.
441 (II) "dbe" will be loaded. This was enabled by default and also
442 specified in the config file.
443 (II) "glx" will be loaded even though the default is to disable it.
444 (II) "freetype" will be loaded. This was enabled by default and also
445 specified in the config file.
446 (II) "type1" will be loaded. This was enabled by default and also
447 specified in the config file.
448 (II) "record" will be loaded. This was enabled by default and also
449 specified in the config file.
450 (II) "dri" will be loaded even though the default is to disable it.
451 (II) LoadModule: "extmod"
452 (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
453 (II) Module extmod: vendor="X.Org Foundation"
454 compiled for 1.4.0, module version = 1.0.0
455 Module class: X.Org Server Extension
456 ABI class: X.Org Server Extension, version 0.3
457 (II) Loading extension SHAPE
458 (II) Loading extension MIT-SUNDRY-NONSTANDARD
459 (II) Loading extension BIG-REQUESTS
460 (II) Loading extension SYNC
461 (II) Loading extension MIT-SCREEN-SAVER
462 (II) Loading extension XC-MISC
463 (II) Loading extension XFree86-VidModeExtension
464 (II) Loading extension XFree86-Misc
465 (II) Loading extension XFree86-DGA
466 (II) Loading extension DPMS
467 (II) Loading extension TOG-CUP
468 (II) Loading extension Extended-Visual-Information
469 (II) Loading extension XVideo
470 (II) Loading extension XVideo-MotionCompensation
471 (II) Loading extension X-Resource
472 (II) LoadModule: "xtrap"
473 (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
474 (II) Module xtrap: vendor="X.Org Foundation"
475 compiled for 1.4.0, module version = 1.0.0
476 Module class: X.Org Server Extension
477 ABI class: X.Org Server Extension, version 0.3
478 (II) Loading extension DEC-XTRAP
479 (II) LoadModule: "record"
480 (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
481 (II) Module record: vendor="X.Org Foundation"
482 compiled for 1.4.0, module version = 1.13.0
483 Module class: X.Org Server Extension
484 ABI class: X.Org Server Extension, version 0.3
485 (II) Loading extension RECORD
486 (II) LoadModule: "dbe"
487 (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
488 (II) Module dbe: vendor="X.Org Foundation"
489 compiled for 1.4.0, module version = 1.0.0
490 Module class: X.Org Server Extension
491 ABI class: X.Org Server Extension, version 0.3
492 (II) Loading extension DOUBLE-BUFFER
493 (II) LoadModule: "freetype"
494 (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
495 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
496 compiled for 1.4.0, module version = 2.1.0
497 Module class: X.Org Font Renderer
498 ABI class: X.Org Font Renderer, version 0.5
499 (II) Loading font FreeType
500 (II) LoadModule: "type1"
501 (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
502 (II) Module type1: vendor="X.Org Foundation"
503 compiled for 1.4.0, module version = 1.0.2
504 Module class: X.Org Font Renderer
505 ABI class: X.Org Font Renderer, version 0.5
506 (II) Loading font Type1
507 (II) LoadModule: "ati"
508 (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
509 (II) Module ati: vendor="X.Org Foundation"
510 compiled for 1.4.0, module version = 6.7.192
511 Module class: X.Org Video Driver
512 ABI class: X.Org Video Driver, version 2.0
513 (II) LoadModule: "mouse"
514 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
515 (II) Module mouse: vendor="X.Org Foundation"
516 compiled for 1.4.0, module version = 1.2.2
517 Module class: X.Org XInput Driver
518 ABI class: X.Org XInput driver, version 2.0
519 (II) LoadModule: "kbd"
520 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
521 (II) Module kbd: vendor="X.Org Foundation"
522 compiled for 1.4.0, module version = 1.2.2
523 Module class: X.Org XInput Driver
524 ABI class: X.Org XInput driver, version 2.0
525 (II) ATI: ATI driver wrapper (version 6.7.192) for chipsets: mach64,
526 rage128, radeon
527 (II) Primary Device is: PCI 01:00:0
528 (II) Loading sub module "radeon"
529 (II) LoadModule: "radeon"
530 (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
531 (II) Module radeon: vendor="X.Org Foundation"
532 compiled for 1.4.0, module version = 4.3.0
533 Module class: X.Org Video Driver
534 ABI class: X.Org Video Driver, version 2.0
535 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
536 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
537 ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
538 ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
539 ATI Radeon Mobility M7 LW (AGP),
540 ATI Mobility FireGL 7800 M7 LX (AGP),
541 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
542 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
543 ATI Radeon IGP330/340/350 (A4) 4137,
544 ATI Radeon IGP330M/340M/350M (U2) 4337,
545 ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
546 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
547 ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
548 ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
549 ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
550 ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
551 ATI Radeon Mobility 9000 (M9) Lf (AGP),
552 ATI Radeon Mobility 9000 (M9) Lg (AGP),
553 ATI Radeon 9100 IGP (A5) 5834,
554 ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
555 ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
556 ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
557 ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
558 ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
559 ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
560 ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
561 ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
562 ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
563 ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
564 ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
565 ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
566 ATI FireGL RV360 AV (AGP),
567 ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
568 ATI Radeon Mobility 9600 (M10) NQ (AGP),
569 ATI Radeon Mobility 9600 (M11) NR (AGP),
570 ATI Radeon Mobility 9600 (M10) NS (AGP),
571 ATI FireGL Mobility T2 (M10) NT (AGP),
572 ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
573 ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
574 ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
575 ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
576 ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
577 ATI Radeon X600 (RV380) 3E50 (PCIE),
578 ATI FireGL V3200 (RV380) 3E54 (PCIE),
579 ATI Radeon Mobility X600 (M24) 3150 (PCIE),
580 ATI Radeon Mobility X300 (M24) 3152 (PCIE),
581 ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
582 ATI Radeon X600 (RV370) 5B62 (PCIE),
583 ATI Radeon X550 (RV370) 5B63 (PCIE),
584 ATI FireGL V3100 (RV370) 5B64 (PCIE),
585 ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
586 ATI Radeon Mobility X300 (M22) 5460 (PCIE),
587 ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
588 ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
589 ATI Radeon XPRESS 200M 5A42 (PCIE),
590 ATI Radeon XPRESS 200 5A61 (PCIE),
591 ATI Radeon XPRESS 200M 5A62 (PCIE),
592 ATI Radeon XPRESS 200 5954 (PCIE),
593 ATI Radeon XPRESS 200M 5955 (PCIE),
594 ATI Radeon XPRESS 200 5974 (PCIE),
595 ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
596 ATI Mobility FireGL V5000 (M26) (PCIE),
597 ATI Mobility FireGL V5000 (M26) (PCIE),
598 ATI Mobility Radeon X700 XL (M26) (PCIE),
599 ATI Mobility Radeon X700 (M26) (PCIE),
600 ATI Mobility Radeon X700 (M26) (PCIE),
601 ATI Radeon X700 PRO (RV410) (PCIE),
602 ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
603 ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
604 ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
605 ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
606 ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
607 ATI Radeon Mobility 9800 (M18) JN (AGP),
608 ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
609 ATI Radeon AIW X800 VE (R420) JT (AGP),
610 ATI Radeon X800 (R423) UH (PCIE),
611 ATI Radeon X800PRO (R423) UI (PCIE),
612 ATI Radeon X800LE (R423) UJ (PCIE),
613 ATI Radeon X800SE (R423) UK (PCIE),
614 ATI FireGL V5100 (R423) UQ (PCIE),
615 ATI FireGL unknown (R423) UR (PCIE),
616 ATI FireGL unknown (R423) UT (PCIE),
617 ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
618 ATI Mobility FireGL V5100 (M28) (PCIE),
619 ATI Mobility Radeon X800 (M28) (PCIE),
620 ATI Mobility Radeon X800 XT (M28) (PCIE),
621 ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
622 ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
623 ATI Radeon X850 5D4C (PCIE),
624 ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
625 ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
626 ATI Radeon X850 XT (R480) (PCIE),
627 ATI Radeon X850 XT PE (R480) (PCIE),
628 ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
629 ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
630 (--) Chipset ATI Radeon Mobility X300 (M22) 5460 (PCIE) found
631 (II) resource ranges after xf86ClaimFixedResources() call:
632 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
633 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
634 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
635 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
636 [4] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
637 [5] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
638 [6] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
639 [7] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
640 [8] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
641 [9] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
642 [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
643 [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
644 [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
645 [13] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
646 [14] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
647 [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
648 [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
649 [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
650 [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
651 [19] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
652 [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
653 [21] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
654 [22] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
655 [23] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
656 [24] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
657 [25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
658 (II) resource ranges after probing:
659 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
660 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
661 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
662 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
663 [4] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
664 [5] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
665 [6] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
666 [7] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
667 [8] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
668 [9] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
669 [10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
670 [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
671 [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
672 [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
673 [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
674 [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
675 [16] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
676 [17] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
677 [18] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
678 [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
679 [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
680 [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
681 [22] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
682 [23] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
683 [24] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
684 [25] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
685 [26] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
686 [27] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
687 [28] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
688 [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
689 [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
690 (II) Setting vga for screen 0.
691 (II) RADEON(0): MMIO registers at 0xa8100000: size 64KB
692 (II) RADEON(0): PCI bus 1 card 0 func 0
693 (==) RADEON(0): Depth 24, (==) framebuffer bpp 32
694 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
695 (==) RADEON(0): Default visual is TrueColor
696 (II) Loading sub module "vgahw"
697 (II) LoadModule: "vgahw"
698 (II) Loading /usr/lib/xorg/modules//libvgahw.so
699 (II) Module vgahw: vendor="X.Org Foundation"
700 compiled for 1.4.0, module version = 0.1.0
701 ABI class: X.Org Video Driver, version 2.0
702 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
703 0x0000
704 (==) RADEON(0): RGB weight 888
705 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
706 (==) RADEON(0): X server will not keep DPI constant for all screen sizes
707 (II) Loading sub module "int10"
708 (II) LoadModule: "int10"
709 (II) Loading /usr/lib/xorg/modules//libint10.so
710 (II) Module int10: vendor="X.Org Foundation"
711 compiled for 1.4.0, module version = 1.0.0
712 ABI class: X.Org Video Driver, version 2.0
713 (II) RADEON(0): initializing int10
714 (II) RADEON(0): Primary V_BIOS segment is: 0xc000
715 (--) RADEON(0): Chipset: "ATI Radeon Mobility X300 (M22) 5460 (PCIE)"
716 (ChipID = 0x5460)
717 (--) RADEON(0): Linear framebuffer at 0xc0000000
718 (II) RADEON(0): PCIE card detected
719 (II) RADEON(0): Legacy BIOS detected
720 (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
721 (II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI
722 BAR=131072K)
723 (--) RADEON(0): Mapped VideoRAM: 65536 kByte (64 bit DDR SDRAM)
724 (II) RADEON(0): Color tiling enabled by default
725 (II) RADEON(0): Max desktop size set to 2560x2048
726 (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual
727 line to your xorg.conf
728 (II) Loading sub module "ddc"
729 (II) LoadModule: "ddc"(II) Module "ddc" already built-in
730 (II) Loading sub module "i2c"
731 (II) LoadModule: "i2c"(II) Module "i2c" already built-in
732 (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000; xclk=23000
733 (II) RADEON(0): Bios Connector table:
734 (II) RADEON(0): Port0: DDCType-3, DACType-0, TMDSType-0, ConnectorType-2
735 (II) RADEON(0): Port1: DDCType-2, DACType-0, TMDSType-0, ConnectorType-4
736 (II) RADEON(0): Port4: DDCType-0, DACType-2, TMDSType-2, ConnectorType-1
737 (II) RADEON(0): Port5: DDCType-0, DACType-1, TMDSType-2, ConnectorType-6
738 (II) RADEON(0): Output VGA-0 using monitor section Monitor0
739 (II) RADEON(0): I2C bus "VGA_DDC" initialized.
740 (II) RADEON(0): Output DVI-0 has no monitor section
741 (II) RADEON(0): I2C bus "DVI_DDC" initialized.
742 (II) RADEON(0): DFP table revision: 4
743 (II) RADEON(0): Output LVDS has no monitor section
744 (II) RADEON(0): Panel ID string: SXGA+ Single (85MHz)
745 (II) RADEON(0): Panel Size from BIOS: 1400x1050
746 (II) RADEON(0): BIOS provided dividers will be used.
747 (II) RADEON(0): Output S-video has no monitor section
748 (II) RADEON(0): Default TV standard: NTSC
749 (II) RADEON(0): TV standards supported by chip: NTSC PAL NTSC-J
750 (II) RADEON(0): Port0:
751 Monitor -- AUTO
752 Connector -- VGA
753 DAC Type -- Primary
754 TMDS Type -- None
755 DDC Type -- VGA_DDC
756 (II) RADEON(0): Port1:
757 Monitor -- AUTO
758 Connector -- DVI-D
759 DAC Type -- None
760 TMDS Type -- Internal
761 DDC Type -- DVI_DDC
762 (II) RADEON(0): Port2:
763 Monitor -- AUTO
764 Connector -- Proprietary/LVDS
765 DAC Type -- None
766 TMDS Type -- None
767 DDC Type -- None
768 (II) RADEON(0): Port3:
769 Monitor -- AUTO
770 Connector -- STV
771 DAC Type -- TVDAC/ExtDAC
772 TMDS Type -- None
773 DDC Type -- None
774 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
775 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
776 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
777 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
778 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
779 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
780 (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
781 finished output detect: 0
782 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
783 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
784 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
785 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
786 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
787 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
788 (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
789 (II) RADEON(0): Detected Monitor Type: 0
790 finished output detect: 1
791 (WW) RADEON(0): DDC2/I2C is not properly initialized
792 (II) RADEON(0): DDC Type: 0, Detected Monitor Type: 0
793 (II) RADEON(0): Detected Monitor Type: 2
794 finished output detect: 2
795 finished output detect: 3
796 finished all detect
797 before xf86InitialConfiguration
798 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
799 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
800 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
801 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
802 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
803 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
804 (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
805 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
806 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
807 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
808 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
809 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
810 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
811 (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
812 (II) RADEON(0): Detected Monitor Type: 0
813 (WW) RADEON(0): DDC2/I2C is not properly initialized
814 (II) RADEON(0): DDC Type: 0, Detected Monitor Type: 0
815 (II) RADEON(0): Detected Monitor Type: 2
816 in RADEONProbeOutputModes
817 (II) RADEON(0): No valid mode specified, force to native mode
818 (II) RADEON(0): Total number of valid FP mode(s) found: 1
819 (II) RADEON(0): Output VGA-0 disconnected
820 (II) RADEON(0): Output DVI-0 disconnected
821 (II) RADEON(0): Output LVDS connected
822 (II) RADEON(0): Output S-video disconnected
823 (II) RADEON(0): Output LVDS using initial mode 1400x1050
824 after xf86InitialConfiguration
825 (==) RADEON(0): DPI set to (75, 75)
826 (II) Loading sub module "fb"
827 (II) LoadModule: "fb"
828 (II) Loading /usr/lib/xorg/modules//libfb.so
829 (II) Module fb: vendor="X.Org Foundation"
830 compiled for 1.4.0, module version = 1.0.0
831 ABI class: X.Org ANSI C Emulation, version 0.3
832 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
833 (II) Loading sub module "ramdac"
834 (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
835 (==) RADEON(0): Using XAA acceleration architecture
836 (II) Loading sub module "xaa"
837 (II) LoadModule: "xaa"
838 (II) Loading /usr/lib/xorg/modules//libxaa.so
839 (II) Module xaa: vendor="X.Org Foundation"
840 compiled for 1.4.0, module version = 1.2.0
841 ABI class: X.Org Video Driver, version 2.0
842 (==) RADEON(0): Assuming overlay scaler buffer width is 1536
843 (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
844 (!!) RADEON(0): For information on using the multimedia capabilities
845 of this adapter, please see http://gatos.sf.net.
846 (--) Depth 24 pixmap format is 32 bpp
847 (II) do I need RAC? No, I don't.
848 (II) resource ranges after preInit:
849 [0] 0 0 0xa8100000 - 0xa810ffff (0x10000) MX[B]
850 [1] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
851 [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
852 [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
853 [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
854 [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
855 [6] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
856 [7] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
857 [8] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
858 [9] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
859 [10] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
860 [11] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
861 [12] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
862 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
863 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
864 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
865 [16] 0 0 0x00002000 - 0x000020ff (0x100) IX[B]
866 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
867 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
868 [19] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
869 [20] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
870 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
871 [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
872 [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
873 [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
874 [25] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
875 [26] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
876 [27] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
877 [28] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
878 [29] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
879 [30] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
880 [31] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
881 [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
882 [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
883 (==) RADEON(0): Write-combining range (0xc0000000,0x4000000)
884 Entering TV Save
885 Save TV timing tables
886 saveTimingTables: reading timing tables
887 TV Save done
888 (II) RADEON(0): Dynamic Clock Scaling Disabled
889 (II) RADEON(0): RADEONInitMemoryMap() :
890 (II) RADEON(0): mem_size : 0x04000000
891 (II) RADEON(0): MC_FB_LOCATION : 0xc3ffc000
892 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
893 (II) RADEON(0): Depth moves disabled by default
894 (II) RADEON(0): Memory manager initialized to (0,0) (2560,6553)
895 (II) RADEON(0): Reserved area from (0,2048) to (2560,2050)
896 (II) RADEON(0): Largest offscreen area available: 2560 x 4503
897 init memmap
898 init common
899 init crtc1
900 init pll1
901 restore memmap
902 (II) RADEON(0): RADEONRestoreMemMapRegisters() :
903 (II) RADEON(0): MC_FB_LOCATION : 0xc3ffc000
904 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
905 restore common
906 restore crtc1
907 restore pll1
908 restore LVDS
909 enable montype: 2
910 (WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
911 disable montype: 2
912 (==) RADEON(0): Backing store disabled
913 (WW) RADEON(0): Direct rendering disabled
914 (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and
915 newer.
916 (II) RADEON(0): Render acceleration disabled
917 (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
918 Screen to screen bit blits
919 Solid filled rectangles
920 8x8 mono pattern filled rectangles
921 Indirect CPU to Screen color expansion
922 Solid Lines
923 Scanline Image Writes
924 Offscreen Pixmaps
925 Setting up tile and stipple cache:
926 32 128x128 slots
927 32 256x256 slots
928 16 512x512 slots
929 (II) RADEON(0): Acceleration enabled
930 (==) RADEON(0): Silken mouse enabled
931 (II) RADEON(0): Using hardware cursor (scanline 2050)
932 (II) RADEON(0): Largest offscreen area available: 2560 x 4501
933 (II) RADEON(0): Detected Radeon Mobility X300, disabling multimedia i2c
934 (II) Loading sub module "theatre_detect"
935 (II) LoadModule: "theatre_detect"
936 (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
937 (II) Module theatre_detect: vendor="X.Org Foundation"
938 compiled for 1.4.0, module version = 1.0.0
939 ABI class: X.Org Video Driver, version 2.0
940 (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
941 (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled
942 message.
943 (--) RandR disabled
944 (II) Initializing built-in extension MIT-SHM
945 (II) Initializing built-in extension XInputExtension
946 (II) Initializing built-in extension XTEST
947 (II) Initializing built-in extension XKEYBOARD
948 (II) Initializing built-in extension XC-APPGROUP
949 (II) Initializing built-in extension XAccessControlExtension
950 (II) Initializing built-in extension SECURITY
951 (II) Initializing built-in extension XINERAMA
952 (II) Initializing built-in extension XFIXES
953 (II) Initializing built-in extension XFree86-Bigfont
954 (II) Initializing built-in extension RENDER
955 (II) Initializing built-in extension RANDR
956 (II) Initializing built-in extension COMPOSITE
957 (II) Initializing built-in extension DAMAGE
958 (II) Initializing built-in extension XEVIE
959 (II) RADEON(0): Setting screen physical size to 370 x 277
960 (**) Option "Protocol" "auto"
961 (**) Mouse0: Device: "/dev/input/mice"
962 (**) Mouse0: Protocol: "auto"
963 (**) Option "CorePointer"
964 (**) Mouse0: always reports core events
965 (**) Option "Device" "/dev/input/mice"
966 (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
967 (**) Option "ZAxisMapping" "4 5 6 7"
968 (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
969 (**) Mouse0: Buttons: 11
970 (**) Mouse0: Sensitivity: 1
971 (**) Option "CoreKeyboard"
972 (**) Keyboard0: always reports core events
973 (**) Option "Protocol" "standard"
974 (**) Keyboard0: Protocol: standard
975 (**) Option "AutoRepeat" "500 30"
976 (**) Option "XkbRules" "xorg"
977 (**) Keyboard0: XkbRules: "xorg"
978 (**) Option "XkbModel" "pc105"
979 (**) Keyboard0: XkbModel: "pc105"
980 (**) Option "XkbLayout" "us"
981 (**) Keyboard0: XkbLayout: "us"
982 (**) Option "CustomKeycodes" "off"
983 (**) Keyboard0: CustomKeycodes disabled
984 (II) evaluating device (Keyboard0)
985 (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
986 (II) evaluating device (Mouse0)
987 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
988 (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
989 (II) Mouse0: ps2EnableDataReporting: succeeded
990 Could not init font path element /usr/share/fonts/OTF, removing from list!
991 enable montype: 2
992 enable montype: 2
993 enable montype: 2
994 SetClientVersion: 0 9
995 SetKbdSettings - type: -1243559901 rate: 30 delay: 500 snumlk: 139
996 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
997 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
998 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
999 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
1000 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
1001 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
1002 (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
1003 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1004 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1005 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1006 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1007 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1008 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1009 (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
1010 (II) RADEON(0): Detected Monitor Type: 0
1011 (WW) RADEON(0): DDC2/I2C is not properly initialized
1012 (II) RADEON(0): DDC Type: 0, Detected Monitor Type: 0
1013 (II) RADEON(0): Detected Monitor Type: 2
1014 in RADEONProbeOutputModes
1015 (II) RADEON(0): No valid mode specified, force to native mode
1016 (II) RADEON(0): Total number of valid FP mode(s) found: 1
1017 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
1018 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
1019 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
1020 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
1021 (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
1022 (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
1023 (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
1024 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1025 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1026 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1027 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1028 (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
1029 (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
1030 (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
1031 (II) RADEON(0): Detected Monitor Type: 0
1032 (WW) RADEON(0): DDC2/I2C is not properly initialized
1033 (II) RADEON(0): DDC Type: 0, Detected Monitor Type: 0
1034 (II) RADEON(0): Detected Monitor Type: 2
1035 in RADEONProbeOutputModes
1036 (II) RADEON(0): No valid mode specified, force to native mode
1037 (II) RADEON(0): Total number of valid FP mode(s) found: 1
1038 (II) 3rd Button detected: disabling emulate3Button
1039 enable montype: 2
1040
1041 --
1042 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xorg 7.3: Xorg Overriding My Config File (loading GLX when I don't want it) Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>