<?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>Trucs Libres &#187; graphics tablet</title>
	<atom:link href="http://fr.positon.org/tag/graphics-tablet/feed" rel="self" type="application/rss+xml" />
	<link>http://fr.positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>fr-FR</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Tablette Aiptek sous Ubuntu Intrepid</title>
		<link>http://fr.positon.org/tablette-aiptek-sous-ubuntu-intrepid</link>
		<comments>http://fr.positon.org/tablette-aiptek-sous-ubuntu-intrepid#comments</comments>
		<pubDate>Thu, 13 Nov 2008 20:56:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graphics tablet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=39</guid>
		<description><![CDATA[J&#8217;ai récemment récupéré une tablette Trust TB-2100 : $ lsusb Bus 002 Device 005: ID 08ca:0021 Aiptek International, Inc. APT-2 Tablet J&#8217;ai enfin réussi à faire fonctionner la bête. Il faut installer le pilote xorg : sudo aptitude install xserver-xorg-input-aiptek Ensuite créer le fichier /etc/udev/rules.d/61-aiptek.rules pour ajouter le périphérique dans udev : BUS==&#34;usb&#34;, DRIVER==&#34;aiptek&#34;, KERNEL==&#34;event[0-9]*&#34;, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>J&#8217;ai récemment récupéré une tablette Trust TB-2100 :</p>
<pre>
$ lsusb
Bus 002 Device 005: ID 08ca:0021 Aiptek International, Inc. APT-2 Tablet
</pre>
<p>J&#8217;ai enfin réussi à faire fonctionner la bête.</p>
<p>Il faut installer le pilote xorg :</p>
<pre>
sudo aptitude install xserver-xorg-input-aiptek
</pre>
<p>Ensuite créer le fichier <code>/etc/udev/rules.d/61-aiptek.rules</code> pour ajouter le périphérique dans udev :</p>
<pre>
BUS==&quot;usb&quot;, DRIVER==&quot;aiptek&quot;, KERNEL==&quot;event[0-9]*&quot;, SYMLINK+=&quot;input/aiptektablet&quot;
KERNEL==&quot;event[0-9]*&quot;, SYSFS{vendor_id}==&quot;0x08ca&quot;, SYMLINK+=&quot;input/aiptektablet&quot;
SUBSYSTEMS==&quot;usb&quot;, DRIVERS==&quot;aiptek&quot;, ATTRS{size}==&quot;3000x2250&quot;, ATTRS{model_code}==&quot;0x0064&quot;, SYMLINK+=&quot;input/aiptektablet&quot;
</pre>
<p>Dans Ubuntu Intrepid, la configuration Xorg des périphérique d&#8217;entrée ne se fait plus dans xorg.conf, mais dans HAL.<br />
On ajoute un fichier <code>/etc/hal/fdi/policy/10-aiptek.fdi</code> contenant :</p>
<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;
&lt;deviceinfo version=&quot;0.2&quot;&gt;
&lt;device&gt;
&lt;match key=&quot;info.product&quot; contains=&quot;Aiptek&quot;&gt;
&lt;merge key=&quot;input.x11_driver&quot; type=&quot;string&quot;&gt;aiptek &lt;/merge&gt;
&lt;merge key=&quot;input.x11_options.SendCoreEvents&quot; type=&quot;string&quot;&gt;true &lt;/merge&gt;
&lt;merge key=&quot;input.x11_options.Type&quot; type=&quot;string&quot;&gt;stylus &lt;/merge&gt;
&lt;merge key=&quot;input.x11_options.Mode&quot; type=&quot;string&quot;&gt;absolute &lt;/merge&gt;
&lt;/match&gt;
&lt;/device&gt;
&lt;/deviceinfo&gt;
</pre>
<p>Enfin, on redémarre le système et on prie pour que ça marche. Je n&#8217;ai pas réussi en redémarrant simplement HAL et Xorg.</p>
<p>Commandes utiles pour déboguer :</p>
<pre>
xinput
hal-device
udevinfo -a -p $devpath # on trouve devpath dans dmesg
</pre>
<p>Sources :</p>
<ul>
<li><a href="https://help.ubuntu.com/community/AiptekTablet" title="https://help.ubuntu.com/community/AiptekTablet">https://help.ubuntu.com/community/AiptekTablet</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=122735&amp;page=10" title="http://ubuntuforums.org/showthread.php?t=122735&amp;page=10">http://ubuntuforums.org/showthread.php?t=122735&amp;page=10</a></li>
<li><a href="https://wiki.ubuntu.com/X/Config/Input" title="https://wiki.ubuntu.com/X/Config/Input">https://wiki.ubuntu.com/X/Config/Input</a></li>
<li><a href="http://doc.ubuntu-fr.org/tablette_aiptek" title="http://doc.ubuntu-fr.org/tablette_aiptek">http://doc.ubuntu-fr.org/tablette_aiptek</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fr.positon.org/tablette-aiptek-sous-ubuntu-intrepid/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
