Since upgrading to F9 I have found that the synaptics "forgets" my settings in xorg.conf and my settings in gsynaptics. This also happens if the screen is blanked in a power save mode. I ultimately want my glidepoint never to horiz scroll because it's so annoying*.
How can I make this sticky? As you can see below I have tried many things to make this not h-scroll but nothing works. It's like gnome has overridden xorg.conf.
TIA.
* annoying when you go to the switcher, select a desktop only to h-scroll to who-knows-where while trying to move cursor back up the screen to the application you want to focus.
Code:
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
# Driver "ps/2"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "VertScrollDelta" "15"
Option "HorizScrollDelta" "0"
Option "HorizEdgeScroll" "off"
Option "SHMConfig" "true"
EndSection