Multi-touch gestures

Selam guys,

Me using currently a Xiaomi Mibook and noticed that the Multi-touch gestures do not work like “go back” or go “go forward” with 3 fingers is not working.

Couldn’t find any drivers for it.

Do you guys have any suggestions ?

Thanks in advance.

Selam brother,

I saw a link for calibration on touchscreen in debian.

Thanks a lot for your answer, but I think its about touchscreens

I have issues with my touchpad

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.

I recommend using GNOME Wayland. You can use the gestures.

Bu konu son yanıttan 30 gün sonra otomatik olarak kapatıldı. Yeni yanıt girilmesine izin verilmiyor.