<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, Part 1</title>
	<atom:link href="http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/</link>
	<description>Just another blogging geek</description>
	<lastBuildDate>Tue, 03 Aug 2010 11:36:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Esa Viitala</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-594</link>
		<dc:creator>Esa Viitala</dc:creator>
		<pubDate>Fri, 16 Jul 2010 06:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-594</guid>
		<description>The easy way to get the touchscreen to work in Ubuntu 10.04 Lucid Lynx is to install evtouch and just fix the broken evtouch xorg.conf.d snippet. No HAL or udev methods required (and they wont work anyway).

Wrote more about this in my blog here http://www.viitalat.net/index.php/htpc/2010/07/16/lg-1730sf-on-ubuntu-10-04</description>
		<content:encoded><![CDATA[<p>The easy way to get the touchscreen to work in Ubuntu 10.04 Lucid Lynx is to install evtouch and just fix the broken evtouch xorg.conf.d snippet. No HAL or udev methods required (and they wont work anyway).</p>
<p>Wrote more about this in my blog here <a href="http://www.viitalat.net/index.php/htpc/2010/07/16/lg-1730sf-on-ubuntu-10-04" rel="nofollow">http://www.viitalat.net/index.php/htpc/2010/07/16/lg-1730sf-on-ubuntu-10-04</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aadrew</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-593</link>
		<dc:creator>aadrew</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-593</guid>
		<description>those values indicated above are the ones that should be used for xorg.conf file,,am having problems including the xml lines for the corresponding fdi file.  Those values should apply as follows on the xorg.conf file.


Section “InputDevice”
Identifier “touchscreen”
Driver “evtouch”
Option “reportingmode” “raw”
Option “Emulate3Buttons” &quot;true&quot;
Option “Emulate3Timeout” “50″
Option “sendcoreevents” “On”
Option “maxx” “3815″
Option “maxy” “3948″
Option “minx” “295″
Option “miny” “200″
Option “Rotate” “CCW”
Option “Swapx” “true”
Option “Swapy” “false”
EndSection</description>
		<content:encoded><![CDATA[<p>those values indicated above are the ones that should be used for xorg.conf file,,am having problems including the xml lines for the corresponding fdi file.  Those values should apply as follows on the xorg.conf file.</p>
<p>Section “InputDevice”<br />
Identifier “touchscreen”<br />
Driver “evtouch”<br />
Option “reportingmode” “raw”<br />
Option “Emulate3Buttons” &#8220;true&#8221;<br />
Option “Emulate3Timeout” “50″<br />
Option “sendcoreevents” “On”<br />
Option “maxx” “3815″<br />
Option “maxy” “3948″<br />
Option “minx” “295″<br />
Option “miny” “200″<br />
Option “Rotate” “CCW”<br />
Option “Swapx” “true”<br />
Option “Swapy” “false”<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aadrew</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-592</link>
		<dc:creator>aadrew</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-592</guid>
		<description>I found something on this from our wiki which was probably long published and thought it might help some of you guys...I tried it on ubuntu 9.10(karmic koala) with my touch screen being LG FLATRON L1730SF and it worked perfectly without doing any extra calibration or having to deal with jumpiness. I did it on a fresh install.

just follow the steps:

install evtouch

sudo apt-get install xserver-xorg-input-evtouch

see if the device is loaded

cat /proc/bus/input/devices

should see something like this



I: Bus=0003 Vendor=0403 Product=f9e9 Version=0100
N: Name=&quot;ITM Inc USB Touch Panel&quot;
P: Phys=usb-0000:00:1d.2-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input5
U: Uniq=
H: Handlers=mouse2 event5 
B: EV=b
B: KEY=400 0 0 0 0 0 0 0 0 0 0
B: ABS=1000003
 . . . 

create fdi policy file

This fdi file work ok for my LG L1730SF touch screen. I saved it as: /etc/hal/fdi/policy/lgtouch.fdi.  Copy and paste the lines below in your file

 &lt;!-- -*- SGML -*- --&gt;

  
      
        
          evtouch
          raw
          true
          50
          on
   3815
   3948
   295
   200
   CCW
   true
   false
        
    
  



see https://bugs.launchpad.net/ubuntu/+source/xf86-input-evtouch/+bug/261873</description>
		<content:encoded><![CDATA[<p>I found something on this from our wiki which was probably long published and thought it might help some of you guys&#8230;I tried it on ubuntu 9.10(karmic koala) with my touch screen being LG FLATRON L1730SF and it worked perfectly without doing any extra calibration or having to deal with jumpiness. I did it on a fresh install.</p>
<p>just follow the steps:</p>
<p>install evtouch</p>
<p>sudo apt-get install xserver-xorg-input-evtouch</p>
<p>see if the device is loaded</p>
<p>cat /proc/bus/input/devices</p>
<p>should see something like this</p>
<p>I: Bus=0003 Vendor=0403 Product=f9e9 Version=0100<br />
N: Name=&#8221;ITM Inc USB Touch Panel&#8221;<br />
P: Phys=usb-0000:00:1d.2-1/input0<br />
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input5<br />
U: Uniq=<br />
H: Handlers=mouse2 event5<br />
B: EV=b<br />
B: KEY=400 0 0 0 0 0 0 0 0 0 0<br />
B: ABS=1000003<br />
 . . . </p>
<p>create fdi policy file</p>
<p>This fdi file work ok for my LG L1730SF touch screen. I saved it as: /etc/hal/fdi/policy/lgtouch.fdi.  Copy and paste the lines below in your file</p>
<p> <!-- -*- SGML -*- --></p>
<p>          evtouch<br />
          raw<br />
          true<br />
          50<br />
          on<br />
   3815<br />
   3948<br />
   295<br />
   200<br />
   CCW<br />
   true<br />
   false</p>
<p>see <a href="https://bugs.launchpad.net/ubuntu/+source/xf86-input-evtouch/+bug/261873" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/xf86-input-evtouch/+bug/261873</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emiliano</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-581</link>
		<dc:creator>Emiliano</dc:creator>
		<pubDate>Mon, 24 May 2010 13:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-581</guid>
		<description>I had a problema with this monitor on ubuntu 10.04. tried to solve by reading this tutorial. but coulndt do it. But i solved it in minutes!

SOLUTION IN 2 MINUTES!!!

Ubuntu 9.04
sudo aptitude install xserver-xorg-input-evtouch
sudo gedit /usr/share/hal/fdi/policy/20thirdparty/50-itm.fdi

change this line:
1

to 

0

and below put this line:

1

save and restart... it should work 99%.
just need a adjustment in the maxx and maxy</description>
		<content:encoded><![CDATA[<p>I had a problema with this monitor on ubuntu 10.04. tried to solve by reading this tutorial. but coulndt do it. But i solved it in minutes!</p>
<p>SOLUTION IN 2 MINUTES!!!</p>
<p>Ubuntu 9.04<br />
sudo aptitude install xserver-xorg-input-evtouch<br />
sudo gedit /usr/share/hal/fdi/policy/20thirdparty/50-itm.fdi</p>
<p>change this line:<br />
1</p>
<p>to </p>
<p>0</p>
<p>and below put this line:</p>
<p>1</p>
<p>save and restart&#8230; it should work 99%.<br />
just need a adjustment in the maxx and maxy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Argy</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-539</link>
		<dc:creator>Argy</dc:creator>
		<pubDate>Mon, 04 Jan 2010 08:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-539</guid>
		<description>Extremely useful stuff! I managed to setup my LG in debian using your guide in almost minutes.

Great work!

About Damien Baraka, problem; I had the same issue, because the /dev/input/event# keeps changing after reboot, so the configuration was applied on the usb mouse! Changing event number with the correct one and restarting X resolved the issue.

The problem I have is that the event number keeps changing randomly after every reboot (even if I removed USB Mouse).

Any Idea how to force the usb panel driver get the same event number every time?</description>
		<content:encoded><![CDATA[<p>Extremely useful stuff! I managed to setup my LG in debian using your guide in almost minutes.</p>
<p>Great work!</p>
<p>About Damien Baraka, problem; I had the same issue, because the /dev/input/event# keeps changing after reboot, so the configuration was applied on the usb mouse! Changing event number with the correct one and restarting X resolved the issue.</p>
<p>The problem I have is that the event number keeps changing randomly after every reboot (even if I removed USB Mouse).</p>
<p>Any Idea how to force the usb panel driver get the same event number every time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trk</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-536</link>
		<dc:creator>trk</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-536</guid>
		<description>@Damien:

For some reason I found your post from the inbox just now, almost 2 months later. Is the problem still topical or did you managed to solve it?</description>
		<content:encoded><![CDATA[<p>@Damien:</p>
<p>For some reason I found your post from the inbox just now, almost 2 months later. Is the problem still topical or did you managed to solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Baraka</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-521</link>
		<dc:creator>Damien Baraka</dc:creator>
		<pubDate>Mon, 26 Oct 2009 13:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-521</guid>
		<description>Hi there

This is a great help.

But I&#039;ve hit a brick wall, I can&#039;t seem to fix the whole SWAP XY and Rotate C/CW issue.
I have inputted the options into my xorg.conf file but upon restarting the Xserver it remains all mixed up.

Here is a copy of my xorg.conf file: 
Section &quot;Device&quot;
	Identifier	&quot;Configured Video Device&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
EndSection

Section &quot;InputDevice&quot;
   Identifier &quot;touchscreen&quot;
   Driver &quot;evtouch&quot;
   Option &quot;Device&quot; &quot;/dev/input/event5&quot;
   Option &quot;DeviceName&quot; &quot;touchscreen&quot;
   Option &quot;MinX&quot; &quot;0&quot;
   Option &quot;MinY&quot; &quot;0&quot;
   Option &quot;MaxX&quot; &quot;4095&quot;
   Option &quot;MaxY&quot; &quot;4095&quot;
   Option &quot;ReportingMode&quot; &quot;Raw&quot;
   Option &quot;Emulate3Buttons&quot;
   Option &quot;Emulate3Timeout&quot; &quot;50&quot;
   Option &quot;SendCoreEvents&quot; &quot;On&quot;
   Option &quot;Rotate&quot; &quot;CW&quot;
   Option &quot;SwapX&quot; &quot;true&quot;
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Monitor		&quot;Configured Monitor&quot;
	Device		&quot;Configured Video Device&quot;
EndSection

Section &quot;ServerLayout&quot;
        Identifier 	&quot;Default Layout&quot;  
        Screen 		&quot;Default Screen&quot;
	InputDevice 	&quot;touchscreen&quot; &quot;CorePointer&quot;
EndSection

PLEASE HELP!!!!

Really need to get this working ASAP for work.

Thank you again and I look forward to your reply.</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>This is a great help.</p>
<p>But I&#8217;ve hit a brick wall, I can&#8217;t seem to fix the whole SWAP XY and Rotate C/CW issue.<br />
I have inputted the options into my xorg.conf file but upon restarting the Xserver it remains all mixed up.</p>
<p>Here is a copy of my xorg.conf file:<br />
Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
	Identifier	&#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
   Identifier &#8220;touchscreen&#8221;<br />
   Driver &#8220;evtouch&#8221;<br />
   Option &#8220;Device&#8221; &#8220;/dev/input/event5&#8243;<br />
   Option &#8220;DeviceName&#8221; &#8220;touchscreen&#8221;<br />
   Option &#8220;MinX&#8221; &#8220;0&#8243;<br />
   Option &#8220;MinY&#8221; &#8220;0&#8243;<br />
   Option &#8220;MaxX&#8221; &#8220;4095&#8243;<br />
   Option &#8220;MaxY&#8221; &#8220;4095&#8243;<br />
   Option &#8220;ReportingMode&#8221; &#8220;Raw&#8221;<br />
   Option &#8220;Emulate3Buttons&#8221;<br />
   Option &#8220;Emulate3Timeout&#8221; &#8220;50&#8243;<br />
   Option &#8220;SendCoreEvents&#8221; &#8220;On&#8221;<br />
   Option &#8220;Rotate&#8221; &#8220;CW&#8221;<br />
   Option &#8220;SwapX&#8221; &#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
	Identifier	&#8220;Default Screen&#8221;<br />
	Monitor		&#8220;Configured Monitor&#8221;<br />
	Device		&#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
        Identifier 	&#8220;Default Layout&#8221;<br />
        Screen 		&#8220;Default Screen&#8221;<br />
	InputDevice 	&#8220;touchscreen&#8221; &#8220;CorePointer&#8221;<br />
EndSection</p>
<p>PLEASE HELP!!!!</p>
<p>Really need to get this working ASAP for work.</p>
<p>Thank you again and I look forward to your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KarDave</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-520</link>
		<dc:creator>KarDave</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-520</guid>
		<description>In 9.10 there is no &#039;udevinfo&#039;, but you can use &#039;udevadm info&#039;:
udevadm info -a -p /class/input/input14 &#124; grep DRIVER</description>
		<content:encoded><![CDATA[<p>In 9.10 there is no &#8216;udevinfo&#8217;, but you can use &#8216;udevadm info&#8217;:<br />
udevadm info -a -p /class/input/input14 | grep DRIVER</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trk</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-506</link>
		<dc:creator>trk</dc:creator>
		<pubDate>Sun, 20 Sep 2009 12:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-506</guid>
		<description>@Adam:

Here are some thoughts/experiences on touch screen smart home info kiosk usage:

- Instantly available Internet access has been the most important thing for my family. Modern web services are heavily based on javascript and flash, so you need to have a computer that is powerful enough. On the other hand, there is not much that you can do to the Internet based content itself, except that you can set the text size large enough so that links can be more easily selected with touch. Luckily, web based services usually do not utilize right mouse click or mouse dragging a lot, as these are difficult with touch control.

- Based on heavy reliance to Internet services anyway, I consider the web browser the primary front end. You can always build your custom smart home application to utilize web interface. That&#039;s probably what you should do anyway, to enable smarthome control with windows/mac/linux boxes and phones. From various browsers, at least Firefox can be pretty well customized. You&#039;ll appreciate that, as you can adjust it for increased usability with touch.

- Currently all desktops are primarily targeted for mouse and keyboard use, and thus are not very well suited for touch based use (my opinion). However, I consider it too laborious for a personal project to do anything more than minor theme etc. adjustments, as the touch control concept should be taken into account already in the application level when creating the user interface. This work is happening right now in smartphone OSes like Symbian, Maemo and Android, but not yet on desktop OSes. The latter may support touch, but they do not really embrace it yet in the application level.</description>
		<content:encoded><![CDATA[<p>@Adam:</p>
<p>Here are some thoughts/experiences on touch screen smart home info kiosk usage:</p>
<p>- Instantly available Internet access has been the most important thing for my family. Modern web services are heavily based on javascript and flash, so you need to have a computer that is powerful enough. On the other hand, there is not much that you can do to the Internet based content itself, except that you can set the text size large enough so that links can be more easily selected with touch. Luckily, web based services usually do not utilize right mouse click or mouse dragging a lot, as these are difficult with touch control.</p>
<p>- Based on heavy reliance to Internet services anyway, I consider the web browser the primary front end. You can always build your custom smart home application to utilize web interface. That&#8217;s probably what you should do anyway, to enable smarthome control with windows/mac/linux boxes and phones. From various browsers, at least Firefox can be pretty well customized. You&#8217;ll appreciate that, as you can adjust it for increased usability with touch.</p>
<p>- Currently all desktops are primarily targeted for mouse and keyboard use, and thus are not very well suited for touch based use (my opinion). However, I consider it too laborious for a personal project to do anything more than minor theme etc. adjustments, as the touch control concept should be taken into account already in the application level when creating the user interface. This work is happening right now in smartphone OSes like Symbian, Maemo and Android, but not yet on desktop OSes. The latter may support touch, but they do not really embrace it yet in the application level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Stark</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/comment-page-1/#comment-505</link>
		<dc:creator>Adam Stark</dc:creator>
		<pubDate>Sat, 19 Sep 2009 19:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=14#comment-505</guid>
		<description>Hey, 

Great site, I am just starting to embark on such a project, in fact what I really aim to do is to create a smart/home info kiosk as you mentioned above. In fact I have been looking for ideas for to what to use as a front end etc... I would really appreciate if you let me know what you used to finally drive the user interface that you use etc.....

Thanks !!

Adam</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>Great site, I am just starting to embark on such a project, in fact what I really aim to do is to create a smart/home info kiosk as you mentioned above. In fact I have been looking for ideas for to what to use as a front end etc&#8230; I would really appreciate if you let me know what you used to finally drive the user interface that you use etc&#8230;..</p>
<p>Thanks !!</p>
<p>Adam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

