Re: [Solved] Persistent touchpad settings?
Posted: 17. Aug 2012, 08:10
Haven't been able to set up xorg.conf to solve the issue. Following gapan's advice I created the following file and saved it as /etc/X11/xorg.conf.d/10-synaptics.conf :
but that doesn't give the desired outcome.
'synclient -l' gives me current touchpad settings. I guess they must be stored in a file somewhere, which can be edited, but no idea where to find it.
Since my homemade solution adding lines to /etx/xdg/lxsession/LXDE/autostart works, no big deal. But IMHO things were easier when one had a 'proper' xorg.conf file to fiddle with (really easy with gxorgmaker)
Code: Select all
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton2" "3"
Option "VertTwoFingerScroll" "1"
EndSection
'synclient -l' gives me current touchpad settings. I guess they must be stored in a file somewhere, which can be edited, but no idea where to find it.
Since my homemade solution adding lines to /etx/xdg/lxsession/LXDE/autostart works, no big deal. But IMHO things were easier when one had a 'proper' xorg.conf file to fiddle with (really easy with gxorgmaker)