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

Bug#608489: [xserver-xorg-video-intel] Rendering issues after suspend to disk.



Package: xserver-xorg-video-intel
Followup-For: Bug #608489

Version: 2:2.16.0-1

Dear Maintainer,

This bugs still affects me on Debian Testing. It seems related to:
- [uxa] glyph corruption after resuming from hibernation http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=529798
- font corruption in firefox and gnome-terminal after suspend
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/776736

and the upstream bug: [915GM] Characters sometimes have horizontal lines
through them (glyph font corruption)
https://bugs.freedesktop.org/show_bug.cgi?id=36326

Note that the following xorg.conf's workarounds did not work:
- Option "AccelMethod" "XAA" (Xorg outputs: "Option AccelMethod is not used")
- Option "DebugWait" "true"
- Option "Tiling" "false"

I am now trying nomodeset at boot time.

Best regards,

--Martin




-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Feb 24  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2048200 Nov  2 12:08 /usr/bin/Xorg

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

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

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
        #Screen        "fbdev-config"
	Screen        "intel-config" 
        #Inputdevice "touchpad catchall"
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	#	Option "UseDefaultFontPath" "false"
EndSection

#Section "Files"
#	RgbPath      "/usr/share/X11/rgb"
#	ModulePath   "/usr/lib/xorg/modules"
#    FontPath 	"/usr/share/fonts/X11/misc"
#    FontPath 	"/usr/share/fonts/X11/75dpi"
#    FontPath 	"/usr/share/fonts/X11/100dpi"
#    FontPath    "/usr/share/fonts/truetype/ttf-dejavu"
#EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
	#Load  "dbe" 
	#Disable  "dbe" 
        #Disable  "dri" 
	#Disable  "dri2" 
	#Disable  "glx" # GLX Extension.
	Load  "freetype" # Freetype fonts.
	Load  "type1"  # Type 1 fonts
EndSection

Section "Extensions"
	# beryl and compiz need this, but it can cause bad (end even softreset-resistant)
	# effects in some graphics cards, especially nv.
	#Option "Composite" "false"
	#Option "RENDER" "false"
	#Option "GLX" "false"
	#Option "XFree86-DRI" "false"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
        Option      "CoreKeyboard"
	#Option "XkbRules" "xorg"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option      "Protocol" "Microsoft"
	Option      "Device" "/dev/ttyS0"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option      "Protocol" "auto"
Option          "ZAxisMapping"          "4 5"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option "CorePointer"
	Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection



Section "Device"
	Identifier  "intel"
	Driver      "intel"
	#Option "DRI" "false"
	#Option "NoAccel" "true"
	#Option "Accel" "False"
	#Option "RenderAccel" "false"
	#Option "AccelMethod" "XAA"
	
	# Tuesday, October 25 2011
	# added exa due to the font cache corruption
	# see https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/293059
	# AccelMethod is never used
	#Option "AccelMethod" "XAA"
	#Option "AccelMethod" "EXA"
	#Option "AccelMethod" "UXA"
	
	# new idea
        #Option "DebugWait" "true"
        
	# it does no work
	# now trying nomodese at boottime	
	#Option "Tiling" "false"

	#Option "RenderAccel" "true"  # this option is not used
	#Option "FallbackDebug" "true"
	#Option          "monitor-VGA"  "VGA"
        #Option          "monitor-TV"   "TV"
        #Option          "monitor-LVCD" "LVCD"

EndSection

Section "Device"
	Identifier  "fbdev"
	Driver      "fbdev"
EndSection

Section "Device"
	Identifier  "vesa"
	Driver      "vesa"
EndSection

Section "Screen"
	Identifier "intel-config"
	Device     "intel"
# switched from 16 to 24 because of xbmc		
	#DefaultColorDepth 24 
	Monitor    "u2711"
	#Monitor    "Monitor2"
	
	SubSection "Display"
		#Virtual 2560 1440
		Modes "2560x1440" "1280x1024" "1280x800" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "vesa-config"
	Device     "vesa"
	Monitor    "Monitor1"
	DefaultColorDepth 16
	Option "AddARGBGLXVisuals" "true"
	Option "DisableGLXRootClipping" "true"
	SubSection "Display"
		Modes "1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "fbdev-config"
	Device     "fbdev"
	Monitor    "Dell"
	#DefaultColorDepth 16
	#Option "AddARGBGLXVisuals" "true"
	#Option "DisableGLXRootClipping" "true"
	#SubSection "Display"
#		Modes "1280x800" "1024x768" "800x600" "640x480"
#	EndSubSection
EndSection
Section "Monitor"
 Identifier   "u2711"
 VendorName   "Dell"
 ModelName    "u2711"
 # 2560x1440 34.96 Hz (CVT) hsync: 51.47 kHz; pclk: 173.75 MHz
Modeline "2560x1440_35.00" 173.75 2560 2704 2968 3376 1440 1443 1448 1472 -hsync +vsync
EndSection


Section "Monitor"
        Identifier   "Dell"
        VendorName   "Dell"
        ModelName    "WXGA"
        DisplaySize  361 225
        HorizSync    31.5 - 64.3
        VertRefresh  50 - 70
        #ModeLine     "1280x800"    83.5 1280 1344 1480 1680 800 801 804 828
	#Modeline     "1280x800"   60.50 1280 1296 1360 1472 800 802 804 822 
	#ModeLine    "1280x800"  83.9 1280 1312 1624 1656 800 816 824 841
	ModeLine    "1280x800"  101.92 1280 1312 1696 1728 800 816 825 841
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "vesa"
        Monitor    "Dell"
        DefaultDepth   16 
        SubSection "Display"
                Viewport   0 0
                Modes     "1280x800" "1024x768"
        EndSubSection
EndSection

# 2011-08-05 added https://wiki.archlinux.org/index.php/Touchpad_Synaptics
Section "InputClass"
     Identifier "touchpad catchall"
     Driver "synaptics"
     MatchIsTouchpad "on"
     MatchDevicePath "/dev/input/event*"
     Option "SHMConfig"  "on"
     Option "TapButton1" "1"
     # disable right click emulation
     Option "TapButton2" "0"
     Option "TapButton3" "0"
     Option "VertTwoFingerScroll" "on"
     Option "HorizTwoFingerScroll" "on"
     Option "EmulateTwoFingerMinZ" "80"
     Option "EmulateTwoFingerMinW" "0"
EndSection

# 2011-08-05 disabled
#Section "DRI"
#	Mode 0666
#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.0.0-1-686-pae (Debian 3.0.0-3) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-8) ) #1 SMP Sat Aug 27 16:41:03 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw------- 1 root root 45558 Feb 24  2010 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 30410 Aug  3 21:23 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 31511 Nov 27 16:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    10.323] 
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[    10.323] X Protocol Version 11, Revision 0
[    10.323] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[    10.323] Current Operating System: Linux beethoven 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686
[    10.323] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-1-686-pae nomodeset root=UUID=858d2694-e117-42d4-946e-8a01edcbf5ff ro rw ramdisk_size=100000 nomce resume=/dev/sda2
[    10.323] Build Date: 02 November 2011  11:01:26AM
[    10.323] xorg-server 2:1.11.1.902-1 (Cyril Brulebois <kibi@debian.org>) 
[    10.324] Current version of pixman: 0.24.0
[    10.324] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.324] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.324] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 27 13:23:03 2011
[    10.334] (==) Using config file: "/etc/X11/xorg.conf"
[    10.334] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.337] (==) ServerLayout "XFree86 Configured"
[    10.337] (**) |-->Screen "intel-config" (0)
[    10.337] (**) |   |-->Monitor "u2711"
[    10.339] (**) |   |-->Device "intel"
[    10.339] (**) Option "AllowMouseOpenFail" "true"
[    10.339] (==) Automatically adding devices
[    10.339] (==) Automatically enabling devices
[    10.350] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    10.350] 	Entry deleted from font path.
[    10.369] (==) 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
[    10.369] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.369] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.369] (II) Loader magic: 0xb775a580
[    10.369] (II) Module ABI versions:
[    10.369] 	X.Org ANSI C Emulation: 0.4
[    10.369] 	X.Org Video Driver: 11.0
[    10.369] 	X.Org XInput driver : 13.0
[    10.369] 	X.Org Server Extension : 6.0
[    10.371] (--) PCI:*(0:0:2:0) 8086:2a42:1028:0277 rev 7, Mem @ 0xf6c00000/4194304, 0xe0000000/268435456, I/O @ 0x0000ef98/8
[    10.371] (--) PCI: (0:0:2:1) 8086:2a43:1028:0277 rev 7, Mem @ 0xf6b00000/1048576
[    10.373] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.373] (II) "extmod" will be loaded by default.
[    10.373] (II) "dbe" will be loaded by default.
[    10.373] (II) "glx" will be loaded by default.
[    10.373] (II) "record" will be loaded by default.
[    10.373] (II) "dri" will be loaded by default.
[    10.373] (II) "dri2" will be loaded by default.
[    10.373] (II) LoadModule: "extmod"
[    10.381] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    10.384] (II) Module extmod: vendor="X.Org Foundation"
[    10.384] 	compiled for 1.11.1.902, module version = 1.0.0
[    10.384] 	Module class: X.Org Server Extension
[    10.384] 	ABI class: X.Org Server Extension, version 6.0
[    10.384] (II) Loading extension SELinux
[    10.384] (II) Loading extension MIT-SCREEN-SAVER
[    10.384] (II) Loading extension XFree86-VidModeExtension
[    10.384] (II) Loading extension XFree86-DGA
[    10.384] (II) Loading extension DPMS
[    10.384] (II) Loading extension XVideo
[    10.385] (II) Loading extension XVideo-MotionCompensation
[    10.385] (II) Loading extension X-Resource
[    10.385] (II) LoadModule: "dbe"
[    10.385] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    10.386] (II) Module dbe: vendor="X.Org Foundation"
[    10.386] 	compiled for 1.11.1.902, module version = 1.0.0
[    10.386] 	Module class: X.Org Server Extension
[    10.386] 	ABI class: X.Org Server Extension, version 6.0
[    10.386] (II) Loading extension DOUBLE-BUFFER
[    10.386] (II) LoadModule: "glx"
[    10.386] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.389] (II) Module glx: vendor="X.Org Foundation"
[    10.389] 	compiled for 1.11.1.902, module version = 1.0.0
[    10.389] 	ABI class: X.Org Server Extension, version 6.0
[    10.389] (==) AIGLX enabled
[    10.389] (II) Loading extension GLX
[    10.389] (II) LoadModule: "record"
[    10.390] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    10.391] (II) Module record: vendor="X.Org Foundation"
[    10.391] 	compiled for 1.11.1.902, module version = 1.13.0
[    10.391] 	Module class: X.Org Server Extension
[    10.391] 	ABI class: X.Org Server Extension, version 6.0
[    10.391] (II) Loading extension RECORD
[    10.391] (II) LoadModule: "dri"
[    10.391] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    10.396] (II) Module dri: vendor="X.Org Foundation"
[    10.396] 	compiled for 1.11.1.902, module version = 1.0.0
[    10.396] 	ABI class: X.Org Server Extension, version 6.0
[    10.397] (II) Loading extension XFree86-DRI
[    10.397] (II) LoadModule: "dri2"
[    10.397] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    10.399] (II) Module dri2: vendor="X.Org Foundation"
[    10.399] 	compiled for 1.11.1.902, module version = 1.2.0
[    10.400] 	ABI class: X.Org Server Extension, version 6.0
[    10.400] (II) Loading extension DRI2
[    10.400] (II) LoadModule: "intel"
[    10.404] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    10.413] (II) Module intel: vendor="X.Org Foundation"
[    10.413] 	compiled for 1.11.0, module version = 2.16.0
[    10.413] 	Module class: X.Org Video Driver
[    10.413] 	ABI class: X.Org Video Driver, version 11.0
[    10.413] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[    10.413] (++) using VT number 7

[    10.432] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    10.432] drmOpenDevice: node name is /dev/dri/card0
[    10.432] drmOpenDevice: open result is 8, (OK)
[    10.432] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    10.432] drmOpenDevice: node name is /dev/dri/card0
[    10.432] drmOpenDevice: open result is 8, (OK)
[    10.432] drmOpenByBusid: drmOpenMinor returns 8
[    10.432] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    10.432] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    10.432] (==) intel(0): RGB weight 888
[    10.432] (==) intel(0): Default visual is TrueColor
[    10.432] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    10.432] (--) intel(0): Chipset: "GM45"
[    10.432] (**) intel(0): Relaxed fencing enabled
[    10.432] (**) intel(0): Wait on SwapBuffers? enabled
[    10.432] (**) intel(0): Triple buffering? enabled
[    10.432] (**) intel(0): Framebuffer tiled
[    10.432] (**) intel(0): Pixmaps tiled
[    10.432] (**) intel(0): 3D buffers tiled
[    10.432] (**) intel(0): SwapBuffers wait enabled
[    10.432] (==) intel(0): video overlay key set to 0x101fe
[    10.433] (II) intel(0): Output LVDS1 using monitor section u2711
[    10.436] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    10.468] (II) intel(0): Output VGA1 has no monitor section
[    10.501] (II) intel(0): Output HDMI1 has no monitor section
[    10.501] (II) intel(0): Output DP1 has no monitor section
[    10.542] (II) intel(0): Output HDMI2 has no monitor section
[    10.542] (II) intel(0): Output DP2 has no monitor section
[    10.543] (II) intel(0): Output DP3 has no monitor section
[    10.543] (II) intel(0): EDID for output LVDS1
[    10.543] (II) intel(0): Manufacturer: SEC  Model: 5441  Serial#: 0
[    10.543] (II) intel(0): Year: 2008  Week: 0
[    10.543] (II) intel(0): EDID Version: 1.3
[    10.543] (II) intel(0): Digital Display Input
[    10.544] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 16
[    10.544] (II) intel(0): Gamma: 2.20
[    10.544] (II) intel(0): No DPMS capabilities specified
[    10.544] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    10.544] (II) intel(0): First detailed timing is preferred mode
[    10.544] (II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.330 greenY: 0.550
[    10.544] (II) intel(0): blueX: 0.140 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[    10.544] (II) intel(0): Manufacturer's mask: 0
[    10.544] (II) intel(0): Supported detailed timing:
[    10.544] (II) intel(0): clock: 70.3 MHz   Image Size:  286 x 179 mm
[    10.544] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1400 h_border: 0
[    10.544] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 830 v_border: 0
[    10.544] (II) intel(0): Supported detailed timing:
[    10.544] (II) intel(0): clock: 70.3 MHz   Image Size:  286 x 179 mm
[    10.544] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1400 h_border: 0
[    10.544] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 830 v_border: 0
[    10.544] (II) intel(0):  D063C�121AT
[    10.544] (II) intel(0): Unknown vendor-specific block 0
[    10.544] (II) intel(0): EDID (in hex):
[    10.544] (II) intel(0): 	00ffffffffffff004ca3415400000000
[    10.544] (II) intel(0): 	00120103901a10780a8bf59457548c23
[    10.544] (II) intel(0): 	1e505400000001010101010101010101
[    10.544] (II) intel(0): 	0101010101017a1b007850201e303020
[    10.544] (II) intel(0): 	36001eb31000001a7a1b007850201e30
[    10.544] (II) intel(0): 	302036001eb31000001a000000fe0044
[    10.544] (II) intel(0): 	303633438031323141540a2000000000
[    10.544] (II) intel(0): 	00000000000000000001010a2020001b
[    10.544] (II) intel(0): EDID vendor "SEC", prod id 21569
[    10.544] (II) intel(0): Printing DDC gathered Modelines:
[    10.544] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[    10.544] (II) intel(0): Not using mode "2560x1440_35.00" (exceeds panel dimensions)
[    10.544] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    10.544] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    10.544] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    10.544] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    10.544] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    10.544] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    10.545] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    10.545] (II) intel(0): Printing probed modes for output LVDS1
[    10.545] (II) intel(0): Modeline "1280x800"x60.5   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[    10.545] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    10.545] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    10.545] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    10.545] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    10.576] (II) intel(0): EDID for output VGA1
[    10.603] (II) intel(0): EDID for output HDMI1
[    10.603] (II) intel(0): EDID for output DP1
[    10.630] (II) intel(0): EDID for output HDMI2
[    10.630] (II) intel(0): EDID for output DP2
[    10.631] (II) intel(0): EDID for output DP3
[    10.631] (II) intel(0): Output LVDS1 connected
[    10.631] (II) intel(0): Output VGA1 disconnected
[    10.631] (II) intel(0): Output HDMI1 disconnected
[    10.631] (II) intel(0): Output DP1 disconnected
[    10.631] (II) intel(0): Output HDMI2 disconnected
[    10.631] (II) intel(0): Output DP2 disconnected
[    10.631] (II) intel(0): Output DP3 disconnected
[    10.632] (II) intel(0): Using exact sizes for initial modes
[    10.632] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    10.632] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    10.632] (II) intel(0): Kernel page flipping support detected, enabling
[    10.632] (**) intel(0): Display dimensions: (260, 160) mm
[    10.632] (**) intel(0): DPI set to (125, 126)
[    10.632] (II) Loading sub module "fb"
[    10.632] (II) LoadModule: "fb"
[    10.632] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.639] (II) Module fb: vendor="X.Org Foundation"
[    10.639] 	compiled for 1.11.1.902, module version = 1.0.0
[    10.639] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.639] (II) Loading sub module "dri2"
[    10.639] (II) LoadModule: "dri2"
[    10.639] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    10.639] (II) Module dri2: vendor="X.Org Foundation"
[    10.639] 	compiled for 1.11.1.902, module version = 1.2.0
[    10.639] 	ABI class: X.Org Server Extension, version 6.0
[    10.639] (==) Depth 24 pixmap format is 32 bpp
[    10.639] (II) intel(0): [DRI2] Setup complete
[    10.639] (II) intel(0): [DRI2]   DRI driver: i965
[    10.639] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[    10.660] (II) UXA(0): Driver registered support for the following operations:
[    10.660] (II)         solid
[    10.660] (II)         copy
[    10.660] (II)         composite (RENDER acceleration)
[    10.660] (II)         put_image
[    10.660] (II)         get_image
[    10.660] (==) intel(0): Backing store disabled
[    10.660] (==) intel(0): Silken mouse enabled
[    10.660] (II) intel(0): Initializing HW Cursor
[    10.680] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    10.699] (==) intel(0): DPMS enabled
[    10.699] (==) intel(0): Intel XvMC decoder enabled
[    10.699] (II) intel(0): Set up textured video
[    10.699] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    10.699] (II) intel(0): direct rendering: DRI2 Enabled
[    10.699] (==) intel(0): hotplug detection: "enabled"
[    10.699] (--) RandR disabled
[    10.699] (II) Initializing built-in extension Generic Event Extension
[    10.699] (II) Initializing built-in extension SHAPE
[    10.699] (II) Initializing built-in extension MIT-SHM
[    10.699] (II) Initializing built-in extension XInputExtension
[    10.699] (II) Initializing built-in extension XTEST
[    10.699] (II) Initializing built-in extension BIG-REQUESTS
[    10.699] (II) Initializing built-in extension SYNC
[    10.700] (II) Initializing built-in extension XKEYBOARD
[    10.700] (II) Initializing built-in extension XC-MISC
[    10.700] (II) Initializing built-in extension SECURITY
[    10.700] (II) Initializing built-in extension XINERAMA
[    10.700] (II) Initializing built-in extension XFIXES
[    10.700] (II) Initializing built-in extension RENDER
[    10.700] (II) Initializing built-in extension RANDR
[    10.700] (II) Initializing built-in extension COMPOSITE
[    10.700] (II) Initializing built-in extension DAMAGE
[    10.700] (II) SELinux: Disabled on system
[    10.753] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    10.753] (II) AIGLX: enabled GLX_INTEL_swap_event
[    10.753] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    10.753] (II) AIGLX: enabled GLX_SGI_make_current_read
[    10.753] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    10.754] (II) AIGLX: Loaded and initialized i965
[    10.754] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.755] (II) intel(0): Setting screen physical size to 338 x 211
[    11.077] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    11.077] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    11.077] (II) LoadModule: "evdev"
[    11.079] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.081] (II) Module evdev: vendor="X.Org Foundation"
[    11.081] 	compiled for 1.11.0, module version = 2.6.0
[    11.081] 	Module class: X.Org XInput Driver
[    11.081] 	ABI class: X.Org XInput driver, version 13.0
[    11.081] (II) Using input driver 'evdev' for 'Video Bus'
[    11.081] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.081] (**) Video Bus: always reports core events
[    11.081] (**) Video Bus: Device: "/dev/input/event8"
[    11.081] (--) Video Bus: Found keys
[    11.081] (II) Video Bus: Configuring as keyboard
[    11.081] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input8/event8"
[    11.081] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    11.081] (**) Option "xkb_rules" "evdev"
[    11.081] (**) Option "xkb_model" "pc105"
[    11.081] (**) Option "xkb_layout" "fr"
[    11.081] (**) Option "xkb_variant" "nodeadkeys"
[    11.162] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    11.162] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.162] (II) Using input driver 'evdev' for 'Power Button'
[    11.162] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.162] (**) Power Button: always reports core events
[    11.162] (**) Power Button: Device: "/dev/input/event2"
[    11.162] (--) Power Button: Found keys
[    11.162] (II) Power Button: Configuring as keyboard
[    11.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    11.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    11.162] (**) Option "xkb_rules" "evdev"
[    11.162] (**) Option "xkb_model" "pc105"
[    11.162] (**) Option "xkb_layout" "fr"
[    11.162] (**) Option "xkb_variant" "nodeadkeys"
[    11.163] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    11.163] (II) No input driver/identifier specified (ignoring)
[    11.164] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    11.164] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    11.164] (II) Using input driver 'evdev' for 'Sleep Button'
[    11.164] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.164] (**) Sleep Button: always reports core events
[    11.164] (**) Sleep Button: Device: "/dev/input/event3"
[    11.164] (--) Sleep Button: Found keys
[    11.164] (II) Sleep Button: Configuring as keyboard
[    11.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    11.164] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    11.164] (**) Option "xkb_rules" "evdev"
[    11.164] (**) Option "xkb_model" "pc105"
[    11.164] (**) Option "xkb_layout" "fr"
[    11.164] (**) Option "xkb_variant" "nodeadkeys"
[    11.165] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    11.165] (II) No input driver/identifier specified (ignoring)
[    11.165] (II) config/udev: Adding input device HDA Intel Mic at Sep Left Jack (/dev/input/event10)
[    11.165] (II) No input driver/identifier specified (ignoring)
[    11.166] (II) config/udev: Adding input device HDA Intel Mic at Ext Right Jack (/dev/input/event11)
[    11.166] (II) No input driver/identifier specified (ignoring)
[    11.167] (II) config/udev: Adding input device HDA Intel Line Out at Sep Left Jack (/dev/input/event12)
[    11.167] (II) No input driver/identifier specified (ignoring)
[    11.167] (II) config/udev: Adding input device HDA Intel HP Out at Ext Right Jack (/dev/input/event13)
[    11.167] (II) No input driver/identifier specified (ignoring)
[    11.168] (II) config/udev: Adding input device HDA Intel HDMI/DP (/dev/input/event14)
[    11.168] (II) No input driver/identifier specified (ignoring)
[    11.169] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    11.169] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    11.169] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    11.169] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.169] (**) AT Translated Set 2 keyboard: always reports core events
[    11.169] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    11.169] (--) AT Translated Set 2 keyboard: Found keys
[    11.169] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    11.169] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    11.169] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    11.169] (**) Option "xkb_rules" "evdev"
[    11.170] (**) Option "xkb_model" "pc105"
[    11.170] (**) Option "xkb_layout" "fr"
[    11.170] (**) Option "xkb_variant" "nodeadkeys"
[    11.171] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event6)
[    11.171] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[    11.171] (II) Using input driver 'evdev' for 'PS/2 Mouse'
[    11.171] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.171] (**) PS/2 Mouse: always reports core events
[    11.171] (**) PS/2 Mouse: Device: "/dev/input/event6"
[    11.171] (--) PS/2 Mouse: Found 3 mouse buttons
[    11.171] (--) PS/2 Mouse: Found relative axes
[    11.171] (--) PS/2 Mouse: Found x and y relative axes
[    11.171] (II) PS/2 Mouse: Configuring as mouse
[    11.171] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[    11.171] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.171] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    11.171] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE, id 10)
[    11.171] (II) PS/2 Mouse: initialized for relative axes.
[    11.171] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[    11.171] (**) PS/2 Mouse: (accel) acceleration profile 0
[    11.171] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[    11.171] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[    11.172] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[    11.172] (II) No input driver/identifier specified (ignoring)
[    11.178] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event7)
[    11.178] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    11.178] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    11.178] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    11.178] (II) LoadModule: "synaptics"
[    11.179] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    11.180] (II) Module synaptics: vendor="X.Org Foundation"
[    11.180] 	compiled for 1.11.0, module version = 1.4.1
[    11.180] 	Module class: X.Org XInput Driver
[    11.180] 	ABI class: X.Org XInput driver, version 13.0
[    11.180] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    11.180] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    11.180] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    11.180] (**) Option "Device" "/dev/input/event7"
[    11.216] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[    11.216] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[    11.216] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    11.216] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    11.216] (**) Option "SHMConfig" "on"
[    11.216] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[    11.216] (**) Option "EmulateTwoFingerMinZ" "80"
[    11.216] (**) Option "EmulateTwoFingerMinW" "0"
[    11.216] (**) Option "VertTwoFingerScroll" "on"
[    11.216] (**) Option "HorizTwoFingerScroll" "on"
[    11.216] (**) Option "TapButton1" "1"
[    11.216] (**) Option "TapButton2" "0"
[    11.216] (**) Option "TapButton3" "0"
[    11.248] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[    11.248] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    11.280] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[    11.280] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    11.280] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    11.280] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[    11.281] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[    11.281] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    11.281] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    11.281] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    11.281] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    11.281] (**) Option "Device" "/dev/input/mouse1"
[    11.281] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range.  defaulting to 1615 - 5685
[    11.281] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range.  defaulting to 1729 - 4171
[    11.281] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range.  defaulting to 0 - 256
[    11.281] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[    11.301] (EE) Query no Synaptics: 6003C8
[    11.301] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
[    11.301] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
[    11.324] (EE) PreInit returned 11 for "AlpsPS/2 ALPS GlidePoint"
[    11.324] (II) UnloadModule: "synaptics"
[    11.324] (II) Unloading synaptics
[    11.324] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    11.324] (II) No input driver/identifier specified (ignoring)
[    11.326] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
[    11.326] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    11.326] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[    11.326] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.326] (**) Dell WMI hotkeys: always reports core events
[    11.326] (**) Dell WMI hotkeys: Device: "/dev/input/event5"
[    11.326] (--) Dell WMI hotkeys: Found keys
[    11.326] (II) Dell WMI hotkeys: Configuring as keyboard
[    11.326] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[    11.326] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
[    11.326] (**) Option "xkb_rules" "evdev"
[    11.326] (**) Option "xkb_model" "pc105"
[    11.326] (**) Option "xkb_layout" "fr"
[    11.326] (**) Option "xkb_variant" "nodeadkeys"
[    12.661] (II) intel(0): EDID vendor "SEC", prod id 21569
[    12.661] (II) intel(0): Printing DDC gathered Modelines:
[    12.661] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[    12.774] (II) intel(0): EDID vendor "SEC", prod id 21569
[    12.774] (II) intel(0): Printing DDC gathered Modelines:
[    12.774] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[    12.882] (II) intel(0): EDID vendor "SEC", prod id 21569
[    12.882] (II) intel(0): Printing DDC gathered Modelines:
[    12.882] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[    24.135] (II) intel(0): EDID vendor "SEC", prod id 21569
[    24.135] (II) intel(0): Printing DDC gathered Modelines:
[    24.135] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[   333.464] (II) intel(0): EDID vendor "SEC", prod id 21569
[   333.464] (II) intel(0): Printing DDC gathered Modelines:
[   333.464] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[   333.542] (II) intel(0): EDID vendor "SEC", prod id 21569
[   333.542] (II) intel(0): Printing DDC gathered Modelines:
[   333.542] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[   459.156] (II) AIGLX: Suspending AIGLX clients for VT switch
[   461.265] (II) AIGLX: Resuming AIGLX clients after VT switch
[   461.307] (II) intel(0): EDID vendor "SEC", prod id 21569
[   461.308] (II) intel(0): Printing DDC gathered Modelines:
[   461.308] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[   461.398] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[  1346.988] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1348.989] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1349.019] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1349.019] (II) intel(0): Printing DDC gathered Modelines:
[  1349.019] (II) intel(0): Modeline "1280x800"x0.0   70.34  1280 1328 1360 1400  800 803 809 830 +hsync -vsync (50.2 kHz)
[  1349.155] (--) AlpsPS/2 ALPS GlidePoint: touchpad found

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input8
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b 0 0 0 0 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00

P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=nodeadkeys
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C: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: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=nodeadkeys
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device: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: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E: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: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=nodeadkeys
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/input/input9
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input9
E: PRODUCT=1/111d/76b2/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v111Dp76B2e0001-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/input/input9/event9
N: input/event9
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Mic at Sep Left Jack"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
N: input/event10
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Mic at Ext Right Jack"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
N: input/event11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line Out at Sep Left Jack"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel HP Out at Ext Right Jack"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13
N: input/event13
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel HDMI/DP"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=100
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14
N: input/event14
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14
E: MAJOR=13
E: MINOR=78
E: DEVNAME=/dev/input/event14
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio0/input/input0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: PRODUCT=11/1/1/ab41
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=1100f 2902002 8380307c f910f001 feffffdf ffefffff ffffffff fffffffe
E: MSC=10
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,8D,8E,8F,94,98,9B,9C,9D,9E,9F,A2,A3,A4,A5,A6,AC,AD,B7,B8,B9,BF,C1,CD,D4,D7,D9,E0,E1,E2,E3,EC,F0,ram4,l0,1,2,sfw
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: ID_PATH_TAG=platform-i8042-serio-0

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
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: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=nodeadkeys
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio1/input/input6
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6
E: PRODUCT=11/2/8/0
E: NAME="PS/2 Mouse"
E: PHYS="isa0060/serio1/input1"
E: PROP=0
E: EV=7
E: KEY=70000 0 0 0 0 0 0 0 0
E: REL=3
E: MODALIAS=input:b0011v0002p0008e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

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

P: /devices/platform/i8042/serio1/input/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7
E: PRODUCT=11/2/8/7321
E: NAME="AlpsPS/2 ALPS GlidePoint"
E: PHYS="isa0060/serio1/input0"
E: PROP=0
E: EV=b
E: KEY=420 0 70000 0 0 0 0 0 0 0 0
E: ABS=1000003
E: MODALIAS=input:b0011v0002p0008e7321-e0,1,3,k110,111,112,145,14A,ra0,1,18,mlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input7/event7
N: input/event7
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input7/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input5
E: PRODUCT=19/0/0/0
E: NAME="Dell WMI hotkeys"
E: PHYS="wmi/input0"
E: PROP=0
E: EV=13
E: KEY=1100b 400 0 100000 e0000 0 0 0
E: MSC=10
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,94,CA,E0,E1,E3,EC,F0,ram4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1

P: /devices/virtual/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/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: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=nodeadkeys
E: DMI_VENDOR=Dell Inc.


DRM Information from dmesg:
---------------------------
[    1.291845] Linux agpgart interface v0.103
[    1.292097] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    1.292261] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.293678] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.293875] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    4.324747] [drm] Initialized drm 1.1.0 20060810
[    4.405436] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    4.406871] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.406947] [drm] Driver supports precise vblank timestamp query.
[    4.952521] fbcon: inteldrmfb (fb0) is primary device
[    5.002651] fb0: inteldrmfb frame buffer device
[    5.002690] drm: registered panic notifier
[    5.040192] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[  460.388400] agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x20900006, writing 0x30900006)
[ 1348.020400] agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x20900006, writing 0x900006)


-- System Information:
Debian Release: testing
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.13-21       
ii  libdrm-intel1                          2.4.27-1      
ii  libdrm2                                2.4.27-1      
ii  libpciaccess0                          0.12.1-2      
ii  libudev0                               172-1         
ii  libx11-6                               2:1.4.4-4     
ii  libx11-xcb1                            2:1.4.4-4     
ii  libxcb-dri2-0                          1.7-4         
ii  libxcb-util0                           0.3.8-1       
ii  libxcb1                                1.7-4         
ii  libxext6                               2:1.3.0-3     
ii  libxfixes3                             1:5.0-4       
ii  libxv1                                 2:1.0.6-2     
ii  libxvmc1                               2:1.0.6-1     
ii  xserver-xorg-core [xorg-video-abi-11]  2:1.11.1.902-1

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information



Reply to: