I've got a problem increasing my mouse sensitivty and the cursor moves pretty slow at the moment. I've tried using that sensitivity slider in the system settings but it does nothing. I found some articles here and found that I might need to lower the value of 'Device Accel Constant Deceleration', but that's already at its lowest (1.000000). I've also tried changing the polling rate described here: http://www.urbanterror.info/forums/topic/21844-howto-changing-mouse-polling-rate-on-ubuntu/ but no difference between 100Hz and 500Hz. What else can I do?
Ubuntu 12.04, MS Intellimouse Explorer 3.0
PS: xinput --list-props 8 | grep Accel
shows this:
Device Accel Profile (268): 0
Device Accel Constant Deceleration (269): 1.000000
Device Accel Adaptive Deceleration (270): 1.000000
Device Accel Velocity Scaling (271): 10.000000
Device Accel Constant Deceleration
below1
on my system. Do you get an error when you attempt this? For example, setting it to0.5
. – TheSchwa Aug 10 '14 at 10:58xinput --list-props 8 | grep Accel
in your question. – TheSchwa Aug 10 '14 at 11:58dconf-editor
and use it to edit themotion-acceleration
andmotion-threshold
keys inorg.gnome.settings-daemon.peripherals.mouse
. Those are the numbers the slider in the settings dialog is supposed to change. if that doesn't work, you'll have to wait for someone else to answer as I have no other suggestions. – TheSchwa Aug 10 '14 at 12:07dconf-editor
worked, I posted it as an answer. When you get a chance please accept it so other users can see what worked for you :) – TheSchwa Aug 14 '14 at 04:22