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

Bug#640157: xserver-xorg-core: ABI not support in Nvidia Driver.



Package: xserver-xorg-core
Version: 2:1.11.0-1
Severity: normal

Hi:

This problem is solved provisional with parameter: '-ignoreABI' in 'startx'.

Example:

startx -- -ignoreABI

Not running directly command. Fail detail in /var/log/Xorg.log.0 this message in down lines.

Thank's.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 11 00:26 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2003784 Aug 28 13:37 /usr/bin/Xorg

Diversions concerning libGL are in place
----------------------------------------
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 6193 Sep  1 23:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.29  (buildmeister@swio-display-x86-rhel47-08.nvidia.com)  Wed Dec  8 12:28:55 PST 2010

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
#Section "InputDevice"
#    Identifier     "Configured Mouse"
#    Driver         "mouse"
#    Option         "CorePointer"
#    Option         "Device" "/dev/input/mice"
#    Option         "Protocol" "ImPS/2"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
#EndSection

Section "ServerLayout"

#    InputDevice    "Configured Mouse"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
#    InputDevice    "Mouse0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/usr/share/fonts/truetype/freefont"
#    FontPath        "/usr/share/fonts/truetype/sjfonts"
    FontPath        "/usr/share/fonts/truetype/ttf-dejavu"
    FontPath        "/usr/share/fonts/truetype/ttf-liberation"
    FontPath        "/usr/local/share/fonts"
    FontPath        "/usr/share/fonts/truetype/msttcorefonts"
    FontPath        "/usr/share/fonts/truetype/dustin"
    FontPath        "/usr/share/ghostscript/fonts"
    FontPath        "/usr/share/fonts/type1/gsfonts"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
#    Load           "dri"
    Load           "int10"
    Load           "record"
    Load           "vbe"
#    Load           "v4l"
#    Load           "v4l2"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
    Option         "AllowMouseFail"
    Option         "DontZap" "on"
#    Option         "IgnoreABI" "true"
    Option         "RandR" "on"
    Option         "BlankTime" "0"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "0"
    Option         "AllowEmptyInput" "false"
    Option         "AutoAddDevices" "false"
    Option         "AutoEnableDevices" "false"
EndSection

#Section "InputDevice"
#    # generated from default
#    Identifier     "Mouse0"
#    Driver         "mouse"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/input/mice"
#    Option         "Emulate3Buttons" "yes"
#    Option         "ZAxisMapping" "4 5"
#EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "es"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
#    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "SHMConfig" "1"
    Option         "TabButton1" "1"
    Option         "TabButton2" "2"
    Option         "TabButton3" "3"
    Option         "VertEdgeScroll" "1"
    Option         "VertTwoFingerScroll" "1"
    Option         "HorizEdgeScroll" "1"
    Option         "HorizTwoFingerScroll" "1"
    Option         "CircularScrolling" "1"
    Option         "CircScrollTrigger" "7"
    Option         "EmulateTwoFingerMinZ" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor genrico"
    VendorName     "Unknown"
    ModelName      "Seiko"
#    HorizSync       30.0 - 75.0
#    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
#    Driver         "nv"
    Identifier     "nVidia Corporation NVIDIA Default Card"
    Driver         "nvidia"
#    Option         "Accel" "on"
#    Option         "XAANoOffscreenPixmaps" "1"
    Option         "AddARGBGLXVisuals" "true"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "TripleBuffer" "true"
    Option         "DamageEvents" "true"
#    VideoRam       262144
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NVIDIA Default Card"
    Monitor        "Monitor genrico"
    DefaultDepth    24
#    Option         "TwinView" "0"
#    Option         "metamodes" "1440x900_60 +0+0"
    Option         "NoLogo" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1440x900"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

#Section "DRI"
#    Mode 0660
#EndSection

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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39 (root@dell) (gcc version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sat May 21 11:14:09 CEST 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 20234 Sep  3 00:15 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   223.016] 
X.Org X Server 1.11.0
Release Date: 2011-08-26
[   223.017] X Protocol Version 11, Revision 0
[   223.017] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[   223.017] Current Operating System: Linux dell 2.6.39 #1 SMP Sat May 21 11:14:09 CEST 2011 i686
[   223.017] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.39 root=UUID=1a35ba11-e1df-40ad-baf1-1a06f0df8615 ro video.allow_duplicates=1
[   223.017] Build Date: 28 August 2011  11:30:31AM
[   223.017] xorg-server 2:1.11.0-1 (Cyril Brulebois <kibi@debian.org>) 
[   223.017] Current version of pixman: 0.22.2
[   223.017] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   223.017] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   223.017] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep  2 21:59:09 2011
[   223.017] (==) Using config file: "/etc/X11/xorg.conf"
[   223.017] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   223.074] (==) ServerLayout "Default Layout"
[   223.074] (**) |-->Screen "Default Screen" (0)
[   223.074] (**) |   |-->Monitor "Monitor gen?rico"
[   223.076] (**) |   |-->Device "nVidia Corporation NVIDIA Default Card"
[   223.076] (**) |-->Input Device "Generic Keyboard"
[   223.076] (**) |-->Input Device "Synaptics Touchpad"
[   223.076] (**) Option "DontZap" "on"
[   223.076] (**) Option "BlankTime" "0"
[   223.076] (**) Option "StandbyTime" "0"
[   223.076] (**) Option "SuspendTime" "0"
[   223.076] (**) Option "OffTime" "0"
[   223.076] (**) Option "Xinerama" "0"
[   223.076] (**) Option "RandR" "on"
[   223.076] (**) Option "AutoAddDevices" "false"
[   223.076] (**) Option "AutoEnableDevices" "false"
[   223.076] (**) Not automatically adding devices
[   223.076] (**) Not automatically enabling devices
[   223.100] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/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,
	/usr/share/fonts/truetype/freefont,
	/usr/share/fonts/truetype/ttf-dejavu,
	/usr/share/fonts/truetype/ttf-liberation,
	/usr/local/share/fonts,
	/usr/share/fonts/truetype/msttcorefonts,
	/usr/share/fonts/truetype/dustin,
	/usr/share/ghostscript/fonts,
	/usr/share/fonts/type1/gsfonts,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/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
[   223.100] (==) ModulePath set to "/usr/lib/xorg/modules"
[   223.100] (**) Extension "Composite" is enabled
[   223.100] (==) |-->Input Device "Synaptics Touchpad"
[   223.100] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
[   223.100] (II) Loader magic: 0x822b800
[   223.100] (II) Module ABI versions:
[   223.100] 	X.Org ANSI C Emulation: 0.4
[   223.100] 	X.Org Video Driver: 11.0
[   223.100] 	X.Org XInput driver : 13.0
[   223.100] 	X.Org Server Extension : 5.0
[   223.101] (--) PCI:*(0:1:0:0) 10de:0407:1028:01f2 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[   223.101] (II) Open ACPI successful (/var/run/acpid.socket)
[   223.101] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   223.101] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   223.101] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   223.101] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   223.101] (II) "dri" will be loaded by default.
[   223.101] (II) "dri2" will be loaded by default.
[   223.101] (II) LoadModule: "i2c"
[   223.101] (II) Module "i2c" already built-in
[   223.101] (II) LoadModule: "dbe"
[   223.102] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   223.112] (II) Module dbe: vendor="X.Org Foundation"
[   223.112] 	compiled for 1.11.0, module version = 1.0.0
[   223.112] 	Module class: X.Org Server Extension
[   223.112] 	ABI class: X.Org Server Extension, version 5.0
[   223.112] (II) Loading extension DOUBLE-BUFFER
[   223.112] (II) LoadModule: "extmod"
[   223.112] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   223.122] (II) Module extmod: vendor="X.Org Foundation"
[   223.122] 	compiled for 1.11.0, module version = 1.0.0
[   223.122] 	Module class: X.Org Server Extension
[   223.122] 	ABI class: X.Org Server Extension, version 5.0
[   223.122] (II) Loading extension SELinux
[   223.122] (II) Loading extension MIT-SCREEN-SAVER
[   223.122] (II) Loading extension XFree86-VidModeExtension
[   223.122] (II) Loading extension XFree86-DGA
[   223.122] (II) Loading extension DPMS
[   223.122] (II) Loading extension XVideo
[   223.122] (II) Loading extension XVideo-MotionCompensation
[   223.122] (II) Loading extension X-Resource
[   223.123] (II) LoadModule: "glx"
[   223.123] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   224.177] (II) Module glx: vendor="NVIDIA Corporation"
[   224.177] 	compiled for 4.0.2, module version = 1.0.0
[   224.177] 	Module class: X.Org Server Extension
[   224.177] (II) NVIDIA GLX Module  280.13  Wed Jul 27 17:14:51 PDT 2011
[   224.177] (II) Loading extension GLX
[   224.177] (II) LoadModule: "int10"
[   224.177] (II) Loading /usr/lib/xorg/modules/libint10.so
[   224.196] (II) Module int10: vendor="X.Org Foundation"
[   224.196] 	compiled for 1.11.0, module version = 1.0.0
[   224.196] 	ABI class: X.Org Video Driver, version 11.0
[   224.196] (II) LoadModule: "record"
[   224.197] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   224.202] (II) Module record: vendor="X.Org Foundation"
[   224.202] 	compiled for 1.11.0, module version = 1.13.0
[   224.202] 	Module class: X.Org Server Extension
[   224.202] 	ABI class: X.Org Server Extension, version 5.0
[   224.202] (II) Loading extension RECORD
[   224.202] (II) LoadModule: "vbe"
[   224.202] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   224.214] (II) Module vbe: vendor="X.Org Foundation"
[   224.214] 	compiled for 1.11.0, module version = 1.1.0
[   224.214] 	ABI class: X.Org Video Driver, version 11.0
[   224.214] (II) LoadModule: "dri"
[   224.214] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   224.240] (II) Module dri: vendor="X.Org Foundation"
[   224.240] 	compiled for 1.11.0, module version = 1.0.0
[   224.240] 	ABI class: X.Org Server Extension, version 5.0
[   224.240] (II) Loading extension XFree86-DRI
[   224.240] (II) LoadModule: "dri2"
[   224.240] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   224.241] (II) Module dri2: vendor="X.Org Foundation"
[   224.241] 	compiled for 1.11.0, module version = 1.2.0
[   224.241] 	ABI class: X.Org Server Extension, version 5.0
[   224.241] (II) Loading extension DRI2
[   224.241] (II) LoadModule: "nvidia"
[   224.242] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   224.310] (II) Module nvidia: vendor="NVIDIA Corporation"
[   224.310] 	compiled for 4.0.2, module version = 1.0.0
[   224.310] 	Module class: X.Org Video Driver
[   224.310] ================ WARNING WARNING WARNING WARNING ================
[   224.310] This server has a video driver ABI version of 11.0 that this
driver does not officially support.  Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
[   224.310] =================================================================
[   224.310] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
[   224.310] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from git commit b6c7b9b2f39e970cedb6bc1e073f901e28cb0fa3 and may not be compatible with the final version of this SDK.
[   224.310] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 13.0, need < 13.0).  The driver will continue to load, but may behave strangely.
[   224.348] (II) LoadModule: "kbd"
[   224.349] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[   224.368] (II) Module kbd: vendor="X.Org Foundation"
[   224.368] 	compiled for 1.11.0, module version = 1.6.0
[   224.368] 	Module class: X.Org XInput Driver
[   224.368] 	ABI class: X.Org XInput driver, version 13.0
[   224.368] (II) LoadModule: "synaptics"
[   224.368] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   224.381] (II) Module synaptics: vendor="X.Org Foundation"
[   224.381] 	compiled for 1.11.0, module version = 1.4.1
[   224.381] 	Module class: X.Org XInput Driver
[   224.381] 	ABI class: X.Org XInput driver, version 13.0
[   224.381] (II) NVIDIA dlloader X Driver  280.13  Wed Jul 27 16:57:12 PDT 2011
[   224.399] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   224.400] (--) using VT number 7

[   224.420] (II) Loading sub module "fb"
[   224.420] (II) LoadModule: "fb"
[   224.420] (II) Loading /usr/lib/xorg/modules/libfb.so
[   224.434] (II) Module fb: vendor="X.Org Foundation"
[   224.434] 	compiled for 1.11.0, module version = 1.0.0
[   224.434] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   224.434] (II) Loading sub module "wfb"
[   224.434] (II) LoadModule: "wfb"
[   224.435] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   224.453] (II) Module wfb: vendor="X.Org Foundation"
[   224.453] 	compiled for 1.11.0, module version = 1.0.0
[   224.453] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   224.453] (II) Loading sub module "ramdac"
[   224.453] (II) LoadModule: "ramdac"
[   224.453] (II) Module "ramdac" already built-in
[   224.455] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   224.455] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   224.455] (II) Loading /usr/lib/xorg/modules/libfb.so
[   224.471] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   224.471] (==) NVIDIA(0): RGB weight 888
[   224.471] (==) NVIDIA(0): Default visual is TrueColor
[   224.471] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   224.471] (**) NVIDIA(0): Option "NoLogo" "true"
[   224.471] (**) NVIDIA(0): Option "RenderAccel" "true"
[   224.471] (**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
[   224.471] (**) NVIDIA(0): Option "TripleBuffer" "true"
[   224.471] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
[   224.471] (**) NVIDIA(0): Option "DamageEvents" "true"
[   224.472] (**) NVIDIA(0): Enabling RENDER acceleration
[   225.843] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[   225.843] (II) NVIDIA(GPU-0):     Vision stereo.
[   225.898] (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GT (G84) at PCI:1:0:0 (GPU-0)
[   225.898] (--) NVIDIA(0): Memory: 524288 kBytes
[   225.898] (--) NVIDIA(0): VideoBIOS: 60.84.50.00.01
[   225.898] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   225.898] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[   225.899] (--) NVIDIA(0): Connected display device(s) on GeForce 8600M GT at PCI:1:0:0
[   225.899] (--) NVIDIA(0):     Seiko/Epson (DFP-0)
[   225.899] (--) NVIDIA(0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[   225.899] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal Dual Link LVDS
[   225.905] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[   225.905] (**) NVIDIA(0):     enabled on all display devices.
[   225.983] (II) NVIDIA(0): Assigned Display Device: DFP-0
[   225.983] (II) NVIDIA(0): Validated modes:
[   225.983] (II) NVIDIA(0):     "1440x900"
[   225.983] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[   227.000] (--) NVIDIA(0): DPI set to (98, 99); computed from "UseEdidDpi" X config
[   227.000] (--) NVIDIA(0):     option
[   227.000] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[   227.000] (--) Depth 24 pixmap format is 32 bpp
[   227.001] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   227.015] (II) NVIDIA(0): Setting mode "1440x900"
[   227.296] (II) Loading extension NV-GLX
[   227.423] (==) NVIDIA(0): Disabling shared memory pixmaps
[   227.423] (==) NVIDIA(0): Backing store disabled
[   227.423] (==) NVIDIA(0): Silken mouse enabled
[   227.424] (**) NVIDIA(0): DPMS enabled
[   227.424] (II) Loading extension NV-CONTROL
[   227.424] (II) Loading extension XINERAMA
[   227.424] (II) Loading sub module "dri2"
[   227.424] (II) LoadModule: "dri2"
[   227.424] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   227.424] (II) Module dri2: vendor="X.Org Foundation"
[   227.424] 	compiled for 1.11.0, module version = 1.2.0
[   227.424] 	ABI class: X.Org Server Extension, version 5.0
[   227.425] (II) NVIDIA(0): [DRI2] Setup complete
[   227.425] (**) RandR enabled
[   227.425] (II) Initializing built-in extension Generic Event Extension
[   227.425] (II) Initializing built-in extension SHAPE
[   227.425] (II) Initializing built-in extension MIT-SHM
[   227.425] (II) Initializing built-in extension XInputExtension
[   227.425] (II) Initializing built-in extension XTEST
[   227.425] (II) Initializing built-in extension BIG-REQUESTS
[   227.425] (II) Initializing built-in extension SYNC
[   227.425] (II) Initializing built-in extension XKEYBOARD
[   227.425] (II) Initializing built-in extension XC-MISC
[   227.425] (II) Initializing built-in extension SECURITY
[   227.425] (II) Initializing built-in extension XINERAMA
[   227.425] (II) Initializing built-in extension XFIXES
[   227.425] (II) Initializing built-in extension RENDER
[   227.425] (II) Initializing built-in extension RANDR
[   227.425] (II) Initializing built-in extension COMPOSITE
[   227.425] (II) Initializing built-in extension DAMAGE
[   227.425] (II) SELinux: Disabled on system
[   227.427] (II) Initializing extension GLX
[   228.154] (II) Using input driver 'kbd' for 'Generic Keyboard'
[   228.154] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[   228.154] (**) Option "CoreKeyboard"
[   228.154] (**) Generic Keyboard: always reports core events
[   228.154] (**) Generic Keyboard: always reports core events
[   228.154] (**) Option "Protocol" "standard"
[   228.154] (**) Option "XkbRules" "xorg"
[   228.154] (**) Option "XkbModel" "pc105"
[   228.154] (**) Option "XkbLayout" "es"
[   228.154] (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD, id 6)
[   228.205] (II) Using input driver 'synaptics' for 'Synaptics Touchpad'
[   228.205] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   228.205] (**) Option "CorePointer"
[   228.205] (**) Synaptics Touchpad: always reports core events
[   228.248] (--) Synaptics Touchpad auto-dev sets device to /dev/input/event8
[   228.252] (**) Option "Device" "/dev/input/event8"
[   228.260] (--) Synaptics Touchpad: x-axis range 0 - 1023
[   228.260] (--) Synaptics Touchpad: y-axis range 0 - 767
[   228.260] (--) Synaptics Touchpad: pressure range 0 - 127
[   228.260] (--) Synaptics Touchpad: buttons: left right scroll-buttons
[   228.260] (**) Option "SHMConfig" "1"
[   228.260] (--) Synaptics Touchpad: invalid finger width range.  defaulting to 0 - 16
[   228.260] (**) Option "EmulateTwoFingerMinZ" "0"
[   228.260] (**) Option "VertEdgeScroll" "1"
[   228.260] (**) Option "HorizEdgeScroll" "1"
[   228.260] (**) Option "VertTwoFingerScroll" "1"
[   228.260] (**) Option "HorizTwoFingerScroll" "1"
[   228.260] (**) Option "CircularScrolling" "1"
[   228.260] (**) Option "CircScrollTrigger" "7"
[   228.272] (--) Synaptics Touchpad: touchpad found
[   228.272] (**) Synaptics Touchpad: always reports core events
[   228.276] (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD, id 7)
[   228.276] (**) Synaptics Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   228.276] (**) Synaptics Touchpad: MaxSpeed is now 1.75
[   228.276] (**) Synaptics Touchpad: AccelFactor is now 0.156
[   228.276] (**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
[   228.277] (**) Synaptics Touchpad: (accel) acceleration profile 1
[   228.277] (**) Synaptics Touchpad: (accel) acceleration factor: 2.000
[   228.277] (**) Synaptics Touchpad: (accel) acceleration threshold: 4
[   228.280] (--) Synaptics Touchpad: touchpad found
[   228.280] (II) Using input driver 'synaptics' for 'Synaptics Touchpad'
[   228.280] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   228.280] (**) Option "CorePointer"
[   228.280] (**) Synaptics Touchpad: always reports core events
[   228.480] (EE) Synaptics Touchpad no synaptics event device found
[   228.480] (EE) xf86OpenSerial: No Device specified.
[   228.480] (EE) Synaptics driver unable to open device
[   228.480] (EE) PreInit returned 11 for "Synaptics Touchpad"
[   228.480] (II) UnloadModule: "synaptics"
[   228.480] (II) Unloading synaptics
[   228.487] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   228.487] (II) AutoAddDevices is off - not adding device.
[   228.487] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   228.487] (II) AutoAddDevices is off - not adding device.
[   228.488] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   228.488] (II) AutoAddDevices is off - not adding device.
[   228.489] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   228.489] (II) AutoAddDevices is off - not adding device.
[   228.490] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event9)
[   228.490] (II) AutoAddDevices is off - not adding device.
[   228.491] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event10)
[   228.491] (II) AutoAddDevices is off - not adding device.
[   228.492] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse2)
[   228.492] (II) AutoAddDevices is off - not adding device.
[   228.492] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[   228.492] (II) AutoAddDevices is off - not adding device.
[   228.493] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event13)
[   228.493] (II) AutoAddDevices is off - not adding device.
[   228.494] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event14)
[   228.494] (II) AutoAddDevices is off - not adding device.
[   228.495] (II) config/udev: Adding input device Laptop Integrated Webcam (/dev/input/event11)
[   228.495] (II) AutoAddDevices is off - not adding device.
[   228.496] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   228.496] (II) AutoAddDevices is off - not adding device.
[   228.496] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
[   228.496] (II) AutoAddDevices is off - not adding device.
[   228.497] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[   228.497] (II) AutoAddDevices is off - not adding device.
[   228.498] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
[   228.498] (II) AutoAddDevices is off - not adding device.
[   228.498] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[   228.498] (II) AutoAddDevices is off - not adding device.
[   228.499] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   228.499] (II) AutoAddDevices is off - not adding device.
[   228.500] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[   228.500] (II) AutoAddDevices is off - not adding device.
[   228.500] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[   228.500] (II) AutoAddDevices is off - not adding device.
[  8387.269] (II) Open ACPI successful (/var/run/acpid.socket)
[  8387.647] (II) NVIDIA(0): Setting mode "1440x900"
[  8388.980] (--) Synaptics Touchpad: touchpad found

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:2e/LNXVIDEO:00/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:2e/LNXVIDEO:00/input/input4
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/device:2e/LNXVIDEO:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:2e/LNXVIDEO:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
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=es
E: BACKSPACE=guess
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=es
E: BACKSPACE=guess
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=es
E: BACKSPACE=guess
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/input/input9
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/input/input9
E: PRODUCT=3/a5c/4502/111
E: NAME="Broadcom Corp"
E: PHYS="usb-0000:00:1a.0-2.2/input0"
E: UNIQ=""
E: PROP=0
E: EV=120013
E: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0003v0A5Cp4502e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,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_VENDOR=Broadcom_Corp
E: ID_VENDOR_ENC=Broadcom\x20Corp
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4502
E: ID_MODEL_ENC=4502
E: ID_MODEL_ID=4502
E: ID_REVISION=0100
E: ID_SERIAL=Broadcom_Corp_4502
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2.2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_2_1_0

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/input/input9/event9
N: input/event9
S: input/by-id/usb-Broadcom_Corp_4502-event-kbd
S: input/by-path/pci-0000:00:1a.0-usb-0:2.2:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Broadcom_Corp
E: ID_VENDOR_ENC=Broadcom\x20Corp
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4502
E: ID_MODEL_ENC=4502
E: ID_MODEL_ID=4502
E: ID_REVISION=0100
E: ID_SERIAL=Broadcom_Corp_4502
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2.2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_2_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/input/by-id/usb-Broadcom_Corp_4502-event-kbd /dev/input/by-path/pci-0000:00:1a.0-usb-0:2.2:1.0-event-kbd
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10
E: PRODUCT=3/a5c/4503/111
E: NAME="Broadcom Corp"
E: PHYS="usb-0000:00:1a.0-2.3/input0"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=70000 0 0 0 0 0 0 0 0
E: REL=3
E: MSC=10
E: MODALIAS=input:b0003v0A5Cp4503e0111-e0,1,2,4,k110,111,112,r0,1,am4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Broadcom_Corp
E: ID_VENDOR_ENC=Broadcom\x20Corp
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4503
E: ID_MODEL_ENC=4503
E: ID_MODEL_ID=4503
E: ID_REVISION=0100
E: ID_SERIAL=Broadcom_Corp_4503
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_3_1_0

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10/event10
N: input/event10
S: input/by-id/usb-Broadcom_Corp_4503-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2.3:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Broadcom_Corp
E: ID_VENDOR_ENC=Broadcom\x20Corp
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4503
E: ID_MODEL_ENC=4503
E: ID_MODEL_ID=4503
E: ID_REVISION=0100
E: ID_SERIAL=Broadcom_Corp_4503
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_3_1_0
E: DEVLINKS=/dev/input/by-id/usb-Broadcom_Corp_4503-event-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:2.3:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10/mouse2
N: input/mouse2
S: input/by-id/usb-Broadcom_Corp_4503-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2.3:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.3/3-2.3:1.0/input/input10/mouse2
E: MAJOR=13
E: MINOR=34
E: DEVNAME=/dev/input/mouse2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Broadcom_Corp
E: ID_VENDOR_ENC=Broadcom\x20Corp
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4503
E: ID_MODEL_ENC=4503
E: ID_MODEL_ID=4503
E: ID_REVISION=0100
E: ID_SERIAL=Broadcom_Corp_4503
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_3_1_0
E: DEVLINKS=/dev/input/by-id/usb-Broadcom_Corp_4503-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:2.3:1.0-mouse

P: /devices/pci0000:00/0000:00:1b.0/input/input12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input12
E: PRODUCT=1/8384/76a0/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v8384p76A0e0001-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/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/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 Mic at Ext 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/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 HP Out at Ext Left 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/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/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input11
E: PRODUCT=3/5a9/2640/100
E: NAME="Laptop Integrated Webcam"
E: PHYS="usb-0000:00:1d.7-6/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0 0 0 0
E: MODALIAS=input:b0003v05A9p2640e0100-e0,1,kD4,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=OmniVision_Technologies__Inc._-2640-07.07.20.3
E: ID_VENDOR_ENC=OmniVision\x20Technologies\x2c\x20Inc.\x20-2640-07.07.20.3
E: ID_VENDOR_ID=05a9
E: ID_MODEL=Laptop_Integrated_Webcam
E: ID_MODEL_ENC=Laptop\x20Integrated\x20Webcam
E: ID_MODEL_ID=2640
E: ID_REVISION=0100
E: ID_SERIAL=OmniVision_Technologies__Inc._-2640-07.07.20.3_Laptop_Integrated_Webcam
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input11/event11
N: input/event11
S: input/by-id/usb-OmniVision_Technologies__Inc._-2640-07.07.20.3_Laptop_Integrated_Webcam-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=OmniVision_Technologies__Inc._-2640-07.07.20.3
E: ID_VENDOR_ENC=OmniVision\x20Technologies\x2c\x20Inc.\x20-2640-07.07.20.3
E: ID_VENDOR_ID=05a9
E: ID_MODEL=Laptop_Integrated_Webcam
E: ID_MODEL_ENC=Laptop\x20Integrated\x20Webcam
E: ID_MODEL_ID=2640
E: ID_REVISION=0100
E: ID_SERIAL=OmniVision_Technologies__Inc._-2640-07.07.20.3_Laptop_Integrated_Webcam
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:6:1.0
E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_6_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/input/by-id/usb-OmniVision_Technologies__Inc._-2640-07.07.20.3_Laptop_Integrated_Webcam-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:6:1.0-event
E: BACKSPACE=guess

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 8380307a 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,A1,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=es
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio1/input/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7
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/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_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/input7/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/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/input8
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8
E: PRODUCT=11/2/8/7325
E: NAME="AlpsPS/2 ALPS GlidePoint"
E: PHYS="isa0060/serio1/input0"
E: PROP=0
E: EV=b
E: KEY=420 0 3000f 0 0 0 0 0 0 0 0
E: ABS=1000003
E: MODALIAS=input:b0011v0002p0008e7325-e0,1,3,k100,101,102,103,110,111,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/input8/event8
N: input/event8
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
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/input8/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/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/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5
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/input5/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
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/input15
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input15
E: PRODUCT=3/0/0/4
E: NAME="ACPI Virtual Keyboard Device"
E: PROP=0
E: EV=3
E: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe
E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial

P: /devices/virtual/input/input15/event15
N: input/event15
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input15/event15
E: MAJOR=13
E: MINOR=79
E: DEVNAME=/dev/input/event15
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: BACKSPACE=guess
E: DMI_VENDOR=Dell Inc.

P: /devices/virtual/input/input6
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input6
E: PRODUCT=19/0/0/0
E: NAME="Dell WMI hotkeys"
E: PHYS="wmi/input0"
E: PROP=0
E: EV=13
E: KEY=1500b 0 2 300000 0 0 0 0
E: MSC=10
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k94,95,A1,E0,E1,E3,EC,EE,F0,ram4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1

P: /devices/virtual/input/input6/event6
N: input/event6
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: BACKSPACE=guess
E: DMI_VENDOR=Dell Inc.


DRM Information from dmesg:
---------------------------
[    0.261640] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    1.012484] Linux agpgart interface v0.103


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39 (SMP w/2 CPU cores)
Locale: LANG=es_ES@euro, LC_CTYPE=es_ES@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to es_ES@euro)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.73      
ii  libaudit0               1.7.18-1  
ii  libc6                   2.13-18   
ii  libdrm2                 2.4.26-1  
ii  libgcrypt11             1.5.0-3   
ii  libpciaccess0           0.12.1-1  
ii  libpixman-1-0           0.22.2-1  
ii  libselinux1             2.1.0-1   
ii  libudev0                172-1     
ii  libxau6                 1:1.0.6-3 
ii  libxdmcp6               1:1.1.0-3 
ii  libxfont1               1:1.4.4-1 
ii  udev                    172-1     
ii  xserver-common          2:1.11.0-1

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri  7.11-5

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi    1:1.0.3  
ii  xfonts-75dpi     1:1.0.3  
ii  xfonts-scalable  1:1.0.3-1

-- no debconf information



Reply to: