IT/Hardware/Tablets: Difference between revisions

From msgwiki
< IT‎ | Hardware
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== General ===
===General===
There are many kinds of tablets.  
There are many kinds of tablets.  


Line 6: Line 6:
They are the industry standard
They are the industry standard


=== Multiple Screens ===
===Multiple Screens===
Often you have multiple screens and want the table to only work on one screen
Often you have multiple screens and want the table to only work on one screen


The reason is that the tablet becomes divided between two screens making writing and drawing difficult
The reason is that the tablet becomes divided between two screens making writing and drawing difficult


* First know the names of your screens.
*First know the names of your screens.
** You can do this with System Settings
**You can do this with System Settings
** Or command line.
**Or command line.


<code>xrandr</code>
<code>xrandr</code>


* Then get a device list
*Then get a device list


<code>xinput</code>
<code>xinput</code>


* Then assign to one screen
*Then assign to one screen


<code>xinput map-to-output 18 HDMI-1-1</code>
<code>xinput map-to-output 18 HDMI-1-1</code>
<br />
=== Wacom ===
On a wireless tablet you may want to know the Battery Percentage.
<code>upower -e</code>
Find your battery and copy the name including the entire path
<code>upower -i name</code>
It will change its name when coming on and off. 
=== XP-Pen ===
Bought my first XP-Pen Min 7W on AliExpress in Jan of 2021
Works amazingly well.
*[[IT/Hardware/Tablets/XP-Pen|XP-Pen]]
<br />

Latest revision as of 13:38, 8 May 2024

General

There are many kinds of tablets.

Our experience had been mostly with Wacom

They are the industry standard

Multiple Screens

Often you have multiple screens and want the table to only work on one screen

The reason is that the tablet becomes divided between two screens making writing and drawing difficult

  • First know the names of your screens.
    • You can do this with System Settings
    • Or command line.

xrandr

  • Then get a device list

xinput

  • Then assign to one screen

xinput map-to-output 18 HDMI-1-1


Wacom

On a wireless tablet you may want to know the Battery Percentage.

upower -e

Find your battery and copy the name including the entire path

upower -i name

It will change its name when coming on and off.

XP-Pen

Bought my first XP-Pen Min 7W on AliExpress in Jan of 2021

Works amazingly well.