Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octokas/linuxwacomareamappingtool

Made to easily configure the area mapping of wacom graphic tablets in linux
https://github.com/octokas/linuxwacomareamappingtool

Last synced: about 1 month ago
JSON representation

Made to easily configure the area mapping of wacom graphic tablets in linux

Awesome Lists containing this project

README

        

## Wacom Tablet Configuration Tool

### Usage

Add the dimensions of your graphic tablet to the `settings` file in cm.

Run the `setmode.sh` script to enable on of the following modes:

- **precision mode** : tablet area maps 1:1 to your screen
- **fullscreen mode** : partial tablet area maps to full area of screen with correct ratio

Run the `setsize.sh` script to configure a custom area mapping from the commandline using relative values

Run the `recover.sh` script to re-use the settings last set

Run the `custommapping.sh` script to configure a custom area mapping using a graphical interface

![Screenshot](https://github.com/Sinitax/LinuxWacomAreaMappingTool/raw/master/data/screenshot.png)

### Persistency

By default the settings will only stay in effect until reboot. To make the changes persistent, one must recover the last set values when the tablet is plugged in.

There is an example `tablet-reset.sh` script included in the data directory which can be configured as a startup application. Since the script relies on relative paths for accessing other tools, one must create a symlink stored in `/usr/bin/` to access the script without specifying the full path. Copying the script itself will not work.

### Dependencies

- libx11-dev
- libwacom (xsetwacom)
- libgl1-mesa-dev (opengl)
- freeglut3-dev
- bc cmdlet
- xrandr

### Credits

- Original gist for `setmode.sh` script by [Deevad](https://github.com/Deevad)