docs: Touchscreen calibration

Update touchscreen calibration docs to be more clear.
This commit is contained in:
Jordan Ruthe 2021-04-08 00:04:26 -04:00
parent c0cbe25531
commit 75cd4749d6

View File

@ -54,10 +54,18 @@ If you need a custom location for the configuration file, you can add -c or --co
the location of your configuration file.
#### Touchscreen Calibration
Most people don't need to calibrate, but if you do need to calibrate your touchscreen, follow this process:
Most people don't need to calibrate, but if you do need to calibrate your touchscreen, follow the below steps.
Run this command:
```
DISPLAY=:0 xinput_calibrator --list
```
It will output something such as:
```
Device "wch.cn USB2IIC_CTP_CONTROL" id=6
```
Find the ID of your display and put it in the following command:
```
DISPLAY=:0 xinput_calibrator -v --device <id from last command>
```