Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octokas/linuxwacomareamappingtool
- Owner: octokas
- Created: 2021-05-21T17:00:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T20:02:30.000Z (about 5 years ago)
- Last Synced: 2024-06-08T18:13:43.553Z (7 months ago)
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ratioRun 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)