Trong https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Installation nói rằng: ...... Every listed configuration option can be controlled through synclient, for example:
$ synclient PalmDetect=1 (to enable palm detection) $ synclient TapButton1=1 (configure button events) $ synclient TouchpadOff=1 (disable the touchpad) After you have successfully tried and tested your options through synclient, you can make these changes permanent by adding them to /etc/X11/xorg.conf.d/50-synaptics.conf. Nhưng khi mở coi file 50-synaptics.conf thì lại nói: [root@arch abache]# cat /etc/X11/xorg.conf.d/50-synaptics.conf # Example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads. See xorg.conf.d(5) for more information on # InputClass. # DO NOT EDIT THIS FILE, your distribution will likely overwrite # it when updating. Copy (and rename) this file into # /etc/X11/xorg.conf.d first. # Additional options may be added in the form of # Option "OptionName" "value" # Ai giải thích giùm với hè? Thks.
