Bug #361
Mouse movements are jerky and too fast.
Status: | Closed | Start date: | 26 Jul 2014 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | 06 - Hardware | |||
Target version: | 0.9.0 | |||
Severity: | 01 - Critical |
Description
Might be fixed just by switching to WiiMote. Till then, here are some ideas:
- https://wiki.archlinux.org/index.php/Mouse_acceleration - might be able to use add gui config that adjusts this by calling xset.
- http://www.linuxquestions.org/questions/slackware-14/how-to-set-mouse-sensitivity-in-xorg-conf-not-window-manager-425552/
- http://askubuntu.com/questions/172972/configure-mouse-speed-not-pointer-acceleration
- http://blog.khax.net/2009/02/08/adjusting-mouse-and-touchpad-speed-in-xorgconf/
- see the InputDevice section of xorg.conf
- man xinput
- man xset
Associated revisions
History
#1
Updated by Hammel over 6 years ago
- Severity changed from 03 - Medium to 02 - High
#2
Updated by Hammel over 6 years ago
- Priority changed from Normal to Immediate
- Severity changed from 02 - High to 03 - Medium
#3
Updated by Hammel over 6 years ago
- Description updated (diff)
#4
Updated by Hammel over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
This seems to work with an ordinary usb mouse:
xinput --set-prop 6 'Device Accel Constant Deceleration' 5
Need to try it with the Favi keyboard.
#5
Updated by Hammel over 6 years ago
- % Done changed from 30 to 50
The FAVI works better with this.
xinput --set-prop 6 'Device Accel Constant Deceleration' 2
I can test in xinitrc for the FAVI by looking for the 1997:2433 usb device and running the above command if found, or the other command if not. Alternatively I can try running the xinput based on device name but then I'd have to run both commands each time.
#6
Updated by Hammel over 6 years ago
- Severity changed from 03 - Medium to 01 - Critical
#7
Updated by Hammel over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Updated S10usbdev in core repo to write out lsusb output to /etc/init.d/data/usb. Then updated xinitrc in UI repo to test for FAVI keyboard from that data and runs xinput to adjust the mouse acceleration.
Issue can be closed.