nicolo
(usa Ubuntu)
Enviado em 31/10/2014 - 15:37h
A solução está aqui:
http://boundarydevices.com/debian-in-more-depth-adding-touch-support/
debian:~# apt-get install libts-bin
sudo gedit /etc/ts.conf
2-Modifique assim
# Uncomment if you wish to use the linux input layer event interface
module_raw input
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie
# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
# module_raw corgi
# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
# module_raw ucb1x00
# Uncomment if you're using an HP iPaq h3600 or similar
# module_raw h3600
# Uncomment if you're using a Hitachi Webpad
# module_raw mk712
# Uncomment if you're using an IBM Arctic II
# module_raw arctic2
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear
3-debian:~# export TSLIB_TSDEVICE=/dev/input/event0
debian:~# ts_calibrate
4-debian:~# cat /etc/pointercal
Saída
243 54107 -2786888 32553 -1 -1549556 6553636debian:~#
debian:~# ts_test
5-Calibrar o xorg.conf
sudo gedit /etc/X11/xorg.conf
Acrescente isso com control+c e control+v
Section "InputDevice"
Identifier "tslib"
Driver "tslib"
Option "ScreenNumber" "0"
Option "Width" "800"
Option "Height" "480"
Option "Rotate" "NONE"
Option "TslibDevice" "/dev/input/event3"
Option "CorePointer"
EndSection
Veja se funciona reiniciando o X.
Há correçã de um bug no site citado, e veja o site citado que tem os comandos coloridos.
Boa sorte