<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rivendellaudio.wiki/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="https://rivendellaudio.wiki/index.php?action=history&amp;feed=atom&amp;title=ELO_touchscreen_setup_%28debian%2FKDE%29"/>
	<link rel="alternate" type="text/html" href="https://rivendellaudio.wiki/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;action=history"/>
	<updated>2026-04-23T14:47:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://rivendellaudio.wiki/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;diff=28787&amp;oldid=prev</id>
		<title>imported&gt;WaybackImport: Imported via HTML fallback (before-primary)</title>
		<link rel="alternate" type="text/html" href="https://rivendellaudio.wiki/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;diff=28787&amp;oldid=prev"/>
		<updated>2024-02-28T16:45:07Z</updated>

		<summary type="html">&lt;p&gt;Imported via HTML fallback (before-primary)&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;
&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 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 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;
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;
&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;
&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;
&lt;br /&gt;
       InputDevice	&amp;quot;Touchscreen&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reboot or restart xserver&lt;br /&gt;
&lt;br /&gt;
== Calibration ==&lt;br /&gt;
&lt;br /&gt;
Download [http://touchcal.sourceforge.net Touchcal]. You need to install libncrses5-dev to compile the package so:&lt;br /&gt;
&lt;br /&gt;
apt-get install libncurses5-dev&lt;br /&gt;
&lt;br /&gt;
Then extract Touchcal and compile&lt;br /&gt;
&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
Stop x11 server:&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/kdm stop&lt;br /&gt;
&lt;br /&gt;
Run calibration:&lt;br /&gt;
&lt;br /&gt;
./touchcal --elographics /dev/ttyS1&lt;br /&gt;
&lt;br /&gt;
Follow the onscreen prompts and then add the coordinates in /etc/X11/xorg.conf as mentioned above&lt;br /&gt;
&lt;br /&gt;
Retrieved from &amp;quot;[[ELO_touchscreen_setup_(debian/KDE)|http://wiki.rivendellaudio.org/index.php?title=ELO_touchscreen_setup_(debian/KDE)&amp;amp;oldid=20]]&amp;quot;&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;WaybackImport</name></author>
	</entry>
</feed>