Actions
Bug #361
closedMouse movements are jerky and too fast.
Start date:
26 Jul 2014
Due date:
% Done:
100%
Estimated time:
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
Updated by Hammel about 10 years ago
- Severity changed from 03 - Medium to 02 - High
Updated by Hammel about 10 years ago
- Priority changed from Normal to Immediate
- Severity changed from 02 - High to 03 - Medium
Updated by Hammel about 10 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.
Updated by Hammel about 10 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.
Updated by Hammel about 10 years ago
- Severity changed from 03 - Medium to 01 - Critical
Updated by Hammel about 10 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.
Actions