[ltp] trouble with xorgs radeon again

André Wyrwa linux-thinkpad@linux-thinkpad.org
Sat, 06 Nov 2004 02:46:10 +0100


--=-2JDBvhCCBFxCSsMYzlS0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

Hi,

finally i found out how to convince the DNA drivers to install for both
the internal FireGL and the external Radeon 9000 in my dock. Hence i
wanted to switch to this setup under linux as well to finally get some
dualhead.

Trouble is that if i try to start xorg with a config that has the PCI
card enabled, i won't come really far. The server loads and it seems
that the whole system is on a hang, since the wireless LED stops
blinking and the pressing the power button, which i configured to kill
X, doesn't do this anymore either.

Even if i run X -configure the same thing happens.

I'm attaching a config that would use the external card only together
with the log file (which doesn't go very far). The X log sometimes was
longer and then stopped after a line that said something about
truncating the PCI BIOS.

I'd be happy if anyone could comment on this.

André.


--=-2JDBvhCCBFxCSsMYzlS0
Content-Disposition: attachment; filename=xorg.conf.exp
Content-Type: text/plain; name=xorg.conf.exp; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

Section "ServerFlags"
#       Option  "Xinerama"      "true"
        Option  "DefaultServerLayout" "Test"
EndSection

Section "ServerLayout"
        Identifier     "Singlehead Trackpoint"
        Screen         "Screen0"
#       Screen         "Screen1" LeftOf "Screen0"
#       InputDevice    "Mouse0" "CorePointer"
        InputDevice             "Trackpoint" "CorePointer"
        InputDevice             "cursor" "SendCoreEvents"
        InputDevice             "stylus" "SendCoreEvents"
        InputDevice             "eraser" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "Singlehead Mouse"
        Screen         "Screen0"
#       Screen         "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
#       InputDevice             "Trackpoint" "CorePointer"
        InputDevice             "cursor" "SendCoreEvents"
        InputDevice             "stylus" "SendCoreEvents"
        InputDevice             "eraser" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "Dualhead Trackpoint"
        Screen         "Screen0"
        Screen         "Screen1" LeftOf "Screen0"
#       InputDevice    "Mouse0" "CorePointer"
        InputDevice     "Trackpoint" "CorePointer"
		InputDevice		"TouchPad" "AlwaysCore"
        InputDevice             "cursor" "SendCoreEvents"
        InputDevice             "stylus" "SendCoreEvents"
        InputDevice             "eraser" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "Dualhead Mouse"
        Screen         "Screen0"
        Screen         "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
#       InputDevice             "Trackpoint" "CorePointer"
        InputDevice             "cursor" "SendCoreEvents"
        InputDevice             "stylus" "SendCoreEvents"
        InputDevice             "eraser" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
        Identifier     "Test"
        Screen         "Screen1"
#       Screen         "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
#       InputDevice             "Trackpoint" "CorePointer"
        InputDevice             "cursor" "SendCoreEvents"
        InputDevice             "stylus" "SendCoreEvents"
        InputDevice             "eraser" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
	Load  "speedo"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc102"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier      "Trackpoint"
        Driver          "mouse"
        Option          "Protocol" "PS/2"
        Option          "Device" "/dev/mouse"
        Option          "Emulate3Buttons" "yes"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Identifier    "TouchPad"
  Driver        "synaptics"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"     "5300"
  Option        "TopEdge"       "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"     "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.06"
  Option        "MaxSpeed"      "0.12"
  Option        "AccelFactor" "0.0010"
  Option        "SHMConfig"     "on"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "imPS/2"
        Option      "Device" "/dev/mouse"
   Option      "Emulate3Buttons" "no"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Type"          "cursor"
  Option        "Mode"          "relative"
  Option        "Speed"         "3.0"
  Option        "Threshold"     "10"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Type"          "stylus"
  Option        "Mode"          "absolute"
  Option        "Tilt"          "on"
 #Option        "TiltInvert"    "on"
  Option        "Threshold"     "10"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Type"          "eraser"
  Option        "Mode"          "absolute"
  Option        "Tilt"          "on"
 #Option        "TiltInvert"    "on"
  Option        "Threshold"     "10"
EndSection

Section "Monitor"
        Identifier   "Generic Laptop Display Panel"
        VendorName   "Unknown"
        ModelName    "Unknown"
        #HorizSync   30-90
        #VertRefresh 58-70
        Option       "dpms"
        #DisplaySize     287 215
EndSection

Section "Monitor"
    Identifier  "NEC MultiSync LCD 2180UX"
    VendorName  "NEC"
    ModelName   "MultiSync LCD 2180UX"
        HorizSync   24-75
        VertRefresh 56-100
        Option      "dpms"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"      	"TMDS, LVDS"
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "MergedFB"                  # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        Option     "DynamicClocks"             "true"
		#Option      "DDC"			"Off"
	Identifier  "ATI Radeon FireGL T2 Screen0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc 0"
	BoardName   "Unknown Board 0"
	BusID       "PCI:1:0:0"
	#Screen      0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        Option     "BusType"                   "PCI"
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        Option     "MonitorLayout"             "TMDS"
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "MergedFB"                  # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
		#Option      "DDC"                       "Off"
        Identifier  "ATI Radeon 9000 Screen0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc 1"
        BoardName   "Unknown Board 1"
        BusID       "PCI:9:0:0"
		#Screen      1
EndSection

#Section "Device"
#        Identifier  "Linux Frame Buffer"
#        Driver      "fbdev"
#        BoardName   "Unknown"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI Radeon FireGL T2 Screen0"
        Monitor    "Generic Laptop Display Panel"
        DefaultDepth 24
        DefaultFbBpp 32
        SubSection "Display"
                Depth     32
                Modes     "1400x1050"
        EndSubSection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "ATI Radeon 9000 Screen0"
    Monitor     "NEC MultiSync LCD 2180UX"
    DefaultDepth    24
    DefaultFbBpp    32
    SubSection "Display"
        Depth   32
        Modes   "1600x1200" "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth   24
        Modes   "1600x1200" "1400x1050"
    EndSubSection
    SubSection "Display"
        Depth   16
        Modes   "1600x1200" "1400x1050"
    EndSubSection
EndSection

--=-2JDBvhCCBFxCSsMYzlS0
Content-Disposition: attachment; filename=Xorg.0.log.err
Content-Type: text/plain; name=Xorg.0.log.err; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/thinkpad-t41p:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.7 i686 [ELF] 
Current Operating System: Linux thinkpad-t41p 2.6.9 #3 Sun Oct 31 01:30:48 CEST 2004 i686
Build Date: 09 September 2004
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
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: Sat Nov  6 00:40:49 2004
(==) Using config file: "/etc/X11/xorg.conf"
(**) Option "defaultserverlayout" "Test"
(**) ServerLayout "Test"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "NEC MultiSync LCD 2180UX"
(**) |   |-->Device "ATI Radeon 9000 Screen0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "cursor"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Extension "RENDER" is enabled
(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.0, 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.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800210fc, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 1014,0529 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1014,052d rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1014,052d rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1014,052d rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1014,052e rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1014,052d rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1014,052d rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0537 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1014,0525 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e54 card 1014,054f rev 80 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,ac46 card 4000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 104c,ac46 card 4800,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:01:0: chip 8086,101e card 1014,0549 rev 03 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 168c,1014 card 17ab,8331 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 104c,ac22 card 0000,0000 rev 00 class 06,04,01 hdr 01
(II) PCI: 09:00:0: chip 1002,4966 card 148c,2041 rev 01 class 03,00,00 hdr 00
(II) PCI: 09:01:0: chip 1095,0648 card 1095,0648 rev 01 class 01,01,8f hdr 00
(II) PCI: 09:02:0: chip 104c,ac51 card 5000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 09:02:1: chip 104c,ac51 card 5800,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,22), 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	0xb0100000 - 0xb01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,15), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 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]
	[4] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[5] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
	[6] -1	0	0x00005800 - 0x000058ff (0x100) IX[B]
	[7] -1	0	0x00005c00 - 0x00005cff (0x100) IX[B]
	[8] -1	0	0x00006000 - 0x000060ff (0x100) IX[B]
	[9] -1	0	0x00006400 - 0x000064ff (0x100) IX[B]
	[10] -1	0	0x00006800 - 0x000068ff (0x100) IX[B]
	[11] -1	0	0x00006c00 - 0x00006cff (0x100) IX[B]
	[12] -1	0	0x00007000 - 0x000070ff (0x100) IX[B]
	[13] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[14] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
	[15] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
	[16] -1	0	0x00008000 - 0x000080ff (0x100) IX[B]
	[17] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[18] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[19] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[20] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
	[21] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
	[22] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
	[23] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xb0200000 - 0xc00fffff (0xff00000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xe8000000 - 0xf7ffffff (0x10000000) 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 18: bridge is at (2:0:0), (2,18,21), BCTRL: 0x0540 (VGA_EN is cleared)
(II) Bus 18 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 22: bridge is at (2:0:1), (2,22,25), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 22 I/O range:
	[0] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[1] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 9: bridge is at (2:3:0), (2,9,15), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 10: bridge is at (9:2:0), (9,10,13), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 14: bridge is at (9:2:1), (9,14,17), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x4e54) rev 128, Mem @ 0xe0000000/27, 0xb0100000/16, I/O @ 0x3000/8
(--) PCI: (9:0:0) ATI Technologies Inc Radeon RV250 If [Radeon 9000] rev 1, Mem @ 0xf0000000/27, 0xc0000000/16, I/O @ 0x9400/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) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xb0210000 - 0xb021ffff (0x10000) MX[B]
	[1] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[2] -1	0	0xb0220000 - 0xb023ffff (0x20000) MX[B]
	[3] -1	0	0xb0000800 - 0xb00008ff (0x100) MX[B]
	[4] -1	0	0xb0000c00 - 0xb0000dff (0x200) MX[B]
	[5] -1	0	0x3ff79000 - 0x3ff793ff (0x400) MX[B]
	[6] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[8] -1	0	0xc0000000 - 0xc000ffff (0x10000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x00009000 - 0x0000900f (0x10) IX[B]
	[13] -1	0	0x00009010 - 0x00009013 (0x4) IX[B]
	[14] -1	0	0x00009018 - 0x0000901f (0x8) IX[B]
	[15] -1	0	0x00009014 - 0x00009017 (0x4) IX[B]
	[16] -1	0	0x00009020 - 0x00009027 (0x8) IX[B]
	[17] -1	0	0x00008000 - 0x0000803f (0x40) IX[B]
	[18] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[19] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[20] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]
	[21] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[22] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[23] -1	0	0x00001860 - 0x0000186f (0x10) 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	0x00009400 - 0x000094ff (0x100) IX[B](B)
	[28] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xb0210000 - 0xb021ffff (0x10000) MX[B]
	[1] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[2] -1	0	0xb0220000 - 0xb023ffff (0x20000) MX[B]
	[3] -1	0	0xb0000800 - 0xb00008ff (0x100) MX[B]
	[4] -1	0	0xb0000c00 - 0xb0000dff (0x200) MX[B]
	[5] -1	0	0x3ff79000 - 0x3ff793ff (0x400) MX[B]
	[6] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[8] -1	0	0xc0000000 - 0xc000ffff (0x10000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0x00009000 - 0x0000900f (0x10) IX[B]
	[13] -1	0	0x00009010 - 0x00009013 (0x4) IX[B]
	[14] -1	0	0x00009018 - 0x0000901f (0x8) IX[B]
	[15] -1	0	0x00009014 - 0x00009017 (0x4) IX[B]
	[16] -1	0	0x00009020 - 0x00009027 (0x8) IX[B]
	[17] -1	0	0x00008000 - 0x0000803f (0x40) IX[B]
	[18] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[19] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[20] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]
	[21] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[22] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[23] -1	0	0x00001860 - 0x0000186f (0x10) 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	0x00009400 - 0x000094ff (0x100) IX[B](B)
	[28] -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 - 0x3fefffff (0x3fe00000) 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 - 0x3fefffff (0x3fe00000) 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	0xb0210000 - 0xb021ffff (0x10000) MX[B]
	[6] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[7] -1	0	0xb0220000 - 0xb023ffff (0x20000) MX[B]
	[8] -1	0	0xb0000800 - 0xb00008ff (0x100) MX[B]
	[9] -1	0	0xb0000c00 - 0xb0000dff (0x200) MX[B]
	[10] -1	0	0x3ff79000 - 0x3ff793ff (0x400) MX[B]
	[11] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[12] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]O
	[13] -1	0	0xc0000000 - 0xc000ffff (0x10000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[15] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00009000 - 0x0000900f (0x10) IX[B]
	[20] -1	0	0x00009010 - 0x00009013 (0x4) IX[B]
	[21] -1	0	0x00009018 - 0x0000901f (0x8) IX[B]
	[22] -1	0	0x00009014 - 0x00009017 (0x4) IX[B]
	[23] -1	0	0x00009020 - 0x00009027 (0x8) IX[B]
	[24] -1	0	0x00008000 - 0x0000803f (0x40) IX[B]
	[25] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[26] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[27] -1	0	0x000018c0 - 0x000018ff (0x40) IX[B]
	[28] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[29] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[30] -1	0	0x00001860 - 0x0000186f (0x10) IX[B]
	[31] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[32] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[33] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[34] -1	0	0x00009400 - 0x000094ff (0x100) IX[B](B)
	[35] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.8.0, 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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.0, 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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.0, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.8.0, 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.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.0, 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
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 6.8.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.0, 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a

--=-2JDBvhCCBFxCSsMYzlS0--