ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #89665
[Bug 641174] [NEW] xorg.conf.d mouse acceleration options ignored
Public bug reported:
Binary package hint: xserver-xorg-input-evdev
In Maverick the mouse acceleration optione in xorg.conf.d are ignored, resulting in insanely high mouse sensitivity with high dpi/cpi mouse.
This is solved by installing a newer version of xserver-xorg-input-evdev, in my case 2.5.0+git20100822.990540fa-0ubuntu0sarvatt from the xorg-edgers ppa.
This is also described in http://www.gossamer-
threads.com/lists/gentoo/desktop/211357#211357, where updating to 2.4
also fixed the problem on gentoo.
/usr/lib/X11/xorg.conf.d/10-kinzu:
Section "InputClass"
Identifier "Kinzu"
MatchIsPointer "on"
MatchProduct "Kinzu"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "AccelerationProfile" "-1"
Option "ConstantDeceleration" "5"
Option "ExpectedRate" "500"
Option "Emulate3Buttons" "false"
EndSection
Xorg.0.log with the current 10.10 version 2.3.2-6ubuntu3:
[ 539.571] (II) config/udev: Adding input device SteelSeries Kinzu (/dev/input/event2)
[ 539.571] (**) SteelSeries Kinzu: Applying InputClass "evdev pointer catchall"
[ 539.571] (**) SteelSeries Kinzu: Applying InputClass "Kinzu"
[ 539.571] (**) SteelSeries Kinzu: always reports core events
[ 539.571] (**) SteelSeries Kinzu: Device: "/dev/input/event2"
[ 539.650] (II) SteelSeries Kinzu: Found 3 mouse buttons
[ 539.650] (II) SteelSeries Kinzu: Found scroll wheel(s)
[ 539.650] (II) SteelSeries Kinzu: Found relative axes
[ 539.650] (II) SteelSeries Kinzu: Found x and y relative axes
[ 539.650] (II) SteelSeries Kinzu: Configuring as mouse
[ 539.650] (**) Option "Emulate3Buttons" "false"
[ 539.650] (II) SteelSeries Kinzu: Forcing middle mouse button emulation off.
[ 539.650] (**) SteelSeries Kinzu: YAxisMapping: buttons 4 and 5
[ 539.650] (**) SteelSeries Kinzu: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 539.650] (II) XINPUT: Adding extended input device "SteelSeries Kinzu" (type: MOUSE)
[ 539.650] (II) SteelSeries Kinzu: initialized for relative axes.
[ 539.651] (II) config/udev: Adding input device SteelSeries Kinzu (/dev/input/mouse0)
[ 539.651] (II) No input driver/identifier specified (ignoring)
Xorg.0.log with 2.5.0+git20100822.990540fa-0ubuntu0sarvatt
[ 33.132] (II) config/udev: Adding input device SteelSeries Kinzu (/dev/input/event2)
[ 33.132] (**) SteelSeries Kinzu: Applying InputClass "evdev pointer catchall"
[ 33.132] (**) SteelSeries Kinzu: Applying InputClass "Kinzu"
[ 33.132] (**) SteelSeries Kinzu: always reports core events
[ 33.132] (**) SteelSeries Kinzu: Device: "/dev/input/event2"
[ 33.211] (--) SteelSeries Kinzu: Found 3 mouse buttons
[ 33.211] (--) SteelSeries Kinzu: Found scroll wheel(s)
[ 33.211] (--) SteelSeries Kinzu: Found relative axes
[ 33.211] (--) SteelSeries Kinzu: Found x and y relative axes
[ 33.211] (II) SteelSeries Kinzu: Configuring as mouse
[ 33.211] (**) Option "Emulate3Buttons" "false"
[ 33.211] (**) SteelSeries Kinzu: YAxisMapping: buttons 4 and 5
[ 33.211] (**) SteelSeries Kinzu: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 33.211] (II) XINPUT: Adding extended input device "SteelSeries Kinzu" (type: MOUSE)
[ 33.211] (**) SteelSeries Kinzu: (accel) keeping acceleration scheme 1
[ 33.211] (**) Option "ConstantDeceleration" "5"
[ 33.211] (**) SteelSeries Kinzu: (accel) constant deceleration by 5.0
[ 33.211] (**) Option "AccelerationProfile" "-1"
[ 33.211] (**) SteelSeries Kinzu: (accel) acceleration profile -1
[ 33.211] (**) Option "ExpectedRate" "500"
[ 33.211] (**) SteelSeries Kinzu: (accel) acceleration factor: 2.000
[ 33.211] (**) SteelSeries Kinzu: (accel) acceleration threshold: 4
[ 33.211] (II) SteelSeries Kinzu: initialized for relative axes.
[ 33.211] (II) config/udev: Adding input device SteelSeries Kinzu (/dev/input/mouse0)
[ 33.211] (II) No input driver/identifier specified (ignoring)
** Affects: xserver-xorg-input-evdev (Ubuntu)
Importance: Undecided
Status: New
--
xorg.conf.d mouse acceleration options ignored
https://bugs.launchpad.net/bugs/641174
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.
Follow ups
References