Full tutorial for fydeos users:
- open chromium
- press control alt T
–this open a terminal. - write shell
3.1 write sudo -i
now you can edit files - write cd /etc/gesture
- write ls
– now you can see all the files in /gesture folder. There must be 40-touchpad-cmt.conf
6.delete or rename it (i recomme you that rename)
use rm for deleting the file (rm 40-touchpad-cmt.conf)
use mv to rename the file (mv 40-touchpad-cmt.conf old-40-touchpad-cmt.txt
7.make a new file with the same name, that the old file had (40-touchpad-cmt.conf)
use touch 40-touchpad-cmt.conf
– make sure that you have deleted or renamed the old file
8.Now you need to write that to the new file:
https://github.com/zhaostu/chromium-os-touchpad/blob/master/elantech.xorg.conf
–open the link copy the content of elantech.xorg.conf
use sudo nano 40-touchpad-cmt.conf. --it will open the blank new file.
Paste the text that you copied (shift + insert) - save
push control X than press control T than select the file (40-touchpad-cmt.conf) using arrows. Hit enter
10.exit (use exit) - close the window and restart your computer
- After the restart everything must work