The instructions where in here are Turkish. After the translate to in English
Note: Firstly, xserver-xorg-input-synaptics must be installed:
sudo apt-get install xserver-xorg-input-synaptics
After the opening the terminal in Pardus:
sudo nano /usr/share/X11/xorg.conf.d/synaptics.conf
The text editor that will be opened, automatically, then, you must copy and paste the below lines to your opened text editor:
Section "InputClass"
Identifier "Touchpad" # required
MatchIsTouchpad "yes" # required
Driver "synaptics" # required
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.075"
Option "TapButton1" "1"
Option "TapButton2" "2" # multitouch
Option "TapButton3" "3" # multitouch
Option "VertTwoFingerScroll" "1" # multitouch
Option "HorizTwoFingerScroll" "1" # multitouch
Option "VertEdgeScroll" "1"
Option "CoastingSpeed" "8"
Option "CornerCoasting" "1"
Option "CircularScrolling" "1"
Option "CircScrollTrigger" "7"
Option "EdgeMotionUseAlways" "1"
Option "LBCornerButton" "8" # browser "back" btn
Option "RBCornerButton" "9" # browser "forward" btn
EndSection
Then to exit and apply the changes from the text editor, press Ctrl+X by your keyboard and press “Y” that is an abbreviaton of “Yes”, and lastly, press enter key for apply the file name and to be created.
( If you want to same process by using the MousePad application, you will use the terminal to work the below command:
sudo mousepad /usr/share/X11/xorg.conf.d/synaptics.conf
Then copy and paste them as presented the processes are on the text editor and lastly save the file. )
Lastly to apply the changes and options, reboot your computer, manually or this command:
sudo reboot
Then to make control whether the touchpad has installed correctly, look on The Settings menu, then Mouse and Touchpad submenu. Personalize the options for yourself.
If it works well, mark your message as solved please.