[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fglrx-driver on IBM Thinkpad T43/x300



Greetings,

I'm trying to get fglrx-drivers running on kubuntu hoary with xorg 6.8.2. I've 
tried different driver versions, different kernels, alternate options in 
xorg.conf and nearly everything I could find like LVDS, TMDS, STV and NONE.

Xservers starts, my screen gets black and nothing happens. The screen stays 
black and I have to make a hard reset. It seems like the problem with dvi 
mentioned on flavios website (Secondary dac recognized as primary). The 
radeon driver ("ati") works, but has no 3d acceleration. I'm very frustrated.

I was hoping that 8.14.13 would bring right hardware detection, but the 
problem is not solved. I pasted my xorg.conf, Xorg.0.log with fglrx driver 
and Xorg.0.log with radeon driver. Is there a driver option to manipulate 
detection? Is it possible to patch xserver or driver?

Please help.
Carsten

This is my xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
 FontPath "unix/:7100"   # local font server
 # if the local font server has problems, we can fall back on these
 FontPath "/usr/lib/X11/fonts/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "GLcore"
        Load    "glx"
        Load    "dri"
        SubSection "extmod"
            Option "omit xfree86-dga"
        EndSubSection
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules" "xorg"
 Option  "XkbModel" "pc105"
 Option  "XkbLayout" "de"
 Option  "XkbOptions" "ctrl:nocaps"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
 Option  "Emulate3Buttons" "true"
 Option  "ZAxisMapping"  "4 5"
#        Option          "EmulateWheel"
#        Option          "EmulateWheelButton" "2"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option  "HorizScrollDelta" "0"
EndSection

Section "Device"
 Identifier "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
        Driver          "fglrx"
 #Option  "backingstore" "true"
 #Option  "MonitorLayout" "TMDS, AUTO"
 Option  "MonitorLayout" "LVDS, STV"
 #Screen  0
# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
   Option   "NoDDC"

# === Video Overlay for the Xv extension ===
        Option          "VideoOverlay"          "on"

# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
        Option          "OpenGLOverlay"         "off"

# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
        Option          "UseInternalAGPGART"    "no"

# You don't actually need this next BusID bit - unless maybe you have dual 
monitors?
# I've removed it from mine (single monitor only) and all is well.
# I think it's a leftover from fxglrconfig - doh!
        BusID           "PCI:1:0:0" 
EndSection

Section "Monitor"
 Identifier "Standardbildschirm"
 Option  "DPMS"
        DisplaySize     270     203     # 1024x768 96dpi
#        DisplaySize     338     254     # 1280x960 96dpi
#        DisplaySize     338     270     # 1280x1024 96dpi
#        DisplaySize     370     277     # 1400x1050 96dpi
#        DisplaySize     423     370     # 1600x1400 96dpi
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device  "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
 Monitor  "Standardbildschirm"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1024x768"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
 Mode 0666
EndSection

#Section "Extensions"
# Option  "Composite"  "Enable"
#EndSection


This is Xorg.0.log:
X Window System Version 6.8.2 (Ubuntu 6.8.2-10 20050405154308 
root at terranova dot warthogs dot hbd dot com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF] 
Current Operating System: Linux apollo 2.6.10-5-686 #1 Tue Jun 7 09:00:32 UTC 
2005 i686
Build Date: 05 April 2005
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.10-5-686 (buildd at rothera) (gcc version 3.3.5 
(Debian 1:3.3.5-8ubuntu2)) #1 Tue Jun 7 09:00:32 UTC 2005 T
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 10 16:37:46 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) XKB: options: "ctrl:nocaps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
 Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.2
 X.Org Video Driver: 0.7
 X.Org XInput driver : 0.4
 X.Org Server Extension : 0.2
 X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1014,0574 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5460 card 1014,056e rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 04:00:0: chip 1180,0476 card 5000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 04:02:0: chip 8086,4224 card 8086,1011 rev 05 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
 [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
 [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
 [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xa8100000 - 0xa81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xa8200000 - 0xa82fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
 [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
 [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
 [0] -1 0 0xa8300000 - 0xa83fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
 [0] -1 0 0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
 [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
 [2] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
 [3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
 [4] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
 [5] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
 [6] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
 [7] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
 [8] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
 [9] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
 [10] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
 [11] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
 [12] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
 [13] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
 [14] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
 [15] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
 [0] -1 0 0xa8400000 - 0xb7ffffff (0xfc00000) MX[B]
(II) Bus 4 prefetchable memory range:
 [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (4:0:0), (4,5,8), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 5 I/O range:
 [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5460) rev 0, Mem @ 
0xc0000000/27, 0xa8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [3] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [4] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [5] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [9] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [11] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [12] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [13] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
	[14] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[15] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[16] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[17] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [3] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [4] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [5] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [9] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [11] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [12] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [13] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [14] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [15] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [16] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [17] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [6] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [7] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [8] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [9] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [10] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [14] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [15] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [16] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [17] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [18] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [19] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [20] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [21] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [22] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(WW) Ignoring request to load module GLcore
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No 
symbols found
(II) Module GLcore: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, module version = 2.1.0
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.13.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.2
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.1.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
 compiled for 6.8.0, module version = 8.14.13
 Module class: X.Org Video Driver
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
 compiled for 4.2.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.3
(II) ATI Radeon/FireGL: The following chipsets are supported:
 RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
 MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
 RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
 RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
 MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
 FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
 RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
 RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
 RADEON 9600 PRO (RV360 4152),
 MOBILITY RADEON 9600/9700 (M10/M11 4E50), RADEON 9500 (R300 4144),
 RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
 RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
 RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
 RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
 FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
 RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
 FireGL X2-256/X2-256t (R350 4E4B),
 MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
 RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
 MOBILITY RADEON X300 (M22 5460), MOBILITY FireGL V3100 (M22 5464),
 RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
 MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
 MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
 RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
 RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
 FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
 RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
 RADEON X800 PRO (R423 5549),
 RADEON X800 XT Platinum Edition (R423 554A),
 RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
 FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
 MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
	RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
	RADEON X850 XT Platinum Edition (R480 5D4D),
	RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
	MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
	FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
	RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
	RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
	RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
	MOBILITY RADEON X700 (M26 5653), RADEON 9100 IGP (RS300 5834),
	RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
	MOBILITY RADEON 9000/9100 IGP (RS300M 5835)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset MOBILITY RADEON X300 (M22 5460) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [6] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [7] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [8] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [9] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [10] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [14] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [15] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [16] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [17] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [18] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [19] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [20] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [21] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [22] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x820e6c0
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [6] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [7] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [8] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [9] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [10] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [19] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [20] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [22] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [27] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "MonitorLayout" "LVDS,AUTO"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "MOBILITY RADEON X300 (M22 5460)" (Chipset = 0x5460)
(--) fglrx(0): (PciSubVendor = 0x1014, PciSubDevice = 0x056e)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original 
ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xa8100000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x03
(--) fglrx(0): VideoRAM: 65536 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.2.0
 ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS -------- 
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(**) fglrx(0): MonitorLayout Option: 
 Monitor1--Type LVDS, Monitor2--Type AUTO

(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 0
(II) fglrx(0): Primary head:
 Monitor   -- LVDS
 Connector -- None
 DAC Type  -- Unknown
 TMDS Type -- NONE
 DDC Type  -- NONE
(II) fglrx(0): Secondary head:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) fglrx(0): 
(II) fglrx(0): DesktopSetup 0x0000
(II) fglrx(0): Panel ID string: 1024x768                
(II) fglrx(0): Panel Size from BIOS: 1024x768
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Valid mode using on-chip RMX: 1024x768
(II) fglrx(0): Total 1 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 
60.0 Hz
(II) fglrx(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 770 776 
806
(**) fglrx(0): Display dimensions: (270, 203) mm
(**) fglrx(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o":  No symbols found
(II) Module fb: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.2.0
 ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
 compiled for 6.8.0, module version = 8.14.13
 ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): cpuSpeedMHz: 0x00000746
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xa8100000 - 0xa810ffff (0x10000) MX[B]
 [1] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
 [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [7] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [8] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [9] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [10] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [11] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [12] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [13] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [17] 0 0 0x00003000 - 0x000030ff (0x100) IX[B]
 [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [21] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [22] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [23] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [25] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area:     0xc0501000 (size=0x03aef000)
(II) fglrx(0): driver needs X.org 6.8.x
(II) fglrx(0): detected X.org 6.8.2
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports 
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf8d26000
(II) fglrx(0): [drm] mapped SAREA 0xf8d26000 to 0xb7da4000
(II) fglrx(0): [drm] framebuffer handle = 0xc0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.14.13
(II) fglrx(0):     Date: Jun  8 2005
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.10-5-686
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xa8100000
(II) fglrx(0): [drm] ATIGART Table handle = 0xc3ff0000
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0x00000000
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xfd32f000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00501000
(II) fglrx(0): Splitting WC range: base: 0xc0000000, size: 0x501000
(II) fglrx(0): Splitting WC range: base: 0xc0400000, size: 0x101000
(==) fglrx(0): Write-combining range (0xc0500000,0x1000)
(==) fglrx(0): Write-combining range (0xc0400000,0x101000)
(==) fglrx(0): Write-combining range (0xc0000000,0x501000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1281)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - 
assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 505
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Solid Lines
 Dashed Lines
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  24 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete

This is Xorg.0.log with radeon driver:
X Window System Version 6.8.2 (Ubuntu 6.8.2-10 20050405154308 
root at terranova dot warthogs dot hbd dot com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF] 
Current Operating System: Linux apollo 2.6.10-5-686 #1 Tue Jun 7 09:00:32 UTC 
2005 i686
Build Date: 05 April 2005
 Before reporting problems, check http://wiki.X.Org
 to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.10-5-686 (buildd at rothera) (gcc version 3.3.5 
(Debian 1:3.3.5-8ubuntu2)) #1 Tue Jun 7 09:00:32 UTC 2005 T
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 10 16:52:12 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) XKB: options: "ctrl:nocaps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
 Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
 Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Extension "Composite" is disabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1014,0574 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5460 card 1014,056e rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 04:00:0: chip 1180,0476 card 5000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 04:02:0: chip 8086,4224 card 8086,1011 rev 05 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xa8100000 - 0xa81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xa8200000 - 0xa82fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
 [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
 [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
 [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
 [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
 [0] -1 0 0xa8300000 - 0xa83fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
 [0] -1 0 0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
 [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
 [2] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
 [3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
 [4] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
 [5] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
 [6] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
 [7] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
 [8] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
 [9] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
 [10] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
 [11] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
 [12] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
 [13] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
 [14] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
 [15] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
 [0] -1 0 0xa8400000 - 0xb7ffffff (0xfc00000) MX[B]
(II) Bus 4 prefetchable memory range:
 [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (4:0:0), (4,5,8), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 5 I/O range:
 [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
 [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5460) rev 0, Mem @ 
0xc0000000/27, 0xa8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
	[3] -1	0	0xa8000800 - 0xa80009ff (0x200) MX[B]
	[4] -1	0	0xa8000000 - 0xa80003ff (0x400) MX[B]
	[5] -1	0	0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
	[6] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [9] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [11] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [12] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [13] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [14] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [15] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [16] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [17] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [1] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [2] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [3] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [4] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [5] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [6] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [8] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [9] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [10] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [11] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [12] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [13] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [14] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [15] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [16] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [17] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xa8401000 - 0xa8401fff (0x1000) MX[B]
	[6] -1	0	0xa8200000 - 0xa820ffff (0x10000) MX[B]
	[7] -1	0	0xa8000400 - 0xa80004ff (0x100) MX[B]
	[8] -1	0	0xa8000800 - 0xa80009ff (0x200) MX[B]
	[9] -1	0	0xa8000000 - 0xa80003ff (0x400) MX[B]
	[10] -1	0	0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
	[11] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[15] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[16] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[17] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[18] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[19] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[20] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[21] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[22] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[23] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[24] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(WW) Ignoring request to load module GLcore
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
 compiled for 6.8.2, module version = 2.1.0
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No 
symbols found
(II) Module GLcore: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.13.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.2
 Module class: X.Org Font Renderer
 ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.1.0
 ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 6.5.6
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
 compiled for 4.2.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
 ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
 ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
 ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
 ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
 ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
 ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
 ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
 ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
 ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
 ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
 ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
 ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
 ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
 ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
 ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
 ATI FireGL RV360 AV (AGP),
 ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
 ATI Radeon Mobility 9600 (M10) NQ (AGP),
 ATI Radeon Mobility 9600 (M11) NR (AGP),
 ATI Radeon Mobility 9600 (M10) NS (AGP),
 ATI FireGL Mobility T2 (M10) NT (AGP),
 ATI FireGL Mobility T2e (M11) NV (AGP), ATI RADEON 9650,
 ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
 ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
 ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
 ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
 ATI Radeon X600 (RV380) 3E50 (PCIE),
 ATI FireGL V3200 (RV380) 3E54 (PCIE),
	ATI Radeon Mobility X600 (M24) 3150 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireGL D1100 (RV370) 5B65 (PCIE),
	ATI Radeon Mobility M300 (M22) 5460 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI RADEON XPRESS 200 Series,
	ATI RADEON XPRESS 200M Series, ATI RADEON XPRESS 200 Series,
	ATI RADEON XPRESS 200M Series, ATI RADEON XPRESS 200 Series,
	ATI RADEON XPRESS 200M Series, ATI RADEON XPRESS 200 Series,
	ATI RADEON XPRESS 200M Series, ATI FireGL V5000,
	ATI MOBILITY FireGL V5000, ATI MOBILITY FireGL V5000,
	ATI MOBILITY RADEON X700, ATI MOBILITY RADEON X700,
	ATI RADEON X700 PRO, ATI RADEON X700 XT, ATI RADEON X700,
	ATI RADEON X700 SE, ATI RADEON X700 SE,
	ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800XT (R420) JP (AGP), ATI RADEON X800 SE,
	ATI Radeon X800 (R423) UH (PCIE),
 ATI Radeon X800PRO (R423) UI (PCIE),
 ATI Radeon X800LE (R423) UJ (PCIE),
 ATI Radeon X800SE (R423) UK (PCIE),
 ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
 ATI FireGL V7100 (R423) UT (PCIE),
 ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100,
 ATI MOBILITY FireGL V5100, ATI MOBILITY RADEON X800,
 ATI MOBILITY RADEON X800 XT, ATI RADEON X800, ATI RADEON X800 XL,
 ATI RADEON R430 SE, ATI RADEON R430 XTP, ATI RADEON R480 4P,
 ATI RADEON R480 GL 16P, ATI RADEON R480 SE, ATI RADEON X850 PRO,
 ATI RADEON X850 XT, ATI RADEON X850 XT Platinum Edition,
 ATI RADEON X850 PRO, ATI RADEON X850 SE, ATI RADEON X850 XT,
 ATI RADEON X850 XT Platinum Edition
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "ATI Technologies, Inc. Radeon Mobility 
M300 (M22)".
(--) Chipset ATI Radeon Mobility M300 (M22) 5460 (PCIE) found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [6] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [7] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [8] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [9] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [10] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [14] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [15] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [16] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [17] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [18] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [19] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [20] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [21] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [22] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 4.0.1
 Module class: X.Org Video Driver
 ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xa8401000 - 0xa8401fff (0x1000) MX[B]
 [6] -1 0 0xa8200000 - 0xa820ffff (0x10000) MX[B]
 [7] -1 0 0xa8000400 - 0xa80004ff (0x100) MX[B]
 [8] -1 0 0xa8000800 - 0xa80009ff (0x200) MX[B]
 [9] -1 0 0xa8000000 - 0xa80003ff (0x400) MX[B]
 [10] -1 0 0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
 [11] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
 [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
 [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [17] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [19] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [20] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [21] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [22] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [27] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xa8100000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "DynamicClocks" "true"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 
0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M300 (M22) 5460 (PCIE)" (ChipID 
= 0x5460)
(--) RADEON(0): Linear framebuffer at 0xc0000000
(--) RADEON(0): VideoRAM: 65536 kByte (64 bit DDR SDRAM)
(II) RADEON(0): PCI card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.2.0
 ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0): 
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- Proprietary
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- NONE
 DDC Type  -- NONE
(II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000; xclk=23000
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode 
disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: 1024x768                
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 
60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 770 776 
806
(**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"   65.00  640 1048 1184 1344  350 770 776 
806
(**) RADEON(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1048 1184 1344  400 770 776 
806
(**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"   65.00  720 1048 1184 1344  400 770 776 
806
(**) RADEON(0):  Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1048 1184 1344  480 770 776 
806
(**) RADEON(0):  Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1048 1184 1344  600 770 776 
806
(**) RADEON(0):  Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 
kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"   65.00  832 1048 1184 1344  624 770 776 
806
(**) RADEON(0): Display dimensions: (270, 203) mm
(**) RADEON(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o":  No symbols found
(II) Module fb: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.2.0
 ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="X.Org Foundation"
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xa8100000 - 0xa810ffff (0x10000) MX[B]
 [1] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
 [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xa8401000 - 0xa8401fff (0x1000) MX[B]
	[8] -1	0	0xa8200000 - 0xa820ffff (0x10000) MX[B]
	[9] -1	0	0xa8000400 - 0xa80004ff (0x100) MX[B]
	[10] -1	0	0xa8000800 - 0xa80009ff (0x200) MX[B]
	[11] -1	0	0xa8000000 - 0xa80003ff (0x400) MX[B]
	[12] -1	0	0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[17] 0	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
 [20] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B]
 [21] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
 [22] -1 0 0x00002000 - 0x0000207f (0x80) IX[B]
 [23] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
 [24] -1 0 0x00001880 - 0x000018bf (0x40) IX[B]
 [25] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
 [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
 [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
 [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
 [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
 [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B)
 [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xc0000000,0x4000000)
(II) RADEON(0): Dynamic Clock Scaling Enabled
(WW) RADEON(0): Direct rendering not yet supported on Radeon 9500 and newer 
cards
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Indirect CPU to Screen color expansion
 Solid Lines
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7417
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) Generic Keyboard: XkbOptions: "ctrl:nocaps"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) Synaptics touchpad driver version 0.13.6
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad synaptics touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad synaptics touchpad found
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!
Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID, 
removing from list!
SetClientVersion: 0 8