weird i830 startup problem

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

 



Hiya,

I have a weird startup issue with the i810 driver on my Sharp um32w
notebook with the i830 chipset.  I can eventually get it to start up in 24
bpp mode (what I want), but it can't seem to initialize itself properly
unless I start up in 16 or 8bpp mode first.  I've diffed the attempts to
start directly into 24bpp after boot and the successful 24bpp startup
after having first done it at 16bpp, and the only difference (before the
first attempt unloads drivers and fails) is:

356c356
< (II) VESA VBE Total Mem: 832 kB
---
> (II) VESA VBE Total Mem: 8000 kB

Oddly enough, though, the 16bpp startup also shows VBE mem at 832 kB.

Does anybody familiar with the i810 driver know what might be going on
here?  I tried adding a VideoMem 8192 directive, but that appears to be
unrelated to the VESA VBE number.  I couldn't find anything else in the
docs that seemed relevant..

I'm attaching my XF86Config-4 and three XFree86.0.log files:

 XFree86.0.log.1 - attempted 24bpp startup after boot - fails.
 XFree86.0.log.2 - change config Device section to be 16bpp - works.
 XFree86.0.log.3 - back to 24bpp - works.

Other info:

% X -version
X: unable to open wrapper config file /etc/X11/Xwrapper.config

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-15.backports.org.1 20040129172904
tretkowski@xxxxxxxxxx) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.24-1-k7 i686 [ELF]
Module Loader present

I'm running Debian woody on 2.6.6 with various backports.org packages
installed.

Any ideas?
sage
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen "Screen0"
#	Screen      0  "Screen0" 0 0
#	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	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/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  "dbe"
#	Load  "dri"
#	Load  "extmod"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

	Load  "glx"
#	Load  "record"
#	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

#Section "InputDevice"
#	Identifier  "Mouse0"
#	Driver      "mouse"
#	Option	    "Protocol" "auto"
#	Option	    "Device" "/dev/mouse"
#EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
    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 "Emulate3Timeout"    50
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
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     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI" "False"              	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
	#Option "VBERestore" "True"
	VideoRam	8192
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel"
	BoardName   "i830M"
	BusID       "PCI:0:2: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     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
	#Identifier  "Card1"
	#Driver      "i810"
	#VendorName  "Intel"
	#BoardName   "i830M"
	#BusID       "PCI:0:2:1"
#EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	#SubSection "Display"
	#	Depth     8
	#        Modes       "1024x768" "800x600" "640x480"
	#EndSubSection
	#SubSection "Display"
	#	Depth     15
	#        Modes       "1024x768" "800x600" "640x480"
	#EndSubSection
	SubSection "Display"
		Depth     16
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
	        Modes       "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

#Section "Screen"
	#Identifier "Screen1"
	#Device     "Card1"
	#Monitor    "Monitor1"
	#SubSection "Display"
	#	Depth     1
	#EndSubSection
	#SubSection "Display"
	#	Depth     4
	#EndSubSection
	#SubSection "Display"
#		Depth     8
	#EndSubSection
	#SubSection "Display"
	#	Depth     15
	#EndSubSection
	#SubSection "Display"
	#	Depth     16
	#EndSubSection
	#SubSection "Display"
	#	Depth     24
	#EndSubSection
#EndSection

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-15.backports.org.1 20040129172904 tretkowski@xxxxxxxxxx) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.24-1-k7 i686 [ELF] 
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/XFree86.0.log", Time: Sun Jun 13 15:52:31 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/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"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 13bd,1029 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 13bd,1029 rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 13bd,1029 rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 13bd,1029 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 13bd,1029 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 13bd,1029 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 13bd,1029 rev 02 class 07,03,00 hdr 00
(II) PCI: 02:00:0: chip 1180,0476 card 4000,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 1180,0476 card 4800,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:2: chip 1180,0552 card 13bd,1029 rev 02 class 0c,00,10 hdr 80
(II) PCI: 02:01:0: chip 10ec,8139 card 13bd,1029 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 1260,3873 card 1468,0200 rev 01 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 80
(II) PCI: 02:04:1: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 00
(II) PCI: 02:04:2: chip 1033,00e0 card 13bd,1029 rev 04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 2 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 2 non-prefetchable memory range:
	[0] -1 0	0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1 0	0xe0500000 - 0xe05fffff (0x100000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel i830M rev 4, Mem @ 0xe8000000/27, 0xe0000000/19
(--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xf0000000/27, 0xe0080000/19
(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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/drivers/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) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset i830M found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[22] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[23] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[24] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[25] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[26] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[27] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(--) I810(0): Chipset: "i830"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): detected 892K stolen memory.
(II) I810(0): I810CheckAvailableMemory: 206844k available
(==) I810(0): Will alloc AGP framebuffer: 8192 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):     LFP (Local Flat Panel) child device
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) VESA BIOS detected
(II) VESA VBE Version 3.0
(II) VESA VBE Total Mem: 832 kB
(II) VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
(II) VESA VBE OEM Software Rev: 1.0
(II) VESA VBE OEM Vendor: Intel Corporation
(II) VESA VBE OEM Product: Almador Graphics Controller
(II) VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(++) I810(0): DPI set to (100, 100)
(II) UnloadModule: "i810"
(II) UnloadModule: "ddc"
(II) Unloading /usr/X11R6/lib/modules/libddc.a
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to debian-x@xxxxxxxxxxxxxxxxx

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-15.backports.org.1 20040129172904 tretkowski@xxxxxxxxxx) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.24-1-k7 i686 [ELF] 
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/XFree86.0.log", Time: Sun Jun 13 16:16:30 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/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"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 13bd,1029 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 13bd,1029 rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 13bd,1029 rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 13bd,1029 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 13bd,1029 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 13bd,1029 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 13bd,1029 rev 02 class 07,03,00 hdr 00
(II) PCI: 02:00:0: chip 1180,0476 card 4000,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 1180,0476 card 4800,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:2: chip 1180,0552 card 13bd,1029 rev 02 class 0c,00,10 hdr 80
(II) PCI: 02:01:0: chip 10ec,8139 card 13bd,1029 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 1260,3873 card 1468,0200 rev 01 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 80
(II) PCI: 02:04:1: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 00
(II) PCI: 02:04:2: chip 1033,00e0 card 13bd,1029 rev 04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 2 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 2 non-prefetchable memory range:
	[0] -1 0	0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1 0	0xe0500000 - 0xe05fffff (0x100000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel i830M rev 4, Mem @ 0xe8000000/27, 0xe0000000/19
(--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xf0000000/27, 0xe0080000/19
(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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/drivers/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) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset i830M found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[22] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[23] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[24] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[25] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[26] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[27] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(--) I810(0): Chipset: "i830"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): detected 892K stolen memory.
(II) I810(0): I810CheckAvailableMemory: 206844k available
(==) I810(0): Will alloc AGP framebuffer: 8192 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):     LFP (Local Flat Panel) child device
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) VESA BIOS detected
(II) VESA VBE Version 3.0
(II) VESA VBE Total Mem: 832 kB
(II) VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
(II) VESA VBE OEM Software Rev: 1.0
(II) VESA VBE OEM Vendor: Intel Corporation
(II) VESA VBE OEM Product: Almador Graphics Controller
(II) VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(==) I810(0): DPI set to (75, 75)
(--) I810(0): Virtual size is 640x480 (pitch 640)
(**) I810(0): Default mode "640x480"
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xe0000000 - 0xe007ffff (0x80000) MS[B]
	[1] 0 0	0xe8000000 - 0xefffffff (0x8000000) MS[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[8] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[9] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[10] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[11] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[12] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[13] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[14] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[17] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[18] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[24] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[25] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[26] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[27] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[28] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[29] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
	[30] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) I810(0): Default visual is TrueColor
(==) I810(0): Write-combining range (0xe8000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
xf86TokenToOptinfo: table is NULL
(II) I810(0): Adding 768 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(II) I810(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 Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		30 128x128 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(II) I810(0): direct rendering: Disabled
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Synaptics touchpad driver version 0.13.2
(--) Mouse0 auto-dev sets device to /dev/input/event0
(**) Option "Device" "/dev/input/event0"
(**) Option "SHMConfig" "on"
(**) 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"
(--) Mouse0 synaptics touchpad found
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Mouse0 synaptics touchpad found
Synaptics DeviceOff called
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-15.backports.org.1 20040129172904 tretkowski@xxxxxxxxxx) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.24-1-k7 i686 [ELF] 
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/XFree86.0.log", Time: Sun Jun 13 15:57:43 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/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"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 13bd,1029 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 13bd,1029 rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 13bd,1029 rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 13bd,1029 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 13bd,1029 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 13bd,1029 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 13bd,1029 rev 02 class 07,03,00 hdr 00
(II) PCI: 02:00:0: chip 1180,0476 card 4000,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 1180,0476 card 4800,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 02:00:2: chip 1180,0552 card 13bd,1029 rev 02 class 0c,00,10 hdr 80
(II) PCI: 02:01:0: chip 10ec,8139 card 13bd,1029 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 1260,3873 card 1468,0200 rev 01 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 80
(II) PCI: 02:04:1: chip 1033,0035 card 13bd,1029 rev 43 class 0c,03,10 hdr 00
(II) PCI: 02:04:2: chip 1033,00e0 card 13bd,1029 rev 04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 2 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 2 non-prefetchable memory range:
	[0] -1 0	0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1 0	0xe0500000 - 0xe05fffff (0x100000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel i830M rev 4, Mem @ 0xe8000000/27, 0xe0000000/19
(--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xf0000000/27, 0xe0080000/19
(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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[1] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[2] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[3] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[4] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[5] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[6] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[7] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[8] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[10] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[11] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[12] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[13] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[14] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[15] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[16] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[17] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/drivers/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) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset i830M found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[19] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[20] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[21] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[22] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[24] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[6] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[7] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[8] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[9] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[10] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[11] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[12] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[13] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[15] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[22] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[23] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[24] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[25] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[26] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[27] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(--) I810(0): Chipset: "i830"
(--) I810(0): Linear framebuffer at 0xE8000000
(--) I810(0): IO registers at addr 0xE0000000
(II) I810(0): detected 892K stolen memory.
(II) I810(0): I810CheckAvailableMemory: 206844k available
(==) I810(0): Will alloc AGP framebuffer: 8192 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):     LFP (Local Flat Panel) child device
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) VESA BIOS detected
(II) VESA VBE Version 3.0
(II) VESA VBE Total Mem: 8000 kB
(II) VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
(II) VESA VBE OEM Software Rev: 1.0
(II) VESA VBE OEM Vendor: Intel Corporation
(II) VESA VBE OEM Product: Almador Graphics Controller
(II) VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level none
(II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
(II) I810(0): VESA VBE DDC read failed
(++) I810(0): DPI set to (100, 100)
(WW) I810(0): Pitch is bigger than local/stolen size. Defaulting
	to original display width
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): Default mode "1024x768"
(**) I810(0): Default mode "800x600"
(**) I810(0): Default mode "640x480"
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xe0000000 - 0xe007ffff (0x80000) MS[B]
	[1] 0 0	0xe8000000 - 0xefffffff (0x8000000) MS[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x0fffffff (0xff00000) 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	0xe0202c00 - 0xe0202cff (0x100) MX[B]
	[8] -1 0	0xe0201000 - 0xe0201fff (0x1000) MX[B]
	[9] -1 0	0xe0200000 - 0xe0200fff (0x1000) MX[B]
	[10] -1 0	0xe0500000 - 0xe0500fff (0x1000) MX[B]
	[11] -1 0	0xe0202800 - 0xe02028ff (0x100) MX[B]
	[12] -1 0	0xe0202000 - 0xe02027ff (0x800) MX[B]
	[13] -1 0	0x10000000 - 0x100003ff (0x400) MX[B]
	[14] -1 0	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] -1 0	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[17] -1 0	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[18] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1 0	0x00003000 - 0x000030ff (0x100) IX[B]
	[24] -1 0	0x00001880 - 0x000018ff (0x80) IX[B]
	[25] -1 0	0x00002000 - 0x000020ff (0x100) IX[B]
	[26] -1 0	0x00001840 - 0x0000187f (0x40) IX[B]
	[27] -1 0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[28] -1 0	0x00001820 - 0x0000183f (0x20) IX[B]
	[29] -1 0	0x00001800 - 0x0000180f (0x10) IX[B]
	[30] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) I810(0): Default visual is TrueColor
(==) I810(0): Write-combining range (0xe8000000,0x8000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
xf86TokenToOptinfo: table is NULL
(II) I810(0): Adding 512 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(II) I810(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 Horizontal and Vertical Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(II) I810(0): direct rendering: Disabled
(WW) I810(0): Option "VBERestore" is not used
(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 XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Synaptics touchpad driver version 0.13.2
(--) Mouse0 auto-dev sets device to /dev/input/event0
(**) Option "Device" "/dev/input/event0"
(**) Option "SHMConfig" "on"
(**) 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"
(--) Mouse0 synaptics touchpad found
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Mouse0 synaptics touchpad found
SynapticsCtrl called.

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux