Teclast X5 Pro

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tango-edit-clear.pngThis article or section does not follow the Laptop page guidelines.Tango-edit-clear.png

Reason: Needs IDs in hardware table and a function keys section (Discuss in Talk:Teclast X5 Pro)
Hardware PCI/USB ID Working?
Touchpad Yes
Keyboard Yes
Touchscreen Yes
Video Yes
Webcam No
Bluetooth Yes
MicroSD-Card slot Yes
Audio Yes
Wireless Yes
Accelerometer No

Touchscreen

For the touchscreen to work you will need to install gsl-firmware-gitAUR.

Calibrating

See Calibrating Touchscreen#Your screen.

Create /etc/X11/xorg.conf.d/99-calibration.conf.

/etc/X11/xorg.conf.d/99-calibration.conf
Section "InputClass"
	Identifier	"calibration"
	MatchProduct	"silead_ts"
	Option	"CalibrationMatrix"	"2.074595 0 0 0 2.688341 0 0 0 1"
	Driver	"libinput"
EndSection