Gentoo Archives: gentoo-ppc-user

From: "caleb@×××××××××××.com" <caleb@×××××××××××.com>
To: gentoo-ppc-user@l.g.o
Subject: [gentoo-ppc-user] help with xorg on G4
Date: Thu, 11 Oct 2007 08:12:48
Message-Id: 380-22007104118121959@M2W002.mail2web.com
1 hey all,
2
3 I've just come to gentoo from suse and i'm have some trouble getting xorg
4 to work at all.
5
6 I have a g4 with a pci radeon 9200 in Suse i used the following xorg.conf
7 and it worked great:
8
9 Section "Files"
10 FontPath "/usr/share/fonts/misc:unscaled"
11 FontPath "/usr/share/fonts/local"
12 FontPath "/usr/share/fonts/75dpi:unscaled"
13 FontPath "/usr/share/fonts/100dpi:unscaled"
14 FontPath "/usr/share/fonts/Type1"
15 FontPath "/usr/share/fonts/URW"
16 FontPath "/usr/share/fonts/Speedo"
17 FontPath "/usr/share/fonts/PEX"
18 FontPath "/usr/share/fonts/cyrillic"
19 FontPath "/usr/share/fonts/latin2/misc:unscaled"
20 FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
21 FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
22 FontPath "/usr/share/fonts/latin2/Type1"
23 FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
24 FontPath "/usr/share/fonts/baekmuk:unscaled"
25 FontPath "/usr/share/fonts/japanese:unscaled"
26 FontPath "/usr/share/fonts/kwintv"
27 FontPath "/usr/share/fonts/truetype"
28 FontPath "/usr/share/fonts/uni:unscaled"
29 FontPath "/usr/share/fonts/CID"
30 FontPath "/usr/share/fonts/ucs/misc:unscaled"
31 FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
32 FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
33 FontPath "/usr/share/fonts/hellas/misc:unscaled"
34 FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
35 FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
36 FontPath "/usr/share/fonts/hellas/Type1"
37 FontPath "/usr/share/fonts/misc/sgi:unscaled"
38 FontPath "/usr/share/fonts/xtest"
39 FontPath "/opt/kde3/share/fonts"
40 InputDevices "/dev/gpmdata"
41 InputDevices "/dev/input/mice"
42 EndSection
43
44 Section "ServerFlags"
45 Option "AllowMouseOpenFail" "on"
46 EndSection
47
48 Section "Module"
49 Load "glx"
50 Load "type1"
51 Load "extmod"
52 Load "dbe"
53 Load "freetype"
54 EndSection
55
56 Section "InputDevice"
57 Driver "kbd"
58 Identifier "Keyboard[0]"
59 Option "Protocol" "Standard"
60 Option "XkbLayout" "us"
61 Option "XkbModel" "macintosh"
62 Option "XkbRules" "xfree86"
63 EndSection
64
65 Section "InputDevice"
66 Driver "mouse"
67 Identifier "Mouse[1]"
68 Option "Buttons" "10"
69 Option "Device" "/dev/input/mice"
70 Option "Name" "Logitech USB Keyboard"
71 Option "Protocol" "explorerps/2"
72 Option "Vendor" "Sysp"
73 Option "ZAxisMapping" "4 5"
74 EndSection
75
76 Section "Monitor"
77 DisplaySize 250 184
78 HorizSync 31-70
79 Identifier "Monitor[0]"
80 ModelName "D1028L"
81 VendorName "DELL"
82 VertRefresh 50-120
83 UseModes "Modes[0]"
84 EndSection
85
86 Section "Modes"
87 Identifier "Modes[0]"
88 Modeline "1280x1024" 119.40 1280 1368 1504 1728 1024 1025 1028 1063
89 Modeline "1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
90 Modeline "1024x768" 85.45 1024 1088 1200 1376 768 769 772 803
91 Modeline "1024x768" 74.62 1024 1080 1192 1360 768 769 772 799
92 Modeline "800x600" 60.07 800 840 928 1056 600 601 604 632
93 Modeline "800x600" 53.14 800 840 928 1056 600 601 604 629
94 Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625
95 Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
96 EndSection
97
98 Section "Screen"
99 DefaultDepth 24
100 SubSection "Display"
101 Depth 15
102 Modes "1280x1024" "1024x768" "800x600"
103 EndSubSection
104 SubSection "Display"
105 Depth 16
106 Modes "1280x1024" "1024x768" "800x600"
107 EndSubSection
108 SubSection "Display"
109 Depth 24
110 Modes "1280x1024" "1024x768" "800x600"
111 EndSubSection
112 SubSection "Display"
113 Depth 8
114 Modes "1280x1024" "1024x768" "800x600"
115 EndSubSection
116 Device "Device[0]"
117 Identifier "Screen[0]"
118 Monitor "Monitor[0]"
119 EndSection
120
121 Section "Device"
122 BoardName "RV280 5960"
123 BusID "16:21:0"
124 Driver "radeon"
125 Identifier "Device[0]"
126 Option "GARTSize" "32"
127 Screen 0
128 VendorName "ATI"
129 EndSection
130
131 Section "ServerLayout"
132 Identifier "Layout[all]"
133 InputDevice "Keyboard[0]" "CoreKeyboard"
134 InputDevice "Mouse[1]" "CorePointer"
135 Option "Clone" "off"
136 Option "Xinerama" "off"
137 Screen "Screen[0]"
138 EndSection
139
140 Section "DRI"
141 Group "video"
142 Mode 0660
143 EndSection
144
145 Section "Extensions"
146 EndSection
147
148
149
150 this is my current xorg.conf as generated by xorgcfg
151
152
153 # File generated by xorgconfig.
154 #
155 # Copyright 2004 The X.Org Foundation
156 #
157 # Permission is hereby granted, free of charge, to any person obtaining a
158 # copy of this software and associated documentation files (the
159 "Software"),
160 # to deal in the Software without restriction, including without limitation
161 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
162 # and/or sell copies of the Software, and to permit persons to whom the
163 # Software is furnished to do so, subject to the following conditions:
164 #
165 # The above copyright notice and this permission notice shall be included
166 in
167 # all copies or substantial portions of the Software.
168 #
169 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
170 OR
171 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
172 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
173 # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
174 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
175 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
176 # SOFTWARE.
177 #
178 # Except as contained in this notice, the name of The X.Org Foundation
179 shall
180 # not be used in advertising or otherwise to promote the sale, use or other
181 # dealings in this Software without prior written authorization from
182 # The X.Org Foundation.
183 #
184 # **********************************************************************
185 # Refer to the xorg.conf(5) man page for details about the format of
186 # this file.
187 # **********************************************************************
188 # **********************************************************************
189 # Module section -- this section is used to specify
190 # which dynamically loadable modules to load.
191 # **********************************************************************
192 #
193 # **********************************************************************
194 # Files section. This allows default font and rgb paths to be set
195 # **********************************************************************
196 # **********************************************************************
197 # Server flags section.
198 # **********************************************************************
199 # **********************************************************************
200 # Input devices
201 # **********************************************************************
202 # **********************************************************************
203 # Core keyboard's InputDevice section
204 # **********************************************************************
205 # **********************************************************************
206 # Core Pointer's InputDevice section
207 # **********************************************************************
208 # **********************************************************************
209 # Other input device sections
210 # this is optional and is required only if you
211 # are using extended input devices. This is for example only. Refer
212 # to the xorg.conf man page for a description of the options.
213 # **********************************************************************
214 #
215 # Section "InputDevice"
216 # Identifier "Mouse2"
217 # Driver "mouse"
218 # Option "Protocol" "MouseMan"
219 # Option "Device" "/dev/mouse2"
220 # EndSection
221 #
222 # Section "InputDevice"
223 # Identifier "spaceball"
224 # Driver "magellan"
225 # Option "Device" "/dev/cua0"
226 # EndSection
227 #
228 # Section "InputDevice"
229 # Identifier "spaceball2"
230 # Driver "spaceorb"
231 # Option "Device" "/dev/cua0"
232 # EndSection
233 #
234 # Section "InputDevice"
235 # Identifier "touchscreen0"
236 # Driver "microtouch"
237 # Option "Device" "/dev/ttyS0"
238 # Option "MinX" "1412"
239 # Option "MaxX" "15184"
240 # Option "MinY" "15372"
241 # Option "MaxY" "1230"
242 # Option "ScreenNumber" "0"
243 # Option "ReportingMode" "Scaled"
244 # Option "ButtonNumber" "1"
245 # Option "SendCoreEvents"
246 # EndSection
247 #
248 # Section "InputDevice"
249 # Identifier "touchscreen1"
250 # Driver "elo2300"
251 # Option "Device" "/dev/ttyS0"
252 # Option "MinX" "231"
253 # Option "MaxX" "3868"
254 # Option "MinY" "3858"
255 # Option "MaxY" "272"
256 # Option "ScreenNumber" "0"
257 # Option "ReportingMode" "Scaled"
258 # Option "ButtonThreshold" "17"
259 # Option "ButtonNumber" "1"
260 # Option "SendCoreEvents"
261 # EndSection
262 # **********************************************************************
263 # Monitor section
264 # **********************************************************************
265 # Any number of monitor sections may be present
266 # **********************************************************************
267 # Graphics device section
268 # **********************************************************************
269 # Any number of graphics device sections may be present
270 # Standard VGA Device:
271 # Device configured by xorgconfig:
272 # **********************************************************************
273 # Screen sections
274 # **********************************************************************
275 # Any number of screen sections may be present. Each describes
276 # the configuration of a single screen. A single specific screen section
277 # may be specified from the X server command line with the "-screen"
278 # option.
279 # **********************************************************************
280 # ServerLayout sections.
281 # **********************************************************************
282 # Any number of ServerLayout sections may be present. Each describes
283 # the way multiple screens are organised. A specific ServerLayout
284 # section may be specified from the X server command line with the
285 # "-layout" option. In the absence of this, the first section is used.
286 # When now ServerLayout section is present, the first Screen section
287 # is used alone.
288 # Section "DRI"
289 # Mode 0666
290 # EndSection
291
292 Section "ServerLayout"
293
294 # The Identifier line must be present
295 # Each Screen line specifies a Screen section name, and optionally
296 # the relative position of other screens. The four names after
297 # primary screen name are the screens to the top, bottom, left and right
298 # of the primary screen. In this example, screen 2 is located to the
299 # right of screen 1.
300 # Each InputDevice line specifies an InputDevice section name and
301 # optionally some options to specify the way the device is to be
302 # used. Those options include "CorePointer", "CoreKeyboard" and
303 # "SendCoreEvents".
304 Identifier "Simple Layout"
305 Screen "Screen 1" 0 0
306 InputDevice "Mouse1" "CorePointer"
307 InputDevice "Keyboard1" "CoreKeyboard"
308 EndSection
309
310 Section "Files"
311
312 # The location of the RGB database. Note, this is the name of the
313 # file minus the extension (like ".txt" or ".db"). There is normally
314 # no need to change the default.
315 # RgbPath "/usr/share/X11/rgb"
316 # Multiple FontPath entries are allowed (which are concatenated together),
317 # as well as specifying multiple comma-separated entries in one FontPath
318 # command (or a combination of both methods)
319 #
320 #
321 # FontPath "/usr/share/fonts/TTF/"
322 # FontPath "/usr/share/fonts/OTF"
323 # FontPath "/usr/lib/X11/fonts/local/"
324 # FontPath "/usr/lib/X11/fonts/misc/"
325 # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
326 # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
327 # FontPath "/usr/lib/X11/fonts/Speedo/"
328 # FontPath "/usr/lib/X11/fonts/Type1/"
329 # FontPath "/usr/lib/X11/fonts/TrueType/"
330 # FontPath "/usr/lib/X11/fonts/freefont/"
331 # FontPath "/usr/lib/X11/fonts/75dpi/"
332 # FontPath "/usr/lib/X11/fonts/100dpi/"
333 # The module search path. The default path is shown here.
334 # ModulePath "/usr/lib/modules"
335 FontPath "/usr/share/fonts/misc/"
336 FontPath "/usr/share/fonts/Type1/"
337 FontPath "/usr/share/fonts/100dpi/"
338 FontPath "/usr/share/fonts/75dpi/"
339 EndSection
340
341 Section "Module"
342
343 # This loads the DBE extension module.
344 # This loads the miscellaneous extensions module, and disables
345 # initialisation of the XFree86-DGA extension within that module.
346 # This loads the font modules
347 # Load "type1"
348 # This loads the GLX module
349 # Load "glx"
350 # This loads the DRI module
351 # Load "dri"
352 Load "dbe" # Double buffer extension
353 SubSection "extmod"
354 Option "omit xfree86-dga" # don't initialise the DGA extension
355 EndSubSection
356 Load "freetype"
357 # Load "xtt"
358 EndSection
359
360 Section "InputDevice"
361
362 # For most OSs the protocol can be omitted (it defaults to "Standard").
363 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
364 # uncomment the following line.
365 # Option "Protocol" "Xqueue"
366 # Option "Xleds" "1 2 3"
367 # Option "LeftAlt" "Meta"
368 # Option "RightAlt" "ModeShift"
369 # To customise the XKB settings to suit your keyboard, modify the
370 # lines below (which are the defaults). For example, for a non-U.S.
371 # keyboard, you will probably want to use:
372 # Option "XkbModel" "pc105"
373 # If you have a US Microsoft Natural keyboard, you can use:
374 # Option "XkbModel" "microsoft"
375 #
376 # Then to change the language, change the Layout setting.
377 # For example, a german layout can be obtained with:
378 # Option "XkbLayout" "de"
379 # or:
380 # Option "XkbLayout" "de"
381 # Option "XkbVariant" "nodeadkeys"
382 #
383 # If you'd like to switch the positions of your capslock and
384 # control keys, use:
385 # Option "XkbOptions" "ctrl:swapcaps"
386 # These are the default XKB settings for Xorg
387 # Option "XkbRules" "xorg"
388 # Option "XkbModel" "pc105"
389 # Option "XkbLayout" "us"
390 # Option "XkbVariant" ""
391 # Option "XkbOptions" ""
392 # Option "XkbDisable"
393 Identifier "Keyboard1"
394 Driver "kbd"
395 Option "AutoRepeat" "500 30"
396 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
397 Option "XkbRules" "xorg"
398 Option "XkbModel" "pc101"
399 Option "XkbLayout" "gb"
400 EndSection
401
402 Section "InputDevice"
403
404 # Identifier and driver
405 # the following line.
406 # Option "Protocol" "Xqueue"
407 # Mouse-speed setting for PS/2 mouse.
408 # Option "Resolution" "256"
409 # Baudrate and SampleRate are only for some Logitech mice. In
410 # almost every case these lines should be omitted.
411 # Option "BaudRate" "9600"
412 # Option "SampleRate" "150"
413 # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
414 # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
415 # 3 buttons and you need to map the wheel to different button ids to avoid
416 # conflicts.
417 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
418 Identifier "Mouse1"
419 Driver "mouse"
420 Option "Protocol" "Auto" # Auto detect
421 Option "Device" "/dev/input/mice"
422 # When using XQUEUE, comment out the above two lines, and uncomment
423 Option "ZAxisMapping" "4 5 6 7"
424 # Emulate3Buttons is an option for 2-button mice
425 Option "Emulate3Buttons"
426 # Option "Emulate3Timeout" "50"
427 # ChordMiddle is an option for some 3-button Logitech mice
428 # Option "ChordMiddle"
429 EndSection
430
431 Section "Monitor"
432
433 # HorizSync is in kHz unless units are specified.
434 # HorizSync may be a comma separated list of discrete values, or a
435 # comma separated list of ranges of values.
436 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
437 # USER MANUAL FOR THE CORRECT NUMBERS.
438 # HorizSync 30-64 # multisync
439 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
440 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
441 # VertRefresh is in Hz unless units are specified.
442 # VertRefresh may be a comma separated list of discrete values, or a
443 # comma separated list of ranges of values.
444 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
445 # USER MANUAL FOR THE CORRECT NUMBERS.
446 ### Comment all HorizSync and VertRefresh values to use DDC:
447 Identifier "My Monitor"
448 ### Comment all HorizSync and VertRefresh values to use DDC:
449 HorizSync 31.5 - 64.3
450 VertRefresh 50.0 - 100.0
451 EndSection
452
453 Section "Device"
454
455 # unsupported card
456 #VideoRam 12800000
457 # Insert Clocks lines here if appropriate
458 Identifier "My Video Card"
459 Driver "radeon"
460 Card "** ATI Radeon (generic) [radeon]"
461 EndSection
462
463 Section "Screen"
464 Identifier "Screen 1"
465 Device "My Video Card"
466 Monitor "My Monitor"
467 DefaultDepth 24
468 SubSection "Display"
469 Viewport 0 0
470 Depth 8
471 Modes "1280x1024" "1024x768" "800x600" "640x480"
472 EndSubSection
473 SubSection "Display"
474 Viewport 0 0
475 Depth 16
476 Modes "1280x1024" "1024x768" "800x600" "640x480"
477 EndSubSection
478 SubSection "Display"
479 Viewport 0 0
480 Depth 24
481 Modes "1280x1024" "1024x768" "800x600" "640x480"
482 EndSubSection
483 EndSection
484
485
486
487 and this is my error log:
488
489
490 X Window System Version 1.3.0
491 Release Date: 19 April 2007
492 X Protocol Version 11, Revision 0, Release 1.3
493 Build Operating System: UNKNOWN
494 Current Operating System: Linux hell 2.6.22-gentoo-r5 #1 Tue Oct 9 01:35:14
495 EST 2007 ppc
496 Build Date: 10 October 2007
497 Before reporting problems, check http://wiki.x.org
498 to make sure that you have the latest version.
499 Module Loader present
500 Markers: (--) probed, (**) from config file, (==) default setting,
501 (++) from command line, (!!) notice, (II) informational,
502 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
503 (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 10 20:21:20 2007
504 (==) Using config file: "/etc/X11/xorg.conf"
505 (==) ServerLayout "Simple Layout"
506 (**) |-->Screen "Screen 1" (0)
507 (**) | |-->Monitor "My Monitor"
508 (**) | |-->Device "My Video Card"
509 (**) |-->Input Device "Mouse1"
510 (**) |-->Input Device "Keyboard1"
511 (**) FontPath set to:
512 /usr/share/fonts/misc/,
513 /usr/share/fonts/Type1/,
514 /usr/share/fonts/100dpi/,
515 /usr/share/fonts/75dpi/
516 (==) RgbPath set to "/usr/share/X11/rgb"
517 (==) ModulePath set to "/usr/lib/xorg/modules"
518 (II) Open APM successful
519 (II) Loader magic: 0x101d25e8
520 (II) Module ABI versions:
521 X.Org ANSI C Emulation: 0.3
522 X.Org Video Driver: 1.2
523 X.Org XInput driver : 0.7
524 X.Org Server Extension : 0.3
525 X.Org Font Renderer : 0.5
526 (II) Loader running on linux
527 (II) LoadModule: "pcidata"
528 (II) Loading /usr/lib/xorg/modules//libpcidata.so
529 (II) Module pcidata: vendor="X.Org Foundation"
530 compiled for 1.3.0, module version = 1.0.0
531 ABI class: X.Org Video Driver, version 1.2
532 (--) using VT number 7
533
534 (II) PCI: PCI scan (all values are in hex)
535 (II) PCI: 00:0b:0: chip 106b,002d card 0000,0000 rev 00 class 06,00,00 hdr
536 00
537 (II) PCI: 10:0b:0: chip 106b,002e card 0000,0000 rev 00 class 06,00,00 hdr
538 00
539 (II) PCI: 10:13:0: chip 1045,c861 card 1045,c861 rev 10 class 0c,03,10 hdr
540 00
541 (II) PCI: 10:14:0: chip 1412,1712 card 1412,d632 rev 02 class 04,01,00 hdr
542 00
543 (II) PCI: 10:15:0: chip 1002,5960 card 1002,5960 rev 01 class 03,00,00 hdr
544 00
545 (II) PCI: 10:17:0: chip 106b,0022 card 0000,0000 rev 03 class ff,00,00 hdr
546 00
547 (II) PCI: 10:18:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr
548 00
549 (II) PCI: 10:19:0: chip 106b,0019 card 0000,0000 rev 00 class 0c,03,10 hdr
550 00
551 (II) PCI: 20:0b:0: chip 106b,002f card 0000,0000 rev 00 class 06,00,00 hdr
552 00
553 (II) PCI: 20:0e:0: chip 11c1,5811 card 11c1,5811 rev 00 class 0c,00,10 hdr
554 00
555 (II) PCI: 20:0f:0: chip 106b,0021 card 0000,0000 rev 01 class 02,00,00 hdr
556 00
557 (II) PCI: End of PCI scan
558 (II) Host-to-PCI bridge:
559 (II) Bus 0: bridge is at (0:11:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set)
560 (II) Bus 0 I/O range:
561 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
562 (II) Bus 0 non-prefetchable memory range:
563 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
564 (II) Bus 0 prefetchable memory range:
565 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
566 (II) Host-to-PCI bridge:
567 (II) Bus 16: bridge is at (16:11:0), (16,16,32), BCTRL: 0x0008 (VGA_EN is
568 set)
569 (II) Bus 16 I/O range:
570 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
571 (II) Bus 16 non-prefetchable memory range:
572 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
573 (II) Bus 16 prefetchable memory range:
574 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
575 (II) Host-to-PCI bridge:
576 (II) Bus 32: bridge is at (32:11:0), (32,32,32), BCTRL: 0x0008 (VGA_EN is
577 set)
578 (II) Bus 32 I/O range:
579 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
580 (II) Bus 32 non-prefetchable memory range:
581 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
582 (II) Bus 32 prefetchable memory range:
583 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
584 (--) PCI:*(16:21:0) ATI Technologies Inc RV280 [Radeon 9200 PRO] rev 1, Mem
585 @ 0x90000000/28, 0x80090000/16,
586 I/O @ 0x1000/8, BIOS @ 0xf3000000/17
587 (II) Addressable bus resource ranges are
588 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
589 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
590 (II) OS-reported resource ranges:
591 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
592 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
593 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
594 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
595 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
596 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
597 (II) Active PCI resource ranges:
598 [0] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]E
599 [1] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B]E
600 [2] -1 0 0x80080000 - 0x800fffff (0x80000) MX[B]E
601 [3] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]E
602 [4] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B]E
603 [5] -1 0 0x80082000 - 0x80083fff (0x2000) MX[B]E
604 [6] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B](B)
605 [7] -1 0 0x80090000 - 0x8009ffff (0x10000) MX[B](B)
606 [8] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B](B)
607 [9] -1 0 0xf2000400 - 0xf20004ff (0x100) IX[B]E
608 [10] -1 0 0xf2000460 - 0xf200047f (0x20) IX[B]E
609 [11] -1 0 0xf2000470 - 0xf200047f (0x10) IX[B]E
610 [12] -1 0 0xf2000440 - 0xf200047f (0x40) IX[B]E
611 [13] -1 0 0xf2001000 - 0xf20010ff (0x100) IX[B](B)
612 (II) PCI Memory resource overlap reduced 0xf5000000 from 0xf5ffffff to
613 0xf51fffff
614 (II) PCI Memory resource overlap reduced 0x80080000 from 0x800fffff to
615 0x80080fff
616 (II) PCI Memory resource overlap reduced 0x80000000 from 0xffffffff to
617 0x8007ffff
618 (II) PCI I/O resource overlap reduced 0xf2000400 from 0xf20004ff to
619 0xf200043f
620 (II) PCI I/O resource overlap reduced 0xf2000460 from 0xf200047f to
621 0xf200046f
622 (II) PCI I/O resource overlap reduced 0xf2000440 from 0xf200047f to
623 0xf200045f
624 (II) Active PCI resource ranges after removing overlaps:
625 [0] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]E
626 [1] -1 0 0xf5000000 - 0xf51fffff (0x200000) MX[B]E
627 [2] -1 0 0x80080000 - 0x80080fff (0x1000) MX[B]E
628 [3] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]E
629 [4] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]E
630 [5] -1 0 0x80082000 - 0x80083fff (0x2000) MX[B]E
631 [6] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B](B)
632 [7] -1 0 0x80090000 - 0x8009ffff (0x10000) MX[B](B)
633 [8] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B](B)
634 [9] -1 0 0xf2000400 - 0xf200043f (0x40) IX[B]E
635 [10] -1 0 0xf2000460 - 0xf200046f (0x10) IX[B]E
636 [11] -1 0 0xf2000470 - 0xf200047f (0x10) IX[B]E
637 [12] -1 0 0xf2000440 - 0xf200045f (0x20) IX[B]E
638 [13] -1 0 0xf2001000 - 0xf20010ff (0x100) IX[B](B)
639 (II) OS-reported resource ranges after removing overlaps with PCI:
640 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
641 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
642 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
643 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
644 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
645 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
646 (II) All system resource ranges:
647 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
648 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
649 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
650 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
651 [4] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]E
652 [5] -1 0 0xf5000000 - 0xf51fffff (0x200000) MX[B]E
653 [6] -1 0 0x80080000 - 0x80080fff (0x1000) MX[B]E
654 [7] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]E
655 [8] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]E
656 [9] -1 0 0x80082000 - 0x80083fff (0x2000) MX[B]E
657 [10] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B](B)
658 [11] -1 0 0x80090000 - 0x8009ffff (0x10000) MX[B](B)
659 [12] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B](B)
660 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
661 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
662 [15] -1 0 0xf2000400 - 0xf200043f (0x40) IX[B]E
663 [16] -1 0 0xf2000460 - 0xf200046f (0x10) IX[B]E
664 [17] -1 0 0xf2000470 - 0xf200047f (0x10) IX[B]E
665 [18] -1 0 0xf2000440 - 0xf200045f (0x20) IX[B]E
666 [19] -1 0 0xf2001000 - 0xf20010ff (0x100) IX[B](B)
667 (II) LoadModule: "dbe"
668 (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
669 (II) Module dbe: vendor="X.Org Foundation"
670 compiled for 1.3.0, module version = 1.0.0
671 Module class: X.Org Server Extension
672 ABI class: X.Org Server Extension, version 0.3
673 (II) Loading extension DOUBLE-BUFFER
674 (II) LoadModule: "extmod"
675 (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
676 (II) Module extmod: vendor="X.Org Foundation"
677 compiled for 1.3.0, module version = 1.0.0
678 Module class: X.Org Server Extension
679 ABI class: X.Org Server Extension, version 0.3
680 (II) Loading extension SHAPE
681 (II) Loading extension MIT-SUNDRY-NONSTANDARD
682 (II) Loading extension BIG-REQUESTS
683 (II) Loading extension SYNC
684 (II) Loading extension MIT-SCREEN-SAVER
685 (II) Loading extension XC-MISC
686 (II) Loading extension XFree86-VidModeExtension
687 (II) Loading extension XFree86-Misc
688 (II) Loading extension DPMS
689 (II) Loading extension TOG-CUP
690 (II) Loading extension Extended-Visual-Information
691 (II) Loading extension XVideo
692 (II) Loading extension XVideo-MotionCompensation
693 (II) Loading extension X-Resource
694 (II) LoadModule: "freetype"
695 (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
696 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
697 compiled for 1.3.0, module version = 2.1.0
698 Module class: X.Org Font Renderer
699 ABI class: X.Org Font Renderer, version 0.5
700 (II) Loading font FreeType
701 (II) LoadModule: "radeon"
702 (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
703 (II) Module radeon: vendor="X.Org Foundation"
704 compiled for 1.3.0, module version = 4.2.0
705 Module class: X.Org Video Driver
706 ABI class: X.Org Video Driver, version 1.2
707 (II) LoadModule: "ati"
708 (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
709 (II) Module ati: vendor="X.Org Foundation"
710 compiled for 1.3.0, module version = 6.6.3
711 Module class: X.Org Video Driver
712 ABI class: X.Org Video Driver, version 1.2
713 (II) LoadModule: "mouse"
714 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
715 (II) Module mouse: vendor="X.Org Foundation"
716 compiled for 1.3.0, module version = 1.2.2
717 Module class: X.Org XInput Driver
718 ABI class: X.Org XInput driver, version 0.7
719 (II) LoadModule: "kbd"
720 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
721 (II) Module kbd: vendor="X.Org Foundation"
722 compiled for 1.3.0, module version = 1.1.0
723 Module class: X.Org XInput Driver
724 ABI class: X.Org XInput driver, version 0.7
725 (II) ATI: ATI driver (version 6.6.3) for chipset: ati
726 (II) R128: Driver for ATI Rage 128 chipsets:
727 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
728 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
729 ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
730 ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
731 ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
732 ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
733 ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
734 ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
735 ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
736 ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
737 ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
738 ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
739 ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
740 ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
741 ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
742 ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
743 ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
744 ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
745 ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
746 ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
747 ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
748 ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
749 ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
750 ATI Rage 128 Pro ULTRA TU (AGP?)
751 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
752 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
753 ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
754 ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
755 ATI Radeon Mobility M7 LW (AGP),
756 ATI Mobility FireGL 7800 M7 LX (AGP),
757 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
758 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
759 ATI Radeon IGP330/340/350 (A4) 4137,
760 ATI Radeon IGP330M/340M/350M (U2) 4337,
761 ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
762 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
763 ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
764 ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
765 ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
766 ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
767 ATI Radeon Mobility 9000 (M9) Lf (AGP),
768 ATI Radeon Mobility 9000 (M9) Lg (AGP),
769 ATI Radeon 9100 IGP (A5) 5834,
770 ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
771 ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
772 ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
773 ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
774 ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
775 ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
776 ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
777 ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
778 ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
779 ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
780 ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
781 ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
782 ATI FireGL RV360 AV (AGP),
783 ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
784 ATI Radeon Mobility 9600 (M10) NQ (AGP),
785 ATI Radeon Mobility 9600 (M11) NR (AGP),
786 ATI Radeon Mobility 9600 (M10) NS (AGP),
787 ATI FireGL Mobility T2 (M10) NT (AGP),
788 ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
789 ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
790 ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
791 ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
792 ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
793 ATI Radeon X600 (RV380) 3E50 (PCIE),
794 ATI FireGL V3200 (RV380) 3E54 (PCIE),
795 ATI Radeon Mobility X600 (M24) 3150 (PCIE),
796 ATI Radeon Mobility X300 (M24) 3152 (PCIE),
797 ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
798 ATI Radeon X600 (RV370) 5B62 (PCIE),
799 ATI Radeon X550 (RV370) 5B63 (PCIE),
800 ATI FireGL V3100 (RV370) 5B64 (PCIE),
801 ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
802 ATI Radeon Mobility X300 (M22) 5460 (PCIE),
803 ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
804 ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
805 ATI Radeon XPRESS 200M 5A42 (PCIE),
806 ATI Radeon XPRESS 200 5A61 (PCIE),
807 ATI Radeon XPRESS 200M 5A62 (PCIE),
808 ATI Radeon XPRESS 200 5954 (PCIE),
809 ATI Radeon XPRESS 200M 5955 (PCIE),
810 ATI Radeon XPRESS 200 5974 (PCIE),
811 ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
812 ATI Mobility FireGL V5000 (M26) (PCIE),
813 ATI Mobility FireGL V5000 (M26) (PCIE),
814 ATI Mobility Radeon X700 XL (M26) (PCIE),
815 ATI Mobility Radeon X700 (M26) (PCIE),
816 ATI Mobility Radeon X700 (M26) (PCIE),
817 ATI Radeon X700 PRO (RV410) (PCIE),
818 ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
819 ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
820 ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
821 ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
822 ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
823 ATI Radeon Mobility 9800 (M18) JN (AGP),
824 ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
825 ATI Radeon AIW X800 VE (R420) JT (AGP),
826 ATI Radeon X800 (R423) UH (PCIE),
827 ATI Radeon X800PRO (R423) UI (PCIE),
828 ATI Radeon X800LE (R423) UJ (PCIE),
829 ATI Radeon X800SE (R423) UK (PCIE),
830 ATI FireGL V5100 (R423) UQ (PCIE),
831 ATI FireGL unknown (R423) UR (PCIE),
832 ATI FireGL unknown (R423) UT (PCIE),
833 ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
834 ATI Mobility FireGL V5100 (M28) (PCIE),
835 ATI Mobility Radeon X800 (M28) (PCIE),
836 ATI Mobility Radeon X800 XT (M28) (PCIE),
837 ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
838 ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
839 ATI Radeon X850 5D4C (PCIE),
840 ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
841 ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
842 ATI Radeon X850 XT (R480) (PCIE),
843 ATI Radeon X850 XT PE (R480) (PCIE),
844 ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
845 ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
846 (II) Primary Device is: PCI 10:15:0
847 (--) Assigning device section with no busID to primary device
848 (--) Chipset ATI Radeon 9250 5960 (AGP) found
849 (II) resource ranges after xf86ClaimFixedResources() call:
850 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
851 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
852 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
853 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
854 [4] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]E
855 [5] -1 0 0xf5000000 - 0xf51fffff (0x200000) MX[B]E
856 [6] -1 0 0x80080000 - 0x80080fff (0x1000) MX[B]E
857 [7] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]E
858 [8] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]E
859 [9] -1 0 0x80082000 - 0x80083fff (0x2000) MX[B]E
860 [10] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B](B)
861 [11] -1 0 0x80090000 - 0x8009ffff (0x10000) MX[B](B)
862 [12] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B](B)
863 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
864 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
865 [15] -1 0 0xf2000400 - 0xf200043f (0x40) IX[B]E
866 [16] -1 0 0xf2000460 - 0xf200046f (0x10) IX[B]E
867 [17] -1 0 0xf2000470 - 0xf200047f (0x10) IX[B]E
868 [18] -1 0 0xf2000440 - 0xf200045f (0x20) IX[B]E
869 [19] -1 0 0xf2001000 - 0xf20010ff (0x100) IX[B](B)
870 (II) Loading sub module "radeon"
871 (II) LoadModule: "radeon"
872 (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
873 (WW) ****INVALID IO ALLOCATION**** b: 0xf2001000 e: 0xf20010ff correcting
874 (EE) end of block range 0xf1ffffff < begin 0xf2000000
875 (II) window:
876 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
877 (II) resSize:
878 (II) window fixed:
879 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
880 (II) resource ranges after probing:
881 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
882 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
883 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
884 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
885 [4] -1 0 0xf5200000 - 0xf53fffff (0x200000) MX[B]E
886 [5] -1 0 0xf5000000 - 0xf51fffff (0x200000) MX[B]E
887 [6] -1 0 0x80080000 - 0x80080fff (0x1000) MX[B]E
888 [7] -1 0 0x80081000 - 0x80081fff (0x1000) MX[B]E
889 [8] -1 0 0x80000000 - 0x8007ffff (0x80000) MX[B]E
890 [9] -1 0 0x80082000 - 0x80083fff (0x2000) MX[B]E
891 [10] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B](B)
892 [11] -1 0 0x80090000 - 0x8009ffff (0x10000) MX[B](B)
893 [12] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B](B)
894 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
895 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
896 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
897 [16] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
898 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
899 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
900 [19] -1 0 0xf2000400 - 0xf200043f (0x40) IX[B]E
901 [20] -1 0 0xf2000460 - 0xf200046f (0x10) IX[B]E
902 [21] -1 0 0xf2000470 - 0xf200047f (0x10) IX[B]E
903 [22] -1 0 0xf2000440 - 0xf200045f (0x20) IX[B]E
904 [23] 0 0 0xf20003b0 - 0xf20003bb (0xc) IS[B]
905 [24] 0 0 0xf20003c0 - 0xf20003df (0x20) IS[B]
906 (II) Setting vga for screen 0.
907 (**) RADEON(0): RADEONPreInit
908 (II) RADEON(0): MMIO registers at 0x80090000: size 64KB
909 (II) RADEON(0): PCI bus 16 card 21 func 0
910 (**) RADEON(0): RADEONFreeScreen
911 (II) UnloadModule: "ati"
912 (II) UnloadModule: "radeon"
913 (EE) Screen(s) found, but none have a usable configuration.
914
915 Fatal server error:
916 no screens found
917
918
919 any help would be great, i feel like i need a new perspective, been looking
920 to long at this.
921
922 Caleb
923
924 --------------------------------------------------------------------
925 myhosting.com - Premium Microsoft® Windows® and Linux web and application
926 hosting - http://link.myhosting.com/myhosting
927
928
929 --
930 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] help with xorg on G4 Lars Weiler <pylon@g.o>