<?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 on: Wacom Digitizer tablet on an HP 2710p with Ubuntu Gutsy (and Hardy) works fine</title>
	<atom:link href="http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/</link>
	<description>Notes From A Strange Place</description>
	<lastBuildDate>Wed, 11 Jan 2012 09:10:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Is_quitting_Microsoft</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-54921</link>
		<dc:creator>Is_quitting_Microsoft</dc:creator>
		<pubDate>Mon, 12 Jan 2009 14:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-54921</guid>
		<description>Hi everyone, for those who are having trouble getting the wacon pen working on the HP 2710p tablet running 8.10, below should help

Steo 1:  Edit the xorg.conf file.  Run this command:  gksudo gedit /etc/X11/xorg.conf

Step2:  Copy and paste the config below:
Section &quot;InputDevice&quot;

  Driver        &quot;wacom&quot;

  Identifier    &quot;stylus&quot;

#  Option        &quot;Device&quot;        &quot;/dev/input/wacom&quot; # USB ONLY?

  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;      # SERIAL ONLY

  Option        &quot;Type&quot;          &quot;stylus&quot;

  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;           # Tablet PC ONLY

#  Option        &quot;USB&quot;           &quot;on&quot;               # USB ONLY

EndSection



Section &quot;InputDevice&quot;

  Driver        &quot;wacom&quot;

  Identifier    &quot;eraser&quot;

#  Option        &quot;Device&quot;        &quot;/dev/input/wacom&quot; # USB ONLY?

  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;      # SERIAL ONLY

  Option        &quot;Type&quot;          &quot;eraser&quot;

  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;           # Tablet PC ONLY

#  Option        &quot;USB&quot;           &quot;on&quot;               # USB ONLY

EndSection



Section &quot;InputDevice&quot;

  Driver        &quot;wacom&quot;

  Identifier    &quot;cursor&quot;

#  Option        &quot;Device&quot;        &quot;/dev/input/wacom&quot; # USB ONLY?

  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;      # SERIAL ONLY

  Option        &quot;Type&quot;          &quot;cursor&quot;

  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;           # Tablet PC ONLY

#  Option        &quot;USB&quot;           &quot;on&quot;               # USB ONLY

EndSection



Section &quot;InputDevice&quot;

  Driver        &quot;wacom&quot;

  Identifier    &quot;pad&quot;

#  Option        &quot;Device&quot;        &quot;/dev/input/wacom&quot;    # USB ONLY

  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;         # SERIAL ONLY

  Option        &quot;Type&quot;          &quot;pad&quot;

#  Option        &quot;USB&quot;           &quot;on&quot;                  # USB ONLY

EndSection



# Uncomment the following section if you you have a TabletPC that supports touch

 Section &quot;InputDevice&quot;

  Driver        &quot;wacom&quot;

  Identifier    &quot;touch&quot;

  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;       # SERIAL ONLY

#  Option        &quot;Device&quot;        &quot;/dev/input/wacom&quot; # USB ONLY

  Option        &quot;Type&quot;          &quot;touch&quot;

#  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;            # Serial Tablet PC ONLY

  Option        &quot;USB&quot;           &quot;on&quot;               # USB ONLY

 EndSection



Section &quot;ServerLayout&quot;

  Identifier    &quot;Default Layout&quot;

  Screen        &quot;Default Screen&quot;

  InputDevice   &quot;stylus&quot;  &quot;SendCoreEvents&quot;

  InputDevice   &quot;eraser&quot;  &quot;SendCoreEvents&quot;

  InputDevice   &quot;cursor&quot;  &quot;SendCoreEvents&quot; # For non-LCD tablets only

  InputDevice   &quot;pad&quot;                      # For Intuos3/CintiqV5/Graphire4/Bamboo tablets

# InputDevice   &quot;touch&quot;   &quot;SendCoreEvents&quot; # Only a few TabletPCs support this type

EndSection

Step 3:  Save the config

Step 4:  Restart X:  do a control +alt+ backspace.  You will then see some lines with &quot;checking battery state&quot; on the last.  X should start fairly quickly.  If not, then you did something wrong.

Now can anyone recommend a writing journal software for the Tablet for Ubuntu and also has anyone has luck with the fingerprint biometric scanner?

Linux rocks, Vista sucks :)</description>
		<content:encoded><![CDATA[<p>Hi everyone, for those who are having trouble getting the wacon pen working on the HP 2710p tablet running 8.10, below should help</p>
<p>Steo 1:  Edit the xorg.conf file.  Run this command:  gksudo gedit /etc/X11/xorg.conf</p>
<p>Step2:  Copy and paste the config below:<br />
Section &#8220;InputDevice&#8221;</p>
<p>  Driver        &#8220;wacom&#8221;</p>
<p>  Identifier    &#8220;stylus&#8221;</p>
<p>#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221; # USB ONLY?</p>
<p>  Option        &#8220;Device&#8221;        &#8220;/dev/ttyS0&#8243;      # SERIAL ONLY</p>
<p>  Option        &#8220;Type&#8221;          &#8220;stylus&#8221;</p>
<p>  Option        &#8220;ForceDevice&#8221;   &#8220;ISDV4&#8243;           # Tablet PC ONLY</p>
<p>#  Option        &#8220;USB&#8221;           &#8220;on&#8221;               # USB ONLY</p>
<p>EndSection</p>
<p>Section &#8220;InputDevice&#8221;</p>
<p>  Driver        &#8220;wacom&#8221;</p>
<p>  Identifier    &#8220;eraser&#8221;</p>
<p>#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221; # USB ONLY?</p>
<p>  Option        &#8220;Device&#8221;        &#8220;/dev/ttyS0&#8243;      # SERIAL ONLY</p>
<p>  Option        &#8220;Type&#8221;          &#8220;eraser&#8221;</p>
<p>  Option        &#8220;ForceDevice&#8221;   &#8220;ISDV4&#8243;           # Tablet PC ONLY</p>
<p>#  Option        &#8220;USB&#8221;           &#8220;on&#8221;               # USB ONLY</p>
<p>EndSection</p>
<p>Section &#8220;InputDevice&#8221;</p>
<p>  Driver        &#8220;wacom&#8221;</p>
<p>  Identifier    &#8220;cursor&#8221;</p>
<p>#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221; # USB ONLY?</p>
<p>  Option        &#8220;Device&#8221;        &#8220;/dev/ttyS0&#8243;      # SERIAL ONLY</p>
<p>  Option        &#8220;Type&#8221;          &#8220;cursor&#8221;</p>
<p>  Option        &#8220;ForceDevice&#8221;   &#8220;ISDV4&#8243;           # Tablet PC ONLY</p>
<p>#  Option        &#8220;USB&#8221;           &#8220;on&#8221;               # USB ONLY</p>
<p>EndSection</p>
<p>Section &#8220;InputDevice&#8221;</p>
<p>  Driver        &#8220;wacom&#8221;</p>
<p>  Identifier    &#8220;pad&#8221;</p>
<p>#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221;    # USB ONLY</p>
<p>  Option        &#8220;Device&#8221;        &#8220;/dev/ttyS0&#8243;         # SERIAL ONLY</p>
<p>  Option        &#8220;Type&#8221;          &#8220;pad&#8221;</p>
<p>#  Option        &#8220;USB&#8221;           &#8220;on&#8221;                  # USB ONLY</p>
<p>EndSection</p>
<p># Uncomment the following section if you you have a TabletPC that supports touch</p>
<p> Section &#8220;InputDevice&#8221;</p>
<p>  Driver        &#8220;wacom&#8221;</p>
<p>  Identifier    &#8220;touch&#8221;</p>
<p>  Option        &#8220;Device&#8221;        &#8220;/dev/ttyS0&#8243;       # SERIAL ONLY</p>
<p>#  Option        &#8220;Device&#8221;        &#8220;/dev/input/wacom&#8221; # USB ONLY</p>
<p>  Option        &#8220;Type&#8221;          &#8220;touch&#8221;</p>
<p>#  Option        &#8220;ForceDevice&#8221;   &#8220;ISDV4&#8243;            # Serial Tablet PC ONLY</p>
<p>  Option        &#8220;USB&#8221;           &#8220;on&#8221;               # USB ONLY</p>
<p> EndSection</p>
<p>Section &#8220;ServerLayout&#8221;</p>
<p>  Identifier    &#8220;Default Layout&#8221;</p>
<p>  Screen        &#8220;Default Screen&#8221;</p>
<p>  InputDevice   &#8220;stylus&#8221;  &#8220;SendCoreEvents&#8221;</p>
<p>  InputDevice   &#8220;eraser&#8221;  &#8220;SendCoreEvents&#8221;</p>
<p>  InputDevice   &#8220;cursor&#8221;  &#8220;SendCoreEvents&#8221; # For non-LCD tablets only</p>
<p>  InputDevice   &#8220;pad&#8221;                      # For Intuos3/CintiqV5/Graphire4/Bamboo tablets</p>
<p># InputDevice   &#8220;touch&#8221;   &#8220;SendCoreEvents&#8221; # Only a few TabletPCs support this type</p>
<p>EndSection</p>
<p>Step 3:  Save the config</p>
<p>Step 4:  Restart X:  do a control +alt+ backspace.  You will then see some lines with &#8220;checking battery state&#8221; on the last.  X should start fairly quickly.  If not, then you did something wrong.</p>
<p>Now can anyone recommend a writing journal software for the Tablet for Ubuntu and also has anyone has luck with the fingerprint biometric scanner?</p>
<p>Linux rocks, Vista sucks <img src='http://www.gravitystorm.co.uk/shine/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-51339</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-51339</guid>
		<description>I followed the instructions and the suggestions made in some of the comments (fix double quotes and tabs), but...
The top three section are not creating problems, when i try to add the last section (serverlayout) the X is not starting. I tried to add just the bolded part into Section &quot;Screen&quot; with no success. I keep getting an error about incorrect verbage (InputDevice is incorrect)... Help...</description>
		<content:encoded><![CDATA[<p>I followed the instructions and the suggestions made in some of the comments (fix double quotes and tabs), but&#8230;<br />
The top three section are not creating problems, when i try to add the last section (serverlayout) the X is not starting. I tried to add just the bolded part into Section &#8220;Screen&#8221; with no success. I keep getting an error about incorrect verbage (InputDevice is incorrect)&#8230; Help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Privatstrand &#187; Blog Archiv &#187; (X)Ubuntu Hardy Heron auf HP 2710p Tablet-PC</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-40402</link>
		<dc:creator>Privatstrand &#187; Blog Archiv &#187; (X)Ubuntu Hardy Heron auf HP 2710p Tablet-PC</dc:creator>
		<pubDate>Fri, 25 Jul 2008 13:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-40402</guid>
		<description>[...] seine XServer-Konfigurationsdatei nicht mit Anweisungen für USB-Tablets zumüllen und das dann als Stein der Weisen verkaufen. Wie es richtig geht, steht beim Linux-Wacom-Projekt, wo die notwendigen Ergänzungen der [...]</description>
		<content:encoded><![CDATA[<p>[...] seine XServer-Konfigurationsdatei nicht mit Anweisungen für USB-Tablets zumüllen und das dann als Stein der Weisen verkaufen. Wie es richtig geht, steht beim Linux-Wacom-Projekt, wo die notwendigen Ergänzungen der [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-39900</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-39900</guid>
		<description>Everything works beautifully after replacing the double quotes and inserted the tabs.</description>
		<content:encoded><![CDATA[<p>Everything works beautifully after replacing the double quotes and inserted the tabs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-39899</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Wed, 16 Jul 2008 14:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-39899</guid>
		<description>It didn&#039;t work for me at first because I copied and pasted the code directly.  Once I realized that the double quotes have to be the same, I replaced the open and close double quotes with regular double quotes.  I also added tabs to suit the existing file structure.</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t work for me at first because I copied and pasted the code directly.  Once I realized that the double quotes have to be the same, I replaced the open and close double quotes with regular double quotes.  I also added tabs to suit the existing file structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Valentine</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-37944</link>
		<dc:creator>James Valentine</dc:creator>
		<pubDate>Sun, 22 Jun 2008 00:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-37944</guid>
		<description>Sorry to say this didn&#039;t work for me on an HP TX2130. The xorg.conf is right, but no cigar...</description>
		<content:encoded><![CDATA[<p>Sorry to say this didn&#8217;t work for me on an HP TX2130. The xorg.conf is right, but no cigar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-36798</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 27 May 2008 16:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-36798</guid>
		<description>Thanks! This worked first time for me. You&#039;d think that it would be easy for the xorg installer to notice that the wacom device was present and do this automatically...

Now to get all those other little things behaving - fingerprint reader, automatic portrait/landscape switching, handwriting recognition, ...</description>
		<content:encoded><![CDATA[<p>Thanks! This worked first time for me. You&#8217;d think that it would be easy for the xorg installer to notice that the wacom device was present and do this automatically&#8230;</p>
<p>Now to get all those other little things behaving &#8211; fingerprint reader, automatic portrait/landscape switching, handwriting recognition, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/comment-page-1/#comment-32345</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comment-32345</guid>
		<description>What??? No screenshots of you drawing like a three year old in The Gimp?</description>
		<content:encoded><![CDATA[<p>What??? No screenshots of you drawing like a three year old in The Gimp?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

