<?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>RawDev.net &#187; Tablet</title>
	<atom:link href="http://rawdev.net/tag/tablet/feed/" rel="self" type="application/rss+xml" />
	<link>http://rawdev.net</link>
	<description>Just another Zabreznik.si Sites site</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:48:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wacom Bamboo Fun on Linux</title>
		<link>http://rawdev.net/2008/10/09/wacom-bamboo-fun-on-linux/</link>
		<comments>http://rawdev.net/2008/10/09/wacom-bamboo-fun-on-linux/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:21:32 +0000</pubDate>
		<dc:creator>Marko Zabreznik</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Peripherals]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Wacom]]></category>

		<guid isPermaLink="false">http://www.rawdev.net/?p=72</guid>
		<description><![CDATA[I Bought a Wacom Bamboo Fun Small Graphics Tablet a couple of days ago. Wanting one for quite some time now, I decided to go and buy it on-line. And after 3 days, it came all the way from Germany . I didnt even try running it on windows/mac before I plugged it into my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.rawdev.net/wp-content/uploads/2008/10/asd.png" alt="" /><br />
I Bought a <a class="zem_slink" title="Wacom" rel="wikipedia" href="http://en.wikipedia.org/wiki/Wacom">Wacom</a> Bamboo Fun Small <a class="zem_slink" title="Graphics tablet" rel="wikipedia" href="http://en.wikipedia.org/wiki/Graphics_tablet">Graphics Tablet</a> a couple of days ago.<br />
Wanting one for quite some time now, I decided to go and buy it on-line. And after 3 days, it came all the way from Germany <img src='http://rawdev.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>I didnt even try running it on windows/mac before I plugged it into my &#8216;box running <a class="zem_slink" title="OpenSUSE" rel="homepage" href="http://www.opensuse.org">OpenSuse 11</a>. First thing I notice: Its already working. Kindof.  It&#8217;s got relative tracking and the pad/buttons dont work.</p>
<p>How i got it running and some pics, after the jump.<span id="more-72"></span></p>
<p><a href="http://picasaweb.google.com/rawdevelopement/Wacom">http://picasaweb.google.com/rawdevelopement/Wacom</a></p>
<p>First of all, wacom packages were installed in opensuse by default, so not much action was needed there. I tried running the command line tool wacomcpl-exec to no avail. xsetwacom didn&#8217;t find anything. That only meant that the devices were not intialised properly in xorg.conf and i would have to find and set them myself.</p>
<p>After some poking around, I found wacdump ( included with wacom packages ) was the tool i needed. Since Bamboo Fun is a USB device, /dev/input/event* is where you will find it. Using wacdump i located it at /dev/input/event7. And then a quick look at <a href="http://linuxwacom.sourceforge.net/index.php/howto/inputdev">http://linuxwacom.sourceforge.net/index.php/howto/inputdev</a> to find out the proper way to configure xorg.<br />
<code><br />
Section "InputDevice"<br />
Driver        "wacom"<br />
Identifier    "stylus"<br />
Option        "Device"        "/dev/input/event7"<br />
Option        "Type"          "stylus"<br />
Option        "USB"           "on"<br />
EndSection<br />
Section "InputDevice"<br />
Driver        "wacom"<br />
Identifier    "eraser"<br />
Option        "Device"        "/dev/input/event7"<br />
Option        "Type"          "eraser"<br />
Option        "USB"           "on"<br />
EndSection<br />
Section "InputDevice"<br />
Driver        "wacom"<br />
Identifier    "cursor"<br />
Option        "Device"        "/dev/input/event7"<br />
Option        "Type"          "cursor"<br />
Option        "USB"           "on"<br />
EndSection<br />
Section "InputDevice"<br />
Driver        "wacom"<br />
Identifier    "pad"<br />
Option        "Device"        "/dev/input/event7"<br />
Option        "Type"          "pad"<br />
Option        "USB"           "on"<br />
EndSection<br />
</code></p>
<p>Changing the &#8220;Device&#8221; appropriately. After a quick X restart (CTRL ALT BACKSPACE), everything started working. Then for the final touches, I used wacomcpl-exec, that recognised the devices now, to change the rotation of the wheelpad, the buttons and sentitivity etc. I tried Bamboo in <a class="zem_slink" title="Inkscape" rel="wikipedia" href="http://en.wikipedia.org/wiki/Inkscape">Inkscape</a>, where i only had to enable the device in Input Devices under File.</p>
<p>Debriefing:</p>
<p>Things not working:</p>
<ul>
<li>Custom shortcuts on buttons, trough you can set them but find you will only get nice shortcuts to crash X.</li>
<li>WheelPad works but doesn&#8217;t support the tap up/down feature like it does on windows. (probably software based)</li>
</ul>
<p>Things one would wish to work better:</p>
<ul>
<li>Configuration. Not just of xorg but the tablet itself needs to be configurable in a stable easy GUI way.</li>
</ul>
<p>All in all, well worth the effort.</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/ee01fe74-f535-4b89-a505-10a3f4d0c5a3/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=ee01fe74-f535-4b89-a505-10a3f4d0c5a3" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://rawdev.net/2008/10/09/wacom-bamboo-fun-on-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
