You are not logged in.
Hello,
First excuse my english.
I've got an asus zenbook flip S UX370 with a pen stylus (like this one : https://www.asus.com/us/Laptops-Accessory/Asus-Pen/)
It work only on my gnome desktop and terminal. Do you know why?
For example, i'm not able to use pen on xournal app.
I also search a windows app like who allows to handwrite with the pen and translate it in words (https://www.howtogeek.com/297443/how-to … indows-10/)
Thank's you in advanced
Offline
Are you running Gnome on Wayland? If so try switching to Gnome on X instead.
Offline
Thank's, it's work , I've forgot this fuc... wayland
But now, with iio-sensor-proxy for screen rotation, the pen is inverted. (When i draw down to up for example, the cursor drawing up to down).
Any idea?
Offline
Anyone can help me?
Offline
xinput output :
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN24CC:00 04F3:24CC id=13 [slave pointer (2)]
⎜ ↳ ELAN1200:00 04F3:3058 Touchpad id=14 [slave pointer (2)]
⎜ ↳ ELAN24CC:00 04F3:24CC Pen Pen (0) id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ USB2.0 VGA UVC WebCam: USB2.0 V id=11 [slave keyboard (3)]
↳ ELAN24CC:00 04F3:24CC Pen id=12 [slave keyboard (3)]
↳ Asus WMI hotkeys id=15 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=16 [slave keyboard (3)]
Wacom drivers doesn't work, it's not a wacom device
Offline
I've found a solution with xinput (change 'Coordinate Transformation Matrixe').
I've write a little python code with a systemd daemon. I'll share this soon here.
Offline
Hello,
As promised, the link of my script :
https://github.com/ghecko/penrotate
Offline