-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Rotation is not applied to the stylus #59
Comments
I've tried to run rot8 --touchscreen 'WACF3200:00 29BD:1102' 'WACF3200:00 29BD:1102 Stylus' 'WACF3200:00 29BD:1102' These are the xinput list-props of the 3 input when the device is in landscape and then in portrait It seems that the WACF3200:00 29BD:1102 Stylus Pen (0xc025a28c) does have only the coordinate trasformation matrix properties and I do not know if that creates the problem. |
With this command in autorun |
hi @Xwang1976 , great that you use rot8. is this a hardware bug? |
Hi, |
Meantime the stylus has changed its name from WACF3200:00 29BD:1102 Stylus Pen (0xc025a28c) to WACF3200:00 29BD:1102 Stylus Pen (0xc0000000) so I've decided to use the id instead that the device names hoping that they will not change. |
I'm using rot8 under X calling it at startup with the following command
rot8 --touchscreen 'WACF3200:00 29BD:1102'
When I rotate the device, the screen and the touch screen are correctly rotated, but the stylus is not.
This is the output of xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ VEN_0488:00 0488:1038 Mouse id=12 [slave pointer (2)]
⎜ ↳ VEN_0488:00 0488:1038 Touchpad id=13 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=20 [slave pointer (2)]
⎜ ↳ WACF3200:00 29BD:1102 Stylus Pen (0xc025a28c) id=21 [slave pointer (2)]
⎜ ↳ WACF3200:00 29BD:1102 Stylus Eraser (0xc025a28c) id=22 [slave pointer (2)]
⎜ ↳ WACF3200:00 29BD:1102 id=9 [slave pointer (2)]
⎜ ↳ WACF3200:00 29BD:1102 UNKNOWN id=11 [slave pointer (2)]
⎜ ↳ WACF3200:00 29BD:1102 Stylus Pen (0xc0000000) id=23 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ WACF3200:00 29BD:1102 Stylus id=10 [slave keyboard (3)]
↳ sof-soundwire Headset Jack id=14 [slave keyboard (3)]
↳ Intel HID events id=15 [slave keyboard (3)]
↳ Intel HID 5 button array id=16 [slave keyboard (3)]
↳ Dell Privacy Driver id=17 [slave keyboard (3)]
↳ Dell WMI hotkeys id=18 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=19 [slave keyboard (3)]
How can I have also the stylus rotated?
The text was updated successfully, but these errors were encountered: