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

Bug#774000: Graphics and non fixed fonts broken after hibernation



Package: xserver-xorg-video-intel
Version: 2:2.21.15-2+b2
Severity: normal

Hi!

I'm experiencing this on Jessie's version 2:2.21.15-2+b2 as well as on the
version on experimental (2:2.99.917-1~exp1).  I'm currently running Jessie
up to date.  I don't know if this is a fault on the driver or on the kernel
side, I have tested several kernels up to the 3.18 on experimental, it
happens with all of them.

The weird things I'm seing seem all related to hibernation (sounds like
memory recovery problems) but also I'm seeing a black screen after boot, I
mean that I'm on VT7 where X are running but I'm seing a black screen, I
then switch to one of the text VTs and I see the text screen, then I go back
to VT7 and X are running fine.

Maybe this is all related, as when I see the memory problems after
hibernation if I try to go to a text VT, it is all black, returning to VT7
gets me back to X but the memory problems are still there.

The main problem I'd like to describe is that the machine, a Compaq Presario
C760EM for which I had filled bug report 571741 on the 2.6 kernel era, also
related to memory and hibernation, restores Ok after hibernation but some
texts (not fixed fonts) and graphics get all dirty, to the point that the
fonts are not readable and the graphics look like moved or something. I'm
attaching a gimp capture to ilustrate what is happening, even though you can
sometimes get it much worse that this capture.

I see that the driver already has a lot of bugs and we are quite late into
the schedule of Jessie, so maybe there are other priorities, but if you feel
like we can give it a try, just let me know what to do next.

Thanks in advance.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jul  1  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2401376 Dec  9 23:24 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 1709 Jul 24 01:16 /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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
EndSection

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

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "CorePointer"
	Option		"TapButton1" "1"
	Option		"TapButton2" "2"
	Option		"TapButton3" "3"
#	Option		"AccelFactor" "100"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
Subsection "Display"
	Depth 24
	Virtual 2560 800
EndSubsection
EndSection

Section "ServerFlags"
	Option		"DontZap" "true"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
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.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-16) ) #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 33888 Oct 21  2011 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 31674 Jul  5 15:33 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 31343 Oct 20 21:49 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 25605 Dec 26 22:31 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    33.603] 
X.Org X Server 1.16.2.901 (1.16.3 RC 1)
Release Date: 2014-12-09
[    33.604] X Protocol Version 11, Revision 0
[    33.604] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[    33.604] Current Operating System: Linux bat 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64
[    33.604] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=046e2800-818f-447c-a9ef-0a5beb51de0c ro ipv6.disable=1 quiet
[    33.604] Build Date: 09 December 2014  10:15:28PM
[    33.604] xorg-server 2:1.16.2.901-1 (http://www.debian.org/support) 
[    33.604] Current version of pixman: 0.32.6
[    33.604] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    33.604] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    33.604] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 26 12:08:34 2014
[    33.754] (==) Using config file: "/etc/X11/xorg.conf"
[    33.754] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    33.933] (==) ServerLayout "Default Layout"
[    33.933] (**) |-->Screen "Default Screen" (0)
[    33.933] (**) |   |-->Monitor "Configured Monitor"
[    33.970] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[    33.971] (**) |   |-->Device "Configured Video Device"
[    33.971] (**) |-->Input Device "Generic Keyboard"
[    33.971] (**) |-->Input Device "Configured Mouse"
[    33.971] (**) |-->Input Device "Synaptics Touchpad"
[    33.971] (**) Option "DontZap" "true"
[    33.971] (==) Automatically adding devices
[    33.971] (==) Automatically enabling devices
[    33.971] (==) Automatically adding GPU devices
[    34.224] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    34.224] 	Entry deleted from font path.
[    34.384] (==) 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,
	built-ins
[    34.384] (==) ModulePath set to "/usr/lib/xorg/modules"
[    34.384] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    34.384] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    34.384] (WW) Disabling Generic Keyboard
[    34.384] (WW) Disabling Configured Mouse
[    34.398] (II) Loader magic: 0x7f92f280ad80
[    34.398] (II) Module ABI versions:
[    34.398] 	X.Org ANSI C Emulation: 0.4
[    34.398] 	X.Org Video Driver: 18.0
[    34.398] 	X.Org XInput driver : 21.0
[    34.398] 	X.Org Server Extension : 8.0
[    34.398] (II) xfree86: Adding drm device (/dev/dri/card0)
[    34.400] (--) PCI:*(0:0:2:0) 8086:2a02:103c:30d9 rev 3, Mem @ 0xd1000000/1048576, 0xc0000000/268435456, I/O @ 0x000030d0/8
[    34.400] (--) PCI: (0:0:2:1) 8086:2a03:103c:30d9 rev 3, Mem @ 0xd1100000/1048576
[    34.400] (II) LoadModule: "glx"
[    34.491] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    34.654] (II) Module glx: vendor="X.Org Foundation"
[    34.655] 	compiled for 1.16.2.901, module version = 1.0.0
[    34.655] 	ABI class: X.Org Server Extension, version 8.0
[    34.655] (==) AIGLX enabled
[    34.655] (==) Matched intel as autoconfigured driver 0
[    34.655] (==) Matched intel as autoconfigured driver 1
[    34.655] (==) Matched modesetting as autoconfigured driver 2
[    34.655] (==) Matched fbdev as autoconfigured driver 3
[    34.655] (==) Matched vesa as autoconfigured driver 4
[    34.655] (==) Assigned the driver to the xf86ConfigLayout
[    34.655] (II) LoadModule: "intel"
[    34.655] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    34.805] (II) Module intel: vendor="X.Org Foundation"
[    34.805] 	compiled for 1.16.2.901, module version = 2.99.917
[    34.805] 	Module class: X.Org Video Driver
[    34.805] 	ABI class: X.Org Video Driver, version 18.0
[    34.805] (II) LoadModule: "modesetting"
[    34.805] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    34.830] (II) Module modesetting: vendor="X.Org Foundation"
[    34.831] 	compiled for 1.15.99.904, module version = 0.9.0
[    34.831] 	Module class: X.Org Video Driver
[    34.831] 	ABI class: X.Org Video Driver, version 18.0
[    34.831] (II) LoadModule: "fbdev"
[    34.831] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    34.839] (II) Module fbdev: vendor="X.Org Foundation"
[    34.839] 	compiled for 1.15.99.904, module version = 0.4.4
[    34.839] 	Module class: X.Org Video Driver
[    34.839] 	ABI class: X.Org Video Driver, version 18.0
[    34.839] (II) LoadModule: "vesa"
[    34.840] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    34.864] (II) Module vesa: vendor="X.Org Foundation"
[    34.864] 	compiled for 1.15.99.904, module version = 2.3.3
[    34.864] 	Module class: X.Org Video Driver
[    34.864] 	ABI class: X.Org Video Driver, version 18.0
[    34.864] (II) LoadModule: "synaptics"
[    34.864] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    34.902] (II) Module synaptics: vendor="X.Org Foundation"
[    34.902] 	compiled for 1.16.0.901, module version = 1.8.99
[    34.902] 	Module class: X.Org XInput Driver
[    34.902] 	ABI class: X.Org XInput driver, version 21.0
[    34.902] (II) intel: Driver for Intel(R) 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
[    34.902] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    34.902] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    34.902] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    34.902] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    34.902] (II) FBDEV: driver for framebuffer: fbdev
[    34.902] (II) VESA: driver for VESA chipsets: vesa
[    34.902] (++) using VT number 7

[    34.924] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[    34.924] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917-1~exp1 (Vincent Cheng <vcheng@debian.org>)
[    34.931] (WW) Falling back to old probe method for modesetting
[    34.931] (WW) Falling back to old probe method for fbdev
[    34.931] (II) Loading sub module "fbdevhw"
[    34.931] (II) LoadModule: "fbdevhw"
[    34.931] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    34.950] (II) Module fbdevhw: vendor="X.Org Foundation"
[    34.950] 	compiled for 1.16.2.901, module version = 0.0.2
[    34.950] 	ABI class: X.Org Video Driver, version 18.0
[    34.950] (WW) Falling back to old probe method for vesa
[    34.952] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[    34.952] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
[    34.952] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    34.952] (==) intel(0): RGB weight 888
[    34.952] (==) intel(0): Default visual is TrueColor
[    34.953] (II) intel(0): Output LVDS1 using monitor section Configured Monitor
[    34.953] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
[    34.953] (II) intel(0): Enabled output LVDS1
[    34.953] (II) intel(0): Output VGA1 has no monitor section
[    34.953] (II) intel(0): Enabled output VGA1
[    34.953] (II) intel(0): Output TV1 has no monitor section
[    34.953] (II) intel(0): Enabled output TV1
[    34.953] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    34.953] (II) intel(0): Output VIRTUAL1 has no monitor section
[    34.953] (II) intel(0): Enabled output VIRTUAL1
[    34.953] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
[    34.953] (==) intel(0): TearFree disabled
[    34.953] (==) intel(0): DPI set to (96, 96)
[    34.953] (II) Loading sub module "dri2"
[    34.953] (II) LoadModule: "dri2"
[    34.953] (II) Module "dri2" already built-in
[    34.953] (II) Loading sub module "present"
[    34.953] (II) LoadModule: "present"
[    34.953] (II) Module "present" already built-in
[    35.076] (II) UnloadModule: "modesetting"
[    35.076] (II) Unloading modesetting
[    35.076] (II) UnloadModule: "fbdev"
[    35.076] (II) Unloading fbdev
[    35.076] (II) UnloadSubModule: "fbdevhw"
[    35.076] (II) Unloading fbdevhw
[    35.076] (II) UnloadModule: "vesa"
[    35.076] (II) Unloading vesa
[    35.076] (==) Depth 24 pixmap format is 32 bpp
[    35.121] (II) intel(0): SNA initialized with Broadwater (gen4) backend
[    35.121] (==) intel(0): Backing store enabled
[    35.121] (==) intel(0): Silken mouse enabled
[    35.123] (II) intel(0): HW Cursor enabled
[    35.123] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    35.124] (==) intel(0): DPMS enabled
[    35.124] (==) intel(0): display hotplug detection enabled
[    35.124] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[    35.124] (II) intel(0): [DRI2] Setup complete
[    35.124] (II) intel(0): [DRI2]   DRI driver: i965
[    35.124] (II) intel(0): [DRI2]   VDPAU driver: i965
[    35.124] (II) intel(0): direct rendering: DRI2 enabled
[    35.124] (II) intel(0): hardware support for Present enabled
[    35.125] (--) RandR disabled
[    35.132] (II) SELinux: Disabled on system
[    35.419] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    35.419] (II) AIGLX: enabled GLX_ARB_create_context
[    35.419] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    35.419] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    35.419] (II) AIGLX: enabled GLX_INTEL_swap_event
[    35.419] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    35.419] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    35.419] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    35.419] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    35.419] (II) AIGLX: Loaded and initialized i965
[    35.419] (II) GLX: Initialized DRI2 GL provider for screen 0
[    35.426] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[    35.444] (II) intel(0): Setting screen physical size to 338 x 211
[    36.126] (II) Using input driver 'synaptics' for 'Synaptics Touchpad'
[    36.126] (**) Option "CorePointer"
[    36.126] (**) Synaptics Touchpad: always reports core events
[    36.127] (--) synaptics: Synaptics Touchpad: auto-dev sets device to /dev/input/event7
[    36.127] (**) Option "Device" "/dev/input/event7"
[    36.127] (--) synaptics: Synaptics Touchpad: x-axis range 0 - 1023 (res 0)
[    36.127] (--) synaptics: Synaptics Touchpad: y-axis range 0 - 767 (res 0)
[    36.127] (--) synaptics: Synaptics Touchpad: pressure range 0 - 127
[    36.127] (II) synaptics: Synaptics Touchpad: device does not report finger width.
[    36.127] (--) synaptics: Synaptics Touchpad: buttons: left right middle
[    36.127] (--) synaptics: Synaptics Touchpad: Vendor 0x2 Product 0x8
[    36.127] (--) synaptics: Synaptics Touchpad: invalid finger width range.  defaulting to 0 - 15
[    36.127] (**) Option "TapButton1" "1"
[    36.127] (**) Option "TapButton2" "2"
[    36.127] (**) Option "TapButton3" "3"
[    36.127] (--) synaptics: Synaptics Touchpad: touchpad found
[    36.127] (**) Synaptics Touchpad: always reports core events
[    36.127] (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD, id 6)
[    36.127] (**) synaptics: Synaptics Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    36.127] (**) synaptics: Synaptics Touchpad: (accel) MaxSpeed is now 1.75
[    36.127] (**) synaptics: Synaptics Touchpad: (accel) AccelFactor is now 0.156
[    36.127] (**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
[    36.127] (**) Synaptics Touchpad: (accel) acceleration profile 1
[    36.127] (**) Synaptics Touchpad: (accel) acceleration factor: 2.000
[    36.127] (**) Synaptics Touchpad: (accel) acceleration threshold: 4
[    36.128] (--) synaptics: Synaptics Touchpad: touchpad found
[    36.130] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    36.130] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    36.130] (II) LoadModule: "evdev"
[    36.130] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    36.192] (II) Module evdev: vendor="X.Org Foundation"
[    36.192] 	compiled for 1.16.0, module version = 2.9.0
[    36.192] 	Module class: X.Org XInput Driver
[    36.192] 	ABI class: X.Org XInput driver, version 21.0
[    36.192] (II) Using input driver 'evdev' for 'Power Button'
[    36.192] (**) Power Button: always reports core events
[    36.192] (**) evdev: Power Button: Device: "/dev/input/event4"
[    36.192] (--) evdev: Power Button: Vendor 0 Product 0x1
[    36.192] (--) evdev: Power Button: Found keys
[    36.192] (II) evdev: Power Button: Configuring as keyboard
[    36.192] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    36.192] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    36.192] (**) Option "xkb_rules" "evdev"
[    36.192] (**) Option "xkb_model" "pc105"
[    36.192] (**) Option "xkb_layout" "es"
[    36.192] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.286] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    36.287] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    36.287] (II) Using input driver 'evdev' for 'Video Bus'
[    36.287] (**) Video Bus: always reports core events
[    36.287] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    36.287] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    36.287] (--) evdev: Video Bus: Found keys
[    36.287] (II) evdev: Video Bus: Configuring as keyboard
[    36.287] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event5"
[    36.287] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    36.287] (**) Option "xkb_rules" "evdev"
[    36.287] (**) Option "xkb_model" "pc105"
[    36.287] (**) Option "xkb_layout" "es"
[    36.287] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.288] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    36.288] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    36.288] (II) Using input driver 'evdev' for 'Power Button'
[    36.288] (**) Power Button: always reports core events
[    36.288] (**) evdev: Power Button: Device: "/dev/input/event1"
[    36.288] (--) evdev: Power Button: Vendor 0 Product 0x1
[    36.288] (--) evdev: Power Button: Found keys
[    36.288] (II) evdev: Power Button: Configuring as keyboard
[    36.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1"
[    36.288] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    36.288] (**) Option "xkb_rules" "evdev"
[    36.288] (**) Option "xkb_model" "pc105"
[    36.288] (**) Option "xkb_layout" "es"
[    36.288] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.289] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    36.289] (II) No input driver specified, ignoring this device.
[    36.289] (II) This device may have been added with another device file.
[    36.289] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    36.289] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    36.289] (II) Using input driver 'evdev' for 'Sleep Button'
[    36.289] (**) Sleep Button: always reports core events
[    36.289] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    36.289] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    36.289] (--) evdev: Sleep Button: Found keys
[    36.289] (II) evdev: Sleep Button: Configuring as keyboard
[    36.289] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    36.289] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    36.289] (**) Option "xkb_rules" "evdev"
[    36.289] (**) Option "xkb_model" "pc105"
[    36.289] (**) Option "xkb_layout" "es"
[    36.289] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.290] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[    36.290] (II) No input driver specified, ignoring this device.
[    36.290] (II) This device may have been added with another device file.
[    36.290] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[    36.290] (II) No input driver specified, ignoring this device.
[    36.290] (II) This device may have been added with another device file.
[    36.291] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[    36.291] (II) No input driver specified, ignoring this device.
[    36.291] (II) This device may have been added with another device file.
[    36.291] (II) config/udev: Adding input device CNF7041 (/dev/input/event13)
[    36.291] (**) CNF7041: Applying InputClass "evdev keyboard catchall"
[    36.291] (II) Using input driver 'evdev' for 'CNF7041'
[    36.291] (**) CNF7041: always reports core events
[    36.291] (**) evdev: CNF7041: Device: "/dev/input/event13"
[    36.291] (--) evdev: CNF7041: Vendor 0x4f2 Product 0xb057
[    36.291] (--) evdev: CNF7041: Found keys
[    36.291] (II) evdev: CNF7041: Configuring as keyboard
[    36.291] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input14/event13"
[    36.291] (II) XINPUT: Adding extended input device "CNF7041" (type: KEYBOARD, id 11)
[    36.291] (**) Option "xkb_rules" "evdev"
[    36.291] (**) Option "xkb_model" "pc105"
[    36.291] (**) Option "xkb_layout" "es"
[    36.291] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.292] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    36.292] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    36.292] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    36.292] (**) AT Translated Set 2 keyboard: always reports core events
[    36.292] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    36.292] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    36.292] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    36.292] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    36.292] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    36.292] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    36.292] (**) Option "xkb_rules" "evdev"
[    36.292] (**) Option "xkb_model" "pc105"
[    36.292] (**) Option "xkb_layout" "es"
[    36.292] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    36.293] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event7)
[    36.293] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    36.293] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    36.293] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    36.293] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    36.293] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    36.293] (**) Option "Device" "/dev/input/event7"
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    36.293] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[    36.293] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    36.293] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    36.293] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
[    36.293] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 13)
[    36.293] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    36.293] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[    36.293] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
[    36.294] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    36.294] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    36.294] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    36.294] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    36.294] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    36.294] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[    36.294] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[    36.294] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/event6)
[    36.294] (**) ALPS PS/2 Device: Applying InputClass "evdev pointer catchall"
[    36.294] (II) Using input driver 'evdev' for 'ALPS PS/2 Device'
[    36.294] (**) ALPS PS/2 Device: always reports core events
[    36.294] (**) evdev: ALPS PS/2 Device: Device: "/dev/input/event6"
[    36.294] (--) evdev: ALPS PS/2 Device: Vendor 0x2 Product 0x8
[    36.294] (--) evdev: ALPS PS/2 Device: Found 3 mouse buttons
[    36.294] (--) evdev: ALPS PS/2 Device: Found relative axes
[    36.294] (--) evdev: ALPS PS/2 Device: Found x and y relative axes
[    36.295] (II) evdev: ALPS PS/2 Device: Configuring as mouse
[    36.295] (**) evdev: ALPS PS/2 Device: YAxisMapping: buttons 4 and 5
[    36.295] (**) evdev: ALPS PS/2 Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    36.295] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[    36.295] (II) XINPUT: Adding extended input device "ALPS PS/2 Device" (type: MOUSE, id 14)
[    36.295] (II) evdev: ALPS PS/2 Device: initialized for relative axes.
[    36.295] (**) ALPS PS/2 Device: (accel) keeping acceleration scheme 1
[    36.295] (**) ALPS PS/2 Device: (accel) acceleration profile 0
[    36.295] (**) ALPS PS/2 Device: (accel) acceleration factor: 2.000
[    36.295] (**) ALPS PS/2 Device: (accel) acceleration threshold: 4
[    36.295] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/mouse0)
[    36.295] (II) No input driver specified, ignoring this device.
[    36.295] (II) This device may have been added with another device file.
[    36.296] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    36.296] (II) No input driver specified, ignoring this device.
[    36.296] (II) This device may have been added with another device file.
[    36.296] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[    36.296] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    36.296] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    36.296] (**) HP WMI hotkeys: always reports core events
[    36.296] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
[    36.296] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[    36.296] (--) evdev: HP WMI hotkeys: Found keys
[    36.296] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[    36.296] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event9"
[    36.296] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[    36.296] (**) Option "xkb_rules" "evdev"
[    36.296] (**) Option "xkb_model" "pc105"
[    36.296] (**) Option "xkb_layout" "es"
[    36.296] (**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
[    54.611] (II) AIGLX: Suspending AIGLX clients for VT switch
[    56.593] (II) AIGLX: Resuming AIGLX clients after VT switch
[    56.593] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[    56.640] (II) intel(0): EDID vendor "SEC", prod id 19781
[    56.640] (II) intel(0): Printing DDC gathered Modelines:
[    56.640] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1416  800 801 804 816 -hsync -vsync (48.9 kHz eP)
[    56.728] (--) synaptics: Synaptics Touchpad: touchpad found
[    56.729] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[ 13996.181] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 14014.581] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 14018.589] (II) intel(0): switch to mode 1280x800@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[ 14034.493] (--) synaptics: Synaptics Touchpad: touchpad found
[ 14035.144] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PRODUCT=19/0/1/0
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=31354

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=69377
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=20067
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=67038
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3/event2
N: input/event2
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3/event2
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=67803

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=68613
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0001v14F1p5051e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/14f1/5051/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: USEC_INITIALIZED=50216

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=50392

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=51559

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: USEC_INITIALIZED=51734

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=51896

P: /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input14
E: EV=3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=CNF7041
E: ID_MODEL_ENC=CNF7041
E: ID_MODEL_ID=b057
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0
E: ID_REVISION=0818
E: ID_SERIAL=Chicony_Electronics_Co.__Ltd._CNF7041_SN0001
E: ID_SERIAL_SHORT=SN0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony_Electronics_Co.__Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2c\x20Ltd.
E: ID_VENDOR_ID=04f2
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v04F2pB057e0818-e0,1,kD4,ramlsfw
E: NAME="CNF7041"
E: PHYS="usb-0000:00:1d.7-6/button"
E: PRODUCT=3/4f2/b057/818
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=292174

P: /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input14/event13
N: input/event13
S: input/by-id/usb-Chicony_Electronics_Co.__Ltd._CNF7041_SN0001-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Chicony_Electronics_Co.__Ltd._CNF7041_SN0001-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input14/event13
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=CNF7041
E: ID_MODEL_ENC=CNF7041
E: ID_MODEL_ID=b057
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0
E: ID_REVISION=0818
E: ID_SERIAL=Chicony_Electronics_Co.__Ltd._CNF7041_SN0001
E: ID_SERIAL_SHORT=SN0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony_Electronics_Co.__Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2c\x20Ltd.
E: ID_VENDOR_ID=04f2
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=292267
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=20000 20000000020 0 0 1500f02100000 3803078f900d401 feffffdfffefffff fffffffffffffffe
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,8A,8C,8E,8F,98,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D4,D9,E0,E1,E2,E3,EC,EE,F0,185,1A9,1D1,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=28441

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEYBOARD_KEY_81=fn_esc
E: KEYBOARD_KEY_88=presentation
E: KEYBOARD_KEY_89=battery
E: KEYBOARD_KEY_8a=screenlock
E: KEYBOARD_KEY_8b=camera
E: KEYBOARD_KEY_8c=media
E: KEYBOARD_KEY_8e=dvd
E: KEYBOARD_KEY_92=brightnessdown
E: KEYBOARD_KEY_97=brightnessup
E: KEYBOARD_KEY_b1=help
E: KEYBOARD_KEY_b3=unknown
E: KEYBOARD_KEY_d7=wlan
E: KEYBOARD_KEY_d9=help
E: KEYBOARD_KEY_ee=switchvideomode
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=65984
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp

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

P: /devices/platform/i8042/serio1/input/input6/event7
N: input/event7
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event7
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=9267

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

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

P: /devices/platform/i8042/serio1/input/input7/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event6
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=97048

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

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

P: /devices/platform/pcspkr/input/input9/event8
N: input/event8
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/platform/pcspkr/input/input9/event8
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=11919

P: /devices/virtual/input/input10
E: DEVPATH=/devices/virtual/input/input10
E: EV=33
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=4000000000 0 1000700000000 2102400 0 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,5,k8A,8D,94,99,E0,E1,E2,F0,166,ram4,lsfw1,5,
E: MSC=10
E: NAME="HP WMI hotkeys"
E: PHYS="wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=22
E: USEC_INITIALIZED=96884

P: /devices/virtual/input/input10/event9
N: input/event9
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/virtual/input/input10/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=97055
E: XKBLAYOUT=es
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,terminate:ctrl_alt_bksp


DRM Information from dmesg:
---------------------------
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.578054] Linux agpgart interface v0.103
[    0.578106] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    0.578128] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.578277] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.578414] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    6.507881] [drm] Initialized drm 1.1.0 20060810
[    7.059631] [drm] Memory usable by graphics device = 512M
[    7.059636] [drm] Replacing VGA console driver
[    7.084102] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.084103] [drm] Driver supports precise vblank timestamp query.
[    7.168948] [drm] initialized overlay support
[    7.263126] fbcon: inteldrmfb (fb0) is primary device
[    7.955354] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    8.012316] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=gl_ES.UTF-8, LC_CTYPE=gl_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.19-13
ii  libdrm-intel1                          2.4.58-2
ii  libdrm2                                2.4.58-2
ii  libpciaccess0                          0.13.2-3+b1
ii  libpixman-1-0                          0.32.6-3
ii  libudev1                               215-8
ii  libx11-6                               2:1.6.2-3
ii  libx11-xcb1                            2:1.6.2-3
ii  libxcb-dri2-0                          1.10-3+b1
ii  libxcb-dri3-0                          1.10-3+b1
ii  libxcb-sync1                           1.10-3+b1
ii  libxcb-util0                           0.3.8-3
ii  libxcb1                                1.10-3+b1
ii  libxcursor1                            1:1.1.14-1+b1
ii  libxdamage1                            1:1.1.4-2+b1
ii  libxext6                               2:1.3.3-1
ii  libxfixes3                             1:5.0.1-2+b2
ii  libxinerama1                           2:1.1.3-1+b1
ii  libxrandr2                             2:1.4.2-1+b1
ii  libxrender1                            1:0.9.8-1+b1
ii  libxshmfence1                          1.1-4
ii  libxtst6                               2:1.2.2-1+b1
ii  libxv1                                 2:1.0.10-1+b1
ii  libxvmc1                               2:1.0.8-2+b1
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.2.901-1

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- Configuration Files:
/etc/modprobe.d/i915-kms.conf 2ea78dbb794e6f512da751d5a61c44e3 [Errno 2] Non hai tal ficheiro ou directorio: u'/etc/modprobe.d/i915-kms.conf 2ea78dbb794e6f512da751d5a61c44e3'

-- no debconf information

Attachment: videomemoryproblems.jpg
Description: JPEG image


Reply to: