Talk:Tablet PC
Nexus7
What about Nexus 7? Ubuntu works on that--Xan (talk) 15:50, 5 May 2016 (UTC)
- Instead of document what works, now the page should just document what does not work and is there any solution. --Fengchao (talk) 01:34, 7 February 2023 (UTC)
virtual keyboard
references for kde users to kvkbd or maliit keyboard are missing --Ferbar (talk) 08:05, 13 September 2016 (UTC)
Stylus and screen rotation
All currently listed ways on how to rotate your touchscreen/stylus do first rotate the screen and then in separate steps rotate the touchscreen/stylus accordingly.
I think the solution from Touchscreen#Using a touchscreen in a multi-head setup is cleaner:
One "maps" the touchscreen/stylus device to the correct screen (e.g. on startup). And then if the screen is rotated (e.g. on KDE Plasma in the normal Display Configuration) the touchscreen/stylus will rotates as well!
Here is an example working for my Lenovo Yoga Thinkpad convertible with touch and stylus:
cat << EOF >> ~/.xinitrc # Map touchscreen and pen to correct screen xinput --map-to-output 'Wacom Pen and multitouch sensor Finger touch' eDP1 xinput --map-to-output 'Wacom Pen and multitouch sensor Pen stylus' eDP1 xinput --map-to-output 'Wacom Pen and multitouch sensor Pen eraser' eDP1 EOF
Edit: I just realized, I have to execute the above 3 xinput lines each time I rotate the eDP1 screen. But what do you think, shall we mention this as a method in the Tablet article as well?
—This unsigned comment is by Langfingaz (talk) 08:54, 18 September 2020 (UTC). Please sign your posts with ~~~~!
KDE auto-rotate inaccuracy
Much of my experience with setting up auto-rotate in KDE plasma doesn't reflect what is currently on the page. I can confirm that in order for iio-sensor-proxy
to work, it must be activated through a sudo systemctl
call and then reboot for working auto-rotate. We should also remove the orientation-helper
register edit instruction, for - to my knowledge looking through bin - such a file doesn't exist.
For reference: working on a Framework 12. Marble-Marble (talk) 04:56, 14 October 2025 (UTC)