Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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 install

Reboot and you're done!