This document describes how to use TS050.
How To Connect
How To Rotate
TS050 is portrait mode by default, here is a guide to rotate the screen to landscape mode.
You need to create Xorg configuration file and autostart script for setting the resolution.
- Create Xorg configuration file
Create file /etc/X11/xorg.conf.d/10-ts050-fbdev-rotate.conf
with the contents below:
1 | Section "Device" |
- Create Resolution setting autostart file
Create the file /etc/xdg/autostart/panel-setup.desktop
with contents below:
1 | [Desktop Entry] |
Restart the system and the screen will automatically be configured as a landscape screen.
NoteThe configuration above will rotate to
landscape
mode, you can also rotate to other modes, simply uncomment the mode you want.
And please note the resolution forlandscape
mode is1920x1088
, forportrait
mode is1088x1920
.
These configurations will also effect the HDMI display, so if you want to use HDMI display, you need to remove them.
Please refer to How To Ratote Framebuffer