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

Bug#563045: marked as done (xserver-xorg-input-synaptics: intermittent spurious button 2 events)



Your message dated Tue, 18 Jan 2011 03:29:58 +0100
with message-id <20110118022958.GA5872@debian.org>
and subject line Re: Bug#563045: reported upstream
has caused the Debian Bug report #563045,
regarding xserver-xorg-input-synaptics: intermittent spurious button 2 events
to be marked as done.

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

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


-- 
563045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563045
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-synaptics
Version: 1.2.0-2
Severity: important


I recently upgraded to xserver-xorg/testing so I could use the free Nvidia
driver nouveau. I'm therefore running a recent vanilla kernel. It works very
well overall, but I have a severe issue with the touchpad. The following
symptoms lead me to believe it is a problem with the synaptics driver.

* Steps to reproduce

1. open two X terminals
2. select some text in one terminal
3. left-click the other terminal using the touchpad
4. repeat above steps several times

* Expected result

Step 3 switches window focus.

* Actual result

Step 3 switches window focus and sometimes pastes the selected text from the
other terminal.

It usually takes 10-20 repetitions of the above process for this to happen.
If it does not happen, doing something else like switching windows usually
helps trigger the problem again.

I was able to reproduce this with xev (log attached). Sometimes both button
events are generated, sometimes only button 2.

I can _not_ reproduce the problem with a USB mouse.

The problem is especially annoying in firefox, where button 2 causes tabs to
be closed and the pasted text is interpreted as URLs to be opened. It's also
annoying when the clipboard contents get pasted on IRC.

If someone could point me to the corresponding source repository I would
like to try the latest version. Unfortunately, the debian package source
does not have a link to its origin, and the Xorg web site is equally
unhelpful.

TIA,
Clemens


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-08-25 19:26 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1868064 2009-10-13 11:43 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8600M GS] (rev a1)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4388 2009-12-30 10:37 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (randy@juliet2)  Fri Sep  5 15:03:39 PDT 2008

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder26)  Wed Jun 13 16:54:50 PDT 2007
# 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 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 "ServerLayout"
    #Screen      0  "Default Screen" 0 0
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Configured Mouse"
    InputDevice    "Generic Keyboard"
    #InputDevice    "Synaptics Touchpad"	"CorePointer"
    Option         "BlankTime" "60"
    Option         "AIGLX" "false"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "extmod"
    #Load           "synaptics"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
    Option         "DontVTSwitch" "false"
    Option         "DontZap" "false"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us,de"
    Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "false"
EndSection

#Section "InputDevice"
#    Identifier     "Synaptics Touchpad"
#    Driver         "synaptics"
#    Option         "CorePointer"
#    Option         "SendCoreEvents" "true"
#    Option         "Device" "/dev/input/mice"
#    Option         "Protocol" "auto-dev"
#    #Option         "HorizScrollDelta" "0"
#    #Option         "VertScrollDelta" "100"
#    #Option         "CornerCoasting" "false"
#    #Option         "SHMConfig" "on"
#    #Option         "GrabEventDevice" "true"
#    #Option         "GrabEventDevice" "false"
#    #Option         "HorizTwoFingerScroll" "true"
#    #Option         "VertEdgeScroll" "0"
#    #Option         "TapButton1" "0"
#    #Option         "TapButton2" "0"
#    #Option         "TapButton3" "0"
#    #Option         "SpecialScrollAreaRight" "true"
#EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Seiko"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Default Card"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600M GS"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x800 1024x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Default Card"
    Monitor        "Monitor0"
    DefaultDepth    24
    #Option         "TwinView" "0"
    #Option         "metamodes" "nvidia-auto-select +0+0"
    #Option         "metamodes" "1280x800; 1024x768; 800x600; 640x480"
    #Option         "FlatPanelProperties" "Scaling = aspect-scaled"
    #Option         "NoLogo" "1"
    #Option         "RenderAccel" "true"
    #Option         "MigrationHeuristic"	"greedy"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root 21839 2009-12-30 10:41 /var/log/Xorg.0.log

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

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-2-amd64 x86_64 Debian
Current Operating System: Linux darc 2.6.33-rc1-00366-g2f99f5c #21 SMP PREEMPT Sun Dec 27 16:53:22 CET 2009 x86_64
Build Date: 13 October 2009  09:39:10AM
xorg-server 2:1.6.5-1 (jcristau@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 30 10:37:58 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Default Card"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Keyboard"
(**) Option "DontVTSwitch" "false"
(**) Option "DontZap" "false"
(**) Option "BlankTime" "60"
(**) Option "Xinerama" "0"
(**) Option "AIGLX" "false"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(**) Extension "RENDER" is enabled
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Configured Mouse
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x3b40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 8

(--) PCI:*(0:1:0:0) 10de:0425:144d:c031 nVidia Corporation G86 [GeForce 8600M GS] rev 161, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nouveau"
(II) Loading /usr/lib/xorg/modules/drivers//nouveau_drv.so
(II) Module nouveau: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 0.0.10
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) NOUVEAU driver Date:   Thu Dec 17 13:08:34 2009 +1000
(II) NOUVEAU driver for NVIDIA chipset families :
	RIVA TNT    (NV04)
	RIVA TNT2   (NV05)
	GeForce 256 (NV10)
	GeForce 2   (NV11, NV15)
	GeForce 4MX (NV17, NV18)
	GeForce 3   (NV20)
	GeForce 4Ti (NV25, NV28)
	GeForce FX  (NV3x)
	GeForce 6   (NV4x)
	GeForce 7   (G7x)
	GeForce 8   (G8x)
(II) Primary Device is: PCI 01@00:00:0
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(--) NOUVEAU(0): Chipset: "NVIDIA NV86"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) NOUVEAU(0): Initializing int10
(II) NOUVEAU(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(II) NOUVEAU(0): Loaded DRI module
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) NOUVEAU(0): [drm] nouveau interface version: 0.0.15
(--) NOUVEAU(0): [drm] kernel modesetting in use
(**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
(==) NOUVEAU(0): RGB weight 888
(==) NOUVEAU(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(==) NOUVEAU(0): Using HW cursor
(--) NOUVEAU(0): Linear framebuffer at 0xD0000000
(--) NOUVEAU(0): MMIO registers at 0xCE000000
(II) NOUVEAU(0): Output LVDS-0 using monitor section Monitor0
(II) NOUVEAU(0): Output VGA-0 has no monitor section
(II) NOUVEAU(0): Output DVI-D-0 has no monitor section
(II) NOUVEAU(0): EDID for output LVDS-0
(II) NOUVEAU(0): Manufacturer: SEC  Model: 3445  Serial#: 0
(II) NOUVEAU(0): Year: 2005  Week: 0
(II) NOUVEAU(0): EDID Version: 1.3
(II) NOUVEAU(0): Digital Display Input
(II) NOUVEAU(0): Max Image Size [cm]: horiz.: 33  vert.: 21
(II) NOUVEAU(0): Gamma: 2.20
(II) NOUVEAU(0): No DPMS capabilities specified
(II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) NOUVEAU(0): First detailed timing is preferred mode
(II) NOUVEAU(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
(II) NOUVEAU(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
(II) NOUVEAU(0): Manufacturer's mask: 0
(II) NOUVEAU(0): Supported detailed timing:
(II) NOUVEAU(0): clock: 68.9 MHz   Image Size:  331 x 207 mm
(II) NOUVEAU(0): h_active: 1280  h_sync: 1296  h_sync_end 1344 h_blank_end 1408 h_border: 0
(II) NOUVEAU(0): v_active: 800  v_sync: 801  v_sync_end 804 v_blanking: 816 v_border: 0
(WW) NOUVEAU(0): Unknown vendor-specific block f
(II) NOUVEAU(0):  SAMSUNG
(II) NOUVEAU(0):  LTN154X3-L03
(II) NOUVEAU(0): EDID (in hex):
(II) NOUVEAU(0): 	00ffffffffffff004ca3453400000000
(II) NOUVEAU(0): 	000f0103802115780a87f594574f8c27
(II) NOUVEAU(0): 	27505400000001010101010101010101
(II) NOUVEAU(0): 	010101010101ee1a0080502010301030
(II) NOUVEAU(0): 	13004bcf100000190000000f00000000
(II) NOUVEAU(0): 	00000000002387026400000000fe0053
(II) NOUVEAU(0): 	414d53554e470a2020202020000000fe
(II) NOUVEAU(0): 	004c544e31353458332d4c30330a0065
(II) NOUVEAU(0): EDID vendor "SEC", prod id 13381
(II) NOUVEAU(0): Printing DDC gathered Modelines:
(II) NOUVEAU(0): Modeline "1280x800"x0.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
(II) NOUVEAU(0): Not using mode "640x480" (vrefresh out of range)
(II) NOUVEAU(0): Not using mode "720x400" (hsync out of range)
(II) NOUVEAU(0): Not using mode "640x400" (hsync out of range)
(II) NOUVEAU(0): Not using mode "640x350" (hsync out of range)
(II) NOUVEAU(0): Printing probed modes for output LVDS-0
(II) NOUVEAU(0): Modeline "1280x800"x60.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
(II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) NOUVEAU(0): EDID for output VGA-0
(II) NOUVEAU(0): EDID for output DVI-D-0
(II) NOUVEAU(0): Output LVDS-0 connected
(II) NOUVEAU(0): Output VGA-0 disconnected
(II) NOUVEAU(0): Output DVI-D-0 disconnected
(II) NOUVEAU(0): Using exact sizes for initial modes
(II) NOUVEAU(0): Output LVDS-0 using initial mode 1280x800
(II) NOUVEAU(0): Initial CRTC_OWNER is 0
(--) NOUVEAU(0): VideoRAM: 262144 kBytes
(==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NOUVEAU(0): Virtual size is 1280x800 (pitch 1280)
(**) NOUVEAU(0):  Driver mode "1280x800": 68.9 MHz (scaled from 0.0 MHz), 49.0 kHz, 60.0 Hz
(II) NOUVEAU(0): Modeline "1280x800"x60.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
(**) NOUVEAU(0):  Driver mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
(II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
(**) NOUVEAU(0):  Driver mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
(II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(**) NOUVEAU(0): Display dimensions: (330, 210) mm
(**) NOUVEAU(0): DPI set to (98, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 2.4.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) NOUVEAU(0): Opened GPU channel 2
(II) NOUVEAU(0): [drm] Using the DRM lock SAREA also for drawables.
(II) NOUVEAU(0): [drm] framebuffer handle = 0xd0000000
(II) NOUVEAU(0): [drm] added 1 reserved context for kernel
(II) NOUVEAU(0): X context handle = 0x1
(II) NOUVEAU(0): [drm] installed DRM signal handler
(II) NOUVEAU(0): Allocated 124MiB VRAM for offscreen pixmaps
(II) NOUVEAU(0): AGPGART: 512MiB available
(II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
(II) EXA(0): Offscreen pixmap area of 130121728 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(II)         UploadToScreen
(II)         DownloadFromScreen
(==) NOUVEAU(0): Backing store disabled
(==) NOUVEAU(0): Silken mouse enabled
(II) NOUVEAU(0): [DRI] installation complete
(II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
(II) NOUVEAU(0): [XvMC] Extension initialized.
(II) NOUVEAU(0): NVEnterVT is called.
(II) NOUVEAU(0): DPMS enabled
(II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) NOUVEAU(0): Setting screen physical size to 331 x 207
resize called 1280 800
(II) config/hal: Adding input device ACPI Virtual Keyboard Device
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 2.2.5
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event3"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device Vega USB 2.0 Camera.
(**) Vega USB 2.0 Camera.: always reports core events
(**) Vega USB 2.0 Camera.: Device: "/dev/input/event1"
(II) Vega USB 2.0 Camera.: Found keys
(II) Vega USB 2.0 Camera.: Configuring as keyboard
(II) XINPUT: Adding extended input device "Vega USB 2.0 Camera." (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device ACPI Virtual Keyboard Device
(**) ACPI Virtual Keyboard Device: always reports core events
(**) ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
(II) ACPI Virtual Keyboard Device: Found keys
(II) ACPI Virtual Keyboard Device: Configuring as keyboard
(II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event7"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event8"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event9"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.5, module version = 1.2.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.2.0
(**) Option "Device" "/dev/input/event2"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device Chicony USB Wireless HID Receiver
(**) Chicony USB Wireless HID Receiver: always reports core events
(**) Chicony USB Wireless HID Receiver: Device: "/dev/input/event12"
(II) Chicony USB Wireless HID Receiver: Found 3 mouse buttons
(II) Chicony USB Wireless HID Receiver: Found x and y relative axes
(II) Chicony USB Wireless HID Receiver: Found scroll wheel(s)
(II) Chicony USB Wireless HID Receiver: Configuring as mouse
(**) Chicony USB Wireless HID Receiver: YAxisMapping: buttons 4 and 5
(**) Chicony USB Wireless HID Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: MOUSE)
(**) Chicony USB Wireless HID Receiver: (accel) keeping acceleration scheme 1
(**) Chicony USB Wireless HID Receiver: (accel) filter chain progression: 2.00
(**) Chicony USB Wireless HID Receiver: (accel) filter stage 0: 20.00 ms
(**) Chicony USB Wireless HID Receiver: (accel) set acceleration profile 0
(II) Chicony USB Wireless HID Receiver: initialized for relative axes.
(II) config/hal: Adding input device Chicony USB Wireless HID Receiver
(**) Chicony USB Wireless HID Receiver: always reports core events
(**) Chicony USB Wireless HID Receiver: Device: "/dev/input/event5"
(II) Chicony USB Wireless HID Receiver: Found 11 mouse buttons
(II) Chicony USB Wireless HID Receiver: Found keys
(II) Chicony USB Wireless HID Receiver: Configuring as keyboard
(**) Chicony USB Wireless HID Receiver: YAxisMapping: buttons 4 and 5
(**) Chicony USB Wireless HID Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"
(II) config/hal: Adding input device Chicony USB Wireless HID Receiver
(**) Chicony USB Wireless HID Receiver: always reports core events
(**) Chicony USB Wireless HID Receiver: Device: "/dev/input/event4"
(II) Chicony USB Wireless HID Receiver: Found keys
(II) Chicony USB Wireless HID Receiver: Configuring as keyboard
(II) XINPUT: Adding extended input device "Chicony USB Wireless HID Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us,de"
(**) Option "xkb_options" "grp:shifts_toggle"

HAL Information (lshal):
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'
  button.has_state = false  (bool)
  button.type = 'power'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Power Button'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input'  (string)
  input.device = '/dev/input/event9'  (string)
  input.product = 'Power Button'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event9'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event9'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'
  button.has_state = false  (bool)
  button.type = 'power'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Power Button'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0'  (string)
  input.device = '/dev/input/event7'  (string)
  input.product = 'Power Button'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event7'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event7'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'
  button.has_state = false  (bool)
  button.type = 'sleep'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Sleep Button'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_1'  (string)
  input.device = '/dev/input/event8'  (string)
  input.product = 'Sleep Button'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event8'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event8'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_2'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'ACPI Virtual Keyboard Device'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_2'  (string)
  input.device = '/dev/input/event11'  (string)
  input.product = 'ACPI Virtual Keyboard Device'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event11'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input11/event11'  (string)

udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_3'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'ACPI Virtual Keyboard Device'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_3'  (string)
  input.device = '/dev/input/event3'  (string)
  input.product = 'ACPI Virtual Keyboard Device'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event3'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input12/event3'  (string)

udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
  info.capabilities = {'input', 'input.touchpad'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port'  (string)
  info.product = 'SynPS/2 Synaptics TouchPad'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'  (string)
  input.device = '/dev/input/event2'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port'  (string)
  input.product = 'SynPS/2 Synaptics TouchPad'  (string)
  input.x11_driver = 'synaptics'  (string)
  linux.device_file = '/dev/input/event2'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio4/input/input2/event2'  (string)

udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'  (string)
  info.product = 'AT Translated Set 2 keyboard'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'  (string)
  input.device = '/dev/input/event0'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'  (string)
  input.product = 'AT Translated Set 2 keyboard'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event0'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio0/input/input0/event0'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if0_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if0'  (string)
  info.product = 'Chicony USB Wireless HID Receiver'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if0_logicaldev_input'  (string)
  input.device = '/dev/input/event4'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if0'  (string)
  input.product = 'Chicony USB Wireless HID Receiver'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event4'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input13/event4'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if1_logicaldev_input'
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keys', 'button'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if1'  (string)
  info.product = 'Chicony USB Wireless HID Receiver'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if1_logicaldev_input'  (string)
  input.device = '/dev/input/event5'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if1'  (string)
  input.product = 'Chicony USB Wireless HID Receiver'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event5'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input14/event5'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if2_logicaldev_input'
  info.capabilities = {'input', 'input.mouse'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if2'  (string)
  info.product = 'Chicony USB Wireless HID Receiver'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if2_logicaldev_input'  (string)
  input.device = '/dev/input/event12'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_4f2_200_noserial_if2'  (string)
  input.product = 'Chicony USB Wireless HID Receiver'  (string)
  input.x11_driver = 'evdev'  (string)
  linux.device_file = '/dev/input/event12'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.2/input/input15/event12'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_ac8_c302_noserial_if0_logicaldev_input'
  button.has_state = false  (bool)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'button', 'input.keys'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_ac8_c302_noserial_if0'  (string)
  info.product = 'Vega USB 2.0 Camera.'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_ac8_c302_noserial_if0_logicaldev_input'  (string)
  input.device = '/dev/input/event1'  (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_ac8_c302_noserial_if0'  (string)
  input.product = 'Vega USB 2.0 Camera.'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'us,de'  (string)
  input.xkb.model = 'pc104'  (string)
  input.xkb.options = 'grp:shifts_toggle'  (string)
  linux.device_file = '/dev/input/event1'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input1/event1'  (string)

DRM Information from dmesg:
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
[drm] nouveau 0000:01:00.0: failed to evaluate _DSM: 5
[drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x086500a2)
[drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[drm] nouveau 0000:01:00.0: ... appears to be valid
[drm] nouveau 0000:01:00.0: BIT BIOS found
[drm] nouveau 0000:01:00.0: Bios version 60.86.42.00
[drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
[drm] nouveau 0000:01:00.0: BIT table 'd' not found
[drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2
[drm] nouveau 0000:01:00.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[drm] nouveau 0000:01:00.0:   1: 0x00000140: type 0x40 idx 1 tag 0xff
[drm] nouveau 0000:01:00.0:   2: 0x00001261: type 0x61 idx 2 tag 0x07
[drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01001323 00010034
[drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02010300 00000028
[drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02022312 00020010
[drm] nouveau 0000:01:00.0: Raw DCB entry 3: 0000000e 00000000
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC505
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC845
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD29A
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD38C
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD586
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD5EB
[drm] nouveau 0000:01:00.0: 0xD5EB: Condition still not met after 20ms, skipping following opcodes
[drm] nouveau 0000:01:00.0: 0xB612: parsing output script 0
[drm] nouveau 0000:01:00.0: 0xB788: parsing output script 0
[drm] nouveau 0000:01:00.0: 256 MiB VRAM
[drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[drm] nouveau 0000:01:00.0: Allocating FIFO number 1
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
[drm] nouveau 0000:01:00.0: Detected a LVDS output
[drm] nouveau 0000:01:00.0: Detected a DAC output
[drm] nouveau 0000:01:00.0: Detected a TMDS output
[drm] nouveau 0000:01:00.0: Detected a LVDS connector
[drm] nouveau 0000:01:00.0: Detected a VGA connector
[drm] nouveau 0000:01:00.0: Detected a DVI-D connector
[drm] nouveau 0000:01:00.0: allocated 1280x800 fb: 0x40210000, bo ffff88007886ae00
[drm] Initialized nouveau 0.0.15 20090420 for 0000:01:00.0 on minor 0
[drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2
[drm] LVDS-7: set mode 1280x800 1a
[drm] nouveau 0000:01:00.0: 0xB616: parsing output script 1
[drm] nouveau 0000:01:00.0: 0xB453: parsing clock script 0
[drm] nouveau 0000:01:00.0: 0xB5D5: parsing clock script 1
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
Modules linked in: uinput binfmt_misc nouveau ttm drm_kms_helper drm i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect rfcomm kvm_intel ipv6 cpufreq_stats cpufreq_conservative cpufreq_powersave cpufreq_userspace cpufreq_ondemand bpa10x hci_uart hci_vhci btsdio microcode bcm203x usbserial ohci_hcd cifs acpi_cpufreq freq_table container sbs kvm msr cpuid sbshc display lcd led_class sco hidp bnep l2cap snd_pcm_oss snd_mixer_oss fuse iwlagn iwlcore btusb fan pcmcia mac80211 bluetooth joydev yenta_socket rsrc_nonstatic thermal pcspkr evdev processor cfg80211 ac battery sg thermal_sys button rfkill
[drm] nouveau 0000:01:00.0: Evicting buffers...
[drm] nouveau 0000:01:00.0: Idling channels...
[drm] nouveau 0000:01:00.0: Suspending GPU objects...
[drm] nouveau 0000:01:00.0: And we're gone!
[drm] nouveau 0000:01:00.0: We're back, enabling device...
[drm] nouveau 0000:01:00.0: POSTing device...
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC505
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC845
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD29A
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD38C
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD586
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD5EB
[drm] nouveau 0000:01:00.0: 0xB612: parsing output script 0
[drm] nouveau 0000:01:00.0: 0xB788: parsing output script 0
[drm] nouveau 0000:01:00.0: Reinitialising engines...
[drm] nouveau 0000:01:00.0: Restoring GPU objects...
[drm] nouveau 0000:01:00.0: Restoring mode...
[drm] LVDS-7: set mode 1280x800 1a
[drm] nouveau 0000:01:00.0: 0xB616: parsing output script 1
[drm] nouveau 0000:01:00.0: 0xB453: parsing clock script 0
[drm] nouveau 0000:01:00.0: 0xB5D5: parsing clock script 1
[drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2
[drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2
[drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2
[drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2
[drm] nouveau 0000:01:00.0: Allocating FIFO number 2
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2
[drm] nouveau 0000:01:00.0: PFIFO_INTR 0x00000010 - Ch 2


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-rc1-00366-g2f99f5c (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  libpciaccess0                 0.10.3-1   Generic PCI access library for X
ii  libpixman-1-0                 0.16.2-1   pixel-manipulation library for X a
ii  libx11-6                      2:1.3.2-1  X11 client-side library
ii  libxi6                        2:1.2.1-2  X11 Input extension library
ii  xserver-xorg-core             2:1.6.5-1  Xorg X server - core server

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
pn  gpointing-device-settings     <none>     (no description available)
pn  touchfreeze                   <none>     (no description available)

-- no debconf information
KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   3   0   0   

ButtonPress event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11530594, (121,42), root:(510,435),
    state 0x0, button 2, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11530658, (121,42), root:(510,435),
    state 0x200, button 2, same_screen YES

ButtonPress event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11531004, (121,42), root:(510,435),
    state 0x0, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11531054, (121,42), root:(510,435),
    state 0x100, button 1, same_screen YES
------------
KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   3   0   0   

ButtonPress event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11698264, (119,62), root:(508,455),
    state 0x0, button 2, same_screen YES

ButtonPress event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11698289, (119,62), root:(508,455),
    state 0x200, button 1, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11698289, (119,62), root:(508,455),
    state 0x300, button 2, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x4000001,
    root 0x123, subw 0x0, time 11698315, (119,62), root:(508,455),
    state 0x100, button 1, same_screen YES

--- End Message ---
--- Begin Message ---
Version: 1.3.0-1

Clemens Buchacher <drizzd@aon.at> (17/01/2010):
> I reported the bug upstream:
> 
>  https://bugs.freedesktop.org/show_bug.cgi?id=26079

Thanks. Fixed upstream, we have a fixed package in
experimental. Closing with that version.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: