two ati, one dark

Carl Karsten carl at personnelware.com
Mon Oct 29 22:54:29 PDT 2007


getting closer.

I now have 1 nvidia and 1 ati cards.  1 nv and 1 ati work fine.  the 2nd ati 
won't even wake up the monitor.

conf and log.

As always, thanks for helping.

Carl K

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	# path to defoma fonts
	Fontpath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load		"i2c"
	Load		"bitmap"
	Load		"ddc"
	Load		"extmod"
	Load		"freetype"
	Load		"int10"
	Load		"type1"
	Load		"vbe"
	Load		"glx"
	Load		"GLcore"
	Load		"v4l"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"nv"
# 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] 
(rev a3) (prog-if 00 [VGA])
	Boardname	"nv"
	Busid		"PCI:1:0:0"
	Driver		"nv"
EndSection

Section "Device"
	Identifier	"matrox"
# 02:0a.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)
         Boardname       "Voodoo Banshee (generic)"
	Busid		"PCI:2:10:0"
	Driver		"trident"
EndSection

Section "Device"
	Identifier	"ati0"
# 02:08.0 VGA compatible controller: ATI Technologies Inc Rage 128 PP/PRO TMDS 
[Xpert 128]
         Vendorname      "ATI"
         Boardname       "ATI Rage 128"
	Busid		"PCI:2:8:0"
	Driver		"ati"
	Option		"MergedFB"	"off"
EndSection

Section "Device"
	Identifier	"ati1"
# 02:09.0 VGA compatible controller: ATI Technologies Inc 210888GX [Mach64 GX] 
(rev 03)
	Boardname	"Mach64"
	Busid		"PCI:2:9:0"
	Driver		"ati"
         Option          "MergedFB"      "off"
EndSection


Section "Monitor"
         Identifier      "pt810"
         HorizSync          30-96
         VertRefresh        50-160
EndSection

Section "monitor" #
	Identifier	"dell1901fp"
	Vendorname	"Dell"
	Modelname	"Dell 1901FP (Analog)"
	Horizsync	30.0-80.0
	Vertrefresh	56.0-76.0
   modeline  "1280x1024 at 60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync 
+vsync
	Gamma	1.0
EndSection

Section "Monitor"
         Identifier      "dellM991"
         Vendorname      "Dell"
         Modelname       "Dell M991"
         HorizSync          30-96
         VertRefresh        50-160
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"nv"
	Monitor		"dell1901fp"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes	 "1280x1024 at 60"
		# Modes	 "1280x1024 at 60"  "1280x1024 at 65" "1280x1024 at 70"  "1280x1024 at 75"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"ati0"
	Monitor		"pt810"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		 "1600x1200" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen2"
	Device		"ati1"
	Monitor		"dellM991"
	Defaultdepth	24
         SubSection "Display"
                 Depth   24
		# Modes		 "1600x1200" "1024x768"
		Modes		 "1024x768"

                 # Modes           "1280x1024 at 75"  "1280x960 at 60"   "1152x864 at 75" 
   "1280x1024 at 60"  "1024x768 at 60"   "1280x960 at 75"   "1024x768 at 70" 
"1400x1050 at 60"  "1024x768 at 75"   "1600x1200 at 65"  "832x624 at 75"    "1600x1200 at 60" 
"800x600 at 60"    "800x600 at 75"    "800x600 at 72"    "800x600 at 56"    "640x480 at 75" 
"640x480 at 72"    "640x480 at 60"
         EndSubSection
EndSection

#            dellM991
# dell1901fp pti810
#            compaq s720

#     S2
# s0  S1
#     S3


Section "ServerLayout"
	Identifier	"Default Layout"
	screen "Screen0"
	screen "Screen1" RightOf "Screen0"
	screen "Screen2" above "Screen0"
	# screen "Screen3" below "Screen2"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerFlags"
	Option		"Xinerama"	"true"
EndSection

Section "Extensions"
	Option		"Composite"	"false"
EndSection



X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
Current Operating System: Linux dell29 2.6.22-14-generic #1 SMP Sun Oct 14 
23:05:12 GMT 2007 i686
Build Date: 29 September 2007
	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: Tue Oct 30 00:47:07 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "dell1901fp"
(**) |   |-->Device "nv"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "pt810"
(**) |   |-->Device "ati0"
(**) |-->Screen "Screen2" (2)
(**) |   |-->Monitor "dellM991"
(**) |   |-->Device "ati1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(WW) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea440
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.2
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0172 card 10de,015a rev a3 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 1002,5050 card 1002,0008 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:09:0: chip 1002,4758 card 0000,0000 rev 03 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfd000000 - 0xfeafffff (0x1b00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xec000000 - 0xf00fffff (0x4100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfbe00000 - 0xfcffffff (0x1200000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf0100000 - 0xf7ffffff (0x7f00000) 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)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 420] rev 163, Mem @ 
0xfd000000/24, 0xec000000/26, 0xf0000000/19, BIOS @ 0xfea00000/17
(--) PCI: (2:8:0) ATI Technologies Inc Rage 128 PP/PRO TMDS [Xpert 128] rev 0, 
Mem @ 0xf4000000/26, 0xfbedc000/14, I/O @ 0xde00/8, BIOS @ 0xfbf00000/17
(--) PCI: (2:9:0) ATI Technologies Inc 210888GX [Mach64 GX] rev 3, Mem @ 
0xfc000000/24, BIOS @ 0xfbf00000/16
(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	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[1] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[2] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[3] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[4] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[5] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[6] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[7] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[8] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[11] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[12] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[13] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[14] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[15] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[16] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[17] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[18] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[19] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[20] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[21] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[22] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[24] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[25] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[26] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[27] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[1] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[2] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[3] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[5] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[1] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[2] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[3] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[4] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[5] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[6] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[7] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[8] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[11] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[12] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[13] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[14] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[15] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[16] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[17] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[18] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[19] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[20] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[21] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[22] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[24] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[25] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[26] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[27] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[1] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[2] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[3] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[5] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[5] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[6] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[7] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[8] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[9] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[10] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[11] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[17] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[18] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[22] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[23] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[24] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[25] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[26] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[27] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[28] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[29] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[30] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[31] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[32] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[33] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[34] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[35] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[36] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[37] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[38] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[39] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.3.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9639
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 0.1.1
	ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 2.1.5
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 6.7.195
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) v4l driver for Video4Linux
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
	Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
	GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
	GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
	GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
	GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
	GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
	GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
	Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
	Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
	GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS,
	GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
	GeForce 8600 GT, GeForce 8400 GS, GeForce 8600M GT, GeForce 8700M GT,
	Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M,
	Quadro FX 570, Quadro FX 1700, GeForce 8500 GT, GeForce 8400 GS,
	GeForce 8300 GS, GeForce 8600M GS, GeForce 8400M GT,
	GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
	Quadro NVS 135M, Quadro FX 360M, Quadro NVS 290
(II) ATI: ATI driver wrapper (version 6.7.195) for chipsets: mach64, rage128, radeon
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce4 MX 420 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[5] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[6] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[7] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[8] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[9] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[10] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[11] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[17] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[18] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[22] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[23] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[24] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[25] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[26] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[27] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[28] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[29] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[30] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[31] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[32] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[33] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[34] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[35] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[36] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[37] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[38] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[39] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Loading /usr/lib/xorg/modules/drivers//r128_drv.so
(II) Module r128: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 4.1.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.2
(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?)
(--) Chipset ATI Rage 128 Pro VR PP (PCI) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[5] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[6] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[7] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[8] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[9] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[10] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[11] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[17] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[18] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[22] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[23] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[24] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[25] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[26] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[27] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[28] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[29] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[30] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[31] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[32] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[33] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[34] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[35] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[36] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[37] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[38] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[39] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[5] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[6] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[7] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[8] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[9] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[10] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[11] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[17] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[18] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[22] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[23] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[24] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[25] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[26] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[27] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[28] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[29] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[30] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[31] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[32] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[33] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[34] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[35] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[36] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[37] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[38] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[39] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[40] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[41] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[42] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[43] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[44] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[45] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
	[46] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[47] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	[48] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[49] 1	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce4 MX 420"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.2
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xEC000000
(--) NV(0): MMIO registers at 0xFD000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 65536 kBytes
(**) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): dell1901fp: Using hsync range of 30.00-80.00 kHz
(II) NV(0): dell1901fp: Using vrefresh range of 56.00-76.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NV(0): Not using default mode "576x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using default mode "576x432" (vrefresh out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Mode "1280x1024 at 60": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024 at 60"  108.00  1280 1328 1440 1688  1024 1025 1028 
1066 +hsync +vsync
(==) NV(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) R128(1): PCI bus 2 card 8 func 0
(**) R128(1): Depth 24, (--) framebuffer bpp 32
(II) R128(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(1): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(II) R128(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) R128(1): RGB weight 888
(II) R128(1): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) R128(1): initializing int10
(II) Attempted to read BIOS 128KB from /sys/bus/pci/devices/0000:02:08.0/rom: 
got 36KB
(--) R128(1): Chipset: "ATI Rage 128 Pro VR PP (PCI)" (ChipID = 0x5050)
(--) R128(1): Linear framebuffer at 0xf4000000
(--) R128(1): MMIO registers at 0xfbedc000
(--) R128(1): BIOS at 0xfbf00000
(--) R128(1): VideoRAM: 16384 kByte (64-bit SDR SGRAM 2:1)
(**) R128(1): Using external CRT for display
(II) R128(1): Primary Display == Type 3
(WW) R128(1): Can't determine panel dimensions, and none specified.
	Disabling programming of FP registers.
(II) R128(1): PLL parameters: rf=2950 rd=65 min=12500 max=40000; xclk=5500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) R128(1): VESA BIOS detected
(II) R128(1): VESA VBE Version 2.0
(II) R128(1): VESA VBE Total Mem: 16384 kB
(II) R128(1): VESA VBE OEM: ATI RAGE128
(II) R128(1): VESA VBE OEM Software Rev: 1.0
(II) R128(1): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(1): VESA VBE OEM Product: R128
(II) R128(1): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) R128(1): VESA VBE DDC supported
(II) R128(1): VESA VBE DDC Level none
(II) R128(1): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(1): VESA VBE DDC read failed
(==) R128(1): Using gamma correction (1.0, 1.0, 1.0)
(==) R128(1): Write-combining range (0xf4000000,0x1000000)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) R128(1): I2C bus "DDC" initialized.
(II) R128(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) R128(1): I2C device "DDC:ddc2" removed.
(EE) R128(1): No DFP detected
(II) R128(1): pt810: Using hsync range of 30.00-96.00 kHz
(II) R128(1): pt810: Using vrefresh range of 50.00-160.00 Hz
(II) R128(1): Clock range:  12.50 to 400.00 MHz
(II) R128(1): Not using default mode "1600x1200" (hsync out of range)
(II) R128(1): Not using default mode "800x600" (hsync out of range)
(II) R128(1): Not using default mode "1792x1344" (hsync out of range)
(II) R128(1): Not using default mode "896x672" (hsync out of range)
(II) R128(1): Not using default mode "1856x1392" (hsync out of range)
(II) R128(1): Not using default mode "928x696" (hsync out of range)
(II) R128(1): Not using default mode "1920x1440" (hsync out of range)
(II) R128(1): Not using default mode "960x720" (hsync out of range)
(II) R128(1): Not using default mode "1920x1440" (hsync out of range)
(II) R128(1): Not using default mode "960x720" (hsync out of range)
(II) R128(1): Not using default mode "2048x1536" (hsync out of range)
(II) R128(1): Not using default mode "1024x768" (hsync out of range)
(II) R128(1): Not using default mode "2048x1536" (hsync out of range)
(II) R128(1): Not using default mode "1024x768" (hsync out of range)
(--) R128(1): Virtual size is 1600x1200 (pitch 1600)
(**) R128(1): *Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) R128(1): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(**) R128(1): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) R128(1): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 
+hsync +vsync
(==) R128(1): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules//libfb.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules//libxaa.so
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) R128(1): Page flipping disabled
(!!) R128(1): 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?  Yes, I do.
(II) resource ranges after preInit:
	[0] 1	0	0xfbedc000 - 0xfbedffff (0x4000) MS[B]
	[1] 1	0	0xf4000000 - 0xf7ffffff (0x4000000) MS[B]
	[2] 0	0	0xf0000000 - 0xf007ffff (0x80000) MX[B]
	[3] 0	0	0xec000000 - 0xefffffff (0x4000000) MX[B]
	[4] 0	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B]
	[5] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1	0	0xfbee0000 - 0xfbefffff (0x20000) MX[B]
	[10] -1	0	0xfebff900 - 0xfebff9ff (0x100) MX[B]
	[11] -1	0	0xfebffa00 - 0xfebffbff (0x200) MX[B]
	[12] -1	0	0xfebffc00 - 0xfebfffff (0x400) MX[B]
	[13] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[14] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[15] -1	0	0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
	[16] -1	0	0xf0000000 - 0xf007ffff (0x80000) MX[B](B)
	[17] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[18] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[19] -1	0	0xf0120000 - 0xf012ffff (0x10000) MX[B](B)
	[20] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[21] -1	0	0xf0100000 - 0xf011ffff (0x20000) MX[B](B)
	[22] -1	0	0xfbedc000 - 0xfbedffff (0x4000) MX[B](B)
	[23] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[24] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[25] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[26] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[27] 1	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[28] 1	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[29] 1	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[30] 1	0	0x0000de00 - 0x0000deff (0x100) IS[B]
	[31] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[32] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[33] -1	0	0x0000ddc0 - 0x0000ddff (0x40) IX[B]
	[34] -1	0	0x0000edc0 - 0x0000edff (0x40) IX[B]
	[35] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[36] -1	0	0x0000eda0 - 0x0000edbf (0x20) IX[B]
	[37] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[38] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[39] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[40] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[41] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[42] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[43] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[44] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[45] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[46] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[47] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[48] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[49] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[50] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[51] -1	0	0x0000de00 - 0x0000deff (0x100) IX[B](B)
	[52] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[53] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
	[54] 1	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[55] 1	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xec000000,0x4000000)
(II) NV(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
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(==) RandR enabled
(==) R128(1): Write-combining range (0xf4000000,0x1000000)
(WW) R128(1): Static buffer allocation failed -- need at least 22500 kB video memory
(II) R128(1): Memory manager initialized to (0,0) (1600,2621)
(II) R128(1): Reserved area from (0,1200) to (1600,1202)
(II) R128(1): Largest offscreen area available: 1600 x 1419
(II) R128(1): 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
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		9 256x256 slots
		4 512x512 slots
(II) R128(1): Acceleration enabled
(==) R128(1): Backing store disabled
(==) R128(1): Silken mouse enabled
(II) R128(1): Using hardware cursor (scanline 4808)
(II) R128(1): Largest offscreen area available: 1600 x 1418
(WW) R128(1): Option "MergedFB" is not used
(WW) R128(1): Direct rendering disabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/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: 9
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!



More information about the xorg mailing list