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

Bug#165849: xserver-xfree86: wacom pressure sensitivity fix *** Please type your report below this line ***



Package: xserver-xfree86
Version: 4.2.1-6
Followup-For: Bug #165849


Had to replace /usr/X11R6/lib/modules/input/wacom_drv.o with a driver from here:
http://people.mandrakesoft.com/~flepied/projects/wacom/

Pressure sensitivity was not working in the gimp.  the stylus was not
being recognised when moving between windows.  Just the core pointer.

With the above driver it works fine.

This is with a graphire 2 wacom tablet.

I also had to follow the instructions at
http://hoopajoo.net/tips/content/20.html

for setting up the wacom devices in twice, so that moving between
windows in the gimp worked.



-- Package-specific info:
01:05.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev a1)
01:05.0 Class 0300: 10de:0110 (rev a1)

# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
#	Load	"GLcore"
	Load	"dbe"
#	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
	Load	"wacom"
EndSection



Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/ttyS0"
	Option		"Protocol"		"Microsoft"
	Option		"Emulate3Buttons"	"true"
	Option		"Buttons"		"3"
	#Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection






# Settings for wacom pen
Section "InputDevice"
	Identifier   "WacomStylus"
	Driver       "wacom"
	Option       "Type" "stylus"
	Option       "Mode" "Absolute"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
	Option       "Threshold" "20"
	Option       "HistorySize" "200"
	Option       "Suppress" "30"
	#Option       "TopX" "0"
	#Option       "TopY" "0"
	#Option       "BottomX" "10206"
	#Option       "BottomY" "7422"
EndSection

# Settings for wacom eraser
Section "InputDevice"
	Identifier   "WacomErasor"
	Driver       "wacom"
	Option       "Type" "eraser"
	Option       "Mode" "Absolute"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
	Option       "Threshold" "20"
	Option       "HistorySize" "200"
	Option       "Suppress" "30"
Endsection

# Settings for wacom cursor (mouse)
Section "InputDevice"
	Identifier   "WacomCursor"
	Driver       "wacom"
	Option       "Type" "cursor"
	Option       "Mode" "Relative"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
Endsection

# again for CORE mode
# Settings for wacom pen
Section "InputDevice"
	Identifier   "WacomStylusC"
	Driver       "wacom"
	Option       "Type" "stylus"
	Option       "Mode" "Absolute"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
	Option       "Threshold" "20"
	Option       "HistorySize" "200"
	Option       "Suppress" "30"
	#Option       "TopX" "0"
	#Option       "TopY" "0"
	#Option       "BottomX" "10206"
	#Option       "BottomY" "7422"
EndSection

# Settings for wacom eraser
Section "InputDevice"
	Identifier   "WacomErasorC"
	Driver       "wacom"
	Option       "Type" "eraser"
	Option       "Mode" "Absolute"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
	Option       "Threshold" "20"
	Option       "HistorySize" "200"
	Option       "Suppress" "30"
Endsection

# Settings for wacom cursor (mouse)
Section "InputDevice"
	Identifier   "WacomCursorC"
	Driver       "wacom"
	Option       "Type" "cursor"
	Option       "Mode" "Relative"
	Option       "USB" "on"
	Option       "Device" "/dev/input/event0"
Endsection








#Section "Device"
#	Identifier	"Generic Video Card"
#	Driver		"nv"
#EndSection

Section "Device"
	Identifier	"Appolo Geforce2 MX"
	Driver		"nvidia"
EndSection
	#Option		"NvAGP" "1"

#Section "Monitor"
#	Identifier	"Generic Monitor"
#	HorizSync	30-60
#	VertRefresh	50-75
#	Option		"DPMS"
#EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-120
	VertRefresh	50-120
	Option		"DPMS"
EndSection


Section "Screen"
	Identifier	"Default Screen"
	Device		"Appolo Geforce2 MX"
#	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	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"
		#Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		#Modes		"1280x960" "1152x864" "1024x768" "800x600" "640x480"
		Modes		"1152x864" "1024x768" "800x600" "640x480"
		#Modes		"1024x768" "800x600" "640x480"
	EndSubSection

EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"

	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"

	InputDevice    "WacomStylus"
	InputDevice    "WacomErasor"
	InputDevice    "WacomCursor"
	InputDevice    "WacomStylusC"   "AlwaysCore"
	InputDevice    "WacomErasorC"   "AlwaysCore"
	InputDevice    "WacomCursorC"   "AlwaysCore"

EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  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-6 20030225230350 branden@progeny.com) / 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.20-586tsc 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: Mon May  5 16:47:41 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Appolo Geforce2 MX"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(**) |-->Input Device "WacomStylus"
(**) |-->Input Device "WacomErasor"
(**) |-->Input Device "WacomCursor"
(**) |-->Input Device "WacomStylusC"
(**) |-->Input Device "WacomErasorC"
(**) |-->Input Device "WacomCursorC"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) 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 1022,7006 card 0000,0000 rev 25 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1022,7007 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:07:0: chip 1022,7408 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7409 card 0000,0000 rev 07 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,740b card 0000,0000 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:07:4: chip 1022,740c card 0000,0000 rev 06 class 0c,03,10 hdr 00
(II) PCI: 00:08:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:08:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0110 card 0000,0000 rev a1 class 03,00,00 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 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1 0	0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xede00000 - 0xefefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xcdc00000 - 0xddcfffff (0x10100000) MX[B]
(II) Bus -1: bridge is at (0:7: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:*(1:5:0) NVidia GeForce2 MX/MX 400 rev 161, Mem @ 0xee000000/24, 0xd0000000/27, BIOS @ 0xefef0000/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	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	0xefffff80 - 0xefffffff (0x80) MX[B]
	[1] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[2] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[3] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[4] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[5] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[6] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[7] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[8] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[9] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[10] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d803 (0x4) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xefffff80 - 0xefffffff (0x80) MX[B]
	[1] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[2] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[3] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[4] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[5] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[6] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[7] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[8] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[9] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[10] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d803 (0x4) 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 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xefffff80 - 0xefffffff (0x80) MX[B]
	[6] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[7] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[8] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[9] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[10] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[15] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[16] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[17] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] -1 0	0x0000d800 - 0x0000d803 (0x4) IX[B]
(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) 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 XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.2880
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xie"
(WW) Warning, couldn't open module xie
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not exist, 0)
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(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: "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) 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
(II) LoadModule: "wacom"
(II) Loading /usr/X11R6/lib/modules/input/wacom_drv.o
(II) Module wacom: 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) Wacom driver level: 26 $
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.2880
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "wacom"
(II) Reloading /usr/X11R6/lib/modules/input/wacom_drv.o
(II) Wacom driver level: 26 $
(II) NVIDIA XFree86 Driver  1.0-2880  Tue Mar 26 08:15:50 PST 2002
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, Vanta,
	RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
	GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
	Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS,
	GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
	GeForce4 MX 440, GeForce4 MX 420, Quadro4 500XGL, Quadro4 200/400NVS,
	Quadro4 550XGL, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500,
	Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
	Quadro4 900XGL, Quadro4 750XGL, Quadro4 700XGL, GeForce2 Go,
	GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M,
	GeForce4 440 Go 64M, Quadro4 500 GoGL
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce2 MX/MX 400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xefffff80 - 0xefffffff (0x80) MX[B]
	[6] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[7] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[8] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[9] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[10] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[12] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[15] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[16] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[17] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[18] -1 0	0x0000d800 - 0x0000d803 (0x4) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xefffff80 - 0xefffffff (0x80) MX[B]
	[6] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[7] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[8] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[9] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[10] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[12] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[18] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[19] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[20] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[22] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 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
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xEE000000
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(WW) NVIDIA(0): The user specified HorizSync "30.000-120.000" has been
(WW) NVIDIA(0):      adjusted to "30.000-85.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified HorizSync "30.000-85.000")
(II) NVIDIA(0): Generic Monitor: Using hsync range of 30.00-85.00 kHz
(II) NVIDIA(0): Generic Monitor: Using vrefresh range of 50.00-120.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1152 x 864
(++) NVIDIA(0): DPI set to (100, 100)
(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	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[1] 0 0	0xee000000 - 0xeeffffff (0x1000000) MX[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1 0	0xefffff80 - 0xefffffff (0x80) MX[B]
	[8] -1 0	0xefffe000 - 0xefffefff (0x1000) MX[B]
	[9] -1 0	0xeddff000 - 0xeddfffff (0x1000) MX[B]
	[10] -1 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[11] -1 0	0xefef0000 - 0xefefffff (0x10000) MX[B](B)
	[12] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1 0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[14] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[15] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[16] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[17] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1 0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[20] -1 0	0x0000de00 - 0x0000de07 (0x8) IX[B]
	[21] -1 0	0x0000da00 - 0x0000da1f (0x20) IX[B]
	[22] -1 0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[23] -1 0	0x0000d800 - 0x0000d803 (0x4) IX[B]
	[24] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[25] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 1X successfully initialized
(II) NVIDIA(0): Setting mode "1152x864"
(II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid filled trapezoids
	8x8 mono pattern filled rectangles
	8x8 mono pattern filled trapezoids
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Driver provided FillSolidRects replacement
	Driver provided FillSolidSpans replacement
	Driver provided FillMono8x8PatternRects replacement
	Driver provided ReadPixmap replacement
	Setting up tile and stipple cache:
		20 128x128 slots
		4 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
(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) [GLX]: Calling GlxExtensionInit
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "Microsoft"
(**) Configured Mouse: Protocol: "Microsoft"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Buttons" "3"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: Buttons: 3
(**) Configured Mouse: BaudRate: 1200
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(**) Option "HistorySize" "200"
(**) WacomStylus: has a history of 200 motions
(**) WacomStylus serial device is /dev/input/event0
(**) WacomStylus is in absolute mode
(**) Option "Suppress" "30"
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomStylus: reading USB link
(**) Option "Threshold" "20"
(**) WacomStylus: threshold = 20
(**) WacomStylus: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomStylus: serial speed 9600
(**) Option "HistorySize" "200"
(**) WacomErasor: has a history of 200 motions
(**) WacomErasor serial device is /dev/input/event0
(**) WacomErasor is in absolute mode
(**) Option "Suppress" "30"
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomErasor: reading USB link
(**) Option "Threshold" "20"
(**) WacomErasor: threshold = 20
(**) WacomErasor: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomErasor: serial speed 9600
(**) WacomCursor serial device is /dev/input/event0
(**) WacomCursor is in relative mode
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomCursor: reading USB link
(**) WacomCursor: threshold = 20
(**) WacomCursor: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomCursor: serial speed 9600
(**) Option "AlwaysCore"
(**) WacomStylusC: always reports core events
(**) Option "HistorySize" "200"
(**) WacomStylusC: has a history of 200 motions
(**) WacomStylusC serial device is /dev/input/event0
(**) WacomStylusC is in absolute mode
(**) Option "Suppress" "30"
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomStylusC: reading USB link
(**) Option "Threshold" "20"
(**) WacomStylusC: threshold = 20
(**) WacomStylusC: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomStylusC: serial speed 9600
(**) Option "AlwaysCore"
(**) WacomErasorC: always reports core events
(**) Option "HistorySize" "200"
(**) WacomErasorC: has a history of 200 motions
(**) WacomErasorC serial device is /dev/input/event0
(**) WacomErasorC is in absolute mode
(**) Option "Suppress" "30"
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomErasorC: reading USB link
(**) Option "Threshold" "20"
(**) WacomErasorC: threshold = 20
(**) WacomErasorC: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomErasorC: serial speed 9600
(**) Option "AlwaysCore"
(**) WacomCursorC: always reports core events
(**) WacomCursorC serial device is /dev/input/event0
(**) WacomCursorC is in relative mode
(**) WACOM: suppress value is 136962822
(**) Option "USB" "on"
(**) WacomCursorC: reading USB link
(**) WacomCursorC: threshold = 20
(**) WacomCursorC: resol x = 1270
(**) Option "BaudRate" "9600"
(**) WacomCursorC: serial speed 9600
(II) XINPUT: Adding extended input device "WacomCursorC" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "WacomErasorC" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "WacomStylusC" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "WacomCursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "WacomErasor" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "WacomStylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(**) Option "Device" "/dev/input/event0"
(==) Wacom Kernel Input device name: "Wacom Graphire2 4x5"
(==) Wacom tablet maximum X=10206 maximum Y=7422 X resolution=0 Y resolution=0 suppress=30
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(**) Option "BaudRate" "1200"

-rw-r--r--    1 root     root        28535 May  5 16:47 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        25068 Mar  6 16:15 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        23957 Jan  2  2002 /var/log/XFree86.2.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux grace 2.4.20 #2 Mon May 5 16:06:06 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.32     Debian configuration management sy
ii  libc6                         2.3.1-14   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-6    files and utilities common to all 
ii  zlib1g                        1:1.1.4-11 compression library - runtime

-- debconf information:
  xserver-xfree86/config/device/identifier: 
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
  xserver-xfree86/config/device/use_fbdev: 
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error: 
  shared/default-x-server: xserver-xfree86
  xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
  xserver-xfree86/config/device/bus_id: 
  xserver-xfree86/config/inputdevice/keyboard/layout: 
  xserver-xfree86/config/monitor/horiz-sync: 30-60
  xserver-xfree86/config/monitor/identifier: 
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 75Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/clobber_XF86Config-4: false
  xserver-xfree86/config/inputdevice/keyboard/rules: 
* xserver-xfree86/aware_XF86Config-4: 
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
  xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: nv
  xserver-xfree86/config/monitor/vert-refresh: 50-75
* xserver-xfree86/config/display/default_depth: 24
  xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
  xserver-xfree86/config/device/bus_id_error: 
  xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: Auto
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: false
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
  xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/ttyS0
  xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true





Reply to: