I want to configure my synaptics touchpad to user inverted scrolling with two fingers.
Where to configure synaptics for this in Ubuntu 12.04?
|
I want to configure my synaptics touchpad to user inverted scrolling with two fingers. Where to configure synaptics for this in Ubuntu 12.04? |
|||||
|
|
It is relatively straightforward to do this, but it may not work for all touchpads, although it worked for my Synaptics Touchpad on my old laptop. I began experimenting with mine and using Firstly, run
Now to get your button map for the device number found:
which should return something like this:
Now, just reversing 4 and 5 should invert the 2 finger scrolling (at least it does on my system). In the following command, just remember to use your device hardware id (not my example
Now with
Now, check it in your web browser. This of course only sets it temporarily, so it is probably easiest to add it as a startup item rather than messing with Again, see the article and Ubuntu forums for more information and discussion- you can probably experiment and invert a lot of the other functions of the touchpad as well; you can reset your experimentation (which is temporary anyway, unless you put a command in startup) by just simply placing the numbers in order again:
|
||||
|
|
For inverted scrolling, open gedit (or your favourite text editor) and type this: pointer = 1 2 3 5 4 7 6 8 9 10 11 12 This enable vertical and horizontal natural scrolling (i.e. inverted scrolling). 4 and 5 interchanged is for inverted vertical. 6 and 7 interchanged is for inverted horizontal. Now, save this file as .Xmodmap in your home folder. Next, for 2 finger scrolling, open Mouse and Touchpad Settings in System Settings, go to the Touchpad tab and check the box which says Two-finger scrolling. The screenshot below will show you this.
|
|||
|
|
|
For inverted scrolling, there an indicator you can install at https://launchpad.net/~zedtux/+archive/naturalscrolling. In summary :
Then run Natural Scrolling from your Dash. An indicator icon will appear where you can invert scrolling on a per-device basis (e.g. invert your trackapd, but don't invert your bluetooth mouse).
|
|||
|
|