<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.rivendellaudio.org/index.php?action=history&amp;feed=atom&amp;title=ELO_touchscreen_setup_%28debian%2FKDE%29</id>
		<title>ELO touchscreen setup (debian/KDE) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.rivendellaudio.org/index.php?action=history&amp;feed=atom&amp;title=ELO_touchscreen_setup_%28debian%2FKDE%29"/>
		<link rel="alternate" type="text/html" href="http://wiki.rivendellaudio.org/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;action=history"/>
		<updated>2026-05-01T21:00:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>http://wiki.rivendellaudio.org/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;diff=20&amp;oldid=prev</id>
		<title>Higgles: Created page with &quot;'''Using serial connection only:''' '''NOTE: If the monitor is USB/serial and an active USB cable is plugged in the serial port is disabled!'''  == Connecting the touchscreen...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.rivendellaudio.org/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;diff=20&amp;oldid=prev"/>
				<updated>2018-02-21T15:16:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Using serial connection only:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;NOTE: If the monitor is USB/serial and an active USB cable is plugged in the serial port is disabled!&amp;#039;&amp;#039;&amp;#039;  == Connecting the touchscreen...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Using serial connection only:'''&lt;br /&gt;
'''NOTE: If the monitor is USB/serial and an active USB cable is plugged in the serial port is disabled!'''&lt;br /&gt;
&lt;br /&gt;
== Connecting the touchscreen with EVDEV and inputattach ==&lt;br /&gt;
These seems to be a more elegant way to use the touchscreen today:&lt;br /&gt;
&lt;br /&gt;
 modprobe elo&lt;br /&gt;
&lt;br /&gt;
 inputattach -elo /dev/ttyS0 --daemon&lt;br /&gt;
&lt;br /&gt;
You can create a udev-rules, to load inputattach automatically&lt;br /&gt;
&lt;br /&gt;
http://who-t.blogspot.de/2012/07/elographics-touchscreen-setup.html&lt;br /&gt;
&lt;br /&gt;
https://wiki.archlinux.org/index.php/Attaching_serial_input_devices_to_the_kernel_input_system&lt;br /&gt;
&lt;br /&gt;
== Using the X11-elographics driver ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MaxX, MinX, MaxY &amp;amp; MinY option settings are pretty close but proper calibration is best. &lt;br /&gt;
&lt;br /&gt;
Installed debian driver package for elo serial touchscreen (not for USB)&lt;br /&gt;
 aptitude install xserver-xorg-input-elographics&lt;br /&gt;
&lt;br /&gt;
Create Input Device entry in /etc/X11/xorg.conf &lt;br /&gt;
  Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
         Identifier   &amp;quot;Touchscreen&amp;quot;&lt;br /&gt;
         Driver	     &amp;quot;elographics&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;screenno&amp;quot;        &amp;quot;0&amp;quot; &lt;br /&gt;
         Option	     &amp;quot;ButtonNumber&amp;quot;    &amp;quot;1&amp;quot;       &lt;br /&gt;
         Option	     &amp;quot;ButtonThreshold&amp;quot; &amp;quot;17&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;Device&amp;quot;          &amp;quot;/dev/ttyS1&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;InputFashion&amp;quot;    &amp;quot;Touchpanel&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;MaxX&amp;quot;            &amp;quot;4025&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;MinX&amp;quot;            &amp;quot;22&amp;quot;&lt;br /&gt;
         Option       &amp;quot;MaxY&amp;quot;            &amp;quot;3967&amp;quot; &lt;br /&gt;
         Option	     &amp;quot;MinY&amp;quot;            &amp;quot;75&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;Name&amp;quot;            &amp;quot;ELO Touchscreen&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;ReportingMode&amp;quot;   &amp;quot;Scaled&amp;quot;&lt;br /&gt;
         Option	     &amp;quot;SendCoreEvents&amp;quot;  &amp;quot;on&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
Add Input Device to &amp;quot;ServerLayout&amp;quot; section&lt;br /&gt;
        InputDevice	&amp;quot;Touchscreen&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
reboot or restart xserver&lt;br /&gt;
&lt;br /&gt;
== Calibration ==&lt;br /&gt;
Download [http://touchcal.sourceforge.net Touchcal]. You need to install libncrses5-dev to compile the package so:&lt;br /&gt;
 apt-get install libncurses5-dev&lt;br /&gt;
Then extract Touchcal and compile&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Stop x11 server:&lt;br /&gt;
 /etc/init.d/kdm stop&lt;br /&gt;
&lt;br /&gt;
Run calibration:&lt;br /&gt;
 ./touchcal --elographics /dev/ttyS1&lt;br /&gt;
Follow the onscreen prompts and then add the coordinates in /etc/X11/xorg.conf as mentioned above&lt;/div&gt;</summary>
		<author><name>Higgles</name></author>	</entry>

	</feed>