-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
31 lines (19 loc) · 811 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 install
Reboot and you're done!