<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>interpolation at the complex roots of unity &#187; debian</title>
	<atom:link href="http://udim.wordpress.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://udim.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 25 Aug 2009 15:43:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='udim.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/15f1c78959226f89a4fb1b5d600699ba?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>interpolation at the complex roots of unity &#187; debian</title>
		<link>http://udim.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://udim.wordpress.com/osd.xml" title="interpolation at the complex roots of unity" />
		<item>
		<title>Wacom Bamboo and Debian</title>
		<link>http://udim.wordpress.com/2008/04/08/wacom-bamboo-and-debian/</link>
		<comments>http://udim.wordpress.com/2008/04/08/wacom-bamboo-and-debian/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:37:09 +0000</pubDate>
		<dc:creator>udim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[pad]]></category>
		<category><![CDATA[wacom]]></category>
		<category><![CDATA[xorg.conf]]></category>
		<category><![CDATA[xsetwacom]]></category>

		<guid isPermaLink="false">http://udim.wordpress.com/?p=38</guid>
		<description><![CDATA[I&#8217;ve just purchased a new toy: the Wacom Bamboo tablet. Without any modifications, the tablet behaves in X like a (very slow) touchpad.
Luckily, kernel and xorg drivers are available, though support is not mature yet (I was expecting some gnome configuration tool).
Installing a Wacom Bamboo on Debian testing:
A. Install the following packages:
Packages that should be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=udim.wordpress.com&blog=1300617&post=38&subd=udim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve just purchased a new toy: the Wacom Bamboo tablet. Without any modifications, the tablet behaves in X like a (very slow) touchpad.<br />
Luckily, kernel and xorg drivers are available, though support is not mature yet (I was expecting some gnome configuration tool).</p>
<p><u>Installing a Wacom Bamboo on Debian testing:</u><br />
<strong>A. Install the following packages:</strong><br />
Packages that should be already on your system:<br />
1. xserver-xorg-input-wacom (version 0.7.9.3-2)<br />
2. linux-image-2.6.24-1-686 (or possibly 2.6.23, 2.6.22, YMMV)</p>
<p>Packages that you probably don&#8217;t have yet:<br />
3. wacom-tools (version 0.7.9.3-2)</p>
<p><strong>B. Tweak your <code>/etc/X11/xorg.conf</code>:</strong><br />
1. Add the following sections.</p>
<pre>
Section "InputDevice"
        Identifier      "stylus"
        Driver          "wacom"
        Option          "Device"                "/dev/input/wacom"
        Option          "Type"                  "stylus"
        Option          "USB"                   "on"
EndSection

Section "InputDevice"
        Identifier      "eraser"
        Driver          "wacom"
        Option          "Device"                "/dev/input/wacom"
        Option          "Type"                  "eraser"
        Option          "USB"                   "on"
EndSection

Section "InputDevice"
        Identifier      "cursor"
        Driver          "wacom"
        Option          "Device"                "/dev/input/wacom"
        Option          "Type"                  "cursor"
        Option          "USB"                   "on"
EndSection

Section "InputDevice"
        Identifier      "pad"
        Driver          "wacom"
        Option          "Device"                "/dev/input/wacom"
        Option          "Type"                  "pad"
        Option          "USB"                   "on"
EndSection
</pre>
<p>2. Change the following section to look something like this:</p>
<pre>
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus"                "SendCoreEvents"
        InputDevice     "eraser"                "SendCoreEvents"
        InputDevice     "cursor"                "SendCoreEvents"
        InputDevice     "pad"                   # no core events
EndSection
</pre>
<p><strong>C. Configure the touch ring to act like a mouse wheel (i.e. scrolling).</strong><br />
1. I put the configuration in the in file <code>/etc/X11/Xsession.d/80wacom-config_scrollpad</code>, for lack of a better place.<br />
Its contents:</p>
<pre>
xsetwacom set pad AbsWDn "5"
xsetwacom set pad AbsWUp "4"
</pre>
<p><strong>D. That&#8217;s it.</strong></p>
<p><a href="http://linuxwacom.sourceforge.net/index.php/howto/main">More documentation and options here.</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/udim.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/udim.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/udim.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/udim.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/udim.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/udim.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/udim.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/udim.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/udim.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/udim.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/udim.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/udim.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=udim.wordpress.com&blog=1300617&post=38&subd=udim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://udim.wordpress.com/2008/04/08/wacom-bamboo-and-debian/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/554b3df4e2dfbf9d6fe9b9e422f025f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pulkes</media:title>
		</media:content>
	</item>
		<item>
		<title>L2TP, Israel, Linux</title>
		<link>http://udim.wordpress.com/2007/11/06/19/</link>
		<comments>http://udim.wordpress.com/2007/11/06/19/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 22:40:10 +0000</pubDate>
		<dc:creator>udim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[012]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[israel]]></category>
		<category><![CDATA[l2tp]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://udim.wordpress.com/2007/11/06/19/</guid>
		<description><![CDATA[Another day, another ordeal getting Linux to work in a Windows world. And after spending one trying to configure L2TP to work in Israel, I felt the need to collect the knowledge I gathered in one place, so that future souls may save some time.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=udim.wordpress.com&blog=1300617&post=19&subd=udim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Another day, another ordeal getting Linux to work in a Windows world. And after spending one trying to configure L2TP to work in Israel, I felt the need to collect the knowledge I gathered <a href="http://stuff.pulkes.org/l2tp/">in one place</a>, so that future souls may save some time.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/udim.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/udim.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/udim.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/udim.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/udim.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/udim.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/udim.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/udim.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/udim.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/udim.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/udim.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/udim.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=udim.wordpress.com&blog=1300617&post=19&subd=udim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://udim.wordpress.com/2007/11/06/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/554b3df4e2dfbf9d6fe9b9e422f025f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pulkes</media:title>
		</media:content>
	</item>
	</channel>
</rss>