Gentoo Archives: gentoo-user

From: Radoslaw Grzanka <radekg@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ATI X800 - no opengl + logout problem
Date: Mon, 20 Nov 2006 20:03:20
Message-Id: 45620741.5070603@tygrysek.hopto.org
1 Dear list members,
2 I am struggling with ati-drivers for ATI X800 card. I have followed
3 every HOWTO I could find through google but still no luck. The video
4 card I have is ATI X800 GTO. Here goes relevant lspci output:
5
6 tygrysek radekg # lspci
7 ...
8 05:00.0 VGA compatible controller: ATI Technologies Inc R480 [Radeon
9 X800 GTO (PCIE)]
10 05:00.1 Display controller: ATI Technologies Inc R480 [Radeon X800 GTO
11 (PCIE)] (Secondary)
12
13 The problem I'm having is no opengl - fglrxinfo output:
14
15 tygrysek radekg # /opt/ati/bin/fglrxinfo
16 display: :0.0 screen: 0
17 OpenGL vendor string: Mesa project: www.mesa3d.org
18 OpenGL renderer string: Mesa GLX Indirect
19 OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
20
21 and problem with switching (or in fact logging out from X) to text
22 console.. basically my computer hangs and turns off my monitor (Note. It
23 HANGS. There are some reports that says that simply monitor is blank -
24 this is not the case).
25
26 I've got AMD64 box but I do not know whether this is amd64 specific
27 problem so I am posting to general user group.
28
29 If anybody is able to help me I would be grateful.
30
31 Now comes the long part:
32
33 My xorg.conf (I have cut out some comments. Mind you that this is my
34 current setup, I have tried several other configurations):
35
36 Section "Module"
37
38 # This loads the DBE extension module.
39
40 Load "dbe" # Double buffer extension
41
42 # This loads the miscellaneous extensions module, and disables
43 # initialisation of the XFree86-DGA extension within that module.
44 SubSection "extmod"
45 Option "omit xfree86-dga" # don't initialise the DGA extension
46 EndSubSection
47
48 # This loads the font modules
49 # Load "type1"
50 # Load "speedo"
51 Load "freetype"
52 # Load "xtt"
53
54 # This loads the GLX module
55 Load "glx"
56 # This loads the DRI module
57 Load "dri"
58
59 EndSection
60
61 Section "Extensions"
62 Option "Composite" "Disable"
63 EndSection
64
65
66 # **********************************************************************
67 # Files section. This allows default font and rgb paths to be set
68 # **********************************************************************
69
70 Section "Files"
71
72
73 FontPath "/usr/share/fonts/misc/"
74 # FontPath "/usr/share/fonts/TTF/"
75 # FontPath "/usr/share/fonts/OTF"
76 FontPath "/usr/share/fonts/Type1/"
77 # FontPath "/usr/share/fonts/CID/"
78 FontPath "/usr/share/fonts/100dpi/"
79 FontPath "/usr/share/fonts/75dpi/"
80 # FontPath "/usr/lib/X11/fonts/local/"
81 # FontPath "/usr/lib/X11/fonts/misc/"
82 # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
83 # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
84 # FontPath "/usr/lib/X11/fonts/Speedo/"
85 # FontPath "/usr/lib/X11/fonts/Type1/"
86 # FontPath "/usr/lib/X11/fonts/TrueType/"
87 # FontPath "/usr/lib/X11/fonts/freefont/"
88 # FontPath "/usr/lib/X11/fonts/75dpi/"
89 # FontPath "/usr/lib/X11/fonts/100dpi/"
90
91 # The module search path. The default path is shown here.
92
93
94 EndSection
95
96 # **********************************************************************
97 # Server flags section.
98 # **********************************************************************
99
100 Section "ServerFlags"
101
102 EndSection
103
104 # **********************************************************************
105 # Input devices
106 # **********************************************************************
107
108 # **********************************************************************
109 # Core keyboard's InputDevice section
110 # **********************************************************************
111
112 Section "InputDevice"
113
114 Identifier "Keyboard1"
115 Driver "kbd"
116
117 # For most OSs the protocol can be omitted (it defaults to "Standard").
118 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
119 # uncomment the following line.
120
121 # Option "Protocol" "Xqueue"
122
123 Option "AutoRepeat" "500 30"
124
125
126 Option "XkbRules" "xorg"
127 Option "XkbModel" "pc105"
128 Option "XkbLayout" "pl"
129
130 EndSection
131
132
133 # **********************************************************************
134 # Core Pointer's InputDevice section
135 # **********************************************************************
136
137 Section "InputDevice"
138
139 # Identifier and driver
140
141 Identifier "Mouse1"
142 Driver "mouse"
143 Option "Protocol" "IMPS/2" # IntelliMouse PS/2
144 Option "Device" "/dev/input/mice"
145
146 # When using XQUEUE, comment out the above two lines, and uncomment
147 # the following line.
148
149 # Option "Protocol" "Xqueue"
150
151 # Mouse-speed setting for PS/2 mouse.
152
153 # Option "Resolution" "256"
154
155 # Baudrate and SampleRate are only for some Logitech mice. In
156 # almost every case these lines should be omitted.
157
158 # Option "BaudRate" "9600"
159 # Option "SampleRate" "150"
160
161 # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
162 # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
163 # 3 buttons and you need to map the wheel to different button ids to avoid
164 # conflicts.
165
166 Option "ZAxisMapping" "4 5 6 7"
167
168 # Emulate3Buttons is an option for 2-button mice
169 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
170
171 # Option "Emulate3Buttons"
172 # Option "Emulate3Timeout" "50"
173
174 # ChordMiddle is an option for some 3-button Logitech mice
175
176 # Option "ChordMiddle"
177
178 EndSection
179
180
181
182 Section "Monitor"
183
184 Identifier "P19"
185
186 # HorizSync is in kHz unless units are specified.
187 # HorizSync may be a comma separated list of discrete values, or a
188 # comma separated list of ranges of values.
189 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
190 # USER MANUAL FOR THE CORRECT NUMBERS.
191
192 HorizSync 31.5 - 79.0
193
194 # HorizSync 30-64 # multisync
195 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
196 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
197
198 # VertRefresh is in Hz unless units are specified.
199 # VertRefresh may be a comma separated list of discrete values, or a
200 # comma separated list of ranges of values.
201 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
202 # USER MANUAL FOR THE CORRECT NUMBERS.
203
204 VertRefresh 50-100
205
206 EndSection
207
208
209 # **********************************************************************
210 # Graphics device section
211 # **********************************************************************
212
213 # Any number of graphics device sections may be present
214
215 # Standard VGA Device:
216
217 Section "Device"
218 Identifier "Standard VGA"
219 VendorName "Unknown"
220 BoardName "Unknown"
221
222 # The chipset line is optional in most cases. It can be used to override
223 # the driver's chipset detection, and should not normally be specified.
224
225 # Chipset "generic"
226
227 # The Driver line must be present. When using run-time loadable driver
228 # modules, this line instructs the server to load the specified driver
229 # module. Even when not using loadable driver modules, this line
230 # indicates which driver should interpret the information in this section.
231
232 Driver "vga"
233 # The BusID line is used to specify which of possibly multiple devices
234 # this section is intended for. When this line isn't present, a device
235 # section can only match up with the primary video device. For PCI
236 # devices a line like the following could be used. This line should not
237 # normally be included unless there is more than one video device
238 # intalled.
239
240 # BusID "PCI:0:10:0"
241
242 # VideoRam 256
243
244 # Clocks 25.2 28.3
245
246 EndSection
247
248 # Device configured by xorgconfig:
249
250 Section "Device"
251 Identifier "ATI 850B"
252 Driver "fglrx"
253 ### generic DRI settings ###
254 # === disable PnP Monitor ===
255 Option "NoDDC"
256 # === disable/enable XAA/DRI ===
257 Option "no_accel" "no"
258 Option "no_dri" "no"
259 # === misc DRI settings ===
260 Option "mtrr" "off" # disable DRI mtrr mapper,
261 driver has its own code for mtrr
262 # ### FireGL DDX driver module specific settings ###
263 # === Screen Management ===
264 Option "DesktopSetup" "horizontal"
265 Option "ScreenOverlap" "0"
266 Option "GammaCorrectionI" "0x00000000"
267 Option "GammaCorrectionII" "0x00000000"
268 # === OpenGL specific profiles/settings ===
269 Option "Capabilities" "0x00000000"
270 Option "CapabilitiesEx" "0x00000000"
271 # === Video Overlay for the Xv extension ===
272 Option "VideoOverlay" "on"
273 # === OpenGL Overlay ===
274 # Note: When OpenGL Overlay is enabled, Video Overlay
275 # will be disabled automatically
276 Option "OpenGLOverlay" "off"
277 # === Center Mode (Laptops only) ===
278 Option "CenterMode" "off"
279 # === Pseudo Color Visuals (8-bit visuals) ===
280 Option "PseudoColorVisuals" "off"
281 # === QBS Management ===
282 Option "Stereo" "off"
283 Option "StereoSyncEnable" "1"
284 # === FSAA Management ===
285 Option "FSAAEnable" "no"
286 Option "FSAAScale" "1"
287 Option "FSAADisableGamma" "no"
288 Option "FSAACustomizeMSPos" "no"
289 Option "FSAAMSPosX0" "0.000000"
290 Option "FSAAMSPosY0" "0.000000"
291 Option "FSAAMSPosX1" "0.000000"
292 Option "FSAAMSPosY1" "0.000000"
293 Option "FSAAMSPosX2" "0.000000"
294 Option "FSAAMSPosY2" "0.000000"
295 Option "FSAAMSPosX3" "0.000000"
296 Option "FSAAMSPosY3" "0.000000"
297 Option "FSAAMSPosX4" "0.000000"
298 Option "FSAAMSPosY4" "0.000000"
299 Option "FSAAMSPosX5" "0.000000"
300 Option "FSAAMSPosY5" "0.000000"
301 # === Misc Options ===
302 Option "UseFastTLS" "0"
303 Option "BlockSignalsOnLock" "on"
304 Option "UseInternalAGPGART" "yes"
305 Option "ForceGenericCPU" "no"
306 BusID "PCI:5:0:0" # no device found at config time
307 Screen 0
308 EndSection
309
310 # **********************************************************************
311 # Screen sections
312 # **********************************************************************
313
314 # Any number of screen sections may be present. Each describes
315 # the configuration of a single screen. A single specific screen section
316 # may be specified from the X server command line with the "-screen"
317 # option.
318 Section "Screen"
319 Identifier "Screen 1"
320 Device "ATI 850B"
321 Monitor "P19"
322 DefaultDepth 24
323
324 Subsection "Display"
325 Depth 24
326 Modes "1280x1024"
327 ViewPort 0 0
328 EndSubsection
329 EndSection
330
331 # **********************************************************************
332 # ServerLayout sections.
333 # **********************************************************************
334
335 # Any number of ServerLayout sections may be present. Each describes
336 # the way multiple screens are organised. A specific ServerLayout
337 # section may be specified from the X server command line with the
338 # "-layout" option. In the absence of this, the first section is used.
339 # When now ServerLayout section is present, the first Screen section
340 # is used alone.
341
342 Section "ServerLayout"
343
344 # The Identifier line must be present
345 Identifier "Simple Layout"
346
347 # Each Screen line specifies a Screen section name, and optionally
348 # the relative position of other screens. The four names after
349 # primary screen name are the screens to the top, bottom, left and right
350 # of the primary screen. In this example, screen 2 is located to the
351 # right of screen 1.
352
353 Screen "Screen 1"
354
355 # Each InputDevice line specifies an InputDevice section name and
356 # optionally some options to specify the way the device is to be
357 # used. Those options include "CorePointer", "CoreKeyboard" and
358 # "SendCoreEvents".
359
360 InputDevice "Mouse1" "CorePointer"
361 InputDevice "Keyboard1" "CoreKeyboard"
362
363 # Option "AIGLX" "true"
364
365 EndSection
366
367 Section "DRI"
368 Mode 0666
369 EndSection
370
371
372 My Xorg.log is:
373
374
375 X Window System Version 7.1.1
376 Release Date: 12 May 2006
377 X Protocol Version 11, Revision 0, Release 7.1.1
378 Build Operating System: UNKNOWN
379 Current Operating System: Linux tygrysek 2.6.18-gentoo-r2 #2 PREEMPT Sun
380 Nov 19 22:43:32 CET 2006 x86_64
381 Build Date: 16 November 2006
382 Before reporting problems, check http://wiki.x.org
383 to make sure that you have the latest version.
384 Module Loader present
385 Markers: (--) probed, (**) from config file, (==) default setting,
386 (++) from command line, (!!) notice, (II) informational,
387 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
388 (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 20 20:33:43 2006
389 (==) Using config file: "/etc/X11/xorg.conf"
390 (==) ServerLayout "Simple Layout"
391 (**) |-->Screen "Screen 1" (0)
392 (**) | |-->Monitor "P19"
393 (**) | |-->Device "ATI 850B"
394 (**) |-->Input Device "Mouse1"
395 (**) |-->Input Device "Keyboard1"
396 (**) FontPath set to:
397 /usr/share/fonts/misc/,
398 /usr/share/fonts/Type1/,
399 /usr/share/fonts/100dpi/,
400 /usr/share/fonts/75dpi/
401 (==) RgbPath set to "/usr/share/X11/rgb"
402 (==) ModulePath set to "/usr/lib64/xorg/modules"
403 (**) Extension "Composite" is disabled
404 (II) Open ACPI successful (/var/run/acpid.socket)
405 (II) Module ABI versions:
406 X.Org ANSI C Emulation: 0.3
407 X.Org Video Driver: 1.0
408 X.Org XInput driver : 0.6
409 X.Org Server Extension : 0.3
410 X.Org Font Renderer : 0.5
411 (II) Loader running on linux
412 (II) LoadModule: "bitmap"
413 (II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
414 (II) Module bitmap: vendor="X.Org Foundation"
415 compiled for 7.1.1, module version = 1.0.0
416 Module class: X.Org Font Renderer
417 ABI class: X.Org Font Renderer, version 0.5
418 (II) Loading font Bitmap
419 (II) LoadModule: "pcidata"
420 (II) Loading /usr/lib64/xorg/modules/libpcidata.so
421 (II) Module pcidata: vendor="X.Org Foundation"
422 compiled for 7.1.1, module version = 1.0.0
423 ABI class: X.Org Video Driver, version 1.0
424 (--) using VT number 7
425
426 (II) PCI: PCI scan (all values are in hex)
427 (II) PCI: 00:00:0: chip 10de,005e card 1462,7125 rev a3 class 05,80,00
428 hdr 00
429 (II) PCI: 00:01:0: chip 10de,0050 card 1462,7125 rev a3 class 06,01,00
430 hdr 80
431 (II) PCI: 00:01:1: chip 10de,0052 card 1462,7125 rev a2 class 0c,05,00
432 hdr 80
433 (II) PCI: 00:02:0: chip 10de,005a card 1462,7125 rev a2 class 0c,03,10
434 hdr 80
435 (II) PCI: 00:02:1: chip 10de,005b card 1462,7125 rev a3 class 0c,03,20
436 hdr 80
437 (II) PCI: 00:04:0: chip 10de,0059 card 1462,7585 rev a2 class 04,01,00
438 hdr 00
439 (II) PCI: 00:06:0: chip 10de,0053 card 1462,7125 rev f2 class 01,01,8a
440 hdr 00
441 (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01
442 hdr 01
443 (II) PCI: 00:0a:0: chip 10de,0057 card 1462,7125 rev a3 class 06,80,00
444 hdr 00
445 (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00
446 hdr 01
447 (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00
448 hdr 01
449 (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00
450 hdr 01
451 (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00
452 hdr 01
453 (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00
454 hdr 80
455 (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00
456 hdr 80
457 (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00
458 hdr 80
459 (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00
460 hdr 80
461 (II) PCI: 01:0c:0: chip 1106,3044 card 0574,086c rev 80 class 0c,00,10
462 hdr 00
463 (II) PCI: 05:00:0: chip 1002,5d4f card 1002,0302 rev 00 class 03,00,00
464 hdr 80
465 (II) PCI: 05:00:1: chip 1002,5d6f card 1002,0303 rev 00 class 03,80,00
466 hdr 00
467 (II) PCI: End of PCI scan
468 (II) PCI-to-ISA bridge:
469 (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
470 (II) Subtractive PCI-to-PCI bridge:
471 (II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
472 (II) Bus 1 I/O range:
473 [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
474 [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
475 [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
476 [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
477 (II) Bus 1 non-prefetchable memory range:
478 [0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B]
479 (II) Bus 1 prefetchable memory range:
480 [0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
481 (II) PCI-to-PCI bridge:
482 (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is
483 cleared)
484 (II) Bus 2 I/O range:
485 [0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
486 [1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]
487 [2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
488 [3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
489 (II) Bus 2 non-prefetchable memory range:
490 [0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B]
491 (II) Bus 2 prefetchable memory range:
492 [0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
493 (II) PCI-to-PCI bridge:
494 (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is
495 cleared)
496 (II) Bus 3 I/O range:
497 [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
498 [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
499 [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
500 [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
501 (II) Bus 3 non-prefetchable memory range:
502 [0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
503 (II) Bus 3 prefetchable memory range:
504 [0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B]
505 (II) PCI-to-PCI bridge:
506 (II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is
507 cleared)
508 (II) Bus 4 I/O range:
509 [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
510 [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
511 [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
512 [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
513 (II) Bus 4 non-prefetchable memory range:
514 [0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[B]
515 (II) Bus 4 prefetchable memory range:
516 [0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[B]
517 (II) PCI-to-PCI bridge:
518 (II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x000c (VGA_EN is set)
519 (II) Bus 5 I/O range:
520 [0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
521 [1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
522 [2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
523 [3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
524 (II) Bus 5 non-prefetchable memory range:
525 [0] -1 0 0xfd700000 - 0xfd7fffff (0x100000) MX[B]
526 (II) Bus 5 prefetchable memory range:
527 [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
528 (II) Host-to-PCI bridge:
529 (II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
530 (II) Bus 0 I/O range:
531 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
532 (II) Bus 0 non-prefetchable memory range:
533 [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
534 (II) Bus 0 prefetchable memory range:
535 [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
536 (--) PCI:*(5:0:0) ATI Technologies Inc R480 [Radeon X800 GTO (PCIE)] rev
537 0, Mem @ 0xd0000000/28, 0xfd7f0000/16, I/O @ 0x8c00/8
538 (--) PCI: (5:0:1) ATI Technologies Inc R480 [Radeon X800 GTO (PCIE)]
539 (Secondary) rev 0, Mem @ 0xfd7e0000/16
540 (II) Addressable bus resource ranges are
541 [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
542 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
543 (II) OS-reported resource ranges:
544 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
545 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
546 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
547 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
548 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
549 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
550 (II) Active PCI resource ranges:
551 [0] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
552 [1] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
553 [2] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
554 [3] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
555 [4] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
556 [5] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
557 [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
558 [7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
559 [8] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
560 [9] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
561 [10] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
562 [11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
563 [12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
564 [13] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
565 [14] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
566 [15] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
567 [16] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
568 (II) Active PCI resource ranges after removing overlaps:
569 [0] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
570 [1] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
571 [2] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
572 [3] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
573 [4] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
574 [5] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
575 [6] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
576 [7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
577 [8] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
578 [9] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
579 [10] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
580 [11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
581 [12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
582 [13] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
583 [14] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
584 [15] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
585 [16] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
586 (II) OS-reported resource ranges after removing overlaps with PCI:
587 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
588 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
589 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
590 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
591 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
592 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
593 (II) All system resource ranges:
594 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
595 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
596 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
597 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
598 [4] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
599 [5] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
600 [6] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
601 [7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
602 [8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
603 [9] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
604 [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
605 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
606 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
607 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
608 [14] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
609 [15] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
610 [16] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
611 [17] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
612 [18] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
613 [19] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
614 [20] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
615 [21] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
616 [22] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
617 (II) LoadModule: "dbe"
618 (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
619 (II) Module dbe: vendor="X.Org Foundation"
620 compiled for 7.1.1, module version = 1.0.0
621 Module class: X.Org Server Extension
622 ABI class: X.Org Server Extension, version 0.3
623 (II) Loading extension DOUBLE-BUFFER
624 (II) LoadModule: "extmod"
625 (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
626 (II) Module extmod: vendor="X.Org Foundation"
627 compiled for 7.1.1, module version = 1.0.0
628 Module class: X.Org Server Extension
629 ABI class: X.Org Server Extension, version 0.3
630 (II) Loading extension SHAPE
631 (II) Loading extension MIT-SUNDRY-NONSTANDARD
632 (II) Loading extension BIG-REQUESTS
633 (II) Loading extension SYNC
634 (II) Loading extension MIT-SCREEN-SAVER
635 (II) Loading extension XC-MISC
636 (II) Loading extension XFree86-VidModeExtension
637 (II) Loading extension XFree86-Misc
638 (II) Loading extension DPMS
639 (II) Loading extension TOG-CUP
640 (II) Loading extension Extended-Visual-Information
641 (II) Loading extension XVideo
642 (II) Loading extension XVideo-MotionCompensation
643 (II) Loading extension X-Resource
644 (II) LoadModule: "freetype"
645 (II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
646 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
647 compiled for 7.1.1, module version = 2.1.0
648 Module class: X.Org Font Renderer
649 ABI class: X.Org Font Renderer, version 0.5
650 (II) Loading font FreeType
651 (II) LoadModule: "glx"
652 (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
653 (II) Module glx: vendor="X.Org Foundation"
654 compiled for 7.1.1, module version = 1.0.0
655 ABI class: X.Org Server Extension, version 0.3
656 (==) AIGLX enabled
657 (II) Loading extension GLX
658 (II) LoadModule: "dri"
659 (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
660 (II) Module dri: vendor="X.Org Foundation"
661 compiled for 7.1.1, module version = 1.0.0
662 ABI class: X.Org Server Extension, version 0.3
663 (II) Loading sub module "drm"
664 (II) LoadModule: "drm"
665 (II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
666 (II) Module drm: vendor="X.Org Foundation"
667 compiled for 7.1.1, module version = 1.0.0
668 ABI class: X.Org Server Extension, version 0.3
669 (II) Loading extension XFree86-DRI
670 (II) LoadModule: "fglrx"
671 (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
672 (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
673 compiled for 7.1.0, module version = 8.27.10
674 Module class: X.Org Video Driver
675 ABI class: X.Org Video Driver, version 1.0
676 (II) LoadModule: "mouse"
677 (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
678 (II) Module mouse: vendor="X.Org Foundation"
679 compiled for 7.1.1, module version = 1.1.1
680 Module class: X.Org XInput Driver
681 ABI class: X.Org XInput driver, version 0.6
682 (II) LoadModule: "kbd"
683 (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
684 (II) Module kbd: vendor="X.Org Foundation"
685 compiled for 7.1.1, module version = 1.1.0
686 Module class: X.Org XInput Driver
687 ABI class: X.Org XInput driver, version 0.6
688 (II) ATI Radeon/FireGL: The following chipsets are supported:
689 RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
690 MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
691 RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
692 RADEON 9250/9200 Series (RV280 5961),
693 RADEON 9250/9200 Series (RV280 5962),
694 RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
695 MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
696 FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
697 RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
698 RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
699 RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
700 MOBILITY RADEON 9600/9700 (M10/M11 4E50),
701 MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
702 RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
703 FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
704 RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
705 FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
706 RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
707 FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
708 RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
709 RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
710 MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
711 RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
712 FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
713 MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
714 MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
715 RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
716 MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
717 MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
718 RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
719 RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
720 FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
721 RADEON X800 SE (R420 4A4F),
722 RADEON X800 XT Platinum Edition (R420 4A50),
723 RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
724 RADEON X800 GTO (R423 5549),
725 RADEON X800 XT Platinum Edition (R423 554A),
726 RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
727 FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
728 MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
729 MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
730 RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
731 RADEON X850 XT Platinum Edition (R480 5D4D),
732 RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
733 RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
734 RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
735 RADEON X850 PRO (R481 4B4B),
736 RADEON X850 XT Platinum Edition (R481 4B4C),
737 MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
738 FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
739 RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
740 RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
741 MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
742 MOBILITY RADEON X700 XL (M26-XC 564F),
743 RADEON 9000/9100 IGP Series (RS300 5834),
744 RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
745 MOBILITY RADEON 9000 IGP (RL300MB 7835),
746 MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
747 RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
748 RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
749 RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
750 RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
751 RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
752 MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
753 FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
754 MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
755 RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
756 RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
757 FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
758 RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
759 MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
760 RADEON X1300 Series (RV505 715F), RADEON X1600 Series (RV515 7140),
761 RADEON X1300 Series (RV515 7142), MOBILITY FireGL (M54 GL 7144),
762 MOBILITY RADEON X1400 (M54 7145), RADEON X1300 Series (RV515 7146),
763 MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
764 RADEON X1300 Series (RV515 714D), RADEON X1300 Series (RV515 714E),
765 FireGL V3300 (RV515 7152), RADEON X1300 Series (RV515 715E),
766 FireStream 2U (R580 724E), FireStream 2U (R580 724F),
767 RADEON X1600 Series (RV530 71C0), RADEON X1600 Series (RV530 71C2),
768 MOBILITY FireGL V5200 (M56 71C4), MOBILITY RADEON X1600 (M56 71C5),
769 RADEON X1600 Series (RV530 LE 71C6),
770 RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
771 FireGL V5200 (RV530 71DA), RADEON X1600 Series (RV530 SE 71DE),
772 RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
773 RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
774 RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
775 RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
776 RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
777 RADEON X1900 (R580 724C), RADEON X1900 (R580 724D)
778 (II) Primary Device is: PCI 05:00:0
779 (II) ATI Proprietary Linux Driver Version Identifier:8.27.10
780 (II) ATI Proprietary Linux Driver Release Identifier:
781 LGDr8.27g1
782 (II) ATI Proprietary Linux Driver Build Date: Jul 27 2006 22:01:09
783 (II) ATI Proprietary Linux Driver Build Information:
784 autobuild-rel-r6-8.27.1.1.2.3-driver-lnx-x86_64-282878
785 (WW) fglrx: No matching Device section for instance (BusID PCI:5:0:1) found
786 (--) Chipset RADEON X800 GTO (R480 5D4F) found
787 (II) resource ranges after xf86ClaimFixedResources() call:
788 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
789 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
790 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
791 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
792 [4] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
793 [5] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
794 [6] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
795 [7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
796 [8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
797 [9] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
798 [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
799 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
800 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
801 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
802 [14] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
803 [15] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
804 [16] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
805 [17] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
806 [18] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
807 [19] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
808 [20] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
809 [21] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
810 [22] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
811 (II) fglrx(0): pEnt->device->identifier=0x6de950
812 (II) resource ranges after probing:
813 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
814 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
815 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
816 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
817 [4] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
818 [5] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
819 [6] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
820 [7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
821 [8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
822 [9] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
823 [10] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
824 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
825 [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
826 [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
827 [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
828 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
829 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
830 [17] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
831 [18] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
832 [19] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
833 [20] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
834 [21] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
835 [22] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
836 [23] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
837 [24] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
838 [25] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
839 [26] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
840 [27] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
841 (II) Setting vga for screen 0.
842 (II) fglrx(0): === [R200PreInit] === begin, [s]
843 (II) Loading sub module "vgahw"
844 (II) LoadModule: "vgahw"
845 (II) Loading /usr/lib64/xorg/modules/libvgahw.so
846 (II) Module vgahw: vendor="X.Org Foundation"
847 compiled for 7.1.1, module version = 0.1.0
848 ABI class: X.Org Video Driver, version 1.0
849 (II) fglrx(0): PCI bus 5 card 0 func 0
850 (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
851 (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
852 (==) fglrx(0): Default visual is TrueColor
853 (**) fglrx(0): Option "NoAccel" "no"
854 (**) fglrx(0): Option "NoDRI" "no"
855 (**) fglrx(0): Option "Capabilities" "0x00000000"
856 (**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
857 (**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
858 (**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
859 (**) fglrx(0): Option "OpenGLOverlay" "off"
860 (**) fglrx(0): Option "VideoOverlay" "on"
861 (**) fglrx(0): Option "DesktopSetup" "horizontal"
862 (**) fglrx(0): Option "ScreenOverlap" "0"
863 (**) fglrx(0): Option "UseInternalAGPGART" "yes"
864 (**) fglrx(0): Option "Stereo" "off"
865 (**) fglrx(0): Option "StereoSyncEnable" "1"
866 (**) fglrx(0): Option "UseFastTLS" "0"
867 (**) fglrx(0): Option "BlockSignalsOnLock" "on"
868 (**) fglrx(0): Option "ForceGenericCPU" "no"
869 (**) fglrx(0): Option "CenterMode" "off"
870 (**) fglrx(0): Option "FSAAScale" "1"
871 (**) fglrx(0): Option "FSAAEnable" "no"
872 (**) fglrx(0): Option "FSAADisableGamma" "no"
873 (**) fglrx(0): Option "FSAACustomizeMSPos" "no"
874 (**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
875 (**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
876 (**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
877 (**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
878 (**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
879 (**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
880 (**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
881 (**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
882 (**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
883 (**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
884 (**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
885 (**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
886 (**) fglrx(0): Option "PseudoColorVisuals" "off"
887 (==) fglrx(0): RGB weight 888
888 (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
889 (**) fglrx(0): Gamma Correction for I is 0x00000000
890 (**) fglrx(0): Gamma Correction for II is 0x00000000
891 (==) fglrx(0): Buffer Tiling is ON
892 (II) Loading sub module "int10"
893 (II) LoadModule: "int10"
894 (II) Loading /usr/lib64/xorg/modules/libint10.so
895 (II) Module int10: vendor="X.Org Foundation"
896 compiled for 7.1.1, module version = 1.0.0
897 ABI class: X.Org Video Driver, version 1.0
898 (**) fglrx(0): Option "mtrr" "off"
899 (II) fglrx(0): Primary V_BIOS segment is: 0xc000
900 (--) fglrx(0): Chipset: "RADEON X800 GTO (R480 5D4F)" (Chipset = 0x5d4f)
901 (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0302)
902 (--) fglrx(0): board vendor info: original ATI graphics adapter
903 (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
904 (--) fglrx(0): MMIO registers at 0xfd7f0000
905 (==) fglrx(0): ROM-BIOS at 0x000c0000
906 (II) Loading sub module "vbe"
907 (II) LoadModule: "vbe"
908 (II) Loading /usr/lib64/xorg/modules/libvbe.so
909 (II) Module vbe: vendor="X.Org Foundation"
910 compiled for 7.1.1, module version = 1.1.0
911 ABI class: X.Org Video Driver, version 1.0
912 (II) fglrx(0): VESA BIOS detected
913 (II) fglrx(0): VESA VBE Version 3.0
914 (II) fglrx(0): VESA VBE Total Mem: 16384 kB
915 (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
916 (II) fglrx(0): VESA VBE OEM Software Rev: 9.10
917 (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
918 (II) fglrx(0): VESA VBE OEM Product: R480
919 (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
920 (II) Loading sub module "drm"
921 (II) LoadModule: "drm"
922 (II) Reloading /usr/lib64/xorg/modules/linux/libdrm.so
923 drmOpenDevice: node name is /dev/dri/card0
924 drmOpenDevice: open result is -1, (No such device or address)
925 drmOpenDevice: open result is -1, (No such device or address)
926 drmOpenDevice: Open failed
927 [drm] failed to load kernel module "fglrx"
928 (WW) fglrx(0): Failed to open DRM connection
929 (II) fglrx(0): ATI Video BIOS revision 9 or later detected
930 (--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR3
931 (II) fglrx(0): PCIE card detected
932 (II) fglrx(0): board/chipset is supported by this driver (original ATI
933 board)
934 (II) Loading sub module "ddc"
935 (II) LoadModule: "ddc"
936 (II) Loading /usr/lib64/xorg/modules/libddc.so
937 (II) Module ddc: vendor="X.Org Foundation"
938 compiled for 7.1.1, module version = 1.0.0
939 ABI class: X.Org Video Driver, version 1.0
940 (II) fglrx(0): Connected Display1: DFP on internal TMDS
941 (II) fglrx(0): Display1 EDID data ---------------------------
942 (II) fglrx(0): Manufacturer: FUS Model: 552 Serial#: 16843009
943 (II) fglrx(0): Year: 2005 Week: 29
944 (II) fglrx(0): EDID Version: 1.3
945 (II) fglrx(0): Digital Display Input
946 (II) fglrx(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30
947 (II) fglrx(0): Gamma: 2.20
948 (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
949 (II) fglrx(0): First detailed timing is preferred mode
950 (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
951 (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
952 (II) fglrx(0): Supported VESA Video Modes:
953 (II) fglrx(0): 720x400@70Hz
954 (II) fglrx(0): 640x480@60Hz
955 (II) fglrx(0): 640x480@75Hz
956 (II) fglrx(0): 800x600@60Hz
957 (II) fglrx(0): 800x600@75Hz
958 (II) fglrx(0): 1024x768@60Hz
959 (II) fglrx(0): 1024x768@75Hz
960 (II) fglrx(0): 1280x1024@75Hz
961 (II) fglrx(0): Manufacturer's mask: 0
962 (II) fglrx(0): Supported Future Video Modes:
963 (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
964 (II) fglrx(0): Supported additional Video Mode:
965 (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
966 (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end
967 1688 h_border: 0
968 (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking:
969 1066 v_border: 0
970 (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 82
971 kHz, PixClock max 140 MHz
972 (II) fglrx(0): Monitor name: P19-2
973 (II) fglrx(0): Serial No: YEHG810014
974 (II) fglrx(0): End of Display1 EDID data --------------------
975 (WW) fglrx(0): Specified desktop setup not supported: 10
976 (II) fglrx(0): Primary Controller - DFP on internal TMDS
977 (II) fglrx(0): Internal Desktop Setting: 0x00000004
978 (II) fglrx(0): POWERplay version 3. 1 power state available:
979 (II) fglrx(0): 1. 398/493MHz @ 0Hz [enable load balancing]
980 (**) fglrx(0): Qbs disabled
981 (==) fglrx(0): FAST_SWAP disabled
982 (**) fglrx(0): PseudoColor visuals disabled
983 (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
984 (**) fglrx(0): Center Mode is disabled
985 (==) fglrx(0): TMDS coherent mode is enabled
986 (II) fglrx(0): Total of 43 modes found for primary display.
987 (--) fglrx(0): Virtual size is 1280x1024 (pitch 0)
988 (**) fglrx(0): *Mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6
989 kHz, 70.0 Hz
990 (II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024
991 1025 1028 1066 +hsync
992 (**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0
993 MHz), 64.0 kHz, 60.0 Hz
994 (II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024
995 1025 1028 1066
996 (**) fglrx(0): Default mode "1280x1024": 85.5 MHz (scaled from 0.0
997 MHz), 50.9 kHz, 47.0 Hz (I)
998 (II) fglrx(0): Modeline "1280x1024" 85.51 1280 1344 1480 1680 1024
999 1025 1028 1083 interlace +hsync
1000 (**) fglrx(0): Default mode "1280x1024": 77.8 MHz (scaled from 0.0
1001 MHz), 46.3 kHz, 43.0 Hz (I)
1002 (II) fglrx(0): Modeline "1280x1024" 77.80 1280 1344 1480 1680 1024
1003 1025 1028 1077 interlace +hsync
1004 (**) fglrx(0): Default mode "1280x720": 74.5 MHz (scaled from 0.0 MHz),
1005 44.8 kHz, 60.0 Hz
1006 (II) fglrx(0): Modeline "1280x720" 74.48 1280 1336 1472 1664 720 721
1007 724 746 +hsync +vsync
1008 (**) fglrx(0): Default mode "1152x864": 119.7 MHz (scaled from 0.0
1009 MHz), 77.1 kHz, 85.0 Hz
1010 (II) fglrx(0): Modeline "1152x864" 119.65 1152 1224 1352 1552 864 865
1011 868 907 +hsync
1012 (**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0
1013 MHz), 67.5 kHz, 75.0 Hz
1014 (II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865
1015 868 900
1016 (**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz),
1017 63.0 kHz, 70.0 Hz
1018 (II) fglrx(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865
1019 868 900 +hsync
1020 (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz),
1021 53.7 kHz, 60.0 Hz
1022 (II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865
1023 868 895 +hsync
1024 (**) fglrx(0): Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz),
1025 43.0 kHz, 47.0 Hz (I)
1026 (II) fglrx(0): Modeline "1152x864" 64.68 1152 1208 1328 1504 864 865
1027 868 915 interlace +hsync
1028 (**) fglrx(0): Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz),
1029 39.2 kHz, 43.0 Hz (I)
1030 (II) fglrx(0): Modeline "1152x864" 58.29 1152 1200 1320 1488 864 865
1031 868 911 interlace +hsync
1032 (**) fglrx(0): Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz),
1033 68.7 kHz, 85.0 Hz
1034 (II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769
1035 772 808
1036 (**) fglrx(0): Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz),
1037 60.0 kHz, 75.0 Hz
1038 (II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769
1039 772 800
1040 (**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz),
1041 57.7 kHz, 72.0 Hz
1042 (II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769
1043 772 801 +hsync
1044 (**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz),
1045 56.5 kHz, 70.0 Hz
1046 (II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771
1047 777 806 +hsync +vsync
1048 (**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz),
1049 48.4 kHz, 60.0 Hz
1050 (II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771
1051 777 806 +hsync +vsync
1052 (**) fglrx(0): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz),
1053 35.5 kHz, 43.0 Hz (I)
1054 (II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768
1055 772 817 interlace
1056 (**) fglrx(0): Default mode "1024x768": 100.2 MHz (scaled from 0.0
1057 MHz), 72.8 kHz, 90.0 Hz
1058 (II) fglrx(0): Modeline "1024x768" 100.19 1024 1088 1200 1376 768 769
1059 772 809 +hsync
1060 (**) fglrx(0): Default mode "960x720": 55.9 MHz (scaled from 0.0 MHz),
1061 44.8 kHz, 60.0 Hz
1062 (II) fglrx(0): Modeline "960x720" 55.86 960 1008 1104 1248 720 721
1063 724 746
1064 (**) fglrx(0): Default mode "864x648": 45.1 MHz (scaled from 0.0 MHz),
1065 40.2 kHz, 60.0 Hz
1066 (II) fglrx(0): Modeline "864x648" 45.08 864 904 992 1120 648 649 652
1067 671 +hsync +vsync
1068 (**) fglrx(0): Default mode "800x600": 56.2 MHz (scaled from 0.0 MHz),
1069 53.7 kHz, 85.0 Hz
1070 (II) fglrx(0): Modeline "800x600" 56.25 800 832 896 1048 600 601 604 631
1071 (**) fglrx(0): Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz),
1072 46.9 kHz, 75.0 Hz
1073 (II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
1074 (**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz),
1075 48.1 kHz, 72.0 Hz
1076 (II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666
1077 (**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz),
1078 43.8 kHz, 70.0 Hz
1079 (II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604
1080 625 +hsync
1081 (**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz),
1082 37.9 kHz, 60.0 Hz
1083 (II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
1084 (**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz),
1085 35.2 kHz, 56.0 Hz
1086 (II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
1087 (**) fglrx(0): Default mode "800x600": 68.2 MHz (scaled from 0.0 MHz),
1088 63.6 kHz, 100.0 Hz
1089 (II) fglrx(0): Modeline "800x600" 68.18 800 848 936 1072 600 601 604
1090 636 +hsync
1091 (**) fglrx(0): Default mode "800x600": 60.1 MHz (scaled from 0.0 MHz),
1092 56.9 kHz, 90.0 Hz
1093 (II) fglrx(0): Modeline "800x600" 60.06 800 840 928 1056 600 601 604
1094 632 +hsync
1095 (**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz),
1096 43.3 kHz, 85.0 Hz
1097 (II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484
1098 509 +hsync +vsync
1099 (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
1100 37.5 kHz, 75.0 Hz
1101 (II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
1102 500 +hsync +vsync
1103 (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
1104 37.9 kHz, 72.0 Hz
1105 (II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492
1106 520 +hsync +vsync
1107 (**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz),
1108 31.5 kHz, 60.0 Hz
1109 (II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492
1110 525 +hsync +vsync
1111 (**) fglrx(0): Default mode "640x480": 43.2 MHz (scaled from 0.0 MHz),
1112 50.9 kHz, 100.0 Hz
1113 (II) fglrx(0): Modeline "640x480" 43.16 640 680 744 848 480 481 484
1114 509 +hsync
1115 (**) fglrx(0): Default mode "640x480": 37.9 MHz (scaled from 0.0 MHz),
1116 45.5 kHz, 90.0 Hz
1117 (II) fglrx(0): Modeline "640x480" 37.89 640 672 736 832 480 481 484
1118 506 +hsync
1119 (**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz),
1120 33.7 kHz, 75.0 Hz
1121 (II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 449
1122 (**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz),
1123 31.5 kHz, 60.0 Hz
1124 (II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
1125 (**) fglrx(0): Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz),
1126 31.1 kHz, 75.0 Hz
1127 (II) fglrx(0): Modeline "512x384" 19.68 512 528 576 632 384 384 385 416
1128 (**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz),
1129 46.9 kHz, 75.0 Hz (D)
1130 (II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 300 601 602
1131 625 doublescan
1132 (**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz),
1133 45.0 kHz, 60.0 Hz (D)
1134 (II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605
1135 742 doublescan
1136 (**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz),
1137 37.9 kHz, 75.0 Hz (D)
1138 (II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 240 481 482
1139 501 doublescan
1140 (**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz),
1141 31.5 kHz, 60.0 Hz (D)
1142 (II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493
1143 525 doublescan
1144 (**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz),
1145 31.5 kHz, 75.0 Hz (D)
1146 (II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 200 406 407
1147 417 doublescan
1148 (**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz),
1149 31.5 kHz, 60.0 Hz (D)
1150 (II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459
1151 524 doublescan
1152 (--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
1153 (**) fglrx(0): *Mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6
1154 kHz, 70.0 Hz
1155 (II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024
1156 1025 1028 1066 +hsync
1157 (**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0
1158 MHz), 64.0 kHz, 60.0 Hz
1159 (II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024
1160 1025 1028 1066
1161 (**) fglrx(0): Default mode "1280x1024": 85.5 MHz (scaled from 0.0
1162 MHz), 50.9 kHz, 47.0 Hz (I)
1163 (II) fglrx(0): Modeline "1280x1024" 85.51 1280 1344 1480 1680 1024
1164 1025 1028 1083 interlace +hsync
1165 (**) fglrx(0): Default mode "1280x1024": 77.8 MHz (scaled from 0.0
1166 MHz), 46.3 kHz, 43.0 Hz (I)
1167 (II) fglrx(0): Modeline "1280x1024" 77.80 1280 1344 1480 1680 1024
1168 1025 1028 1077 interlace +hsync
1169 (**) fglrx(0): Default mode "1280x720": 74.5 MHz (scaled from 0.0 MHz),
1170 44.8 kHz, 60.0 Hz
1171 (II) fglrx(0): Modeline "1280x720" 74.48 1280 1336 1472 1664 720 721
1172 724 746 +hsync +vsync
1173 (**) fglrx(0): Default mode "1152x864": 119.7 MHz (scaled from 0.0
1174 MHz), 77.1 kHz, 85.0 Hz
1175 (II) fglrx(0): Modeline "1152x864" 119.65 1152 1224 1352 1552 864 865
1176 868 907 +hsync
1177 (**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0
1178 MHz), 67.5 kHz, 75.0 Hz
1179 (II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865
1180 868 900
1181 (**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz),
1182 63.0 kHz, 70.0 Hz
1183 (II) fglrx(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865
1184 868 900 +hsync
1185 (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz),
1186 53.7 kHz, 60.0 Hz
1187 (II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865
1188 868 895 +hsync
1189 (**) fglrx(0): Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz),
1190 43.0 kHz, 47.0 Hz (I)
1191 (II) fglrx(0): Modeline "1152x864" 64.68 1152 1208 1328 1504 864 865
1192 868 915 interlace +hsync
1193 (**) fglrx(0): Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz),
1194 39.2 kHz, 43.0 Hz (I)
1195 (II) fglrx(0): Modeline "1152x864" 58.29 1152 1200 1320 1488 864 865
1196 868 911 interlace +hsync
1197 (**) fglrx(0): Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz),
1198 68.7 kHz, 85.0 Hz
1199 (II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769
1200 772 808
1201 (**) fglrx(0): Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz),
1202 60.0 kHz, 75.0 Hz
1203 (II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769
1204 772 800
1205 (**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz),
1206 57.7 kHz, 72.0 Hz
1207 (II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769
1208 772 801 +hsync
1209 (**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz),
1210 56.5 kHz, 70.0 Hz
1211 (II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771
1212 777 806 +hsync +vsync
1213 (**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz),
1214 48.4 kHz, 60.0 Hz
1215 (II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771
1216 777 806 +hsync +vsync
1217 (**) fglrx(0): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz),
1218 35.5 kHz, 43.0 Hz (I)
1219 (II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768
1220 772 817 interlace
1221 (**) fglrx(0): Default mode "1024x768": 100.2 MHz (scaled from 0.0
1222 MHz), 72.8 kHz, 90.0 Hz
1223 (II) fglrx(0): Modeline "1024x768" 100.19 1024 1088 1200 1376 768 769
1224 772 809 +hsync
1225 (**) fglrx(0): Default mode "960x720": 55.9 MHz (scaled from 0.0 MHz),
1226 44.8 kHz, 60.0 Hz
1227 (II) fglrx(0): Modeline "960x720" 55.86 960 1008 1104 1248 720 721
1228 724 746
1229 (**) fglrx(0): Default mode "864x648": 45.1 MHz (scaled from 0.0 MHz),
1230 40.2 kHz, 60.0 Hz
1231 (II) fglrx(0): Modeline "864x648" 45.08 864 904 992 1120 648 649 652
1232 671 +hsync +vsync
1233 (**) fglrx(0): Default mode "800x600": 56.2 MHz (scaled from 0.0 MHz),
1234 53.7 kHz, 85.0 Hz
1235 (II) fglrx(0): Modeline "800x600" 56.25 800 832 896 1048 600 601 604 631
1236 (**) fglrx(0): Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz),
1237 46.9 kHz, 75.0 Hz
1238 (II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
1239 (**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz),
1240 48.1 kHz, 72.0 Hz
1241 (II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666
1242 (**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz),
1243 43.8 kHz, 70.0 Hz
1244 (II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604
1245 625 +hsync
1246 (**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz),
1247 37.9 kHz, 60.0 Hz
1248 (II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
1249 (**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz),
1250 35.2 kHz, 56.0 Hz
1251 (II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
1252 (**) fglrx(0): Default mode "800x600": 68.2 MHz (scaled from 0.0 MHz),
1253 63.6 kHz, 100.0 Hz
1254 (II) fglrx(0): Modeline "800x600" 68.18 800 848 936 1072 600 601 604
1255 636 +hsync
1256 (**) fglrx(0): Default mode "800x600": 60.1 MHz (scaled from 0.0 MHz),
1257 56.9 kHz, 90.0 Hz
1258 (II) fglrx(0): Modeline "800x600" 60.06 800 840 928 1056 600 601 604
1259 632 +hsync
1260 (**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz),
1261 43.3 kHz, 85.0 Hz
1262 (II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484
1263 509 +hsync +vsync
1264 (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
1265 37.5 kHz, 75.0 Hz
1266 (II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
1267 500 +hsync +vsync
1268 (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
1269 37.9 kHz, 72.0 Hz
1270 (II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492
1271 520 +hsync +vsync
1272 (**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz),
1273 31.5 kHz, 60.0 Hz
1274 (II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492
1275 525 +hsync +vsync
1276 (**) fglrx(0): Default mode "640x480": 43.2 MHz (scaled from 0.0 MHz),
1277 50.9 kHz, 100.0 Hz
1278 (II) fglrx(0): Modeline "640x480" 43.16 640 680 744 848 480 481 484
1279 509 +hsync
1280 (**) fglrx(0): Default mode "640x480": 37.9 MHz (scaled from 0.0 MHz),
1281 45.5 kHz, 90.0 Hz
1282 (II) fglrx(0): Modeline "640x480" 37.89 640 672 736 832 480 481 484
1283 506 +hsync
1284 (**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz),
1285 33.7 kHz, 75.0 Hz
1286 (II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 449
1287 (**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz),
1288 31.5 kHz, 60.0 Hz
1289 (II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
1290 (**) fglrx(0): Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz),
1291 31.1 kHz, 75.0 Hz
1292 (II) fglrx(0): Modeline "512x384" 19.68 512 528 576 632 384 384 385 416
1293 (**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz),
1294 46.9 kHz, 75.0 Hz (D)
1295 (II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 300 601 602
1296 625 doublescan
1297 (**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz),
1298 45.0 kHz, 60.0 Hz (D)
1299 (II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605
1300 742 doublescan
1301 (**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz),
1302 37.9 kHz, 75.0 Hz (D)
1303 (II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 240 481 482
1304 501 doublescan
1305 (**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz),
1306 31.5 kHz, 60.0 Hz (D)
1307 (II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493
1308 525 doublescan
1309 (**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz),
1310 31.5 kHz, 75.0 Hz (D)
1311 (II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 200 406 407
1312 417 doublescan
1313 (**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz),
1314 31.5 kHz, 60.0 Hz (D)
1315 (II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459
1316 524 doublescan
1317 (--) fglrx(0): Display dimensions: (380, 300) mm
1318 (--) fglrx(0): DPI set to (85, 86)
1319 (II) Loading sub module "fb"
1320 (II) LoadModule: "fb"
1321 (II) Loading /usr/lib64/xorg/modules/libfb.so
1322 (II) Module fb: vendor="X.Org Foundation"
1323 compiled for 7.1.1, module version = 1.0.0
1324 ABI class: X.Org ANSI C Emulation, version 0.3
1325 (II) Loading sub module "ramdac"
1326 (II) LoadModule: "ramdac"
1327 (II) Loading /usr/lib64/xorg/modules/libramdac.so
1328 (II) Module ramdac: vendor="X.Org Foundation"
1329 compiled for 7.1.1, module version = 0.1.0
1330 ABI class: X.Org Video Driver, version 1.0
1331 (**) fglrx(0): NoAccel = NO
1332 (II) Loading sub module "xaa"
1333 (II) LoadModule: "xaa"
1334 (II) Loading /usr/lib64/xorg/modules/libxaa.so
1335 (II) Module xaa: vendor="X.Org Foundation"
1336 compiled for 7.1.1, module version = 1.2.0
1337 ABI class: X.Org Video Driver, version 1.0
1338 (==) fglrx(0): HPV inactive
1339 (==) fglrx(0): FSAA enabled: NO
1340 (**) fglrx(0): FSAA Gamma enabled
1341 (**) fglrx(0): FSAA Multisample Position is fix
1342 (**) fglrx(0): NoDRI = NO
1343 (II) Loading sub module "fglrxdrm"
1344 (II) LoadModule: "fglrxdrm"
1345 (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
1346 (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
1347 compiled for 7.1.0, module version = 8.27.10
1348 ABI class: X.Org Server Extension, version 0.3
1349 (II) fglrx(0): Depth moves disabled by default
1350 (**) fglrx(0): Capabilities: 0x00000000
1351 (**) fglrx(0): CapabilitiesEx: 0x00000000
1352 (**) fglrx(0): cpuFlags: 0x4000001f
1353 (**) fglrx(0): cpuSpeedMHz: 0x000008a3
1354 (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
1355 (**) fglrx(0): ATI GART size: 128 MB
1356 (**) fglrx(0): UseFastTLS=0
1357 (**) fglrx(0): BlockSignalsOnLock=1
1358 (==) fglrx(0): EnablePrivateBackZ = NO
1359 (--) Depth 24 pixmap format is 32 bpp
1360 (II) do I need RAC? No, I don't.
1361 (II) resource ranges after preInit:
1362 [0] 0 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B]
1363 [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
1364 [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
1365 [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
1366 [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
1367 [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
1368 [6] -1 0 0xfdeff000 - 0xfdeff7ff (0x800) MX[B]
1369 [7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
1370 [8] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
1371 [9] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
1372 [10] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
1373 [11] -1 0 0xfd7e0000 - 0xfd7effff (0x10000) MX[B](B)
1374 [12] -1 0 0xfd7f0000 - 0xfd7fffff (0x10000) MX[B](B)
1375 [13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
1376 [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
1377 [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
1378 [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
1379 [17] 0 0 0x00008c00 - 0x00008cff (0x100) IX[B]
1380 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
1381 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
1382 [20] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
1383 [21] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B]
1384 [22] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
1385 [23] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
1386 [24] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
1387 [25] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
1388 [26] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
1389 [27] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
1390 [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B](B)
1391 [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
1392 [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
1393 (II) fglrx(0): UMM Bus area: 0xd0701000 (size=0x078df000)
1394 (II) fglrx(0): UMM area: 0xd0701000 (size=0x078df000)
1395 (II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
1396 (II) fglrx(0): detected X.org 7.1.1.0
1397 (II) Loading extension ATIFGLRXDRI
1398 (II) fglrx(0): doing DRIScreenInit
1399 drmOpenDevice: node name is /dev/dri/card0
1400 drmOpenDevice: open result is -1, (No such device or address)
1401 drmOpenDevice: open result is -1, (No such device or address)
1402 drmOpenDevice: Open failed
1403 drmOpenDevice: node name is /dev/dri/card0
1404 drmOpenDevice: open result is -1, (No such device or address)
1405 drmOpenDevice: open result is -1, (No such device or address)
1406 drmOpenDevice: Open failed
1407 [drm] failed to load kernel module "fglrx"
1408 (II) fglrx(0): [drm] drmOpen failed
1409 (EE) fglrx(0): DRIScreenInit failed!
1410 (WW) fglrx(0): ***********************************************
1411 (WW) fglrx(0): * DRI initialization failed! *
1412 (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
1413 (WW) fglrx(0): * 2D acceleraton available (MMIO) *
1414 (WW) fglrx(0): * no 3D acceleration available *
1415 (WW) fglrx(0): ********************************************* *
1416 (II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x07fe0000
1417 (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
1418 (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color
1419 buffer - assumption)
1420 (==) fglrx(0): Backing store disabled
1421 (==) fglrx(0): Silken mouse enabled
1422 (WW) fglrx(0): Option "NoDDC" is not used
1423 (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
1424 Screen to screen bit blits
1425 Solid filled rectangles
1426 Solid Horizontal and Vertical Lines
1427 Offscreen Pixmaps
1428 Setting up tile and stipple cache:
1429 32 128x128 slots
1430 32 256x256 slots
1431 16 512x512 slots
1432 (II) fglrx(0): Acceleration enabled
1433 (II) fglrx(0): Direct rendering disabled
1434 (==) fglrx(0): Using hardware cursor
1435 (II) fglrx(0): Largest offscreen area available: 1280 x 7163
1436 (II) Loading extension FGLRXEXTENSION
1437 (II) Loading extension ATITVOUT
1438 (==) RandR enabled
1439 (II) Initializing built-in extension MIT-SHM
1440 (II) Initializing built-in extension XInputExtension
1441 (II) Initializing built-in extension XTEST
1442 (II) Initializing built-in extension XKEYBOARD
1443 (II) Initializing built-in extension XC-APPGROUP
1444 (II) Initializing built-in extension SECURITY
1445 (II) Initializing built-in extension XINERAMA
1446 (II) Initializing built-in extension XFIXES
1447 (II) Initializing built-in extension XFree86-Bigfont
1448 (II) Initializing built-in extension RENDER
1449 (II) Initializing built-in extension RANDR
1450 (II) Initializing built-in extension COMPOSITE
1451 (II) Initializing built-in extension DAMAGE
1452 (II) Initializing built-in extension XEVIE
1453 (EE) AIGLX: Screen 0 is not DRI capable
1454 (II) Loading local sub module "GLcore"
1455 (II) LoadModule: "GLcore"
1456 (II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
1457 (II) Module GLcore: vendor="X.Org Foundation"
1458 compiled for 7.1.1, module version = 1.0.0
1459 ABI class: X.Org Server Extension, version 0.3
1460 (II) GLX: Initialized MESA-PROXY GL provider for screen 0
1461 (**) Option "Protocol" "IMPS/2"
1462 (**) Mouse1: Device: "/dev/input/mice"
1463 (**) Mouse1: Protocol: "IMPS/2"
1464 (**) Option "CorePointer"
1465 (**) Mouse1: Core Pointer
1466 (**) Option "Device" "/dev/input/mice"
1467 (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
1468 (**) Option "ZAxisMapping" "4 5 6 7"
1469 (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
1470 (**) Mouse1: Buttons: 11
1471 (**) Option "CoreKeyboard"
1472 (**) Keyboard1: Core Keyboard
1473 (**) Option "Protocol" "standard"
1474 (**) Keyboard1: Protocol: standard
1475 (**) Option "AutoRepeat" "500 30"
1476 (**) Option "XkbRules" "xorg"
1477 (**) Keyboard1: XkbRules: "xorg"
1478 (**) Option "XkbModel" "pc105"
1479 (**) Keyboard1: XkbModel: "pc105"
1480 (**) Option "XkbLayout" "pl"
1481 (**) Keyboard1: XkbLayout: "pl"
1482 (**) Option "CustomKeycodes" "off"
1483 (**) Keyboard1: CustomKeycodes disabled
1484 (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
1485 (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
1486 xkb_keycodes { include "xfree86+aliases(qwerty)" };
1487 xkb_types { include "complete" };
1488 xkb_compatibility { include "complete" };
1489 xkb_symbols { include "pc(pc105)+pl" };
1490 xkb_geometry { include "pc(pc105)" };
1491 (II) Mouse1: ps2EnableDataReporting: succeeded
1492 (II) 3rd Button detected: disabling emulate3Button
1493
1494 Thanks in advance,
1495 Radek.
1496 --
1497 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ATI X800 - no opengl + logout problem Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] ATI X800 - no opengl + logout problem Radoslaw Grzanka <radekg@××××××××××××××.org>
[gentoo-user] Re: ATI X800 - no opengl + logout problem James <wireless@×××××××××××.com>