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

Bug#733238: xserver-xorg-input-evdev: ioctl EVIOCGBIT for bitmask in EvdevOpenMTDev failed: Inappropriate ioctl for device



Package: xserver-xorg-input-evdev
Version: 1:2.8.2-1
Severity: normal

>From Xorg.0.log:

(EE) evdev: PS2++ Logitech TrackMan: ioctl EVIOCGBIT for bitmask in EvdevOpenMTDev failed: Inappropriate ioctl for device
[  1052.675] (EE) PS2++ Logitech TrackMan: Couldn't open mtdev device

The trackball is not multi-touch. I have a custom rule for these devices 
under /etc/udev/rules.d/ which perhaps is no longer used?

--------------------------------------------------------
# Logitech Marble Mice PN 804377-0000, PN 810-000767 or
# PN 804251-0000  connected via USB or PS/2
# Marble FX or Marble Mouse  (ael)

ACTION!="add|change", GOTO="xorg_marble_end"
KERNEL!="event*", GOTO="xorg_marble_end"

#ENV{ID_PATH}!="platform-i8042-serio-1", GOTO="xorg_marble_end"
# Above for PS/2, misses USB. name below seems to be enough

ATTRS{name}=="ImExPS/2 Logitech Explorer Mouse", GOTO="marbles"
ATTRS{name}=="Logitech USB Trackball", GOTO="marbles"
ATTRS{name}=="PS2++ Logitech Mouse", GOTO="marble_FX"
ATTRS{name}=="PS2++ Logitech TrackMan"  , GOTO="marble_FX"
GOTO="xorg_marble_end"

LABEL="marbles"

ENV{x11_options.ButtonMapping}="1 9 3 4 5 6 7 8 2"

LABEL="marble_FX"

#ENV{x11_options.Protocol}="ExplorerPS/2"

ENV{x11_options.EmulateWheel}="true"
ENV{x11_options.EmulateWheelButton}="8"
ENV{x11_options.YAxisMapping}="4 5"
ENV{x11_options.XAxisMapping}="6 7"
ENV{x11_options.ZAxisMapping}="4 5"
#ENV{x11_options.Emulate3Buttons}="0"

LABEL="xorg_marble_end"

-----------------------------------------------------------------

I realize that this may perhaps be a problem with udev.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Apr 18  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2273512 Dec 13 10:50 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. MGA G200 AGP [102b:0521] (rev 01)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4769 Nov 27  2011 /etc/X11/xorg.conf

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

Section "Files"
	# xfs 
	FontPath	"unix/:7100"
	# xfstt
	FontPath	"unix/:7101"
#	FontPath	"/usr/share/fonts/X11/misc"
#	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
#	FontPath	"/usr/share/fonts/X11/cyrillic"
#	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
#	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
#	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
#	FontPath	"/usr/share/fonts/X11/Type1"
#	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
#	FontPath	"/usr/share/fonts/X11/100dpi"
#	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
#	FontPath	"/usr/share/fonts/X11/75dpi"
#	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
#	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

#Section "Module"
#	Load	"bitmap"
#	Load	"dbe"
#	Load	"ddc"
#	Load	"dri"
#	Load	"extmod"
#	Load	"freetype"
#	Load	"glx"
#	Load	"int10"
#	Load	"record"
#	Load	"vbe"
#EndSection

Section "ServerFlags"
        Option  "BlankTime"     "5"
        Option  "StandbyTime"   "10"
        Option  "SuspendTime"   "20"
        Option  "OffTime"       "30"
EndSection


Section "InputDevice"
	Identifier	"Cherry RS6000 Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"gb"
	Option		"XkbOptions"	"altwin:meta_win"
EndSection

Section "InputClass"
	Identifier	"marble_FX"
	Driver		"evdev"
	MatchProduct	"ImExPS/2 Logitech Explorer Mouse|Logitech USB Trackball|PS2++ Logitech Mouse|PS2++ Logitech TrackMan"
	MatchIsPointer	"true"
#	Option		"Protocol"	"ExplorerPS/2"
	Option		"EmulateWheel"		"true"
 	Option		"EmulateWheelButton"	"8"
#  	Option		"EmulateWheelTimeout"	"300"
	Option		"XAxisMapping"		"6 7"
	Option		"YAxisMapping"		"4 5"
	Option		"ZAxisMapping"		"4 5"

EndSection

Section "InputClass"
	Identifier	"marble"
	Driver		"evdev"
	MatchProduct	"ImExPS/2 Logitech Explorer Mouse|Logitech USB Trackball"
	MatchIsPointer	"true"
	Option		"ButtonMapping"	"1 9 3 4 5 6 7 8 2"
EndSection

Section "InputDevice"
	Identifier	"Trackball"
	Driver	"evdev"
EndSection

#Section "InputDevice"
#	Identifier	"Logitech trackman FX"
#	Driver		"mouse"
#	Option		"CorePointer"
#	Option		"Device"		"/dev/psaux"
#	Option		"Protocol"		"ExplorerPS/2"
#	Option		"Protocol"		"Auto"
#Option	"Buttons" "4" -- firmware seems to report 9 buttons!
#	Option		"EmulateWheel"		"true"
#	Option		"EmulateWheelTimeout"	"300"
#	Option		"EmulateWheelButton"	"8" # small red
#EndSection

Section "Device"
	Identifier	"Matrox MGA G200 AGP"
#	Driver		"mga"
#	Driver		"fbdev"
	Driver		"vesa"
#	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"ACT (Targa) TM4269"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-130
	Gamma		1.5     #Seems necessary despite in dcc info

Modeline "C1024x768"  88  1024 1056 1216 1304 768  770  776  798 -HSync -VSync
Modeline "C1152x864"  92  1152 1332 1492 1602 864  865  875  887
Modeline "C1280x1024" 110 1280 1360 1544 1712 1024 1025 1028 1042

EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Matrox MGA G200 AGP"
	Monitor		"ACT (Targa) TM4269"
	Option		"DPMS"
	DefaultDepth	16       # appears to require > 4

	SubSection "Display"
		Depth		1
		Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection

	SubSection "Display"
		Depth		4
		Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection

	SubSection "Display"
		Depth		8
		Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection

	SubSection "Display"
		Depth		15
	Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection

	SubSection "Display"
		Depth		16
	Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection

	SubSection "Display"
		Depth		24
	Modes "C1152x864" "1280x1024" "640x480" "800x600" "1024x768" "C1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Cherry RS6000 Keyboard"
	InputDevice	"Trackball"
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 3.13.0-rc4+ (ael@conquest3) (gcc version 4.8.2 (Debian 4.8.2-1) ) #28 PREEMPT Thu Dec 26 12:01:08 GMT 2013

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 43211 Dec 26 19:54 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 43855 Dec 26 20:09 /var/log/Xorg.1.log

Contents of most recent Xorg X server log file (/var/log/Xorg.1.log):
---------------------------------------------------------------------
[  1314.970] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[  1314.971] X Protocol Version 11, Revision 0
[  1314.971] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[  1314.971] Current Operating System: Linux conquest3 3.13.0-rc4+ #28 PREEMPT Thu Dec 26 12:01:08 GMT 2013 i686
[  1314.972] Kernel command line: BOOT_IMAGE=(hd0,3)/boot/bzImage-3.13.0-rc4+ root=/dev/sda7
[  1314.972] Build Date: 13 December 2013  10:45:09AM
[  1314.973] xorg-server 2:1.14.5-1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>) 
[  1314.973] Current version of pixman: 0.30.2
[  1314.974] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1314.974] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1314.976] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Dec 26 19:58:43 2013
[  1314.977] (==) Using config file: "/etc/X11/xorg.conf"
[  1314.978] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1314.981] (==) ServerLayout "Default Layout"
[  1314.981] (**) |-->Screen "Default Screen" (0)
[  1314.981] (**) |   |-->Monitor "ACT (Targa) TM4269"
[  1314.984] (**) |   |-->Device "Matrox MGA G200 AGP"
[  1314.984] (**) |-->Input Device "Cherry RS6000 Keyboard"
[  1314.984] (**) |-->Input Device "Trackball"
[  1314.984] (**) Option "BlankTime" "5"
[  1314.985] (**) Option "StandbyTime" "10"
[  1314.985] (**) Option "SuspendTime" "20"
[  1314.985] (**) Option "OffTime" "30"
[  1314.985] (==) Automatically adding devices
[  1314.986] (==) Automatically enabling devices
[  1314.986] (==) Automatically adding GPU devices
[  1314.986] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1314.986] 	Entry deleted from font path.
[  1314.987] (**) FontPath set to:
	unix/:7100,
	unix/:7101,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[  1314.987] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1314.987] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1314.987] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1314.987] (WW) Disabling Cherry RS6000 Keyboard
[  1314.987] (II) Loader magic: 0xb774a6a0
[  1314.988] (II) Module ABI versions:
[  1314.988] 	X.Org ANSI C Emulation: 0.4
[  1314.988] 	X.Org Video Driver: 14.1
[  1314.988] 	X.Org XInput driver : 19.1
[  1314.988] 	X.Org Server Extension : 7.0
[  1314.990] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1314.996] (--) PCI:*(0:1:0:0) 102b:0521:102b:ff03 rev 1, Mem @ 0xe8000000/16777216, 0xe4000000/16384, 0xe5000000/8388608, BIOS @ 0x????????/65536
[  1314.996] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1314.997] (II) Open APM successful
[  1314.997] Initializing built-in extension Generic Event Extension
[  1314.998] Initializing built-in extension SHAPE
[  1314.998] Initializing built-in extension MIT-SHM
[  1314.998] Initializing built-in extension XInputExtension
[  1314.998] Initializing built-in extension XTEST
[  1314.999] Initializing built-in extension BIG-REQUESTS
[  1314.999] Initializing built-in extension SYNC
[  1314.999] Initializing built-in extension XKEYBOARD
[  1315.000] Initializing built-in extension XC-MISC
[  1315.000] Initializing built-in extension SECURITY
[  1315.000] Initializing built-in extension XINERAMA
[  1315.001] Initializing built-in extension XFIXES
[  1315.001] Initializing built-in extension RENDER
[  1315.001] Initializing built-in extension RANDR
[  1315.001] Initializing built-in extension COMPOSITE
[  1315.002] Initializing built-in extension DAMAGE
[  1315.002] Initializing built-in extension MIT-SCREEN-SAVER
[  1315.002] Initializing built-in extension DOUBLE-BUFFER
[  1315.003] Initializing built-in extension RECORD
[  1315.003] Initializing built-in extension DPMS
[  1315.003] Initializing built-in extension X-Resource
[  1315.004] Initializing built-in extension XVideo
[  1315.004] Initializing built-in extension XVideo-MotionCompensation
[  1315.004] Initializing built-in extension SELinux
[  1315.005] Initializing built-in extension XFree86-VidModeExtension
[  1315.005] Initializing built-in extension XFree86-DGA
[  1315.005] Initializing built-in extension XFree86-DRI
[  1315.006] Initializing built-in extension DRI2
[  1315.006] (II) LoadModule: "glx"
[  1315.009] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1315.010] (II) Module glx: vendor="X.Org Foundation"
[  1315.010] 	compiled for 1.14.5, module version = 1.0.0
[  1315.010] 	ABI class: X.Org Server Extension, version 7.0
[  1315.010] (==) AIGLX enabled
[  1315.011] Loading extension GLX
[  1315.011] (II) LoadModule: "vesa"
[  1315.012] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1315.013] (II) Module vesa: vendor="X.Org Foundation"
[  1315.013] 	compiled for 1.14.3, module version = 2.3.3
[  1315.013] 	Module class: X.Org Video Driver
[  1315.013] 	ABI class: X.Org Video Driver, version 14.1
[  1315.013] (II) LoadModule: "evdev"
[  1315.014] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1315.016] (II) Module evdev: vendor="X.Org Foundation"
[  1315.016] 	compiled for 1.14.3, module version = 2.8.2
[  1315.016] 	Module class: X.Org XInput Driver
[  1315.016] 	ABI class: X.Org XInput driver, version 19.1
[  1315.016] (II) VESA: driver for VESA chipsets: vesa
[  1315.017] (--) using VT number 7

[  1315.032] (II) Loading sub module "vbe"
[  1315.032] (II) LoadModule: "vbe"
[  1315.033] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  1315.034] (II) Module vbe: vendor="X.Org Foundation"
[  1315.034] 	compiled for 1.14.5, module version = 1.1.0
[  1315.034] 	ABI class: X.Org Video Driver, version 14.1
[  1315.034] (II) Loading sub module "int10"
[  1315.034] (II) LoadModule: "int10"
[  1315.038] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1315.043] (II) Module int10: vendor="X.Org Foundation"
[  1315.043] 	compiled for 1.14.5, module version = 1.0.0
[  1315.043] 	ABI class: X.Org Video Driver, version 14.1
[  1315.043] (II) VESA(0): initializing int10
[  1315.052] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  1315.083] (II) VESA(0): VESA BIOS detected
[  1315.083] (II) VESA(0): VESA VBE Version 2.0
[  1315.083] (II) VESA(0): VESA VBE Total Mem: 8192 kB
[  1315.083] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[  1315.083] (II) VESA(0): VESA VBE OEM Software Rev: 1.2
[  1315.084] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[  1315.084] (II) VESA(0): VESA VBE OEM Product: MGA-G200
[  1315.084] (II) VESA(0): VESA VBE OEM Product Rev: 00
[  1315.864] (**) VESA(0): Depth 16, (--) framebuffer bpp 16
[  1315.864] (==) VESA(0): RGB weight 565
[  1315.864] (==) VESA(0): Default visual is TrueColor
[  1315.864] (**) VESA(0): Using gamma correction (1.5, 1.5, 1.5)
[  1315.865] (II) Loading sub module "ddc"
[  1315.865] (II) LoadModule: "ddc"
[  1315.865] (II) Module "ddc" already built-in
[  1321.886] (II) VESA(0): VESA VBE DDC supported
[  1321.887] (II) VESA(0): VESA VBE DDC Level 2
[  1321.887] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[  1327.888] (II) VESA(0): VESA VBE DDC read successfully
[  1327.889] (II) VESA(0): Manufacturer: ACT  Model: 4269  Serial#: 82032471
[  1327.889] (II) VESA(0): Year: 1998  Week: 20
[  1327.889] (II) VESA(0): EDID Version: 1.1
[  1327.889] (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
[  1327.889] (II) VESA(0): Sync:  Separate
[  1327.890] (II) VESA(0): Max Image Size [cm]: horiz.: 32  vert.: 24
[  1327.890] (II) VESA(0): Gamma: 1.50
[  1327.890] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  1327.890] (II) VESA(0): redX: 0.622 redY: 0.340   greenX: 0.282 greenY: 0.600
[  1327.891] (II) VESA(0): blueX: 0.147 blueY: 0.062   whiteX: 0.278 whiteY: 0.311
[  1327.891] (II) VESA(0): Supported established timings:
[  1327.891] (II) VESA(0): 720x400@70Hz
[  1327.891] (II) VESA(0): 640x480@60Hz
[  1327.891] (II) VESA(0): 640x480@75Hz
[  1327.891] (II) VESA(0): 800x600@75Hz
[  1327.892] (II) VESA(0): 1024x768@75Hz
[  1327.892] (II) VESA(0): Manufacturer's mask: 0
[  1327.892] (II) VESA(0): Supported standard timings:
[  1327.892] (II) VESA(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[  1327.892] (II) VESA(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[  1327.892] (II) VESA(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[  1327.892] (II) VESA(0): Supported detailed timing:
[  1327.893] (II) VESA(0): clock: 36.0 MHz   Image Size:  310 x 240 mm
[  1327.893] (II) VESA(0): h_active: 640  h_sync: 696  h_sync_end 752 h_blank_end 832 h_border: 0
[  1327.893] (II) VESA(0): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 v_border: 0
[  1327.893] (II) VESA(0): Supported detailed timing:
[  1327.893] (II) VESA(0): clock: 56.2 MHz   Image Size:  310 x 240 mm
[  1327.894] (II) VESA(0): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
[  1327.894] (II) VESA(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
[  1327.894] (II) VESA(0): Supported detailed timing:
[  1327.894] (II) VESA(0): clock: 108.0 MHz   Image Size:  310 x 240 mm
[  1327.894] (II) VESA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[  1327.894] (II) VESA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[  1327.895] (II) VESA(0): Supported detailed timing:
[  1327.895] (II) VESA(0): clock: 78.8 MHz   Image Size:  310 x 240 mm
[  1327.895] (II) VESA(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
[  1327.895] (II) VESA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
[  1327.895] (II) VESA(0): EDID (in hex):
[  1327.896] (II) VESA(0): 	00ffffffffffff000474694257b7e304
[  1327.896] (II) VESA(0): 	1408010128201832e846c69f57489925
[  1327.896] (II) VESA(0): 	10474fa4420031594559615901010101
[  1327.896] (II) VESA(0): 	010101010101100e80c020e01d103838
[  1327.896] (II) VESA(0): 	130036f010000018f91520f830581f20
[  1327.896] (II) VESA(0): 	2040130036f01000001e302a00985100
[  1327.897] (II) VESA(0): 	2a403070130036f01000001ec31e0020
[  1327.897] (II) VESA(0): 	410020301060130036f01000001e00a9
[  1327.897] (II) VESA(0): EDID vendor "ACT", prod id 17001
[  1327.897] (II) VESA(0): Printing DDC gathered Modelines:
[  1327.898] (II) VESA(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[  1327.898] (II) VESA(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[  1327.898] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1327.898] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1327.898] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1327.898] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1327.899] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1327.899] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1327.899] (II) VESA(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[  1327.899] (II) VESA(0): Searching for matching VESA mode(s):
[  1327.925] Mode: 100 (640x400)
[  1327.925] 	ModeAttributes: 0x9b
[  1327.926] 	WinAAttributes: 0x7
[  1327.926] 	WinBAttributes: 0x0
[  1327.926] 	WinGranularity: 64
[  1327.926] 	WinSize: 64
[  1327.926] 	WinASegment: 0xa000
[  1327.926] 	WinBSegment: 0x0
[  1327.926] 	WinFuncPtr: 0xc00076cb
[  1327.926] 	BytesPerScanline: 640
[  1327.927] 	XResolution: 640
[  1327.927] 	YResolution: 400
[  1327.927] 	XCharSize: 8
[  1327.927] 	YCharSize: 16
[  1327.927] 	NumberOfPlanes: 1
[  1327.927] 	BitsPerPixel: 8
[  1327.927] 	NumberOfBanks: 1
[  1327.928] 	MemoryModel: 4
[  1327.928] 	BankSize: 0
[  1327.928] 	NumberOfImages: 15
[  1327.928] 	RedMaskSize: 0
[  1327.928] 	RedFieldPosition: 0
[  1327.928] 	GreenMaskSize: 0
[  1327.928] 	GreenFieldPosition: 0
[  1327.928] 	BlueMaskSize: 0
[  1327.928] 	BlueFieldPosition: 0
[  1327.929] 	RsvdMaskSize: 0
[  1327.929] 	RsvdFieldPosition: 0
[  1327.929] 	DirectColorModeInfo: 0
[  1327.929] 	PhysBasePtr: 0xe8000000
[  1327.955] Mode: 101 (640x480)
[  1327.955] 	ModeAttributes: 0x9b
[  1327.956] 	WinAAttributes: 0x7
[  1327.956] 	WinBAttributes: 0x0
[  1327.956] 	WinGranularity: 64
[  1327.956] 	WinSize: 64
[  1327.956] 	WinASegment: 0xa000
[  1327.956] 	WinBSegment: 0x0
[  1327.956] 	WinFuncPtr: 0xc00076cb
[  1327.956] 	BytesPerScanline: 640
[  1327.957] 	XResolution: 640
[  1327.957] 	YResolution: 480
[  1327.957] 	XCharSize: 8
[  1327.957] 	YCharSize: 16
[  1327.957] 	NumberOfPlanes: 1
[  1327.957] 	BitsPerPixel: 8
[  1327.957] 	NumberOfBanks: 1
[  1327.957] 	MemoryModel: 4
[  1327.958] 	BankSize: 0
[  1327.958] 	NumberOfImages: 11
[  1327.958] 	RedMaskSize: 0
[  1327.958] 	RedFieldPosition: 0
[  1327.958] 	GreenMaskSize: 0
[  1327.958] 	GreenFieldPosition: 0
[  1327.958] 	BlueMaskSize: 0
[  1327.958] 	BlueFieldPosition: 0
[  1327.959] 	RsvdMaskSize: 0
[  1327.959] 	RsvdFieldPosition: 0
[  1327.959] 	DirectColorModeInfo: 0
[  1327.959] 	PhysBasePtr: 0xe8000000
[  1327.960] Mode: 102 (800x600)
[  1327.960] 	ModeAttributes: 0x1b
[  1327.960] 	WinAAttributes: 0x7
[  1327.960] 	WinBAttributes: 0x0
[  1327.960] 	WinGranularity: 64
[  1327.961] 	WinSize: 64
[  1327.961] 	WinASegment: 0xa000
[  1327.961] 	WinBSegment: 0x0
[  1327.961] 	WinFuncPtr: 0xc00076cb
[  1327.961] 	BytesPerScanline: 100
[  1327.961] 	XResolution: 800
[  1327.961] 	YResolution: 600
[  1327.961] 	XCharSize: 8
[  1327.962] 	YCharSize: 14
[  1327.962] 	NumberOfPlanes: 4
[  1327.962] 	BitsPerPixel: 4
[  1327.962] 	NumberOfBanks: 1
[  1327.962] 	MemoryModel: 3
[  1327.962] 	BankSize: 0
[  1327.962] 	NumberOfImages: 0
[  1327.962] 	RedMaskSize: 0
[  1327.963] 	RedFieldPosition: 0
[  1327.963] 	GreenMaskSize: 0
[  1327.963] 	GreenFieldPosition: 0
[  1327.963] 	BlueMaskSize: 0
[  1327.963] 	BlueFieldPosition: 0
[  1327.963] 	RsvdMaskSize: 0
[  1327.963] 	RsvdFieldPosition: 0
[  1327.963] 	DirectColorModeInfo: 0
[  1327.964] 	PhysBasePtr: 0x0
[  1327.985] Mode: 103 (800x600)
[  1327.986] 	ModeAttributes: 0x9b
[  1327.986] 	WinAAttributes: 0x7
[  1327.986] 	WinBAttributes: 0x0
[  1327.986] 	WinGranularity: 64
[  1327.986] 	WinSize: 64
[  1327.986] 	WinASegment: 0xa000
[  1327.986] 	WinBSegment: 0x0
[  1327.986] 	WinFuncPtr: 0xc00076cb
[  1327.987] 	BytesPerScanline: 800
[  1327.987] 	XResolution: 800
[  1327.987] 	YResolution: 600
[  1327.987] 	XCharSize: 8
[  1327.987] 	YCharSize: 16
[  1327.987] 	NumberOfPlanes: 1
[  1327.987] 	BitsPerPixel: 8
[  1327.987] 	NumberOfBanks: 1
[  1327.988] 	MemoryModel: 4
[  1327.988] 	BankSize: 0
[  1327.988] 	NumberOfImages: 7
[  1327.988] 	RedMaskSize: 0
[  1327.988] 	RedFieldPosition: 0
[  1327.988] 	GreenMaskSize: 0
[  1327.988] 	GreenFieldPosition: 0
[  1327.988] 	BlueMaskSize: 0
[  1327.989] 	BlueFieldPosition: 0
[  1327.989] 	RsvdMaskSize: 0
[  1327.989] 	RsvdFieldPosition: 0
[  1327.989] 	DirectColorModeInfo: 0
[  1327.989] 	PhysBasePtr: 0xe8000000
[  1328.016] Mode: 105 (1024x768)
[  1328.016] 	ModeAttributes: 0x9b
[  1328.016] 	WinAAttributes: 0x7
[  1328.016] 	WinBAttributes: 0x0
[  1328.016] 	WinGranularity: 64
[  1328.016] 	WinSize: 64
[  1328.016] 	WinASegment: 0xa000
[  1328.016] 	WinBSegment: 0x0
[  1328.017] 	WinFuncPtr: 0xc00076cb
[  1328.017] 	BytesPerScanline: 1024
[  1328.017] 	XResolution: 1024
[  1328.017] 	YResolution: 768
[  1328.017] 	XCharSize: 8
[  1328.017] 	YCharSize: 16
[  1328.017] 	NumberOfPlanes: 1
[  1328.017] 	BitsPerPixel: 8
[  1328.018] 	NumberOfBanks: 1
[  1328.018] 	MemoryModel: 4
[  1328.018] 	BankSize: 0
[  1328.018] 	NumberOfImages: 3
[  1328.018] 	RedMaskSize: 0
[  1328.018] 	RedFieldPosition: 0
[  1328.018] 	GreenMaskSize: 0
[  1328.019] 	GreenFieldPosition: 0
[  1328.019] 	BlueMaskSize: 0
[  1328.019] 	BlueFieldPosition: 0
[  1328.019] 	RsvdMaskSize: 0
[  1328.019] 	RsvdFieldPosition: 0
[  1328.019] 	DirectColorModeInfo: 0
[  1328.019] 	PhysBasePtr: 0xe8000000
[  1328.046] Mode: 107 (1280x1024)
[  1328.046] 	ModeAttributes: 0x9b
[  1328.046] 	WinAAttributes: 0x7
[  1328.046] 	WinBAttributes: 0x0
[  1328.046] 	WinGranularity: 64
[  1328.046] 	WinSize: 64
[  1328.046] 	WinASegment: 0xa000
[  1328.047] 	WinBSegment: 0x0
[  1328.047] 	WinFuncPtr: 0xc00076cb
[  1328.047] 	BytesPerScanline: 1280
[  1328.047] 	XResolution: 1280
[  1328.047] 	YResolution: 1024
[  1328.047] 	XCharSize: 8
[  1328.047] 	YCharSize: 16
[  1328.047] 	NumberOfPlanes: 1
[  1328.048] 	BitsPerPixel: 8
[  1328.048] 	NumberOfBanks: 1
[  1328.048] 	MemoryModel: 4
[  1328.048] 	BankSize: 0
[  1328.048] 	NumberOfImages: 2
[  1328.048] 	RedMaskSize: 0
[  1328.048] 	RedFieldPosition: 0
[  1328.048] 	GreenMaskSize: 0
[  1328.049] 	GreenFieldPosition: 0
[  1328.049] 	BlueMaskSize: 0
[  1328.049] 	BlueFieldPosition: 0
[  1328.049] 	RsvdMaskSize: 0
[  1328.049] 	RsvdFieldPosition: 0
[  1328.049] 	DirectColorModeInfo: 0
[  1328.049] 	PhysBasePtr: 0xe8000000
[  1328.061] Mode: 108 (80x60)
[  1328.061] 	ModeAttributes: 0xf
[  1328.061] 	WinAAttributes: 0x7
[  1328.061] 	WinBAttributes: 0x0
[  1328.061] 	WinGranularity: 32
[  1328.061] 	WinSize: 32
[  1328.062] 	WinASegment: 0xb800
[  1328.062] 	WinBSegment: 0xb800
[  1328.062] 	WinFuncPtr: 0xc00076cb
[  1328.062] 	BytesPerScanline: 80
[  1328.062] 	XResolution: 80
[  1328.062] 	YResolution: 60
[  1328.062] 	XCharSize: 8
[  1328.062] 	YCharSize: 8
[  1328.063] 	NumberOfPlanes: 4
[  1328.063] 	BitsPerPixel: 4
[  1328.063] 	NumberOfBanks: 1
[  1328.063] 	MemoryModel: 0
[  1328.063] 	BankSize: 0
[  1328.063] 	NumberOfImages: 63
[  1328.063] 	RedMaskSize: 0
[  1328.063] 	RedFieldPosition: 0
[  1328.064] 	GreenMaskSize: 0
[  1328.064] 	GreenFieldPosition: 0
[  1328.064] 	BlueMaskSize: 0
[  1328.064] 	BlueFieldPosition: 0
[  1328.064] 	RsvdMaskSize: 0
[  1328.064] 	RsvdFieldPosition: 0
[  1328.064] 	DirectColorModeInfo: 0
[  1328.064] 	PhysBasePtr: 0x0
[  1328.076] Mode: 109 (132x25)
[  1328.076] 	ModeAttributes: 0xf
[  1328.076] 	WinAAttributes: 0x7
[  1328.076] 	WinBAttributes: 0x0
[  1328.076] 	WinGranularity: 32
[  1328.076] 	WinSize: 32
[  1328.077] 	WinASegment: 0xb800
[  1328.077] 	WinBSegment: 0xb800
[  1328.077] 	WinFuncPtr: 0xc00076cb
[  1328.077] 	BytesPerScanline: 132
[  1328.077] 	XResolution: 132
[  1328.077] 	YResolution: 25
[  1328.077] 	XCharSize: 8
[  1328.077] 	YCharSize: 16
[  1328.078] 	NumberOfPlanes: 4
[  1328.078] 	BitsPerPixel: 4
[  1328.078] 	NumberOfBanks: 1
[  1328.078] 	MemoryModel: 0
[  1328.078] 	BankSize: 0
[  1328.078] 	NumberOfImages: 63
[  1328.078] 	RedMaskSize: 0
[  1328.078] 	RedFieldPosition: 0
[  1328.079] 	GreenMaskSize: 0
[  1328.079] 	GreenFieldPosition: 0
[  1328.079] 	BlueMaskSize: 0
[  1328.079] 	BlueFieldPosition: 0
[  1328.079] 	RsvdMaskSize: 0
[  1328.079] 	RsvdFieldPosition: 0
[  1328.079] 	DirectColorModeInfo: 0
[  1328.079] 	PhysBasePtr: 0x0
[  1328.091] Mode: 10a (132x43)
[  1328.091] 	ModeAttributes: 0xf
[  1328.091] 	WinAAttributes: 0x7
[  1328.091] 	WinBAttributes: 0x0
[  1328.091] 	WinGranularity: 32
[  1328.092] 	WinSize: 32
[  1328.092] 	WinASegment: 0xb800
[  1328.092] 	WinBSegment: 0xb800
[  1328.092] 	WinFuncPtr: 0xc00076cb
[  1328.092] 	BytesPerScanline: 132
[  1328.092] 	XResolution: 132
[  1328.092] 	YResolution: 43
[  1328.092] 	XCharSize: 8
[  1328.092] 	YCharSize: 8
[  1328.093] 	NumberOfPlanes: 4
[  1328.093] 	BitsPerPixel: 4
[  1328.093] 	NumberOfBanks: 1
[  1328.093] 	MemoryModel: 0
[  1328.093] 	BankSize: 0
[  1328.093] 	NumberOfImages: 63
[  1328.093] 	RedMaskSize: 0
[  1328.094] 	RedFieldPosition: 0
[  1328.094] 	GreenMaskSize: 0
[  1328.094] 	GreenFieldPosition: 0
[  1328.094] 	BlueMaskSize: 0
[  1328.094] 	BlueFieldPosition: 0
[  1328.094] 	RsvdMaskSize: 0
[  1328.094] 	RsvdFieldPosition: 0
[  1328.094] 	DirectColorModeInfo: 0
[  1328.095] 	PhysBasePtr: 0x0
[  1328.106] Mode: 10b (132x50)
[  1328.106] 	ModeAttributes: 0xf
[  1328.106] 	WinAAttributes: 0x7
[  1328.106] 	WinBAttributes: 0x0
[  1328.106] 	WinGranularity: 32
[  1328.107] 	WinSize: 32
[  1328.107] 	WinASegment: 0xb800
[  1328.107] 	WinBSegment: 0xb800
[  1328.107] 	WinFuncPtr: 0xc00076cb
[  1328.107] 	BytesPerScanline: 132
[  1328.107] 	XResolution: 132
[  1328.107] 	YResolution: 50
[  1328.107] 	XCharSize: 8
[  1328.108] 	YCharSize: 8
[  1328.108] 	NumberOfPlanes: 4
[  1328.108] 	BitsPerPixel: 4
[  1328.108] 	NumberOfBanks: 1
[  1328.108] 	MemoryModel: 0
[  1328.108] 	BankSize: 0
[  1328.108] 	NumberOfImages: 63
[  1328.108] 	RedMaskSize: 0
[  1328.109] 	RedFieldPosition: 0
[  1328.109] 	GreenMaskSize: 0
[  1328.109] 	GreenFieldPosition: 0
[  1328.109] 	BlueMaskSize: 0
[  1328.109] 	BlueFieldPosition: 0
[  1328.109] 	RsvdMaskSize: 0
[  1328.109] 	RsvdFieldPosition: 0
[  1328.109] 	DirectColorModeInfo: 0
[  1328.110] 	PhysBasePtr: 0x0
[  1328.121] Mode: 10c (132x60)
[  1328.121] 	ModeAttributes: 0xf
[  1328.121] 	WinAAttributes: 0x7
[  1328.121] 	WinBAttributes: 0x0
[  1328.122] 	WinGranularity: 32
[  1328.122] 	WinSize: 32
[  1328.122] 	WinASegment: 0xb800
[  1328.122] 	WinBSegment: 0xb800
[  1328.122] 	WinFuncPtr: 0xc00076cb
[  1328.122] 	BytesPerScanline: 132
[  1328.122] 	XResolution: 132
[  1328.122] 	YResolution: 60
[  1328.122] 	XCharSize: 8
[  1328.123] 	YCharSize: 8
[  1328.123] 	NumberOfPlanes: 4
[  1328.123] 	BitsPerPixel: 4
[  1328.123] 	NumberOfBanks: 1
[  1328.123] 	MemoryModel: 0
[  1328.123] 	BankSize: 0
[  1328.123] 	NumberOfImages: 63
[  1328.123] 	RedMaskSize: 0
[  1328.124] 	RedFieldPosition: 0
[  1328.124] 	GreenMaskSize: 0
[  1328.124] 	GreenFieldPosition: 0
[  1328.124] 	BlueMaskSize: 0
[  1328.124] 	BlueFieldPosition: 0
[  1328.124] 	RsvdMaskSize: 0
[  1328.124] 	RsvdFieldPosition: 0
[  1328.124] 	DirectColorModeInfo: 0
[  1328.125] 	PhysBasePtr: 0x0
[  1328.151] Mode: 110 (640x480)
[  1328.151] 	ModeAttributes: 0x9b
[  1328.151] 	WinAAttributes: 0x7
[  1328.151] 	WinBAttributes: 0x0
[  1328.152] 	WinGranularity: 64
[  1328.152] 	WinSize: 64
[  1328.152] 	WinASegment: 0xa000
[  1328.152] 	WinBSegment: 0x0
[  1328.152] 	WinFuncPtr: 0xc00076cb
[  1328.152] 	BytesPerScanline: 1280
[  1328.152] 	XResolution: 640
[  1328.152] 	YResolution: 480
[  1328.153] 	XCharSize: 8
[  1328.153] 	YCharSize: 16
[  1328.153] 	NumberOfPlanes: 1
[  1328.153] 	BitsPerPixel: 16
[  1328.153] 	NumberOfBanks: 1
[  1328.153] 	MemoryModel: 6
[  1328.153] 	BankSize: 0
[  1328.153] 	NumberOfImages: 5
[  1328.154] 	RedMaskSize: 5
[  1328.154] 	RedFieldPosition: 10
[  1328.154] 	GreenMaskSize: 5
[  1328.154] 	GreenFieldPosition: 5
[  1328.154] 	BlueMaskSize: 5
[  1328.154] 	BlueFieldPosition: 0
[  1328.154] 	RsvdMaskSize: 1
[  1328.154] 	RsvdFieldPosition: 15
[  1328.155] 	DirectColorModeInfo: 0
[  1328.155] 	PhysBasePtr: 0xe8000000
[  1328.181] *Mode: 111 (640x480)
[  1328.181] 	ModeAttributes: 0x9b
[  1328.181] 	WinAAttributes: 0x7
[  1328.182] 	WinBAttributes: 0x0
[  1328.182] 	WinGranularity: 64
[  1328.182] 	WinSize: 64
[  1328.182] 	WinASegment: 0xa000
[  1328.182] 	WinBSegment: 0x0
[  1328.182] 	WinFuncPtr: 0xc00076cb
[  1328.182] 	BytesPerScanline: 1280
[  1328.182] 	XResolution: 640
[  1328.183] 	YResolution: 480
[  1328.183] 	XCharSize: 8
[  1328.183] 	YCharSize: 16
[  1328.183] 	NumberOfPlanes: 1
[  1328.183] 	BitsPerPixel: 16
[  1328.183] 	NumberOfBanks: 1
[  1328.183] 	MemoryModel: 6
[  1328.183] 	BankSize: 0
[  1328.184] 	NumberOfImages: 5
[  1328.184] 	RedMaskSize: 5
[  1328.184] 	RedFieldPosition: 11
[  1328.184] 	GreenMaskSize: 6
[  1328.184] 	GreenFieldPosition: 5
[  1328.184] 	BlueMaskSize: 5
[  1328.184] 	BlueFieldPosition: 0
[  1328.184] 	RsvdMaskSize: 0
[  1328.184] 	RsvdFieldPosition: 0
[  1328.185] 	DirectColorModeInfo: 0
[  1328.185] 	PhysBasePtr: 0xe8000000
[  1328.211] Mode: 112 (640x480)
[  1328.211] 	ModeAttributes: 0x9b
[  1328.211] 	WinAAttributes: 0x7
[  1328.212] 	WinBAttributes: 0x0
[  1328.212] 	WinGranularity: 64
[  1328.212] 	WinSize: 64
[  1328.212] 	WinASegment: 0xa000
[  1328.212] 	WinBSegment: 0x0
[  1328.212] 	WinFuncPtr: 0xc00076cb
[  1328.212] 	BytesPerScanline: 2560
[  1328.213] 	XResolution: 640
[  1328.213] 	YResolution: 480
[  1328.213] 	XCharSize: 8
[  1328.213] 	YCharSize: 16
[  1328.213] 	NumberOfPlanes: 1
[  1328.213] 	BitsPerPixel: 32
[  1328.213] 	NumberOfBanks: 1
[  1328.213] 	MemoryModel: 6
[  1328.214] 	BankSize: 0
[  1328.214] 	NumberOfImages: 2
[  1328.214] 	RedMaskSize: 8
[  1328.214] 	RedFieldPosition: 16
[  1328.214] 	GreenMaskSize: 8
[  1328.214] 	GreenFieldPosition: 8
[  1328.214] 	BlueMaskSize: 8
[  1328.214] 	BlueFieldPosition: 0
[  1328.215] 	RsvdMaskSize: 8
[  1328.215] 	RsvdFieldPosition: 24
[  1328.215] 	DirectColorModeInfo: 0
[  1328.215] 	PhysBasePtr: 0xe8000000
[  1328.241] Mode: 113 (800x600)
[  1328.241] 	ModeAttributes: 0x9b
[  1328.242] 	WinAAttributes: 0x7
[  1328.242] 	WinBAttributes: 0x0
[  1328.242] 	WinGranularity: 64
[  1328.242] 	WinSize: 64
[  1328.242] 	WinASegment: 0xa000
[  1328.242] 	WinBSegment: 0x0
[  1328.242] 	WinFuncPtr: 0xc00076cb
[  1328.242] 	BytesPerScanline: 1600
[  1328.243] 	XResolution: 800
[  1328.243] 	YResolution: 600
[  1328.243] 	XCharSize: 8
[  1328.243] 	YCharSize: 16
[  1328.243] 	NumberOfPlanes: 1
[  1328.243] 	BitsPerPixel: 16
[  1328.243] 	NumberOfBanks: 1
[  1328.243] 	MemoryModel: 6
[  1328.244] 	BankSize: 0
[  1328.244] 	NumberOfImages: 3
[  1328.244] 	RedMaskSize: 5
[  1328.244] 	RedFieldPosition: 10
[  1328.244] 	GreenMaskSize: 5
[  1328.244] 	GreenFieldPosition: 5
[  1328.244] 	BlueMaskSize: 5
[  1328.244] 	BlueFieldPosition: 0
[  1328.245] 	RsvdMaskSize: 1
[  1328.245] 	RsvdFieldPosition: 15
[  1328.245] 	DirectColorModeInfo: 0
[  1328.245] 	PhysBasePtr: 0xe8000000
[  1328.271] *Mode: 114 (800x600)
[  1328.272] 	ModeAttributes: 0x9b
[  1328.272] 	WinAAttributes: 0x7
[  1328.272] 	WinBAttributes: 0x0
[  1328.272] 	WinGranularity: 64
[  1328.272] 	WinSize: 64
[  1328.272] 	WinASegment: 0xa000
[  1328.272] 	WinBSegment: 0x0
[  1328.272] 	WinFuncPtr: 0xc00076cb
[  1328.272] 	BytesPerScanline: 1600
[  1328.273] 	XResolution: 800
[  1328.273] 	YResolution: 600
[  1328.273] 	XCharSize: 8
[  1328.273] 	YCharSize: 16
[  1328.273] 	NumberOfPlanes: 1
[  1328.273] 	BitsPerPixel: 16
[  1328.274] 	NumberOfBanks: 1
[  1328.274] 	MemoryModel: 6
[  1328.274] 	BankSize: 0
[  1328.274] 	NumberOfImages: 3
[  1328.274] 	RedMaskSize: 5
[  1328.274] 	RedFieldPosition: 11
[  1328.274] 	GreenMaskSize: 6
[  1328.274] 	GreenFieldPosition: 5
[  1328.275] 	BlueMaskSize: 5
[  1328.275] 	BlueFieldPosition: 0
[  1328.275] 	RsvdMaskSize: 0
[  1328.275] 	RsvdFieldPosition: 0
[  1328.275] 	DirectColorModeInfo: 0
[  1328.275] 	PhysBasePtr: 0xe8000000
[  1328.301] Mode: 115 (800x600)
[  1328.302] 	ModeAttributes: 0x9b
[  1328.302] 	WinAAttributes: 0x7
[  1328.302] 	WinBAttributes: 0x0
[  1328.302] 	WinGranularity: 64
[  1328.302] 	WinSize: 64
[  1328.302] 	WinASegment: 0xa000
[  1328.302] 	WinBSegment: 0x0
[  1328.302] 	WinFuncPtr: 0xc00076cb
[  1328.303] 	BytesPerScanline: 3200
[  1328.303] 	XResolution: 800
[  1328.303] 	YResolution: 600
[  1328.303] 	XCharSize: 8
[  1328.303] 	YCharSize: 16
[  1328.303] 	NumberOfPlanes: 1
[  1328.303] 	BitsPerPixel: 32
[  1328.303] 	NumberOfBanks: 1
[  1328.304] 	MemoryModel: 6
[  1328.304] 	BankSize: 0
[  1328.304] 	NumberOfImages: 1
[  1328.304] 	RedMaskSize: 8
[  1328.304] 	RedFieldPosition: 16
[  1328.304] 	GreenMaskSize: 8
[  1328.304] 	GreenFieldPosition: 8
[  1328.304] 	BlueMaskSize: 8
[  1328.305] 	BlueFieldPosition: 0
[  1328.305] 	RsvdMaskSize: 8
[  1328.305] 	RsvdFieldPosition: 24
[  1328.305] 	DirectColorModeInfo: 0
[  1328.305] 	PhysBasePtr: 0xe8000000
[  1328.332] Mode: 116 (1024x768)
[  1328.332] 	ModeAttributes: 0x9b
[  1328.332] 	WinAAttributes: 0x7
[  1328.332] 	WinBAttributes: 0x0
[  1328.332] 	WinGranularity: 64
[  1328.332] 	WinSize: 64
[  1328.332] 	WinASegment: 0xa000
[  1328.332] 	WinBSegment: 0x0
[  1328.333] 	WinFuncPtr: 0xc00076cb
[  1328.333] 	BytesPerScanline: 2048
[  1328.333] 	XResolution: 1024
[  1328.333] 	YResolution: 768
[  1328.333] 	XCharSize: 8
[  1328.333] 	YCharSize: 16
[  1328.333] 	NumberOfPlanes: 1
[  1328.334] 	BitsPerPixel: 16
[  1328.334] 	NumberOfBanks: 1
[  1328.334] 	MemoryModel: 6
[  1328.334] 	BankSize: 0
[  1328.334] 	NumberOfImages: 1
[  1328.334] 	RedMaskSize: 5
[  1328.334] 	RedFieldPosition: 10
[  1328.334] 	GreenMaskSize: 5
[  1328.335] 	GreenFieldPosition: 5
[  1328.335] 	BlueMaskSize: 5
[  1328.335] 	BlueFieldPosition: 0
[  1328.335] 	RsvdMaskSize: 1
[  1328.335] 	RsvdFieldPosition: 15
[  1328.335] 	DirectColorModeInfo: 0
[  1328.335] 	PhysBasePtr: 0xe8000000
[  1328.362] *Mode: 117 (1024x768)
[  1328.362] 	ModeAttributes: 0x9b
[  1328.362] 	WinAAttributes: 0x7
[  1328.362] 	WinBAttributes: 0x0
[  1328.362] 	WinGranularity: 64
[  1328.362] 	WinSize: 64
[  1328.362] 	WinASegment: 0xa000
[  1328.363] 	WinBSegment: 0x0
[  1328.363] 	WinFuncPtr: 0xc00076cb
[  1328.363] 	BytesPerScanline: 2048
[  1328.363] 	XResolution: 1024
[  1328.363] 	YResolution: 768
[  1328.363] 	XCharSize: 8
[  1328.363] 	YCharSize: 16
[  1328.363] 	NumberOfPlanes: 1
[  1328.364] 	BitsPerPixel: 16
[  1328.364] 	NumberOfBanks: 1
[  1328.364] 	MemoryModel: 6
[  1328.364] 	BankSize: 0
[  1328.364] 	NumberOfImages: 1
[  1328.364] 	RedMaskSize: 5
[  1328.364] 	RedFieldPosition: 11
[  1328.364] 	GreenMaskSize: 6
[  1328.365] 	GreenFieldPosition: 5
[  1328.365] 	BlueMaskSize: 5
[  1328.365] 	BlueFieldPosition: 0
[  1328.365] 	RsvdMaskSize: 0
[  1328.365] 	RsvdFieldPosition: 0
[  1328.365] 	DirectColorModeInfo: 0
[  1328.365] 	PhysBasePtr: 0xe8000000
[  1328.392] Mode: 11c (1600x1200)
[  1328.392] 	ModeAttributes: 0x9b
[  1328.392] 	WinAAttributes: 0x7
[  1328.392] 	WinBAttributes: 0x0
[  1328.392] 	WinGranularity: 64
[  1328.392] 	WinSize: 64
[  1328.392] 	WinASegment: 0xa000
[  1328.393] 	WinBSegment: 0x0
[  1328.393] 	WinFuncPtr: 0xc00076cb
[  1328.393] 	BytesPerScanline: 1600
[  1328.393] 	XResolution: 1600
[  1328.393] 	YResolution: 1200
[  1328.393] 	XCharSize: 8
[  1328.393] 	YCharSize: 16
[  1328.394] 	NumberOfPlanes: 1
[  1328.394] 	BitsPerPixel: 8
[  1328.394] 	NumberOfBanks: 1
[  1328.394] 	MemoryModel: 4
[  1328.394] 	BankSize: 0
[  1328.394] 	NumberOfImages: 1
[  1328.394] 	RedMaskSize: 0
[  1328.394] 	RedFieldPosition: 0
[  1328.395] 	GreenMaskSize: 0
[  1328.395] 	GreenFieldPosition: 0
[  1328.395] 	BlueMaskSize: 0
[  1328.395] 	BlueFieldPosition: 0
[  1328.395] 	RsvdMaskSize: 0
[  1328.395] 	RsvdFieldPosition: 0
[  1328.395] 	DirectColorModeInfo: 0
[  1328.395] 	PhysBasePtr: 0xe8000000
[  1328.437] Mode: 118 (1024x768)
[  1328.437] 	ModeAttributes: 0x9b
[  1328.437] 	WinAAttributes: 0x7
[  1328.437] 	WinBAttributes: 0x0
[  1328.437] 	WinGranularity: 64
[  1328.438] 	WinSize: 64
[  1328.438] 	WinASegment: 0xa000
[  1328.438] 	WinBSegment: 0x0
[  1328.438] 	WinFuncPtr: 0xc00076cb
[  1328.438] 	BytesPerScanline: 4096
[  1328.438] 	XResolution: 1024
[  1328.438] 	YResolution: 768
[  1328.438] 	XCharSize: 8
[  1328.439] 	YCharSize: 16
[  1328.439] 	NumberOfPlanes: 1
[  1328.439] 	BitsPerPixel: 32
[  1328.439] 	NumberOfBanks: 1
[  1328.439] 	MemoryModel: 6
[  1328.439] 	BankSize: 0
[  1328.439] 	NumberOfImages: 0
[  1328.439] 	RedMaskSize: 8
[  1328.440] 	RedFieldPosition: 16
[  1328.440] 	GreenMaskSize: 8
[  1328.440] 	GreenFieldPosition: 8
[  1328.440] 	BlueMaskSize: 8
[  1328.440] 	BlueFieldPosition: 0
[  1328.440] 	RsvdMaskSize: 8
[  1328.440] 	RsvdFieldPosition: 24
[  1328.440] 	DirectColorModeInfo: 0
[  1328.440] 	PhysBasePtr: 0xe8000000
[  1328.482] Mode: 119 (1280x1024)
[  1328.482] 	ModeAttributes: 0x9b
[  1328.482] 	WinAAttributes: 0x7
[  1328.482] 	WinBAttributes: 0x0
[  1328.483] 	WinGranularity: 64
[  1328.483] 	WinSize: 64
[  1328.483] 	WinASegment: 0xa000
[  1328.483] 	WinBSegment: 0x0
[  1328.483] 	WinFuncPtr: 0xc00076cb
[  1328.483] 	BytesPerScanline: 2560
[  1328.483] 	XResolution: 1280
[  1328.483] 	YResolution: 1024
[  1328.484] 	XCharSize: 8
[  1328.484] 	YCharSize: 16
[  1328.484] 	NumberOfPlanes: 1
[  1328.484] 	BitsPerPixel: 16
[  1328.484] 	NumberOfBanks: 1
[  1328.484] 	MemoryModel: 6
[  1328.484] 	BankSize: 0
[  1328.484] 	NumberOfImages: 0
[  1328.485] 	RedMaskSize: 5
[  1328.485] 	RedFieldPosition: 10
[  1328.485] 	GreenMaskSize: 5
[  1328.485] 	GreenFieldPosition: 5
[  1328.485] 	BlueMaskSize: 5
[  1328.485] 	BlueFieldPosition: 0
[  1328.485] 	RsvdMaskSize: 1
[  1328.486] 	RsvdFieldPosition: 15
[  1328.486] 	DirectColorModeInfo: 0
[  1328.486] 	PhysBasePtr: 0xe8000000
[  1328.527] *Mode: 11a (1280x1024)
[  1328.527] 	ModeAttributes: 0x9b
[  1328.528] 	WinAAttributes: 0x7
[  1328.528] 	WinBAttributes: 0x0
[  1328.528] 	WinGranularity: 64
[  1328.528] 	WinSize: 64
[  1328.528] 	WinASegment: 0xa000
[  1328.528] 	WinBSegment: 0x0
[  1328.528] 	WinFuncPtr: 0xc00076cb
[  1328.528] 	BytesPerScanline: 2560
[  1328.528] 	XResolution: 1280
[  1328.529] 	YResolution: 1024
[  1328.529] 	XCharSize: 8
[  1328.529] 	YCharSize: 16
[  1328.529] 	NumberOfPlanes: 1
[  1328.529] 	BitsPerPixel: 16
[  1328.529] 	NumberOfBanks: 1
[  1328.529] 	MemoryModel: 6
[  1328.530] 	BankSize: 0
[  1328.530] 	NumberOfImages: 0
[  1328.530] 	RedMaskSize: 5
[  1328.530] 	RedFieldPosition: 11
[  1328.530] 	GreenMaskSize: 6
[  1328.530] 	GreenFieldPosition: 5
[  1328.530] 	BlueMaskSize: 5
[  1328.530] 	BlueFieldPosition: 0
[  1328.531] 	RsvdMaskSize: 0
[  1328.531] 	RsvdFieldPosition: 0
[  1328.531] 	DirectColorModeInfo: 0
[  1328.531] 	PhysBasePtr: 0xe8000000
[  1328.572] Mode: 11d (1600x1200)
[  1328.572] 	ModeAttributes: 0x9b
[  1328.573] 	WinAAttributes: 0x7
[  1328.573] 	WinBAttributes: 0x0
[  1328.573] 	WinGranularity: 64
[  1328.573] 	WinSize: 64
[  1328.573] 	WinASegment: 0xa000
[  1328.573] 	WinBSegment: 0x0
[  1328.573] 	WinFuncPtr: 0xc00076cb
[  1328.574] 	BytesPerScanline: 3200
[  1328.574] 	XResolution: 1600
[  1328.574] 	YResolution: 1200
[  1328.574] 	XCharSize: 8
[  1328.574] 	YCharSize: 16
[  1328.574] 	NumberOfPlanes: 1
[  1328.574] 	BitsPerPixel: 16
[  1328.574] 	NumberOfBanks: 1
[  1328.574] 	MemoryModel: 6
[  1328.575] 	BankSize: 0
[  1328.575] 	NumberOfImages: 0
[  1328.575] 	RedMaskSize: 5
[  1328.575] 	RedFieldPosition: 10
[  1328.575] 	GreenMaskSize: 5
[  1328.575] 	GreenFieldPosition: 5
[  1328.575] 	BlueMaskSize: 5
[  1328.575] 	BlueFieldPosition: 0
[  1328.576] 	RsvdMaskSize: 1
[  1328.576] 	RsvdFieldPosition: 15
[  1328.576] 	DirectColorModeInfo: 0
[  1328.576] 	PhysBasePtr: 0xe8000000
[  1328.617] *Mode: 11e (1600x1200)
[  1328.618] 	ModeAttributes: 0x9b
[  1328.618] 	WinAAttributes: 0x7
[  1328.618] 	WinBAttributes: 0x0
[  1328.618] 	WinGranularity: 64
[  1328.618] 	WinSize: 64
[  1328.618] 	WinASegment: 0xa000
[  1328.618] 	WinBSegment: 0x0
[  1328.619] 	WinFuncPtr: 0xc00076cb
[  1328.619] 	BytesPerScanline: 3200
[  1328.619] 	XResolution: 1600
[  1328.619] 	YResolution: 1200
[  1328.619] 	XCharSize: 8
[  1328.619] 	YCharSize: 16
[  1328.619] 	NumberOfPlanes: 1
[  1328.619] 	BitsPerPixel: 16
[  1328.620] 	NumberOfBanks: 1
[  1328.620] 	MemoryModel: 6
[  1328.620] 	BankSize: 0
[  1328.620] 	NumberOfImages: 0
[  1328.620] 	RedMaskSize: 5
[  1328.620] 	RedFieldPosition: 11
[  1328.620] 	GreenMaskSize: 6
[  1328.620] 	GreenFieldPosition: 5
[  1328.620] 	BlueMaskSize: 5
[  1328.621] 	BlueFieldPosition: 0
[  1328.621] 	RsvdMaskSize: 0
[  1328.621] 	RsvdFieldPosition: 0
[  1328.621] 	DirectColorModeInfo: 0
[  1328.621] 	PhysBasePtr: 0xe8000000
[  1328.621] 
[  1328.621] (II) VESA(0): Total Memory: 128 64KB banks (8192kB)
[  1328.622] (II) VESA(0): ACT (Targa) TM4269: Using hsync range of 30.00-70.00 kHz
[  1328.622] (II) VESA(0): ACT (Targa) TM4269: Using vrefresh range of 50.00-130.00 Hz
[  1328.622] (II) VESA(0): Not using mode "C1152x864" (no mode of this name)
[  1328.625] (II) VESA(0): Not using mode "C1024x768" (no mode of this name)
[  1328.625] (II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
[  1328.626] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[  1328.626] (**) VESA(0): *Built-in mode "1280x1024"
[  1328.626] (**) VESA(0): *Built-in mode "640x480"
[  1328.626] (**) VESA(0): *Built-in mode "800x600"
[  1328.626] (**) VESA(0): *Built-in mode "1024x768"
[  1328.626] (**) VESA(0): Display dimensions: (320, 240) mm
[  1328.626] (**) VESA(0): DPI set to (101, 108)
[  1328.627] (**) VESA(0): Using "Shadow Framebuffer"
[  1328.627] (II) Loading sub module "shadow"
[  1328.627] (II) LoadModule: "shadow"
[  1328.628] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1328.629] (II) Module shadow: vendor="X.Org Foundation"
[  1328.629] 	compiled for 1.14.5, module version = 1.1.0
[  1328.629] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1328.630] (II) Loading sub module "fb"
[  1328.630] (II) LoadModule: "fb"
[  1328.630] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1328.631] (II) Module fb: vendor="X.Org Foundation"
[  1328.632] 	compiled for 1.14.5, module version = 1.0.0
[  1328.632] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1328.633] (II) Loading sub module "int10"
[  1328.633] (II) LoadModule: "int10"
[  1328.634] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1328.635] (II) Module int10: vendor="X.Org Foundation"
[  1328.635] 	compiled for 1.14.5, module version = 1.0.0
[  1328.635] 	ABI class: X.Org Video Driver, version 14.1
[  1328.635] (II) VESA(0): initializing int10
[  1328.638] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  1328.648] (II) VESA(0): VESA BIOS detected
[  1328.649] (II) VESA(0): VESA VBE Version 2.0
[  1328.649] (II) VESA(0): VESA VBE Total Mem: 8192 kB
[  1328.649] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[  1328.649] (II) VESA(0): VESA VBE OEM Software Rev: 1.2
[  1328.649] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[  1328.649] (II) VESA(0): VESA VBE OEM Product: MGA-G200
[  1328.650] (II) VESA(0): VESA VBE OEM Product Rev: 00
[  1328.653] (II) VESA(0): virtual address = 0xb6515000,
	physical address = 0xe8000000, size = 8388608
[  1328.864] (II) VESA(0): Setting up VESA Mode 0x11A (1280x1024)
[  1328.957] (==) VESA(0): Default visual is TrueColor
[  1328.958] (==) VESA(0): Backing store disabled
[  1328.960] (**) VESA(0): DPMS enabled
[  1328.960] (==) RandR enabled
[  1329.049] (II) SELinux: Disabled on system
[  1329.061] (II) AIGLX: Screen 0 is not DRI2 capable
[  1329.061] (II) AIGLX: Screen 0 is not DRI capable
[  1329.165] (II) AIGLX: Loaded and initialized swrast
[  1329.165] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1329.171] [dix] Could not init font path element unix/:7100, removing from list!
[  1329.680] (II) Using input driver 'evdev' for 'Trackball'
[  1329.681] (**) Trackball: always reports core events
[  1329.681] (EE) evdev: Trackball: No device specified.
[  1329.681] (EE) PreInit returned 2 for "Trackball"
[  1329.682] (II) UnloadModule: "evdev"
[  1329.765] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1329.769] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1329.769] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1329.769] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1329.769] (**) AT Translated Set 2 keyboard: always reports core events
[  1329.770] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1329.770] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1329.770] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1329.770] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1329.771] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1329.771] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 6)
[  1329.771] (**) Option "xkb_rules" "evdev"
[  1329.771] (**) Option "xkb_model" "pc105"
[  1329.771] (**) Option "xkb_layout" "gb"
[  1329.772] (**) Option "xkb_variant" "extd"
[  1329.772] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1330.000] (II) config/udev: Adding input device PS2++ Logitech TrackMan (/dev/input/event1)
[  1330.000] (**) PS2++ Logitech TrackMan: Applying InputClass "evdev pointer catchall"
[  1330.000] (**) PS2++ Logitech TrackMan: Applying InputClass "marble_FX"
[  1330.000] (II) Using input driver 'evdev' for 'PS2++ Logitech TrackMan'
[  1330.001] (**) PS2++ Logitech TrackMan: always reports core events
[  1330.001] (**) evdev: PS2++ Logitech TrackMan: Device: "/dev/input/event1"
[  1330.001] (--) evdev: PS2++ Logitech TrackMan: Vendor 0x2 Product 0x2
[  1330.002] (--) evdev: PS2++ Logitech TrackMan: Found 8 mouse buttons
[  1330.002] (--) evdev: PS2++ Logitech TrackMan: Found relative axes
[  1330.002] (--) evdev: PS2++ Logitech TrackMan: Found x and y relative axes
[  1330.002] (II) evdev: PS2++ Logitech TrackMan: Configuring as mouse
[  1330.002] (**) Option "EmulateWheel" "true"
[  1330.003] (**) Option "EmulateWheelButton" "8"
[  1330.003] (**) Option "YAxisMapping" "4 5"
[  1330.003] (**) evdev: PS2++ Logitech TrackMan: YAxisMapping: buttons 4 and 5
[  1330.003] (**) Option "XAxisMapping" "6 7"
[  1330.003] (**) evdev: PS2++ Logitech TrackMan: XAxisMapping: buttons 6 and 7
[  1330.004] (**) evdev: PS2++ Logitech TrackMan: EmulateWheelButton: 8, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1330.004] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  1330.004] (II) XINPUT: Adding extended input device "PS2++ Logitech TrackMan" (type: MOUSE, id 7)
[  1330.005] (II) evdev: PS2++ Logitech TrackMan: initialized for relative axes.
[  1330.006] (**) PS2++ Logitech TrackMan: (accel) keeping acceleration scheme 1
[  1330.006] (**) PS2++ Logitech TrackMan: (accel) acceleration profile 0
[  1330.007] (**) PS2++ Logitech TrackMan: (accel) acceleration factor: 2.000
[  1330.007] (**) PS2++ Logitech TrackMan: (accel) acceleration threshold: 4
[  1330.009] (II) config/udev: Adding input device PS2++ Logitech TrackMan (/dev/input/mouse0)
[  1330.010] (**) PS2++ Logitech TrackMan: Applying InputClass "marble_FX"
[  1330.010] (II) Using input driver 'evdev' for 'PS2++ Logitech TrackMan'
[  1330.010] (**) PS2++ Logitech TrackMan: always reports core events
[  1330.010] (**) evdev: PS2++ Logitech TrackMan: Device: "/dev/input/mouse0"
[  1330.010] (EE) evdev: PS2++ Logitech TrackMan: ioctl EVIOCGBIT for bitmask in EvdevOpenMTDev failed: Inappropriate ioctl for device
[  1330.011] (EE) PS2++ Logitech TrackMan: Couldn't open mtdev device
[  1330.021] (EE) PreInit returned 2 for "PS2++ Logitech TrackMan"
[  1330.022] (II) UnloadModule: "evdev"
[  1800.959] (II) Open APM successful
[  1800.959] (II) VESA(0): Setting up VESA Mode 0x11A (1280x1024)
[  1801.073] (II) LoadModule: "modesetting"
[  1801.096] (WW) Warning, couldn't open module modesetting
[  1801.097] (II) UnloadModule: "modesetting"
[  1801.097] (II) Unloading modesetting
[  1801.097] (EE) Failed to load module "modesetting" (module does not exist, 0)
[  1956.281] (II) evdev: PS2++ Logitech TrackMan: Close
[  1956.288] (II) UnloadModule: "evdev"
[  1956.288] (II) evdev: AT Translated Set 2 keyboard: Close
[  1956.288] (II) UnloadModule: "evdev"
[  1956.364] (EE) Server terminated successfully (0). Closing log file.

udev information:
-----------------
P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=70506

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=125446
E: XKBLAYOUT=gb
E: XKBMODEL=pc105
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: XKBVARIANT=extd

P: /devices/platform/i8042/serio1/input/input2
E: DEVPATH=/devices/platform/i8042/serio1/input/input2
E: EV=7
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=f0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0002e0049-e0,1,2,k110,111,112,113,r0,1,amlsfw
E: NAME="PS2++ Logitech TrackMan"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/2/49
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=71021

P: /devices/platform/i8042/serio1/input/input2/event1
N: input/event1
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=130167
E: x11_options.EmulateWheel=true
E: x11_options.EmulateWheelButton=8
E: x11_options.XAxisMapping=6 7
E: x11_options.YAxisMapping=4 5
E: x11_options.ZAxisMapping=4 5

P: /devices/platform/i8042/serio1/input/input2/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=71278


DRM Information from dmesg:
---------------------------
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 440BX Chipset
agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[drm] Initialized drm 1.1.0 20060810
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
[drm] Initialized mga 3.2.1 20051102 for 0000:01:00.0 on minor 0


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.13.0-rc4+ (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6                                  2.17-97
ii  libmtdev1                              1.1.4-1
ii  libudev1                               204-5
ii  xserver-xorg-core [xorg-input-abi-19]  2:1.14.5-1

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

-- no debconf information


Reply to: