https://github.com/rafapi/linuxmagictrackpad2
Linux driver and xorg config for the Magic Trackpad 2
https://github.com/rafapi/linuxmagictrackpad2
Last synced: 4 months ago
JSON representation
Linux driver and xorg config for the Magic Trackpad 2
- Host: GitHub
- URL: https://github.com/rafapi/linuxmagictrackpad2
- Owner: rafapi
- Created: 2018-06-17T18:49:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T10:38:14.000Z (almost 8 years ago)
- Last Synced: 2025-08-11T02:36:39.225Z (10 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinuxMagicTrackpad2
- I am using mtrack as the Xorg driver here because it provides a lot more input granularity.
## Installing
- This has been tested on Arch Linux running a 4.16.13-2 kernel.
- Both the Linux-Magic-Trackpad-2-Driver and xf86-input-mtrack need to be installed.
- `Linux-Magic-Trackpad-2-Drive` should be installed by running `install.sh` from the scripts folder. This will take care of building and installing the driver.
- `Note that we need the Dynamic Kernel Module Support framework (`dkms`) installed on the system to run the install script.`
- `xf86-input-mtrack` needs to be installed as follows:
```
./configure --prefix=/usr
make
make install
```
## Configuration
- Place the config file from the examples folder into ```/etc/X11/xorg.conf.d``` and restart the X session (```sudo systemctl restart lightdm.service```)