<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>he, who does not eat fish &#187; tablet</title>
	<atom:link href="http://pifostap.org.ua/blog/tag/tablet/feed" rel="self" type="application/rss+xml" />
	<link>http://pifostap.org.ua/blog</link>
	<description>linux, math, fun, student&#039;s life</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Genius G-Pen 4500 &amp;&amp; Ubuntu 9.10</title>
		<link>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html</link>
		<comments>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 02:08:01 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[4500]]></category>
		<category><![CDATA[g-pen]]></category>
		<category><![CDATA[genius]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=99</guid>
		<description><![CDATA[I&#8217;m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet. Everything is pretty stright-forward. Go to http://code.google.com/p/linuxgenius/ Get the source for wizardpen. I used http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz Unpack. tar -xvf wizardpen-0.7.0-alpha2.tar.gz Move into the unpacked dir: cd wizardpen-0.7.0-alpha2 Configure, make and install: sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules &#38;&#38; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet.</p>
<p>Everything is pretty stright-forward.</p>
<ol>
<li>Go to <a title="http://code.google.com/p/linuxgenius/" href="http://code.google.com/p/linuxgenius/" target="_blank">http://code.google.com/p/linuxgenius/</a></li>
<li>Get the source for wizardpen. I used <a title="http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz" href="http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz" target="_blank">http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz</a><br /> <code>wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz</code></li>
<li>Unpack.<br /> <code>tar -xvf wizardpen-0.7.0-alpha2.tar.gz</code></li>
<li>Move into the unpacked dir:<br /> <code>cd wizardpen-0.7.0-alpha2</code></li>
<li>Configure, make and install:<br /> <code>sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules &amp;&amp; make &amp;&amp; make install</code></li>
<li>Check for wizardpen.la and wizardpen.so (driver installed correctly):<br /> <code>ls /usr/lib/xorg/modules/input/wizardpen.*</code></li>
<li>Connect your tablet (if not yet connected)</li>
<li>Create file <code>/etc/hal/fdi/policy/99-wizardpen.fdi</code></li>
<li>I used the following data inside the file:<br /> <code><span style="font-family: Courier New; color: black; font-size: x-small;"><span style="color: #0000ff;">&lt;?</span><span style="color: #800000;">xml</span> <span style="color: #ff0000;">version</span><span style="color: #0000ff;">="1.0"</span> <span style="color: #ff0000;">encoding</span><span style="color: #0000ff;">="ISO-8859-1"</span> ?<span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">deviceinfo</span> <span style="color: #ff0000;">version</span><span style="color: #0000ff;">="0.2"</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">device</span><span style="color: #0000ff;">&gt;</span><br /> <span class="rem">&lt;!-- This MUST match with the name of your tablet --&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">match</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="info.product"</span> <span style="color: #ff0000;">contains</span><span style="color: #0000ff;">="UC-LOGIC Tablet WP5540U"</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_driver"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>wizardpen<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.SendCoreEvents"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>true<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>0<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>0<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopZ"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>40<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_identifier"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>stylus<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32739<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32745<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomZ"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>1024<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.MaxX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32739<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.MaxY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32745<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">match</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">device</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">deviceinfo</span><span style="color: #0000ff;">&gt;</span><br /> </span><br /> <span style="color: gray; font-size: xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color: gray; font-size: xx-small;">Source Code Highlighter</span></a>.</span></code> </li>
<li>After all this You should reboot and start using your Genius G-Pen 4500.</li>
<li>FIXED: <span style="text-decoration: line-through;">I still have one unsolved problem. The stylus starts working a bit far from the tablet. Can&#8217;t resolve this. Under Windows I found quite unique driver, which let me set sensitivity for it. FIX: Add</span><span style="text-decoration: line-through;"> TopZ and BottomZ values to the file<br /></span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

