Gentoo Archives: gentoo-ppc-user

From: "David H. Lynch Jr." <dhlii@×××××××.net>
To: gentoo-ppc-user@××××××××××××.org
Subject: [gentoo-ppc-user] Xorg M5354 configuration problem
Date: Sat, 09 Apr 2005 23:57:54
Message-Id: 42586C01.2050500@comcast.net
1 I am a Gentoo and PPC Newbie. I have been running Debian on x86 machines
2 for several years.
3
4 Anyway, I have been trying to do a Stage 1 setup on a PowerBook M5343
5 and after many interesting days I am up to geting X running.
6
7 I have emerged xorg-x11 and follwed the steps for configuring it.
8 the auto generated config gave me no joy.
9 I googled X config files on PowerBooks and have been able to use that
10 info to get slightly further.
11
12 My xorg.conf and the resulting /var/log/X.org.0.log are below.
13
14 When I run 'Xorg -conf xorg.conf' I get some screen flashes, a delay,
15 several (5 or 6) thin vertical blue bars, some activity, a blank (black)
16 screen, and then nothing.
17 I have waited 5 or 6 minutes just in case. I am not sure what Backspace
18 is on a Mac Keyboard, but Ctrl-alt-delete (or just about anything else I
19 try) does not get X to exit.
20 Eventually I have to pull the plug.
21
22
23
24
25 xorg.conf
26 =============================================================
27 # File generated by xorgconfig.
28
29 #
30 # Copyright 2004 The X.Org Foundation
31 #
32 # Permission is hereby granted, free of charge, to any person obtaining a
33 # copy of this software and associated documentation files (the "Software"),
34 # to deal in the Software without restriction, including without limitation
35 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 # and/or sell copies of the Software, and to permit persons to whom the
37 # Software is furnished to do so, subject to the following conditions:
38 #
39 # The above copyright notice and this permission notice shall be included in
40 # all copies or substantial portions of the Software.
41 #
42 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
45 # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
46 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
47 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48 # SOFTWARE.
49 #
50 # Except as contained in this notice, the name of The X.Org Foundation shall
51 # not be used in advertising or otherwise to promote the sale, use or other
52 # dealings in this Software without prior written authorization from
53 # The X.Org Foundation.
54 #
55
56 # **********************************************************************
57 # Refer to the xorg.conf(5x) man page for details about the format of
58 # this file.
59 # **********************************************************************
60
61 # **********************************************************************
62 # Module section -- this section is used to specify
63 # which dynamically loadable modules to load.
64 # **********************************************************************
65 #
66 Section "Module"
67
68 # This loads the DBE extension module.
69
70 Load "dbe" # Double buffer extension
71
72 # This loads the miscellaneous extensions module, and disables
73 # initialisation of the XFree86-DGA extension within that module.
74 SubSection "extmod"
75 Option "omit xfree86-dga" # don't initialise the DGA extension
76 EndSubSection
77
78 # This loads the font modules
79 Load "type1"
80 # Load "speedo"
81 Load "freetype"
82 # Load "xtt"
83
84 # This loads the GLX module
85 # Load "glx"
86 # This loads the DRI module
87 # Load "dri"
88
89 # Load "GLcore"
90 # Load "ddc"
91 # Load "pex5"
92 # Load "xie"
93 # Load "bitmap"
94 # Load "int10"
95 # Load "record"
96 # Load "v4l"
97 # Load "vbe"
98 # Load "xtrap"
99 EndSection
100
101 # **********************************************************************
102 # Files section. This allows default font and rgb paths to be set
103 # **********************************************************************
104
105 Section "Files"
106
107 # The location of the RGB database. Note, this is the name of the
108 # file minus the extension (like ".txt" or ".db"). There is normally
109 # no need to change the default.
110
111 RgbPath "/usr/X11R6/lib/X11/rgb"
112
113 # Multiple FontPath entries are allowed (which are concatenated together),
114 # as well as specifying multiple comma-separated entries in one FontPath
115 # command (or a combination of both methods)
116 #
117 #
118
119 FontPath "/usr/share/fonts/misc/"
120 FontPath "/usr/share/fonts/TTF/"
121 FontPath "/usr/share/fonts/Type1/"
122 # FontPath "/usr/share/fonts/CID/"
123 FontPath "/usr/share/fonts/75dpi/"
124 FontPath "/usr/share/fonts/100dpi/"
125 # FontPath "/usr/share/fonts/local/"
126 # FontPath "/usr/share/fonts/Speedo/"
127 # FontPath "/usr/share/fonts/TrueType/"
128 # FontPath "/usr/share/fonts/freefont/"
129
130 # The module search path. The default path is shown here.
131
132 # ModulePath "/usr/X11R6/lib/modules"
133
134 EndSection
135
136 # **********************************************************************
137 # Server flags section.
138 # **********************************************************************
139
140 Section "ServerFlags"
141
142 # Uncomment this to cause a core dump at the spot where a signal is
143 # received. This may leave the console in an unusable state, but may
144 # provide a better stack trace in the core dump to aid in debugging
145
146 # Option "NoTrapSignals"
147
148 # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
149 # (where n is 1 through 12). This allows clients to receive these key
150 # events.
151
152 # Option "DontVTSwitch"
153
154 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
155 # This allows clients to receive this key event.
156
157 # Option "DontZap"
158
159 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
160 # sequences. This allows clients to receive these key events.
161
162 # Option "Dont Zoom"
163 # Option "DontZoom" "on"
164
165 # Uncomment this to disable tuning with the xvidtune client. With
166 # it the client can still run and fetch card and monitor attributes,
167 # but it will not be allowed to change them. If it tries it will
168 # receive a protocol error.
169
170 # Option "DisableVidModeExtension"
171
172 # Uncomment this to enable the use of a non-local xvidtune client.
173
174 # Option "AllowNonLocalXvidtune"
175
176 # Uncomment this to disable dynamically modifying the input device
177 # (mouse and keyboard) settings.
178
179 # Option "DisableModInDev"
180
181 # Uncomment this to enable the use of a non-local client to
182 # change the keyboard or mouse settings (currently only xset).
183
184 # Option "AllowNonLocalModInDev"
185
186 # Option "standby time" "20"
187 # Option "suspend time" "30"
188 # Option "off time" "60"
189
190 EndSection
191
192 # **********************************************************************
193 # Input devices
194 # **********************************************************************
195
196 # **********************************************************************
197 # Core keyboard's InputDevice section
198 # **********************************************************************
199
200 Section "InputDevice"
201
202 Identifier "Generic Keyboard"
203 Driver "keyboard"
204 # Driver "kbd"
205
206 # For most OSs the protocol can be omitted (it defaults to "Standard").
207 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
208 # uncomment the following line.
209
210 # Option "Protocol" "Xqueue"
211
212 # Option "AutoRepeat" "500 30"
213
214 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
215 # Option "Xleds" "1 2 3"
216
217 # Option "LeftAlt" "Meta"
218 # Option "RightAlt" "ModeShift"
219
220 # To customise the XKB settings to suit your keyboard, modify the
221 # lines below (which are the defaults). For example, for a non-U.S.
222 # keyboard, you will probably want to use:
223 # Option "XkbModel" "pc105"
224 # If you have a US Microsoft Natural keyboard, you can use:
225 # Option "XkbModel" "microsoft"
226 #
227 # Then to change the language, change the Layout setting.
228 # For example, a german layout can be obtained with:
229 # Option "XkbLayout" "de"
230 # or:
231 # Option "XkbLayout" "de"
232 # Option "XkbVariant" "nodeadkeys"
233 #
234 # If you'd like to switch the positions of your capslock and
235 # control keys, use:
236 # Option "XkbOptions" "ctrl:swapcaps"
237
238 # These are the default XKB settings for Xorg
239 # Option "XkbRules" "xorg"
240 # Option "XkbModel" "pc105"
241 Option "XkbModel" "macintosh"
242 # Option "XkbLayout" "us"
243 # Option "XkbVariant" ""
244 # Option "XkbOptions" ""
245
246 # Option "XkbDisable"
247
248 # Option "XkbRules" "xorg"
249 # Option "XkbModel" "pc101"
250 # Option "XkbLayout" "us"
251 # Option "XkbVariant" "us"
252
253 # Option "CoreKeyboard"
254 EndSection
255
256
257 # **********************************************************************
258 # Core Pointer's InputDevice section
259 # **********************************************************************
260
261 Section "InputDevice"
262
263 # Identifier and driver
264
265 Identifier "Trackpad"
266 Driver "mouse"
267 Option "Protocol" "ImPS/2"
268 # Option "Protocol" "auto"
269 # Option "Device" "/dev/psaux"
270 Option "Device" "/dev/input/mice"
271
272 # Mouse-speed setting for PS/2 mouse.
273
274 # Option "Resolution" "256"
275
276 # When using XQUEUE, comment out the above two lines, and uncomment
277 # the following line.
278
279 # Option "Protocol" "Xqueue"
280
281 # Baudrate and SampleRate are only for some Logitech mice. In
282 # almost every case these lines should be omitted.
283
284 # Option "BaudRate" "9600"
285 # Option "SampleRate" "150"
286
287 # Emulate3Buttons is an option for 2-button Microsoft mice
288 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
289
290 # Option "Emulate3Buttons"
291 # Option "Emulate3Timeout" "50"
292
293 # ChordMiddle is an option for some 3-button Logitech mice
294
295 # Option "ChordMiddle"
296
297 EndSection
298
299
300 # **********************************************************************
301 # Other input device sections
302 # this is optional and is required only if you
303 # are using extended input devices. This is for example only. Refer
304 # to the xorg.conf man page for a description of the options.
305 # **********************************************************************
306 #
307 # Section "InputDevice"
308 # Identifier "Mouse2"
309 # Driver "mouse"
310 # Option "Protocol" "MouseMan"
311 # Option "Device" "/dev/mouse2"
312 # EndSection
313 #
314 # Section "InputDevice"
315 # Identifier "spaceball"
316 # Driver "magellan"
317 # Option "Device" "/dev/cua0"
318 # EndSection
319 #
320 # Section "InputDevice"
321 # Identifier "spaceball2"
322 # Driver "spaceorb"
323 # Option "Device" "/dev/cua0"
324 # EndSection
325 #
326 # Section "InputDevice"
327 # Identifier "touchscreen0"
328 # Driver "microtouch"
329 # Option "Device" "/dev/ttyS0"
330 # Option "MinX" "1412"
331 # Option "MaxX" "15184"
332 # Option "MinY" "15372"
333 # Option "MaxY" "1230"
334 # Option "ScreenNumber" "0"
335 # Option "ReportingMode" "Scaled"
336 # Option "ButtonNumber" "1"
337 # Option "SendCoreEvents"
338 # EndSection
339 #
340 # Section "InputDevice"
341 # Identifier "touchscreen1"
342 # Driver "elo2300"
343 # Option "Device" "/dev/ttyS0"
344 # Option "MinX" "231"
345 # Option "MaxX" "3868"
346 # Option "MinY" "3858"
347 # Option "MaxY" "272"
348 # Option "ScreenNumber" "0"
349 # Option "ReportingMode" "Scaled"
350 # Option "ButtonThreshold" "17"
351 # Option "ButtonNumber" "1"
352 # Option "SendCoreEvents"
353 # EndSection
354
355 # **********************************************************************
356 # Monitor section
357 # **********************************************************************
358
359 # Any number of monitor sections may be present
360
361 Section "Monitor"
362
363 Identifier "PowerBook pannel"
364 VendorName "Apple"
365 ModelName "Bronze Lombard LCD"
366
367 # Gamma 1.1
368 # Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777
369 806 -hsync -vsync
370
371 # Mode "1024x768"
372 # # D: 78.518 MHz, H: 59.846 kHz, V: 74.807 Hz
373 # DotClock 78.519
374 # HTimings 1024 1056 1152 1312
375 # VTimings 768 769 772 800
376 # Flags "+HSync" "+VSync" # Warning: XFree86 doesn't support accel
377 #EndMode
378 # Mode "1024x768"
379 # # D: 64.901 MHz, H: 48.290 kHz, V: 59.913 Hz
380 # DotClock 64.902
381 # HTimings 1024 1064 1200 1344
382 # VTimings 768 771 777 806
383 # Flags "-HSync" "-VSync"
384 # EndMode
385 # HorizSync is in kHz unless units are specified.
386 # HorizSync may be a comma separated list of discrete values, or a
387 # comma separated list of ranges of values.
388 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
389 # USER MANUAL FOR THE CORRECT NUMBERS.
390
391 # HorizSync 31.5-57.0
392
393 # HorizSync 30-64 # multisync
394 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
395 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
396
397 # VertRefresh is in Hz unless units are specified.
398 # VertRefresh may be a comma separated list of discrete values, or a
399 # comma separated list of ranges of values.
400 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
401 # USER MANUAL FOR THE CORRECT NUMBERS.
402
403 # VertRefresh 50-70
404 Option "DPMS"
405
406 EndSection
407
408
409 # **********************************************************************
410 # Graphics device section
411 # **********************************************************************
412
413 # Any number of graphics device sections may be present
414
415 # Standard VGA Device:
416
417 #Section "Device"
418 # Identifier "Standard VGA"
419 # VendorName "Unknown"
420 # BoardName "Unknown"
421
422 # The chipset line is optional in most cases. It can be used to override
423 # the driver's chipset detection, and should not normally be specified.
424
425 # Chipset "generic"
426
427 # The Driver line must be present. When using run-time loadable driver
428 # modules, this line instructs the server to load the specified driver
429 # module. Even when not using loadable driver modules, this line
430 # indicates which driver should interpret the information in this section.
431
432 # Driver "vga"
433 # The BusID line is used to specify which of possibly multiple devices
434 # this section is intended for. When this line isn't present, a device
435 # section can only match up with the primary video device. For PCI
436 # devices a line like the following could be used. This line should not
437 # normally be included unless there is more than one video device
438 # intalled.
439
440 # BusID "PCI:0:10:0"
441
442 # VideoRam 256
443
444 # Clocks 25.2 28.3
445
446 #EndSection
447
448 # Device configured by xorgconfig:
449
450 Section "Device"
451 ### Available Driver options are:-
452 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
453 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
454 ### [arg]: arg optional
455 #Option "accel" # [<bool>]
456 #Option "crt_display" # [<bool>]
457 #Option "composite_sync" # [<bool>]
458 #Option "hw_cursor" # [<bool>]
459 #Option "mmio_cache" # [<bool>]
460 #Option "test_mmio_cache" # [<bool>]
461 #Option "panel_display" # [<bool>]
462 #Option "probe_clocks" # [<bool>]
463 #Option "reference_clock" # <freq>
464 #Option "shadow_fb" # [<bool>]
465 #Option "sw_cursor" # [<bool>]
466
467 Identifier "ATI Technologies, Inc. 3D Rage LT Pro"
468 VendorName "ATI"
469 Driver "ati"
470 BusID "PCI:0:17:0"
471
472 # Option "ReferenceClock" "29.498928 MHz"
473 # BoardName "3D Rage LT Pro"
474 # ChipSet "ati"
475 ChipId 0x4c49
476 # ChipRev 0xdc
477 # Option "UseFBDev" "true"`
478 EndSection
479
480
481 # **********************************************************************
482 # Screen sections
483 # **********************************************************************
484
485 # Any number of screen sections may be present. Each describes
486 # the configuration of a single screen. A single specific screen section
487 # may be specified from the X server command line with the "-screen"
488 # option.
489 Section "Screen"
490 Identifier "Default Screen"
491 Device "ATI Technologies, Inc. 3D Rage LT Pro"
492 Monitor "PowerBook pannel"
493 DefaultDepth 15
494
495 Subsection "Display"
496 Depth 8
497 Modes "1024x768"
498 # ViewPort 0 0
499 # Virtual 1024 768
500 EndSubsection
501 Subsection "Display"
502 Depth 15
503 Modes "1024x768"
504 # ViewPort 0 0
505 # Virtual 1024 768
506 EndSubsection
507 Subsection "Display"
508 Depth 16
509 Modes "1024x768"
510 # ViewPort 0 0
511 # Virtual 1024 768
512 EndSubsection
513 Subsection "Display"
514 Depth 24
515 Modes "1024x768"
516 # ViewPort 0 0
517 # Virtual 1024 768
518 EndSubsection
519 Subsection "Display"
520 Depth 24
521 Modes "640x480"
522 # ViewPort 0 0
523 # Virtual 1024 768
524 EndSubsection
525 EndSection
526
527 # **********************************************************************
528 # ServerLayout sections.
529 # **********************************************************************
530
531 # Any number of ServerLayout sections may be present. Each describes
532 # the way multiple screens are organised. A specific ServerLayout
533 # section may be specified from the X server command line with the
534 # "-layout" option. In the absence of this, the first section is used.
535 # When now ServerLayout section is present, the first Screen section
536 # is used alone.
537
538 Section "ServerLayout"
539
540 # The Identifier line must be present
541 Identifier "Powerbook G3"
542
543 # Each Screen line specifies a Screen section name, and optionally
544 # the relative position of other screens. The four names after
545 # primary screen name are the screens to the top, bottom, left and right
546 # of the primary screen. In this example, screen 2 is located to the
547 # right of screen 1.
548
549 Screen "Default Screen"
550
551 # Each InputDevice line specifies an InputDevice section name and
552 # optionally some options to specify the way the device is to be
553 # used. Those options include "CorePointer", "CoreKeyboard" and
554 # "SendCoreEvents".
555
556 InputDevice "Trackpad" "CorePointer"
557 InputDevice "Generic Keyboard" "CoreKeyboard"
558 # InputDevice "Synaptics Touchpad"
559
560 EndSection
561
562 # Section "DRI"
563 # Mode 0666
564 # EndSection
565
566
567 X.org.0.log
568 ================================================================
569 X Window System Version 6.8.2
570 Release Date: 9 February 2005
571 X Protocol Version 11, Revision 0, Release 6.8.2
572 Build Operating System: Linux 2.6.10-gentoo-r6 ppc [ELF]
573 Current Operating System: Linux pb-dhlii.dlasys.net 2.6.10-gentoo-r6 #2
574 Sat Apr 2 14:26:06 EST 2005 ppc
575 Build Date: 09 April 2005
576 Before reporting problems, check http://wiki.X.Org
577 to make sure that you have the latest version.
578 Module Loader present
579 Markers: (--) probed, (**) from config file, (==) default setting,
580 (++) from command line, (!!) notice, (II) informational,
581 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
582 (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 9 17:25:10 2005
583 (++) Using config file: "xorg.conf"
584 (==) ServerLayout "Powerbook G3"
585 (**) |-->Screen "Default Screen" (0)
586 (**) | |-->Monitor "PowerBook pannel"
587 (**) | |-->Device "ATI Technologies, Inc. 3D Rage LT Pro"
588 (**) |-->Input Device "Trackpad"
589 (**) |-->Input Device "Generic Keyboard"
590 (**) Option "XkbModel" "macintosh"
591 (**) XKB: model: "macintosh"
592 (==) Keyboard: CustomKeycode disabled
593 (**) FontPath set to
594 "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
595 (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
596 (==) ModulePath set to "/usr/lib/modules"
597 (II) Open APM successful
598 (II) Module ABI versions:
599 X.Org ANSI C Emulation: 0.2
600 X.Org Video Driver: 0.7
601 X.Org XInput driver : 0.4
602 X.Org Server Extension : 0.2
603 X.Org Font Renderer : 0.4
604 (II) Loader running on linux
605 (II) LoadModule: "bitmap"
606 (II) Loading /usr/lib/modules/fonts/libbitmap.a
607 (II) Module bitmap: vendor="X.Org Foundation"
608 compiled for 6.8.2, module version = 1.0.0
609 Module class: X.Org Font Renderer
610 ABI class: X.Org Font Renderer, version 0.4
611 (II) Loading font Bitmap
612 (II) LoadModule: "pcidata"
613 (II) Loading /usr/lib/modules/libpcidata.a
614 (II) Module pcidata: vendor="X.Org Foundation"
615 compiled for 6.8.2, module version = 1.0.0
616 ABI class: X.Org Video Driver, version 0.7
617 Using vt 7
618 (--) using VT number 7
619
620 (II) PCI: PCI scan (all values are in hex)
621 (II) PCI: 00:00:0: chip 1057,0002 card 0000,0000 rev 40 class 06,00,00
622 hdr 00
623 (II) PCI: 00:0e:0: chip 11c1,5801 card 11c1,5801 rev 12 class 0c,03,10
624 hdr 00
625 (II) PCI: 00:10:0: chip 106b,0017 card 0000,0000 rev 00 class ff,00,00
626 hdr 00
627 (II) PCI: 00:11:0: chip 1002,4c49 card 0000,0000 rev dc class 03,00,00
628 hdr 00
629 (II) PCI: 00:13:0: chip 104c,ac1e card 0000,0000 rev 00 class 06,07,00
630 hdr 02
631 (II) PCI: End of PCI scan
632 (II) Host-to-PCI bridge:
633 (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
634 (II) Bus 0 I/O range:
635 [0] -1 0 0x00000000 - 0x00ffffff (0x1000000) IX[B]
636 (II) Bus 0 non-prefetchable memory range:
637 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
638 (II) Bus 0 prefetchable memory range:
639 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
640 (II) PCI-to-CardBus bridge:
641 (II) Bus 1: bridge is at (0:19:0), (0,1,4), BCTRL: 0x0340 (VGA_EN is
642 cleared)
643 (--) PCI:*(0:17:0) ATI Technologies Inc 3D Rage LT Pro rev 220, Mem @
644 0x81000000/24, 0x80881000/12, I/O @ 0x0c00/8
645 (II) Addressable bus resource ranges are
646 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
647 [1] -1 0 0x00000000 - 0x00ffffff (0x1000000) IX[B]
648 (II) OS-reported resource ranges:
649 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
650 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
651 [2] -1 0 0x00ffffff - 0x00ffffff (0x1) IX[B]
652 [3] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
653 (II) Active PCI resource ranges:
654 [0] -1 0 0x80800000 - 0x8087ffff (0x80000) MX[B]
655 [1] -1 0 0x80882000 - 0x80882fff (0x1000) MX[B]
656 [2] -1 0 0x80881000 - 0x80881fff (0x1000) MX[B](B)
657 [3] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
658 [4] -1 0 0x00000c00 - 0x00000cff (0x100) IX[B](B)
659 (II) Active PCI resource ranges after removing overlaps:
660 [0] -1 0 0x80800000 - 0x8087ffff (0x80000) MX[B]
661 [1] -1 0 0x80882000 - 0x80882fff (0x1000) MX[B]
662 [2] -1 0 0x80881000 - 0x80881fff (0x1000) MX[B](B)
663 [3] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
664 [4] -1 0 0x00000c00 - 0x00000cff (0x100) IX[B](B)
665 (II) OS-reported resource ranges after removing overlaps with PCI:
666 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
667 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
668 [2] -1 0 0x00ffffff - 0x00ffffff (0x1) IX[B]
669 [3] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
670 (II) All system resource ranges:
671 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
672 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
673 [2] -1 0 0x80800000 - 0x8087ffff (0x80000) MX[B]
674 [3] -1 0 0x80882000 - 0x80882fff (0x1000) MX[B]
675 [4] -1 0 0x80881000 - 0x80881fff (0x1000) MX[B](B)
676 [5] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
677 [6] -1 0 0x00ffffff - 0x00ffffff (0x1) IX[B]
678 [7] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
679 [8] -1 0 0x00000c00 - 0x00000cff (0x100) IX[B](B)
680 (II) LoadModule: "dbe"
681 (II) Loading /usr/lib/modules/extensions/libdbe.a
682 (II) Module dbe: vendor="X.Org Foundation"
683 compiled for 6.8.2, module version = 1.0.0
684 Module class: X.Org Server Extension
685 ABI class: X.Org Server Extension, version 0.2
686 (II) Loading extension DOUBLE-BUFFER
687 (II) LoadModule: "extmod"
688 (II) Loading /usr/lib/modules/extensions/libextmod.a
689 (II) Module extmod: vendor="X.Org Foundation"
690 compiled for 6.8.2, module version = 1.0.0
691 Module class: X.Org Server Extension
692 ABI class: X.Org Server Extension, version 0.2
693 (II) Loading extension SHAPE
694 (II) Loading extension MIT-SUNDRY-NONSTANDARD
695 (II) Loading extension BIG-REQUESTS
696 (II) Loading extension SYNC
697 (II) Loading extension MIT-SCREEN-SAVER
698 (II) Loading extension XC-MISC
699 (II) Loading extension XFree86-VidModeExtension
700 (II) Loading extension XFree86-Misc
701 (II) Loading extension DPMS
702 (II) Loading extension TOG-CUP
703 (II) Loading extension Extended-Visual-Information
704 (II) Loading extension XVideo
705 (II) Loading extension XVideo-MotionCompensation
706 (II) Loading extension X-Resource
707 (II) LoadModule: "type1"
708 (II) Loading /usr/lib/modules/fonts/libtype1.a
709 (II) Module type1: vendor="X.Org Foundation"
710 compiled for 6.8.2, module version = 1.0.2
711 Module class: X.Org Font Renderer
712 ABI class: X.Org Font Renderer, version 0.4
713 (II) Loading font Type1
714 (II) Loading font CID
715 (II) LoadModule: "freetype"
716 (II) Loading /usr/lib/modules/fonts/libfreetype.so
717 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
718 compiled for 6.8.2, module version = 2.1.0
719 Module class: X.Org Font Renderer
720 ABI class: X.Org Font Renderer, version 0.4
721 (II) Loading font FreeType
722 (II) LoadModule: "ati"
723 (II) Loading /usr/lib/modules/drivers/ati_drv.o
724 (II) Module ati: vendor="X.Org Foundation"
725 compiled for 6.8.2, module version = 6.5.6
726 Module class: X.Org Video Driver
727 ABI class: X.Org Video Driver, version 0.7
728 (II) LoadModule: "mouse"
729 (II) Loading /usr/lib/modules/input/mouse_drv.o
730 (II) Module mouse: vendor="X.Org Foundation"
731 compiled for 6.8.2, module version = 1.0.0
732 Module class: X.Org XInput Driver
733 ABI class: X.Org XInput driver, version 0.4
734 (II) LoadModule: "keyboard"
735 (II) Loading /usr/lib/modules/input/keyboard_drv.o
736 (II) Module keyboard: vendor="X.Org Foundation"
737 compiled for 6.8.2, module version = 1.0.0
738 Module class: X.Org XInput Driver
739 ABI class: X.Org XInput driver, version 0.4
740 (II) ATI: ATI driver (version 6.5.6) for chipset: ati
741 (II) R128: Driver for ATI Rage 128 chipsets:
742 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
743 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
744 ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
745 ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
746 ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
747 ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
748 ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
749 ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
750 ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
751 ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
752 ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
753 ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
754 ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
755 ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
756 ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
757 ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
758 ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
759 ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
760 ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
761 ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
762 ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
763 ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
764 ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
765 ATI Rage 128 Pro ULTRA TU (AGP?)
766 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
767 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
768 ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
769 ATI Radeon Mobility M7 LW (AGP),
770 ATI Mobility FireGL 7800 M7 LX (AGP),
771 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
772 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
773 ATI Radeon IGP330/340/350 (A4) 4137,
774 ATI Radeon IGP330M/340M/350M (U2) 4337,
775 ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
776 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
777 ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
778 ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
779 ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
780 ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
781 ATI Radeon Mobility 9000 (M9) Lf (AGP),
782 ATI Radeon Mobility 9000 (M9) Lg (AGP),
783 ATI Radeon 9100 IGP (A5) 5834,
784 ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
785 ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
786 ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
787 ATI Radeon 9200SE 5964 (AGP),
788 ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
789 ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
790 ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
791 ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
792 ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
793 ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
794 ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
795 ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
796 ATI FireGL RV360 AV (AGP),
797 ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
798 ATI Radeon Mobility 9600 (M10) NQ (AGP),
799 ATI Radeon Mobility 9600 (M11) NR (AGP),
800 ATI Radeon Mobility 9600 (M10) NS (AGP),
801 ATI FireGL Mobility T2 (M10) NT (AGP),
802 ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
803 ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
804 ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
805 ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
806 ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
807 ATI FireGL V3200 (RV380) 3E54 (PCIE),
808 ATI Radeon Mobility X600 (M24) 3150 (PCIE),
809 ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
810 ATI Radeon X600 (RV370) 5B62 (PCIE),
811 ATI FireGL V3100 (RV370) 5B64 (PCIE),
812 ATI FireGL D1100 (RV370) 5B65 (PCIE),
813 ATI Radeon Mobility M300 (M22) 5460 (PCIE),
814 ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
815 ATI Radeon X800PRO (R420) JI (AGP),
816 ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
817 ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
818 ATI Radeon Mobility 9800 (M18) JN (AGP),
819 ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
820 ATI Radeon X800PRO (R423) UI (PCIE),
821 ATI Radeon X800LE (R423) UJ (PCIE),
822 ATI Radeon X800SE (R423) UK (PCIE),
823 ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
824 ATI FireGL V7100 (R423) UT (PCIE),
825 ATI Radeon X800XT (R423) 5D57 (PCIE)
826 (II) Primary Device is: PCI 00:11:0
827 (II) ATI: Candidate "Device" section "ATI Technologies, Inc. 3D Rage LT
828 Pro".
829 (II) ATI: Shared PCI/AGP Mach64 in slot 0:17:0 detected.
830 (II) ATI: Shared PCI/AGP Mach64 in slot 0:17:0 assigned to active
831 "Device" section "ATI Technologies, Inc. 3D Rage LT Pro".
832 (II) Loading sub module "atimisc"
833 (II) LoadModule: "atimisc"
834 (II) Loading /usr/lib/modules/drivers/atimisc_drv.o
835 (II) Module atimisc: vendor="X.Org Foundation"
836 compiled for 6.8.2, module version = 6.5.6
837 Module class: X.Org Video Driver
838 ABI class: X.Org Video Driver, version 0.7
839 (II) resource ranges after probing:
840 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
841 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
842 [2] -1 0 0x80800000 - 0x8087ffff (0x80000) MX[B]
843 [3] -1 0 0x80882000 - 0x80882fff (0x1000) MX[B]
844 [4] -1 0 0x80881000 - 0x80881fff (0x1000) MX[B](B)
845 [5] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
846 [6] -1 0 0x00ffffff - 0x00ffffff (0x1) IX[B]
847 [7] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
848 [8] -1 0 0x00000c00 - 0x00000cff (0x100) IX[B](B)
849 (==) ATI(0): Chipset: "ati".
850 (**) ATI(0): Depth 15, (--) framebuffer bpp 16
851 (II) ATI(0): BIOS Data: BIOSSize=0x0000, ROMTable=0x0000.
852 (II) ATI(0): BIOS Data: ClockTable=0x0000, FrequencyTable=0x0000.
853 (II) ATI(0): BIOS Data: LCDTable=0x0000, LCDPanelInfo=0x0000.
854 (II) ATI(0): BIOS Data: VideoTable=0x0000, HardwareTable=0x0000.
855 (II) ATI(0): BIOS Data: I2CType=0x00, Tuner=0x00, Decoder=0x00, Audio=0x0F.
856 (--) ATI(0): ATI 3D Rage LT Pro graphics controller detected.
857 (--) ATI(0): Chip type 4C49 "LI", version 4, foundry UMC, class 0,
858 revision 0x03.
859 (--) ATI(0): PCI bus interface detected.
860 (--) ATI(0): ATI Mach64 adapter detected.
861 (!!) ATI(0): For information on using the multimedia capabilities
862 of this adapter, please see http://gatos.sf.net.
863 (--) ATI(0): Internal RAMDAC (subtype 1) detected.
864 (==) ATI(0): RGB weight 555
865 (==) ATI(0): Default visual is TrueColor
866 (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
867 (II) ATI(0): Using Mach64 accelerator CRTC.
868 (--) ATI(0): 640x480 panel (ID 0) detected.
869 (--) ATI(0): Panel clock is 31.500 MHz.
870 (II) ATI(0): Using digital flat panel interface.
871 (II) ATI(0): Storing hardware cursor image at 0x817FFC00.
872 (II) ATI(0): Using 8 MB linear aperture at 0x81800000.
873 (!!) ATI(0): Virtual resolutions will be limited to 8191 kB
874 due to linear aperture size and/or placement of hardware cursor image area.
875 (II) ATI(0): Using Block 0 MMIO aperture at 0x80881400.
876 (II) ATI(0): Using Block 1 MMIO aperture at 0x80881000.
877 (II) ATI(0): MMIO write caching enabled.
878 (--) ATI(0): 8192 kB of SDRAM (1:1) detected (using 8191 kB).
879 (WW) ATI(0): Cannot shadow an accelerated frame buffer.
880 (II) ATI(0): Engine XCLK 47.727 MHz; Refresh rate code 6.
881 (--) ATI(0): Internal programmable clock generator detected.
882 (--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
883 (II) ATI(0): Maximum clock: 121.00 MHz
884 (II) ATI(0): Not using default mode "720x400" (exceeds panel dimensions)
885 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
886 (II) ATI(0): Not using default mode "400x300" (exceeds panel dimensions)
887 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
888 (II) ATI(0): Not using default mode "400x300" (exceeds panel dimensions)
889 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
890 (II) ATI(0): Not using default mode "400x300" (exceeds panel dimensions)
891 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
892 (II) ATI(0): Not using default mode "400x300" (exceeds panel dimensions)
893 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
894 (II) ATI(0): Not using default mode "400x300" (exceeds panel dimensions)
895 (II) ATI(0): Not using default mode "1024x768" (exceeds panel dimensions)
896 (II) ATI(0): Not using default mode "1024x768" (exceeds panel dimensions)
897 (II) ATI(0): Not using default mode "512x384" (exceeds panel dimensions)
898 (II) ATI(0): Not using default mode "1024x768" (exceeds panel dimensions)
899 (II) ATI(0): Not using default mode "512x384" (exceeds panel dimensions)
900 (II) ATI(0): Not using default mode "1024x768" (exceeds panel dimensions)
901 (II) ATI(0): Not using default mode "512x384" (exceeds panel dimensions)
902 (II) ATI(0): Not using default mode "1024x768" (exceeds panel dimensions)
903 (II) ATI(0): Not using default mode "512x384" (exceeds panel dimensions)
904 (II) ATI(0): Not using default mode "1152x864" (exceeds panel dimensions)
905 (II) ATI(0): Not using default mode "576x432" (exceeds panel dimensions)
906 (II) ATI(0): Not using default mode "1280x960" (exceeds panel dimensions)
907 (II) ATI(0): Not using default mode "640x480" (exceeds panel dimensions)
908 (II) ATI(0): Not using default mode "1280x960" (bad mode
909 clock/interlace/doublescan)
910 (II) ATI(0): Not using default mode "640x480" (exceeds panel dimensions)
911 (II) ATI(0): Not using default mode "1280x1024" (exceeds panel dimensions)
912 (II) ATI(0): Not using default mode "640x512" (exceeds panel dimensions)
913 (II) ATI(0): Not using default mode "1280x1024" (bad mode
914 clock/interlace/doublescan)
915 (II) ATI(0): Not using default mode "640x512" (exceeds panel dimensions)
916 (II) ATI(0): Not using default mode "1280x1024" (bad mode
917 clock/interlace/doublescan)
918 (II) ATI(0): Not using default mode "640x512" (exceeds panel dimensions)
919 (II) ATI(0): Not using default mode "1600x1200" (bad mode
920 clock/interlace/doublescan)
921 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
922 (II) ATI(0): Not using default mode "1600x1200" (bad mode
923 clock/interlace/doublescan)
924 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
925 (II) ATI(0): Not using default mode "1600x1200" (bad mode
926 clock/interlace/doublescan)
927 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
928 (II) ATI(0): Not using default mode "1600x1200" (bad mode
929 clock/interlace/doublescan)
930 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
931 (II) ATI(0): Not using default mode "1600x1200" (bad mode
932 clock/interlace/doublescan)
933 (II) ATI(0): Not using default mode "800x600" (exceeds panel dimensions)
934 (II) ATI(0): Not using default mode "1792x1344" (bad mode
935 clock/interlace/doublescan)
936 (II) ATI(0): Not using default mode "896x672" (exceeds panel dimensions)
937 (II) ATI(0): Not using default mode "1792x1344" (bad mode
938 clock/interlace/doublescan)
939 (II) ATI(0): Not using default mode "896x672" (bad mode
940 clock/interlace/doublescan)
941 (II) ATI(0): Not using default mode "1856x1392" (bad mode
942 clock/interlace/doublescan)
943 (II) ATI(0): Not using default mode "928x696" (exceeds panel dimensions)
944 (II) ATI(0): Not using default mode "1856x1392" (bad mode
945 clock/interlace/doublescan)
946 (II) ATI(0): Not using default mode "928x696" (bad mode
947 clock/interlace/doublescan)
948 (II) ATI(0): Not using default mode "1920x1440" (bad mode
949 clock/interlace/doublescan)
950 (II) ATI(0): Not using default mode "960x720" (exceeds panel dimensions)
951 (II) ATI(0): Not using default mode "1920x1440" (bad mode
952 clock/interlace/doublescan)
953 (II) ATI(0): Not using default mode "960x720" (bad mode
954 clock/interlace/doublescan)
955 (II) ATI(0): Not using default mode "832x624" (exceeds panel dimensions)
956 (II) ATI(0): Not using default mode "416x312" (exceeds panel dimensions)
957 (II) ATI(0): Not using default mode "1152x768" (exceeds panel dimensions)
958 (II) ATI(0): Not using default mode "576x384" (exceeds panel dimensions)
959 (II) ATI(0): Not using default mode "1400x1050" (bad mode
960 clock/interlace/doublescan)
961 (II) ATI(0): Not using default mode "700x525" (exceeds panel dimensions)
962 (II) ATI(0): Not using default mode "1400x1050" (bad mode
963 clock/interlace/doublescan)
964 (II) ATI(0): Not using default mode "700x525" (exceeds panel dimensions)
965 (II) ATI(0): Not using default mode "1600x1024" (exceeds panel dimensions)
966 (II) ATI(0): Not using default mode "800x512" (exceeds panel dimensions)
967 (II) ATI(0): Not using default mode "1920x1440" (bad mode
968 clock/interlace/doublescan)
969 (II) ATI(0): Not using default mode "960x720" (bad mode
970 clock/interlace/doublescan)
971 (II) ATI(0): Not using default mode "2048x1536" (bad mode
972 clock/interlace/doublescan)
973 (II) ATI(0): Not using default mode "1024x768" (bad mode
974 clock/interlace/doublescan)
975 (II) ATI(0): Not using default mode "2048x1536" (bad mode
976 clock/interlace/doublescan)
977 (II) ATI(0): Not using default mode "1024x768" (bad mode
978 clock/interlace/doublescan)
979 (II) ATI(0): Not using default mode "2048x1536" (bad mode
980 clock/interlace/doublescan)
981 (II) ATI(0): Not using default mode "1024x768" (bad mode
982 clock/interlace/doublescan)
983 (II) ATI(0): Not using mode "1024x768" (no mode of this name)
984 (--) ATI(0): Virtual size is 640x480 (pitch 640)
985 (**) ATI(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
986 (II) ATI(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484
987 509 -hsync -vsync
988 (**) ATI(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
989 (II) ATI(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
990 500 -hsync -vsync
991 (**) ATI(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
992 (II) ATI(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491
993 520 -hsync -vsync
994 (**) ATI(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
995 (II) ATI(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492
996 525 -hsync -vsync
997 (**) ATI(0): Built-in mode "Native panel mode": 31.5 MHz, 48.0 kHz, 99.6 Hz
998 (II) ATI(0): Modeline "Native panel mode" 31.50 640 640 648 656 480
999 480 481 482
1000 (**) ATI(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
1001 (II) ATI(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404
1002 445 -hsync +vsync
1003 (**) ATI(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
1004 (II) ATI(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385
1005 445 +hsync -vsync
1006 (**) ATI(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
1007 (II) ATI(0): Modeline "512x384" 22.45 512 516 604 632 384 384 388
1008 409 interlace doublescan +hsync +vsync
1009 (**) ATI(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
1010 (II) ATI(0): Modeline "320x240" 18.00 320 348 376 416 240 240 242
1011 254 doublescan -hsync -vsync
1012 (**) ATI(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
1013 (II) ATI(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242
1014 250 doublescan -hsync -vsync
1015 (**) ATI(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
1016 (II) ATI(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245
1017 260 doublescan -hsync -vsync
1018 (**) ATI(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
1019 (II) ATI(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246
1020 262 doublescan -hsync -vsync
1021 (**) ATI(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
1022 (II) ATI(0): Modeline "360x200" 17.75 360 378 414 468 200 200 202
1023 223 doublescan -hsync +vsync
1024 (**) ATI(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
1025 (II) ATI(0): Modeline "320x200" 15.75 320 336 368 416 200 200 202
1026 222 doublescan -hsync +vsync
1027 (**) ATI(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
1028 (II) ATI(0): Modeline "320x175" 15.75 320 336 368 416 175 191 192
1029 222 doublescan +hsync -vsync
1030 (==) ATI(0): DPI set to (75, 75)
1031 (II) Loading sub module "xaa"
1032 (II) LoadModule: "xaa"
1033 (II) Loading /usr/lib/modules/libxaa.a
1034 (II) Module xaa: vendor="X.Org Foundation"
1035 compiled for 6.8.2, module version = 1.2.0
1036 ABI class: X.Org Video Driver, version 0.7
1037 (II) Loading sub module "ramdac"
1038 (II) LoadModule: "ramdac"
1039 (II) Loading /usr/lib/modules/libramdac.a
1040 (II) Module ramdac: vendor="X.Org Foundation"
1041 compiled for 6.8.2, module version = 0.1.0
1042 ABI class: X.Org Video Driver, version 0.7
1043 (II) Loading sub module "fb"
1044 (II) LoadModule: "fb"
1045 (II) Loading /usr/lib/modules/libfb.a
1046 (II) Module fb: vendor="X.Org Foundation"
1047 compiled for 6.8.2, module version = 1.0.0
1048 ABI class: X.Org ANSI C Emulation, version 0.2
1049 (II) Loading sub module "i2c"
1050 (II) LoadModule: "i2c"
1051 (II) Loading /usr/lib/modules/libi2c.a
1052 (II) Module i2c: vendor="X.Org Foundation"
1053 compiled for 6.8.2, module version = 1.2.0
1054 ABI class: X.Org Video Driver, version 0.7
1055 (WW) ATI(0): I2C bus Mach64 initialisation failure.
1056 (II) ATI(0): I2C bus "Mach64" removed.
1057 (II) do I need RAC? No, I don't.
1058 (II) resource ranges after preInit:
1059 [0] 0 0 0x80881000 - 0x80881fff (0x1000) MS[B]
1060 [1] 0 0 0x81000000 - 0x81ffffff (0x1000000) MS[B]
1061 [2] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
1062 [3] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
1063 [4] -1 0 0x80800000 - 0x8087ffff (0x80000) MX[B]
1064 [5] -1 0 0x80882000 - 0x80882fff (0x1000) MX[B]
1065 [6] -1 0 0x80881000 - 0x80881fff (0x1000) MX[B](B)
1066 [7] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
1067 [8] 0 0 0x00000c00 - 0x00000cff (0x100) IS[B]
1068 [9] -1 0 0x00ffffff - 0x00ffffff (0x1) IX[B]
1069 [10] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
1070 [11] -1 0 0x00000c00 - 0x00000cff (0x100) IX[B](B)
1071 (II) ATI(0): Largest offscreen areas (with overlaps):
1072 (II) ATI(0): 640 x 6072 rectangle at 0,480
1073 (II) ATI(0): 512 x 6073 rectangle at 0,480
1074 (II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
1075 Screen to screen bit blits
1076 Solid filled rectangles
1077 8x8 mono pattern filled rectangles
1078 Indirect CPU to Screen color expansion
1079 Solid Lines
1080 Offscreen Pixmaps
1081 Setting up tile and stipple cache:
1082 32 128x128 slots
1083 18 256x256 slots
1084 7 512x512 slots
1085 (==) ATI(0): Backing store disabled
1086 (==) ATI(0): Silken mouse enabled
1087 (**) Option "dpms"
1088 (**) ATI(0): DPMS enabled
1089 (==) RandR enabled
1090 (II) Initializing built-in extension MIT-SHM
1091 (II) Initializing built-in extension XInputExtension
1092 (II) Initializing built-in extension XTEST
1093 (II) Initializing built-in extension XKEYBOARD
1094 (II) Initializing built-in extension LBX
1095 (II) Initializing built-in extension XC-APPGROUP
1096 (II) Initializing built-in extension SECURITY
1097 (II) Initializing built-in extension XINERAMA
1098 (II) Initializing built-in extension XFIXES
1099 (II) Initializing built-in extension XFree86-Bigfont
1100 (II) Initializing built-in extension RENDER
1101 (II) Initializing built-in extension RANDR
1102 (II) Initializing built-in extension COMPOSITE
1103 (II) Initializing built-in extension DAMAGE
1104 (II) Initializing built-in extension XEVIE
1105 (**) Option "Protocol" "ImPS/2"
1106 (**) Trackpad: Device: "/dev/input/mice"
1107 (**) Trackpad: Protocol: "ImPS/2"
1108 (**) Option "CorePointer"
1109 (**) Trackpad: Core Pointer
1110 (**) Option "Device" "/dev/input/mice"
1111 (==) Trackpad: Emulate3Buttons, Emulate3Timeout: 50
1112 (==) Trackpad: Buttons: 3
1113 (**) Trackpad: SmartScroll: 1
1114 (**) Option "CoreKeyboard"
1115 (**) Generic Keyboard: Core Keyboard
1116 (**) Option "Protocol" "standard"
1117 (**) Generic Keyboard: Protocol: standard
1118 (**) Option "AutoRepeat" "500 30"
1119 (**) Option "XkbRules" "xorg"
1120 (**) Generic Keyboard: XkbRules: "xorg"
1121 (**) Generic Keyboard: XkbModel: "macintosh"
1122 (**) Option "XkbLayout" "us"
1123 (**) Generic Keyboard: XkbLayout: "us"
1124 (**) Option "CustomKeycodes" "off"
1125 (**) Generic Keyboard: CustomKeycodes disabled
1126 (II) XINPUT: Adding extended input device "Generic Keyboard" (type:
1127 KEYBOARD)
1128 (II) XINPUT: Adding extended input device "Trackpad" (type: MOUSE)
1129 (II) Trackpad: ps2EnableDataReporting: succeeded
1130 --
1131 gentoo-ppc-user@g.o mailing list