LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2013, 08:08 AM   #1
saman_artorious
Member
 
Registered: Sep 2008
Posts: 78

Rep: Reputation: 1
how to install elo touchscreen driver


i need to install elo touchscreen driver on an intel series panel pc. i do not have any idea whether to install the driver from elo download link as it only supports kernels 2.4 and 2.6! it is better to do that in ubuntu 11.1, is there any way to do that? the serial touch is connected to serial port and it gives me data when I touch the screen.

you have any idea what i should start doing at all?
how to install elo touchscreen driver
 
Old 02-24-2013, 11:08 AM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,997

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Two issues really. Getting serial to work and getting it calibrated.

The connection is the most easy. It is basically a serial mouse. Some jumpers inside the screen usually were what configured how it attached. WARNING, removing a CRT back panel exposes you to VERY LETHAL voltages even with the ac plug removed. Also an implosion hazard.


See posts like this to set up linux

http://www.tldp.org/HOWTO/html_singl...-Screen-HOWTO/

http://who-t.blogspot.com/2012/07/el...een-setup.html

The calibration is a different animal.
 
Old 02-24-2013, 11:09 PM   #3
saman_artorious
Member
 
Registered: Sep 2008
Posts: 78

Original Poster
Rep: Reputation: 1
I am writing this for those having the same problem. this could be a straightforward quick guide to
installing the driver:

http://who-t.blogspot.fi/2012/07/elographics-touchscreen-
Code:
setup.html
Code:
root@localhost:~> modprobe elo
root@localhost:~> inputattach -elo /dev/ttyS0 --daemon
Code:
# cat /lib/udev/rules.d/99-elographics.rules 
ACTION=="add|change", SUBSYSTEM=="tty|pnp", KERNEL=="ttyS1", \
        RUN+="/sbin/modprobe elo", \
        RUN+="/usr/bin/inputattach -elo /dev/%k --daemon"

Code:
# cat /lib/udev/rules.d/99-elographics.rules 
ACTION=="add|change", SUBSYSTEM=="tty|pnp", KERNEL=="ttyS1", \
        RUN+="/sbin/modprobe elo", \
        RUN+="/usr/bin/inputattach -elo /dev/%k --daemon"
# cat /etc/X11/xorg.conf 
Section "InputClass"
	Identifier	"calibration"
	MatchProduct	"Elo Serial TouchScreen"
	Option	"Calibration"	"3568 507 529 3548"
EndSection
Code:
# cat /etc/hal/fdi/policy/10-elographics.fdi 
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.category" contains="input">
      <match key="info.product" contains="Elo Serial TouchScreen">
        <merge key="input.x11_driver" type="string">evdev</merge>
        <!-- next line is equivalent to an xorg.conf.d statement of
                Option "Calibration "96 4000 96 4000" -->
        <merge key="input.x11_options.calibration" type="string">3580 500 521 3468</merge>
      </match>
    </match>
  </device>
</deviceinfo>
next install the display calibration package n calibrate the screen. then
add the calibration X Y values to the xconfig file. no matter you do not have xorg.d folder in ubuntu 11.1 just
make xorg file as following:

Code:
# cat /lib/udev/rules.d/99-elographics.rules 
ACTION=="add|change", SUBSYSTEM=="tty|pnp", KERNEL=="ttyS1", \
        RUN+="/sbin/modprobe elo", \
        RUN+="/usr/bin/inputattach -elo /dev/%k --daemon"
root@Safilan:/home/safilan# cat /etc/X11/xorg.conf 
Section "InputClass"
	Identifier	"calibration"
	MatchProduct	"Elo Serial TouchScreen"
	Option	"Calibration"	"3568 507 529 3548"
EndSection
if you have any problem maybe I could help.

Last edited by saman_artorious; 02-24-2013 at 11:15 PM.
 
Old 02-25-2013, 10:03 AM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,997

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Thanks for the update.

Is that your blog?

Last edited by jefro; 02-25-2013 at 10:04 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva 2008 ELO touchscreen USB Driver IGHOR Linux - Desktop 4 02-18-2010 05:20 PM
Need help with elo touchscreen!! shahin123 Linux - Hardware 5 12-24-2008 10:38 AM
Elo Touchscreen Calibration jnofs Linux - Hardware 1 09-15-2005 07:53 AM
Elo Touchscreen Installation dsterlin Linux - Hardware 0 04-10-2005 05:02 PM
configure hardware before install OR install elo touchscreen drivers ahnree General 2 06-28-2004 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration