Questions tagged [wacom]

28 questions
16
votes
1 answer

Scrolling with a WACOM tablet pen

I've got a wacom pen with a button. How can I trigger scrolling when moving the pen with the button pressed? According to xev, below, the triggering events are MotionNotify with state 0x200. If this isn't done trivially, an idea I have is to build a…
konr
  • 211
  • 2
  • 8
5
votes
3 answers

Ubuntu 18.04 LTS / libwacom: Wacom Bamboo stylus buttons no longer work

Just updated my PC from the last LTS Ubuntu distro to 18.04LTS, and the stylus on my Wacom Wireless Bamboo tablet immediately lost all button function. The system seems to be tracking the stylus itself, as moving it over the pad causes the cursor to…
Boxbot
  • 89
  • 1
  • 11
3
votes
1 answer

udev rule for Wacom pad not working

I have the following script to define the button mappings of my Wacom Intuos S 2: /usr/local/bin/wacom_intuos_s_2_pad_button_mapping.sh #!/bin/bash export DISPLAY=:0 export XAUTHORITY=/home/scriptim/.Xauthority /usr/bin/sleep 1 # wait for device to…
Scriptim
  • 205
  • 1
  • 3
  • 14
2
votes
2 answers

Force the usage of usb driver for an specific device

I'm facing a really odd issue with a Wacom STU-530 device on Ubuntu 16.04. If I connect the tablet in any port it will start as USB 1.1 (really slow) because it loads the driver: ohci-pci [ 230.708046] usb 4-1: new full-speed USB device number 3…
Miguel Ortiz
  • 69
  • 1
  • 11
2
votes
0 answers

How to set stylus detection distance on Fujitsu Tablet PC under Debian 10?

I currently use a Dell Latitude 7350. As I'm a teacher, I want to record myself when correcting exercices or tests. I think it's more interesting than a plain typesetted corrected document : I can say things I would not write otherwise, and pupils…
natsirt
  • 121
  • 1
2
votes
0 answers

Linux: How is the input latency of a Wacom tablet distributed among the various software- and hardware components?

Say I have the following setup: Linux Kernel input-wacom kernel driver xf86-input-wacom X11 driver Wacom tablet How is input latency distributed among these various components? Are there any bottlenecks? If one wanted to make software patches to…
1
vote
1 answer

Debian bullseye: touching the touch-screen with a finger does not click on objects in Qt/Plasma applications

I am testing Debian Bullseye on a Thinkpad X1 Yoga Gen 6, using a live cd with KDE and non-free drivers (debian-live-11.5.0-amd64-kde+nonfree.iso). I'd like to be sure that everything I need works before wiping the hard drive. Everything seems to…
ggll
  • 153
  • 8
1
vote
1 answer

Configuring Wacom one to overlap on a third screen and map it appropriately

I am a teacher and I have some students in the room and others via web, using  3 screens my laptop + a Wacom one tablet + a video projector screen.  I need to  (using an HP zbook 15u G3 wich can use 3 screens) sync the video projector screen …
user42070
  • 113
  • 3
1
vote
1 answer

Help identifying this device (Sunflower tablet pp3333) and required linux drivers

Hello, I received this device as pictured some years ago, but was never able to figure out what drivers to use for it. My computer does not have the AT connector or serial port, but I do have a serial-USB adapter, as well as an AT keyboard…
insaner
  • 291
  • 2
  • 11
1
vote
2 answers

How can I run a command, when I press the top button of my Bamboo Ink pen?

I've been trying to run a command, when I press the top key on my Bamboo Ink Pen. I realized that it connects via Bluetooth, when I press the button and ceases the connection, when I release it. I stumbled over Run a script when bluetooth device is…
neolith
  • 213
  • 2
  • 7
1
vote
2 answers

Thinkpad X60 Touchscreen Not Working

I'm running Manjaro 32bit on my lenovo x60 tablet, and the touchscreen is working pretty poorly. I've installed the xf86-input-wacom package, but whenever I try to click with the digitiser pen, the cursor clicks all over the place, not where my pen…
Erik
  • 972
  • 9
  • 17
1
vote
0 answers

Debian with Wacom Intuos S, BT tablet

I have Wacom Intuos S, BT CTL-4100WL tablet and debian Stretch can't see it (both usb and bluetooth).On Windows 10 works fine. lsusb: Bus 001 Device 007: ID 056a:0376 Wacom Co., Ltd
GeoTrk
  • 19
  • 1
1
vote
1 answer

Correctly (in terms of aspect ratio) map wacom graphics tablet to two monitors

I am using a wacom bamboo graphics tablet in a dual monitor setup on Linux Mint 19 Cinnamon. My combined screen has a significantly different aspect ratio then the graphics tablet. When I draw a perfect circle on the graphics tablet the mouse on the…
Socowi
  • 601
  • 5
  • 13
1
vote
0 answers

Reassign Joystick path

So, I have a 'Wacom_Co._Ltd._Cintiq_13HD_Touch_Tablet'. The kernel thinks it is a joystick, so /dev/input/js0 gets assigned to this. Now I want to play a game, and it is (understandably) looking for a joystick at js0, but that is where the tablet…
BrainStorm.exe
  • 227
  • 2
  • 9
1
vote
0 answers

Pen on ThinkPad Yoga 370 in Arch Linux registers touch events when there are none

I have a ThinkPad Yoga 370 with an active AES stylus. I run the latest Arch Linux-based Manjaro 4.14.48-2-MANJARO. To get the pen to work in e.g. xournal I installed libinput 1.11.0-1 and xf86-input-wacom 0.36.1-1 and the pen works now. However my…
kunterbunt
  • 211
  • 1
  • 2
  • 6
1
2