
sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.confSection "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection


aljoriz wrote:I assume you are using LMDE XFCE RC:
go to the terminal and type:
- Code: Select all
sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf
then replace with:
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection
Then save the file, close gedit
go back to the terminal and type: sudo reboot
log-in and test the touch pad by tapping on it to open files

aljoriz wrote:BTW you have to re-do the trick when you update the kernels, its a drag hence I am staying with Mint 9 XFCE until LMDX (Mint Debian Xfce) is more polished.


Users browsing this forum: steve.sansumwright and 4 guests