Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipejfc/xserver-xorg-input-synaptics
Fork from http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/
https://github.com/felipejfc/xserver-xorg-input-synaptics
Last synced: 3 days ago
JSON representation
Fork from http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/
- Host: GitHub
- URL: https://github.com/felipejfc/xserver-xorg-input-synaptics
- Owner: felipejfc
- License: mit
- Created: 2014-01-30T16:36:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T14:53:57.000Z (almost 8 years ago)
- Last Synced: 2023-05-14T03:50:19.372Z (over 1 year ago)
- Language: C
- Size: 1.52 MB
- Stars: 16
- Watchers: 8
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Synaptics touchpad driver for X.Org
-----------------------------------This is a fork from git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics
ABOUT
-----In this fork I've put back SynapticsSHM into the driver to be able to use synclient monitor mode, so that the user can use xSwipe again for example.
HOW TO COMPILE AND INSTALL
--------------------------First run
./autogen.sh
And the script will tell you all the dependencies you'll have to install in order to make.
Run the command again and again until you've resolved all the dependencies and can run ./autogen.sh without errors.Uninstall current installed synaptics driver from the system
sudo apt-get remove xserver-xorg-input-synaptics
Then run
./configure --exec_prefix=/usr
make
sudo make installReboot and you're done!