Serial TouchScreen Wheezy
21 Mar 2016 08:27 - 21 Mar 2016 20:41 #71963
by partec
Serial TouchScreen Wheezy was created by partec
Serial TouchScreen in Debian Wheezy
wiki.linuxcnc.org/cgi-bin/wiki.pl?Debian_Wheezy
deb http.debian.net/debian sid main contrib non-free
sudo apt-get install xinput-calibrator
TROUBLE: no way to get this package " xinput-calibrator " ?
just solved today like this:
installed Wheezy.iso from USB-stick
sudo apt-get update
sudo apt-get install inputattach
sudo inputattach -elo /dev/ttyS0
sudo gedit /etc/rc.local
# same entries as formerly in ubuntu 10.04 e.g.
#
/usr/bin/inputattach --daemon --always -elo /dev/ttyS0
exit 0
boot starter program " EloTouchSet "
Command: " xinput set-int-prop "Elo Serial TouchScreen" "Evdev Axis Calibration" 32 4081 23 37 4089 "
sudo shutdown -r now
ELO TOUCH works perfect
wiki.linuxcnc.org/cgi-bin/wiki.pl?Debian_Wheezy
deb http.debian.net/debian sid main contrib non-free
sudo apt-get install xinput-calibrator
TROUBLE: no way to get this package " xinput-calibrator " ?
just solved today like this:
installed Wheezy.iso from USB-stick
sudo apt-get update
sudo apt-get install inputattach
sudo inputattach -elo /dev/ttyS0
sudo gedit /etc/rc.local
# same entries as formerly in ubuntu 10.04 e.g.
#
/usr/bin/inputattach --daemon --always -elo /dev/ttyS0
exit 0
boot starter program " EloTouchSet "
Command: " xinput set-int-prop "Elo Serial TouchScreen" "Evdev Axis Calibration" 32 4081 23 37 4089 "
sudo shutdown -r now
ELO TOUCH works perfect
Last edit: 21 Mar 2016 20:41 by partec.
The following user(s) said Thank You: andypugh
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds