<?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 for Northern Nerd</title>
	<atom:link href="http://www.rantakokko.net/tapani/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rantakokko.net/tapani/blog</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>Comment on Using Arduino in Eagle schematics with Ubuntu Linux by Free Wiring Diagram</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/05/28/using-arduino-in-eagle-schematics-with-ubuntu-linux/comment-page-1/#comment-597</link>
		<dc:creator>Free Wiring Diagram</dc:creator>
		<pubDate>Tue, 03 Aug 2010 11:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=76#comment-597</guid>
		<description>This blog provide nice information, keep up the good work.</description>
		<content:encoded><![CDATA[<p>This blog provide nice information, keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, part 3 by Mårten</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/08/16/lg-l1730sf-touch-screen-display-in-ubuntu-linux-8-04-hardy-heron-part-3/comment-page-1/#comment-595</link>
		<dc:creator>Mårten</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=189#comment-595</guid>
		<description>I am using an LG1510SF monitor which is quite similar to the 1730.

I am setting it up on a thin client which means that I need a light weight OS. For that I have choosen puppy linux (5.0.1 LuPu based on Lucid Lynx).

The problem I get is that xorg.o.log tells me:
evtouch.c: undefined symbol  xf86getmotionevents
and thus fails to load the driver. This leaves me with only the imt driver which, as you know, mirrors the x axis after an xy swap.

Do you have any suggestions on what I might do about this?</description>
		<content:encoded><![CDATA[<p>I am using an LG1510SF monitor which is quite similar to the 1730.</p>
<p>I am setting it up on a thin client which means that I need a light weight OS. For that I have choosen puppy linux (5.0.1 LuPu based on Lucid Lynx).</p>
<p>The problem I get is that xorg.o.log tells me:<br />
evtouch.c: undefined symbol  xf86getmotionevents<br />
and thus fails to load the driver. This leaves me with only the imt driver which, as you know, mirrors the x axis after an xy swap.</p>
<p>Do you have any suggestions on what I might do about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, Part 1 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>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, Part 1 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>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, Part 1 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>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, part 3 by aadrew</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/08/16/lg-l1730sf-touch-screen-display-in-ubuntu-linux-8-04-hardy-heron-part-3/comment-page-1/#comment-591</link>
		<dc:creator>aadrew</dc:creator>
		<pubDate>Thu, 24 Jun 2010 08:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=189#comment-591</guid>
		<description>i have tried with the ubuntu 9.04 but I cant get to resolve the jumpiness issue, any help will be highly appreciated</description>
		<content:encoded><![CDATA[<p>i have tried with the ubuntu 9.04 but I cant get to resolve the jumpiness issue, any help will be highly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, part 3 by Valentin Cozma</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/08/16/lg-l1730sf-touch-screen-display-in-ubuntu-linux-8-04-hardy-heron-part-3/comment-page-1/#comment-590</link>
		<dc:creator>Valentin Cozma</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=189#comment-590</guid>
		<description>Ubuntu 8.04.4 ( probably all 8.04 versions)

I have correctly set up udev.rules as described in the article.

At random boots the /dev/input/touch points at mouse1/2 instead of event5.

In that cases the touchscreen is not calibrated ( it works, probably with usbtouchscreen driver and not with evtouch )

I found that restarting udev ( /etc/init.d/udev restart ) fixes the /dev/input/touch to correct event.

After the event is correct, restarting X makes the calibration work.

An idea will be to execute &quot;/etc/init.d/udev restart&quot; before starting gdm .

Hope it will be useful for someone.</description>
		<content:encoded><![CDATA[<p>Ubuntu 8.04.4 ( probably all 8.04 versions)</p>
<p>I have correctly set up udev.rules as described in the article.</p>
<p>At random boots the /dev/input/touch points at mouse1/2 instead of event5.</p>
<p>In that cases the touchscreen is not calibrated ( it works, probably with usbtouchscreen driver and not with evtouch )</p>
<p>I found that restarting udev ( /etc/init.d/udev restart ) fixes the /dev/input/touch to correct event.</p>
<p>After the event is correct, restarting X makes the calibration work.</p>
<p>An idea will be to execute &#8220;/etc/init.d/udev restart&#8221; before starting gdm .</p>
<p>Hope it will be useful for someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LG L1730SF touch screen display in Ubuntu Linux 8.04 Hardy Heron, Part 1 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>Comment on My first mini laptop, Asus EeePC 1000HE by Dotty Ayoub</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/05/23/my-first-mini-laptop-asus-eeepc-1000he/comment-page-1/#comment-580</link>
		<dc:creator>Dotty Ayoub</dc:creator>
		<pubDate>Tue, 27 Apr 2010 07:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=63#comment-580</guid>
		<description>I kind of love the Asus Eee PC because it is very small and very light. I have an Acer Laptop and it is really a big burden on my small shoulders    .</description>
		<content:encoded><![CDATA[<p>I kind of love the Asus Eee PC because it is very small and very light. I have an Acer Laptop and it is really a big burden on my small shoulders    .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a free audio link over the Internet using an old PC, Ubuntu Linux and Icecast streaming software by Andrea Louge</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/06/08/how-to-create-a-free-audio-link-over-the-internet-using-an-old-pc-ubuntu-linux-and-icecast-streaming-software/comment-page-1/#comment-578</link>
		<dc:creator>Andrea Louge</dc:creator>
		<pubDate>Fri, 02 Apr 2010 08:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=133#comment-578</guid>
		<description>I was looking on the internet for some music and music videos for my party and I ran across your blog. I have to say what a nice job you have done and I hope you keep posting good content. Thank you again!</description>
		<content:encoded><![CDATA[<p>I was looking on the internet for some music and music videos for my party and I ran across your blog. I have to say what a nice job you have done and I hope you keep posting good content. Thank you again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
