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

Bug#269407: dexconf: generates duplicate mouse devices



Package: xserver-common
Version: 4.3.0.dfsg.1-4
Severity: normal


dexconf generates the following text in ServerLayout:
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"

The corresponding entries are:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection


This might be the cause for bugs, see for instance:
  http://lists.debian.org/debian-gtk-gnome/2004/02/msg00069.html
According to a private message with the reporter, removing the duplicate
entry solved his problem.

Indeed, after I manually commented out the second InputDevice line, I 
noticed the mouse moving about twice as slow, which suggests that events 
were processed twice.

I'm running kernel 2.6.6-2-686 on a testing/unstable machine.

Cheers,

Daniel

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-2-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-common depends on:
ii  debconf [debconf-2.0]     1.4.30.2       Debian configuration management sy
ii  libc6                     2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  xfree86-common            4.3.0.dfsg.1-4 X Window System (XFree86) infrastr

-- debconf information:
  xserver-common/xwrapper/nice_value/error:
  xserver-common/xwrapper/allowed_users: Console Users Only
  xserver-common/xwrapper/actual_allowed_users: console
  xserver-common/xwrapper/nice_value: -10



Reply to: