I changed the mouse sensitivity/acceleration settings in System Settings\Mouse and Touch Pad. How do I restore these settings back to their default values?
|
What I've found is that deleting the gconf mouse folder resets everything to defaults. The slider bars don't change, must be cached somewhere in gnome. From a terminal:
From Nautilus:
|
|||
|
|
|
The default value for both is leftmost - Acceleration is slowest and the Sensitivity is lowest.
|
|||||
|
|
While this doesn't directly answer your question. I found that the sliders to the left most position did not feel like the defaults at all after messing with them. After some research I found out the following information to fine tune how the mouse works which may be helpful to some other visiting this page. It looks like there is a rather complex set of tuning functions available for setting the mouse behavior. You can see all the settings here. The most important ones are the Acceleration Profile and Constant Deceleration. Here's what I found works for me, and how I set the values. First we want to see what the properties are:
Next, I put my desired settings inside a script called fixmouse.sh. I had to tinker a bit before I found these preferred values.
Run the script and your mouse settings will take affect immediately. Your mileage may vary. Play with the different profiles and values for deceleration. The higher the Deceleration, the slower the mouse moves. It might also be a good idea to drop the initial values from xinput list-props to another script called unfixmouse.sh while you are tinkering. |
||||
|
|
In Ubuntu 12.10 per-user mouse settings (and others too) are managed by settings daemon, and their configuration is stored in dconf database. To restore the default settings you want to set the values new users have on those fields = -1 (or resetting them). Steps to set default per-user settings, using
Steps to set default per-user settings, using
|
|||
