We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1/ Install uclogic
sudo apt install make automake gcc pkg-config libusb-1.0-0-dev
git clone https://github.com/DIGImend/uclogic-tools cd uclogic-tools/ autoreconf -i -f && ./configure --prefix=/usr/local/ && make sudo make install
2/ Install Python3 tools
sudo apt install xinput xserver-xorg-input-evdev python3-evdev python3-usb xdotool libnotify-bin arandr python3-numexpr
3/ Install Xorg device
sudo vi /usr/share/X11/xorg.conf.d/70-evdev-tablet.conf
Section "InputClass" Identifier "evdev tablet catchall" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection
4/ Configuration file config.ini
current_tablet = [tablet_gt133] current_monitor_setup = [monitor_1] ... enable_calibration = true calibrate_min_x = 250 calibrate_max_x = 58250 # diminuer = curseur vers la droite calibrate_min_y = 300 calibrate_max_y = 33400 # diminuer = curseur vers le bas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1/ Install uclogic
sudo apt install make automake gcc pkg-config libusb-1.0-0-dev
git clone https://github.com/DIGImend/uclogic-tools
cd uclogic-tools/
autoreconf -i -f && ./configure --prefix=/usr/local/ && make
sudo make install
2/ Install Python3 tools
sudo apt install xinput xserver-xorg-input-evdev python3-evdev python3-usb xdotool libnotify-bin arandr python3-numexpr
3/ Install Xorg device
sudo vi /usr/share/X11/xorg.conf.d/70-evdev-tablet.conf
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
4/ Configuration file config.ini
current_tablet = [tablet_gt133]
current_monitor_setup = [monitor_1]
...
enable_calibration = true
calibrate_min_x = 250
calibrate_max_x = 58250 # diminuer = curseur vers la droite
calibrate_min_y = 300
calibrate_max_y = 33400 # diminuer = curseur vers le bas
The text was updated successfully, but these errors were encountered: