Skip to content
Snippets Groups Projects
Commit f0232cf9 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update docs/config/screen.md

parent 01c22254
No related branches found
No related tags found
No related merge requests found
# Touchscreen
## Display resolution
By default, a too high resolution is set and the embedded display does not support it.
* See available modes ```xrandr```
* Set mode: ``` xrandr -s 800x600 -r 75```
* Make mode persistent: ```echo "xrandr -s 800x600 -r 75" >> .xprofile```
## Touchscreen calibration
* Install calibration tool, ```sudo apt install xinput-calibrator```
* Run the tool, ```xinput_calibrator```
* Follow screen instructions, clicking the screen on the target points.
* Copy the calibration result in ```/usr/share/X11/xorg.conf.d/99-calibration.conf```, for example:
```
Section "InputClass"
Identifier "calibration"
MatchProduct "Hampshire Company TSHARC Octopus"
Option "Calibration" "3981 186 152 3906"
Option "SwapAxes" "0"
EndSection
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment