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

Bug#572922: marked as done (xserver-xorg-video-intel: X server crashes on blank when only using a secondary display)



Your message dated Sun, 18 Apr 2010 16:47:30 +0000
with message-id <E1O3Xec-0000Rs-FU@ries.debian.org>
and subject line Bug#567318: fixed in aptitude 0.6.2-1
has caused the Debian Bug report #567318,
regarding xserver-xorg-video-intel: X server crashes on blank when only using a secondary display
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
567318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567318
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.9.1-2
Severity: normal

While using X on my Lenovo ThinkPad X200 and setting the display to the
external display only (VGA connector, turning off LVDS), it'll crash as soon
as the display blanks. This doesn't happen if LVDS is on or it's LVDS only.
I can use it normally if it doesn't blanks.
I found this on Xorg.0.log.old:
--------

(II) intel(0): Allocate new frame buffer 1680x1050 stride 1792

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x28) [0x4a0b88]
1: /usr/bin/X (0x400000+0x64259) [0x464259]
2: /lib/libpthread.so.0 (0x7fd95b4ba000+0xe990) [0x7fd95b4c8990]
3: /usr/bin/X (xf86GetGammaRampSize+0x4b) [0x52793b]
4: /usr/lib/xorg/modules/extensions/libextmod.so (0x7fd958e9f000+0xbdc5) [0x7fd958eaadc5]
5: /usr/bin/X (0x400000+0x31584) [0x431584]
6: /usr/bin/X (0x400000+0x25bca) [0x425bca]
7: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fd959daeabd]
8: /usr/bin/X (0x400000+0x25779) [0x425779]
Segmentation fault at address 0x1b8

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting

---------------
Videocard has pci id 8086:2a42
Running post 2.6.33 kernel (linus' git), but the problem happens on pre 2.6.33
kernels too.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx. 1 root root 13 Jan 23  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1866912 Feb 16 05:25 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3620 Jul 10  2009 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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"
#	FontPath	"unix/:7100"			# local font server
#	FontPath	"unix/:7101"			# local font server
        FontPath        "/etc/X11/fonts/100dpi"
        FontPath        "/etc/X11/fonts/75dpi"
        FontPath        "/etc/X11/fonts/misc"
        FontPath        "/etc/X11/fonts/Type1"
        FontPath        "/etc/X11/fonts/X11R7"
	# if the local font server has problems, we can fall back on these
#	FontPath	"/usr/share/fonts/X11/misc"
#	FontPath	"/usr/lib/X11/fonts/misc"
#	FontPath	"/usr/share/fonts/X11/cyrillic"
#	FontPath	"/usr/lib/X11/fonts/cyrillic"
#	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
#	FontPath	"/usr/share/fonts/X11/Type1"
#	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath	"/usr/share/fonts/X11/CID"
#	FontPath	"/usr/lib/X11/fonts/CID"
#	FontPath	"/usr/share/fonts/X11/100dpi"
#	FontPath	"/usr/lib/X11/fonts/100dpi"
#	FontPath	"/usr/share/fonts/X11/75dpi"
#	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"intel"
#	VideoRAM	64000
	Option		"monitor-LVDS" "lcd"
#	Option		"monitor-VGA" "samsung"
#	Option		"noaccel" "on"
EndSection

Section "Monitor"
	Identifier	"lcd"
	Option		"Position"	"0 0"
EndSection

#Section "Monitor"
#	Identifier	"samsung"
#	Option		"Position" "1280 0"
#	Option		"RightOf" "lcd"
#	HorizSync	30-81
#	VertRefresh	56-75
#EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"lcd"
EndSection

Section "InputDevice"
	Identifier	"cursor-g4"
	Driver		"wacom"
	Option		"Type" "cursor"
	Option		"Device" "/dev/input/wacom-tablets/graphire4-4x5"
	Option		"Mode" "relative"
	Option		"Tilt" "on"
	Option		"Threshold" "20"
	Option		"Suppress" "6"
	Option		"USB" "On"
EndSection

Section "InputDevice"
	Identifier	"stylus-g4"
	Driver		"wacom"
	Option		"Type" "stylus"
	Option		"Device" "/dev/input/wacom-tablets/graphire4-4x5"
	Option		"Mode" "absolute"
	Option		"Tilt" "on"
	Option		"Threshold" "20"
	Option		"PressCurve" "5,0,100,95"
	Option		"Suppress" "6"
	Option		"USB" "On"
EndSection

Section "InputDevice"
	Identifier	"eraser-g4"
	Driver		"wacom"
	Option		"Type" "eraser"
	Option		"Device" "/dev/input/wacom-tablets/graphire4-4x5"
	Option		"Mode" "absolute"
	Option		"Tilt" "on"
	Option		"Threshold" "20"
	Option		"PressCurve" "5,0,100,95"
	Option		"Suppress" "6"
	Option		"USB" "On"
EndSection

Section "InputDevice"
	Identifier	"pad-g4"
	Driver		"wacom"
	Option		"Type" "pad"
	Option		"Device" "/dev/input/wacom-tablets/graphire4-4x5"
EndSection

Section "ServerLayout"
	Identifier     "default"
	Screen      0 "Default Screen"

	InputDevice	"cursor-g4" "AlwaysCore"
	InputDevice	"eraser-g4" "AlwaysCore"
	InputDevice	"stylus-g4" "AlwaysCore"
	InputDevice	"pad-g4"
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 19755 Jan 26  2009 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 40336 Mar  5 16:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux james 2.6.33 #68 SMP Mon Mar 1 22:25:20 EST 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.33 root=UUID=be30a3cb-0039-4d67-a43b-3cf03c558661 ro resume=/dev/sda4
Build Date: 16 February 2010  10:23:38AM
xorg-server 2:1.7.5-1 (buildd@brahms.debian.org) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar  5 16:37:32 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "default"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "lcd"
(==) No device specified for screen "Default Screen".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(**) |-->Input Device "cursor-g4"
(**) |-->Input Device "eraser-g4"
(**) |-->Input Device "stylus-g4"
(**) |-->Input Device "pad-g4"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/etc/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/etc/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/etc/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/etc/X11/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/etc/X11/fonts/misc".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/etc/X11/fonts/misc").
(WW) `fonts.dir' not found (or not valid) in "/etc/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/etc/X11/fonts/Type1").
(WW) `fonts.dir' not found (or not valid) in "/etc/X11/fonts/X11R7".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/etc/X11/fonts/X11R7").
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/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,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x7c1e20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 13

(--) PCI:*(0:0:2:0) 8086:2a42:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0:0:2:1) 8086:2a43:17aa:20e4 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf2400000/1048576
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.9.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
(--) intel(0): Chipset: "GM45"
(II) intel(0): Output VGA1 using monitor section lcd
(**) intel(0): Option "Position" "0 0"
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
(II) intel(0): Output HDMI1 has no monitor section
(II) intel(0): Output DP1 has no monitor section
(II) intel(0): Output HDMI2 has no monitor section
(II) intel(0): Output DP2 has no monitor section
(II) intel(0): Output DP3 has no monitor section
(II) intel(0): EDID for output VGA1
(II) intel(0): Manufacturer: SAM  Model: 27c  Serial#: 1296380464
(II) intel(0): Year: 2007  Week: 6
(II) intel(0): EDID Version: 1.3
(II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) intel(0): Sync:  Separate  Composite  SyncOnGreen
(II) intel(0): Max Image Size [cm]: horiz.: 43  vert.: 27
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: Off; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported established timings:
(II) intel(0): 720x400@70Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@67Hz
(II) intel(0): 640x480@72Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@56Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@72Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 832x624@75Hz
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@70Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): 1280x1024@75Hz
(II) intel(0): 1152x864@75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported standard timings:
(II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
(II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) intel(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 119.0 MHz   Image Size:  433 x 271 mm
(II) intel(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
(II) intel(0): Monitor name: SyncMaster
(II) intel(0): Serial No: HVBP200702
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff004c2d7c023032454d
(II) intel(0): 	061101030e2b1b782aee95a3544c9926
(II) intel(0): 	0f5054bfef80b30081808140714f0101
(II) intel(0): 	0101010101017c2e90a0601a1e403020
(II) intel(0): 	3600b10f1100001a000000fd00384b1e
(II) intel(0): 	510e000a202020202020000000fc0053
(II) intel(0): 	796e634d61737465720a2020000000ff
(II) intel(0): 	00485642503230303730320a2020008a
(II) intel(0): EDID vendor "SAM", prod id 636
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) intel(0): Printing probed modes for output VGA1
(II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: LEN  Model: 4010  Serial#: 0
(II) intel(0): Year: 2007  Week: 1
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 16
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.1 MHz   Image Size:  261 x 163 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 59.3 MHz   Image Size:  261 x 163 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Unknown vendor-specific block f
(II) intel(0):  B121EW03 V6
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0030ae104000000000
(II) intel(0): 	01110103801a1078ea87f594574f8c27
(II) intel(0): 	27505400000001010101010101010101
(II) intel(0): 	010101010101c61b00a0502017303020
(II) intel(0): 	360005a310000018261700a050201730
(II) intel(0): 	3020360005a3100000180000000f0081
(II) intel(0): 	0a3c810a3214010006af1436000000fe
(II) intel(0): 	004231323145573033205636200a00aa
(II) intel(0): Not using default mode "320x175" (doublescan mode not supported)
(II) intel(0): Not using default mode "320x200" (doublescan mode not supported)
(II) intel(0): Not using default mode "360x200" (doublescan mode not supported)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (interlace mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "416x312" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1280x800"x60.0   71.10  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x50.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output HDMI2
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output DP3
(II) intel(0): Output VGA1 connected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output HDMI1 disconnected
(II) intel(0): Output DP1 disconnected
(II) intel(0): Output HDMI2 disconnected
(II) intel(0): Output DP2 disconnected
(II) intel(0): Output DP3 disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output VGA1 using initial mode 1680x1050
(II) intel(0): Output LVDS1 using initial mode 1280x800
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) intel(0): video overlay key set to 0x101fe
(**) intel(0): Display dimensions: (430, 270) mm
(**) intel(0): DPI set to (99, 98)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(WW) intel(0): Option "monitor-LVDS" is not used
(WW) intel(0): Option "Position" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 444 x 277
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(EE) No input driver matching `wacom'
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(EE) No input driver matching `wacom'
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(EE) No input driver matching `wacom'
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(EE) No input driver matching `wacom'
(II) config/udev: Adding input device "Power Button" (/dev/input/event3)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event3"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "Video Bus" (/dev/input/event11)
(**) "Video Bus": always reports core events
(**) "Video Bus": Device: "/dev/input/event11"
(II) "Video Bus": Found keys
(II) "Video Bus": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Video Bus"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "Sleep Button" (/dev/input/event2)
(**) "Sleep Button": always reports core events
(**) "Sleep Button": Device: "/dev/input/event2"
(II) "Sleep Button": Found keys
(II) "Sleep Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Sleep Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "Belkin Belkin n52te" (/dev/input/event12)
(**) "Belkin Belkin n52te": always reports core events
(**) "Belkin Belkin n52te": Device: "/dev/input/event12"
(II) "Belkin Belkin n52te": Found keys
(II) "Belkin Belkin n52te": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Belkin Belkin n52te"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "Belkin Belkin n52te" (/dev/input/event13)
(**) "Belkin Belkin n52te": always reports core events
(**) "Belkin Belkin n52te": Device: "/dev/input/event13"
(II) "Belkin Belkin n52te": Found 8 mouse buttons
(II) "Belkin Belkin n52te": Found scroll wheel(s)
(II) "Belkin Belkin n52te": Found relative axes
(II) "Belkin Belkin n52te": Found x and y relative axes
(II) "Belkin Belkin n52te": Found absolute axes
(II) "Belkin Belkin n52te": Found keys
(II) "Belkin Belkin n52te": Configuring as mouse
(II) "Belkin Belkin n52te": Configuring as keyboard
(**) "Belkin Belkin n52te": YAxisMapping: buttons 4 and 5
(**) "Belkin Belkin n52te": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Belkin Belkin n52te"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(**) "Belkin Belkin n52te": (accel) keeping acceleration scheme 1
(**) "Belkin Belkin n52te": (accel) acceleration profile 0
(II) "Belkin Belkin n52te": initialized for relative axes.
(WW) "Belkin Belkin n52te": ignoring absolute axes.
(II) config/udev: Adding input device "Belkin Belkin n52te" (/dev/input/mouse1)
(**) "Belkin Belkin n52te": always reports core events
(**) "Belkin Belkin n52te": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Belkin Belkin n52te""
(II) config/udev: Adding input device "CHESEN PS2 to USB Converter" (/dev/input/event14)
(**) "CHESEN PS2 to USB Converter": always reports core events
(**) "CHESEN PS2 to USB Converter": Device: "/dev/input/event14"
(II) "CHESEN PS2 to USB Converter": Found keys
(II) "CHESEN PS2 to USB Converter": Configuring as keyboard
(II) XINPUT: Adding extended input device ""CHESEN PS2 to USB Converter"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "CHESEN PS2 to USB Converter" (/dev/input/event15)
(**) "CHESEN PS2 to USB Converter": always reports core events
(**) "CHESEN PS2 to USB Converter": Device: "/dev/input/event15"
(II) "CHESEN PS2 to USB Converter": Found 10 mouse buttons
(II) "CHESEN PS2 to USB Converter": Found scroll wheel(s)
(II) "CHESEN PS2 to USB Converter": Found relative axes
(II) "CHESEN PS2 to USB Converter": Found x and y relative axes
(II) "CHESEN PS2 to USB Converter": Found absolute axes
(II) "CHESEN PS2 to USB Converter": Found keys
(II) "CHESEN PS2 to USB Converter": Configuring as mouse
(II) "CHESEN PS2 to USB Converter": Configuring as keyboard
(**) "CHESEN PS2 to USB Converter": YAxisMapping: buttons 4 and 5
(**) "CHESEN PS2 to USB Converter": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""CHESEN PS2 to USB Converter"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(**) "CHESEN PS2 to USB Converter": (accel) keeping acceleration scheme 1
(**) "CHESEN PS2 to USB Converter": (accel) acceleration profile 0
(II) "CHESEN PS2 to USB Converter": initialized for relative axes.
(WW) "CHESEN PS2 to USB Converter": ignoring absolute axes.
(II) config/udev: Adding input device "CHESEN PS2 to USB Converter" (/dev/input/mouse2)
(**) "CHESEN PS2 to USB Converter": always reports core events
(**) "CHESEN PS2 to USB Converter": Device: "/dev/input/mouse2"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""CHESEN PS2 to USB Converter""
(II) config/udev: Adding input device "Logitech Trackball" (/dev/input/event16)
(**) "Logitech Trackball": always reports core events
(**) "Logitech Trackball": Device: "/dev/input/event16"
(II) "Logitech Trackball": Found 3 mouse buttons
(II) "Logitech Trackball": Found scroll wheel(s)
(II) "Logitech Trackball": Found relative axes
(II) "Logitech Trackball": Found x and y relative axes
(II) "Logitech Trackball": Configuring as mouse
(**) "Logitech Trackball": YAxisMapping: buttons 4 and 5
(**) "Logitech Trackball": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech Trackball"" (type: MOUSE)
(**) "Logitech Trackball": (accel) keeping acceleration scheme 1
(**) "Logitech Trackball": (accel) acceleration profile 0
(II) "Logitech Trackball": initialized for relative axes.
(II) config/udev: Adding input device "Logitech Trackball" (/dev/input/mouse3)
(**) "Logitech Trackball": always reports core events
(**) "Logitech Trackball": Device: "/dev/input/mouse3"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech Trackball""
(II) config/udev: Adding input device "UVC Camera (17ef:480c)" (/dev/input/event5)
(**) "UVC Camera (17ef:480c)": always reports core events
(**) "UVC Camera (17ef:480c)": Device: "/dev/input/event5"
(II) "UVC Camera (17ef:480c)": Found keys
(II) "UVC Camera (17ef:480c)": Configuring as keyboard
(II) XINPUT: Adding extended input device ""UVC Camera (17ef:480c)"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "AT Translated Set 2 keyboard" (/dev/input/event0)
(**) "AT Translated Set 2 keyboard": always reports core events
(**) "AT Translated Set 2 keyboard": Device: "/dev/input/event0"
(II) "AT Translated Set 2 keyboard": Found keys
(II) "AT Translated Set 2 keyboard": Configuring as keyboard
(II) XINPUT: Adding extended input device ""AT Translated Set 2 keyboard"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "TPPS/2 IBM TrackPoint" (/dev/input/event4)
(**) "TPPS/2 IBM TrackPoint": always reports core events
(**) "TPPS/2 IBM TrackPoint": Device: "/dev/input/event4"
(II) "TPPS/2 IBM TrackPoint": Found 3 mouse buttons
(II) "TPPS/2 IBM TrackPoint": Found relative axes
(II) "TPPS/2 IBM TrackPoint": Found x and y relative axes
(II) "TPPS/2 IBM TrackPoint": Configuring as mouse
(**) "TPPS/2 IBM TrackPoint": YAxisMapping: buttons 4 and 5
(**) "TPPS/2 IBM TrackPoint": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""TPPS/2 IBM TrackPoint"" (type: MOUSE)
(**) "TPPS/2 IBM TrackPoint": (accel) keeping acceleration scheme 1
(**) "TPPS/2 IBM TrackPoint": (accel) acceleration profile 0
(II) "TPPS/2 IBM TrackPoint": initialized for relative axes.
(II) config/udev: Adding input device "TPPS/2 IBM TrackPoint" (/dev/input/mouse0)
(**) "TPPS/2 IBM TrackPoint": always reports core events
(**) "TPPS/2 IBM TrackPoint": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""TPPS/2 IBM TrackPoint""
(II) config/udev: Adding input device "ACPI Virtual Keyboard Device" (/dev/input/event10)
(**) "ACPI Virtual Keyboard Device": always reports core events
(**) "ACPI Virtual Keyboard Device": Device: "/dev/input/event10"
(II) "ACPI Virtual Keyboard Device": Found keys
(II) "ACPI Virtual Keyboard Device": Configuring as keyboard
(II) XINPUT: Adding extended input device ""ACPI Virtual Keyboard Device"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) intel(0): EDID vendor "LEN", prod id 16400
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.10  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16400
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.10  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)
(II) intel(0): EDID vendor "LEN", prod id 16400
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x800"x0.0   71.10  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): Modeline "1280x800"x0.0   59.26  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (41.2 kHz)

udev information:
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-event-kbd
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:65

P: /devices/virtual/input/input10/event10
N: input/event10
S: char/13:74
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:74
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11
N: input/event11
S: char/13:75
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:75
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.1/1-5.1:1.0/input/input12/event12
N: input/event12
S: char/13:76
S: input/by-id/usb-Belkin_Belkin_n52te-event-kbd
S: input/by-path/pci-0000:00:1a.7-usb-0:5.1:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.1/1-5.1:1.0/input/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Belkin
E: ID_VENDOR_ENC=Belkin
E: ID_VENDOR_ID=050d
E: ID_MODEL=Belkin_n52te
E: ID_MODEL_ENC=Belkin\x20n52te
E: ID_MODEL_ID=0200
E: ID_REVISION=2100
E: ID_SERIAL=Belkin_Belkin_n52te
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030002:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.7-usb-0:5.1:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:76 /dev/input/by-id/usb-Belkin_Belkin_n52te-event-kbd /dev/input/by-path/pci-0000:00:1a.7-usb-0:5.1:1.0-event-kbd
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.1/1-5.1:1.1/input/input13/event13
N: input/event13
S: char/13:77
S: input/by-id/usb-Belkin_Belkin_n52te-event-mouse
S: input/by-path/pci-0000:00:1a.7-usb-0:5.1:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.1/1-5.1:1.1/input/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Belkin
E: ID_VENDOR_ENC=Belkin
E: ID_VENDOR_ID=050d
E: ID_MODEL=Belkin_n52te
E: ID_MODEL_ENC=Belkin\x20n52te
E: ID_MODEL_ID=0200
E: ID_REVISION=2100
E: ID_SERIAL=Belkin_Belkin_n52te
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030002:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.7-usb-0:5.1:1.1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:77 /dev/input/by-id/usb-Belkin_Belkin_n52te-event-mouse /dev/input/by-path/pci-0000:00:1a.7-usb-0:5.1:1.1-event-mouse
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.1/1-5.3.1:1.0/input/input14/event14
N: input/event14
S: char/13:78
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd
S: input/by-path/pci-0000:00:1a.7-usb-0:5.3.1:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.1/1-5.3.1:1.0/input/input14/event14
E: MAJOR=13
E: MINOR=78
E: DEVNAME=/dev/input/event14
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0518
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0001
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.7-usb-0:5.3.1:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:78 /dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd /dev/input/by-path/pci-0000:00:1a.7-usb-0:5.3.1:1.0-event-kbd
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.1/1-5.3.1:1.1/input/input15/event15
N: input/event15
S: char/13:79
S: input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse
S: input/by-path/pci-0000:00:1a.7-usb-0:5.3.1:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.1/1-5.3.1:1.1/input/input15/event15
E: MAJOR=13
E: MINOR=79
E: DEVNAME=/dev/input/event15
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0518
E: ID_MODEL=PS2_to_USB_Converter
E: ID_MODEL_ENC=PS2\x20to\x20USB\x20Converter
E: ID_MODEL_ID=0001
E: ID_REVISION=0010
E: ID_SERIAL=CHESEN_PS2_to_USB_Converter
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.7-usb-0:5.3.1:1.1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:79 /dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse /dev/input/by-path/pci-0000:00:1a.7-usb-0:5.3.1:1.1-event-mouse
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.4/1-5.3.4:1.0/input/input16/event16
N: input/event16
S: char/13:80
S: input/by-id/usb-Logitech_Trackball-event-mouse
S: input/by-path/pci-0000:00:1a.7-usb-0:5.3.4:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.3/1-5.3.4/1-5.3.4:1.0/input/input16/event16
E: MAJOR=13
E: MINOR=80
E: DEVNAME=/dev/input/event16
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Trackball
E: ID_MODEL_ENC=Trackball
E: ID_MODEL_ID=c404
E: ID_REVISION=0220
E: ID_SERIAL=Logitech_Trackball
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.7-usb-0:5.3.4:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:80 /dev/input/by-id/usb-Logitech_Trackball-event-mouse /dev/input/by-path/pci-0000:00:1a.7-usb-0:5.3.4:1.0-event-mouse

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:66
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:67
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
S: char/13:68
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: x11_driver=evdev
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-id/usb-Chicony_Electronics_Co.__Ltd._480c-event-if00
S: input/by-path/pci-0000:00:1a.7-usb-0:6:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Chicony_Electronics_Co.__Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2c\x20Ltd.
E: ID_VENDOR_ID=17ef
E: ID_MODEL=480c
E: ID_MODEL_ENC=480c
E: ID_MODEL_ID=480c
E: ID_REVISION=3134
E: ID_SERIAL=Chicony_Electronics_Co.__Ltd._480c
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1a.7-usb-0:6:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:69 /dev/input/by-id/usb-Chicony_Electronics_Co.__Ltd._480c-event-if00 /dev/input/by-path/pci-0000:00:1a.7-usb-0:6:1.0-event
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6
N: input/event6
S: char/13:70
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ACL_MANAGE=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:70

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ACL_MANAGE=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:71

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
N: input/event8
S: char/13:72
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ACL_MANAGE=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:72

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
N: input/event9
S: char/13:73
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ACL_MANAGE=1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/char/13:73

DRM Information from dmesg:
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.935406] Linux agpgart interface v0.103
[    1.266694] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.269569] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[    1.323901] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   60.149848] [drm] Initialized drm 1.1.0 20060810
[   60.295336] [drm] set up 31M of stolen space
[   61.096523] fb0: inteldrmfb frame buffer device
[   61.104217] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (101, 'experimental'), (101, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdrm-intel1                 2.4.18-2   Userspace interface to intel-speci
ii  libdrm2                       2.4.18-2   Userspace interface to kernel DRM 
ii  libpciaccess0                 0.11.0-1   Generic PCI access library for X
ii  libxext6                      2:1.1.1-2  X11 miscellaneous extension librar
ii  libxfixes3                    1:4.0.4-1  X11 miscellaneous 'fixes' extensio
ii  libxv1                        2:1.0.5-1  X11 Video extension library
ii  libxvmc1                      2:1.0.5-1  X11 Video extension library
ii  xserver-xorg-core             2:1.7.5-1  Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.2-1

We believe that the bug you reported is fixed in the latest version of
aptitude, which is due to be installed in the Debian FTP archive:

aptitude-dbg_0.6.2-1_amd64.deb
  to main/a/aptitude/aptitude-dbg_0.6.2-1_amd64.deb
aptitude-doc-cs_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-cs_0.6.2-1_all.deb
aptitude-doc-en_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-en_0.6.2-1_all.deb
aptitude-doc-es_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-es_0.6.2-1_all.deb
aptitude-doc-fi_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-fi_0.6.2-1_all.deb
aptitude-doc-fr_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-fr_0.6.2-1_all.deb
aptitude-doc-ja_0.6.2-1_all.deb
  to main/a/aptitude/aptitude-doc-ja_0.6.2-1_all.deb
aptitude-gtk_0.6.2-1_amd64.deb
  to main/a/aptitude/aptitude-gtk_0.6.2-1_amd64.deb
aptitude_0.6.2-1.diff.gz
  to main/a/aptitude/aptitude_0.6.2-1.diff.gz
aptitude_0.6.2-1.dsc
  to main/a/aptitude/aptitude_0.6.2-1.dsc
aptitude_0.6.2-1_amd64.deb
  to main/a/aptitude/aptitude_0.6.2-1_amd64.deb
aptitude_0.6.2.orig.tar.gz
  to main/a/aptitude/aptitude_0.6.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 567318@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Burrows <dburrows@debian.org> (supplier of updated aptitude package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 18 Apr 2010 08:45:16 -0700
Source: aptitude
Binary: aptitude aptitude-gtk aptitude-dbg aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source amd64 all
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <dburrows@debian.org>
Changed-By: Daniel Burrows <dburrows@debian.org>
Description: 
 aptitude   - terminal-based package manager (terminal interface only)
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package manager
 aptitude-gtk - terminal-based package manager (GUI and terminal interfaces)
Closes: 567318
Changes: 
 aptitude (0.6.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
     - Includes the patch for #567242 to not crash when the user sets
       a rejection by package name and version at the command-line,
       previously backported.
 .
     - Includes the patch for #566205 to make sure that download progress
       bars are deleted when the download is finished.
 .
     - Don't crash in "aptitude changelog" when the package given on
       the command-line doesn't have a valid version (Closes: #567318).
       Thanks to Dmitry Semyonov for the patch.
Checksums-Sha1: 
 a360d32ec8399abbe83842d0b8a934cd43b55645 1593 aptitude_0.6.2-1.dsc
 804230feab81a35a49b9d680d53cdd93c4e04b31 7934308 aptitude_0.6.2.orig.tar.gz
 27cd2a5bc729cdf198c8791270ff22aa4a6113f8 39853 aptitude_0.6.2-1.diff.gz
 02e30940465b3ea0c8121000c2ee74459c6d05af 3786304 aptitude_0.6.2-1_amd64.deb
 7b0e3a5ae298643af93b8e78798bd64592a9c9ea 1881118 aptitude-gtk_0.6.2-1_amd64.deb
 ed2568d4495abfff05a2ee48b3ea33b0c51b03b0 22037970 aptitude-dbg_0.6.2-1_amd64.deb
 74de82e5fc5a57216fb0f46c5ee91e12d89b7825 387306 aptitude-doc-cs_0.6.2-1_all.deb
 babc2ebef1c15944e8d97a408602f9acfe0ca0e8 454850 aptitude-doc-en_0.6.2-1_all.deb
 34d8ea7bda527e9302768472c4496e0677f8bf1a 479082 aptitude-doc-es_0.6.2-1_all.deb
 dc59dceba98df681337e4707bfcd64b3c2baec71 276610 aptitude-doc-fi_0.6.2-1_all.deb
 979303ad5c71728f911ff3bb2a27442755f0713c 338366 aptitude-doc-fr_0.6.2-1_all.deb
 25df6b3787fee082fb44e30d0b6077e2fd4ba79d 400960 aptitude-doc-ja_0.6.2-1_all.deb
Checksums-Sha256: 
 ae98e0bdaf2e82abee5d5b1f4c7649ffbb715db44bb670d78d372accb4613122 1593 aptitude_0.6.2-1.dsc
 026d0f422d4438ae5e464a170db1f325fa2f001988699397f23bc1a1a9abba16 7934308 aptitude_0.6.2.orig.tar.gz
 b787e22d7b29798e39392c022fc5b96860cf4f5c8d193db704159b9ddb9a280a 39853 aptitude_0.6.2-1.diff.gz
 826b9dbe1d7ce820cd3f74818ca5c8125992e4c4579bab927d112b7023a851af 3786304 aptitude_0.6.2-1_amd64.deb
 927c34eebe840f05947725d9fd471fca8901031e7a35fcd6e51d6567147c7b2a 1881118 aptitude-gtk_0.6.2-1_amd64.deb
 9e193fda5d16971c887cc9dd75023ec019ec8b90bbc12dd7db99fa1680ff2457 22037970 aptitude-dbg_0.6.2-1_amd64.deb
 8dd4bd075ed0935c32ba75791e4356d6ac2b4bd48c192fe69ed3251013072a67 387306 aptitude-doc-cs_0.6.2-1_all.deb
 3c108edd517d67ac95cc8bccc93dff5fe3cb50c6158a6ff0bcf535e0e067735e 454850 aptitude-doc-en_0.6.2-1_all.deb
 066e94e991fc5551021e958abeba5f26ccef4a9ed228b0a4c4c60c7fdc659ad4 479082 aptitude-doc-es_0.6.2-1_all.deb
 3168948c7531ca20f815b0960ca32e39f6e462667f4ed44ff9ecf3543b7f2f4e 276610 aptitude-doc-fi_0.6.2-1_all.deb
 16c6994c78a9ba3b3cad84f264cb772d4927dccf9139a04d1acadea4ae39990b 338366 aptitude-doc-fr_0.6.2-1_all.deb
 17eda4a92596677b298aafaab55027576b2432c3e57158e7bb5c2e936128b0a8 400960 aptitude-doc-ja_0.6.2-1_all.deb
Files: 
 34802dd8a450fd6128d82c9c647a8682 1593 admin - aptitude_0.6.2-1.dsc
 fc2dc642845bbca67dec7a4edf630e58 7934308 admin - aptitude_0.6.2.orig.tar.gz
 a0cebf2b433b897f0f5e08fb74a62502 39853 admin - aptitude_0.6.2-1.diff.gz
 89416ac3d744a42f13f98f0321a1a5e4 3786304 admin important aptitude_0.6.2-1_amd64.deb
 2634deea5f4fa3997c11ca32350cacc7 1881118 admin optional aptitude-gtk_0.6.2-1_amd64.deb
 91f942441bf4a8d492f3691d4f4b4223 22037970 debug extra aptitude-dbg_0.6.2-1_amd64.deb
 fb1e52648fb9a5e1abbc6db7899e158d 387306 doc optional aptitude-doc-cs_0.6.2-1_all.deb
 bbe687fbc99c513eba11156b1365d64b 454850 doc optional aptitude-doc-en_0.6.2-1_all.deb
 eb567e784dbd5f7229fd5448bc0808d4 479082 doc optional aptitude-doc-es_0.6.2-1_all.deb
 1ee65434096ccfb46191254d0a40375a 276610 doc optional aptitude-doc-fi_0.6.2-1_all.deb
 cf355e3c8c3bac96d465e8e984fee74d 338366 doc optional aptitude-doc-fr_0.6.2-1_all.deb
 0dc037db728018fa37a80261fc56818c 400960 doc optional aptitude-doc-ja_0.6.2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvLMnYACgkQch6xsM7kSXg9rwCcDMeaQIFc/Tpfb0pBeS8xRxxX
E+AAoL8rID2su90Wpz4yO4oIAB6mVVau
=+3Ms
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: