<?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: Genius tablet under Linux</title>
	<atom:link href="http://duncan.mac-vicar.com/blog/archives/173/feed" rel="self" type="application/rss+xml" />
	<link>http://duncan.mac-vicar.com/blog/archives/173#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>homepage</description>
	<lastBuildDate>Sun, 21 Feb 2010 10:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98771</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Fri, 29 May 2009 12:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98771</guid>
		<description>&lt;p&gt;I have a wireless mouse comes with my tablet model, but it did not work yet, I am looking for the suitable xorg.conf configuration, or may be to black list something blocking it by hal.&lt;/p&gt;

&lt;p&gt;once I find the solution I&#039;ll comeback here and pase the right config.&lt;/p&gt;

&lt;p&gt;cheers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a wireless mouse comes with my tablet model, but it did not work yet, I am looking for the suitable xorg.conf configuration, or may be to black list something blocking it by hal.</p>

<p>once I find the solution I&#8217;ll comeback here and pase the right config.</p>

<p>cheers.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98770</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Fri, 29 May 2009 12:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98770</guid>
		<description>&lt;p&gt;Also I found the following might be interesting for GIMP sensitivity control (it makes it works):&lt;/p&gt;

&lt;p&gt;source link: http://www.nntp.it/comp-os-linux-iniziare/1578026-come-configurare-tablet-genius-pensketch-9x12-con-wizardpen-ubuntu-8-04-e-derivati.html
---- quoted from the above link ------
[FAQ - DRAFT]
1. Wireless mouse for Wizardpen is not working: From my understanding is
that support for the wireless mouse that comes with Wizardpen is NOT
IMPLEMENTED yet. Therefore it won&#039;t work.
2. Pressure sensitivity not working in GIMP: Check your GIMP preferences at
&quot;Edit &gt; Preferences&quot;. Under the &quot;Input Devices&quot; menu item, click on
&quot;Configure Extended Input Devices...&quot;. Choose the WizardPen device and MAKE
SURE YOU SET THE MODE TO SCREEN/WINDOW (not &quot;Disabled&quot;). Without that
setting, it won&#039;t work 
----------end of quoted text -----------&lt;/p&gt;

&lt;p&gt;cheers!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also I found the following might be interesting for GIMP sensitivity control (it makes it works):</p>

<p>source link: <a href="http://www.nntp.it/comp-os-linux-iniziare/1578026-come-configurare-tablet-genius-pensketch-9x12-con-wizardpen-ubuntu-8-04-e-derivati.html" rel="nofollow">http://www.nntp.it/comp-os-linux-iniziare/1578026-come-configurare-tablet-genius-pensketch-9&#215;12-con-wizardpen-ubuntu-8-04-e-derivati.html</a>
&#8212;- quoted from the above link &#8212;&#8212;
[FAQ - DRAFT]
1. Wireless mouse for Wizardpen is not working: From my understanding is
that support for the wireless mouse that comes with Wizardpen is NOT
IMPLEMENTED yet. Therefore it won&#8217;t work.
2. Pressure sensitivity not working in GIMP: Check your GIMP preferences at
&#8220;Edit &gt; Preferences&#8221;. Under the &#8220;Input Devices&#8221; menu item, click on
&#8220;Configure Extended Input Devices&#8230;&#8221;. Choose the WizardPen device and MAKE
SURE YOU SET THE MODE TO SCREEN/WINDOW (not &#8220;Disabled&#8221;). Without that
setting, it won&#8217;t work 
&#8212;&#8212;&#8212;-end of quoted text &#8212;&#8212;&#8212;&#8211;</p>

<p>cheers!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98768</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Fri, 29 May 2009 00:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98768</guid>
		<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I solved the puzzle, &lt;/p&gt;

&lt;p&gt;1- I installed UBUNTU 9.04
2- I found my treasure in this link:
https://help.ubuntu.com/community/TabletSetupWizardpen
3- I used the source from this link:
http://digitalbluewave.blogspot.com/2008/11/updated-wizardpen-driver-070-alpha1-p.html 
4- I found some error in compilation, I fixed the source in wizardpen.c
5- compilation went ok after my fixes.
6- I&#039;ve updated my xorg.conf as shown in (2-) link.
7- it worked.&lt;/p&gt;

&lt;p&gt;Cheers, &lt;/p&gt;

&lt;p&gt;the updates I&#039;ve done to the source code of wizardpen.c:
(lines 86 - 97)
was:
float rz;
int oldz;
oldz = 0;
int debugyn;
debugyn = 0;
int rotate90;
rotate90 = 0;
int screenmaxx, screenmaxy;
int mousespeed;
mousespeed = 30;
int mouseaccel;
mouseaccel = 1;&lt;/p&gt;

&lt;p&gt;became:
...
float rz;
int oldz=0;
//oldz = 0;
int debugyn=0;
//debugyn = 0;
int rotate90=0;
//rotate90 = 0;
int screenmaxx, screenmaxy;
int mousespeed=0;
//mousespeed = 30;
int mouseaccel=1;
//mouseaccel = 1;
...&lt;/p&gt;

&lt;p&gt;line 662
was:
    if (InitValuatorClassDeviceStruct (dev, 3, xf86GetMotionEvents -&gt;history&lt;em&gt;size,
                ((priv-&gt;flags &amp; ABSOLUTE&lt;/em&gt;FLAG)? Absolute: Relative)&#124;OutOfProximity)
            == FALSE)&lt;/p&gt;

&lt;p&gt;became:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;//if (InitValuatorClassDeviceStruct (dev, 3, xf86GetMotionEvents -&gt;history_size,
if (InitValuatorClassDeviceStruct (dev, 3, local-&gt;history_size,
            ((priv-&gt;flags &amp; ABSOLUTE_FLAG)? Absolute: Relative)&#124;OutOfProximity)
        == FALSE)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;that&#039;s all cheers again.&lt;/p&gt;

&lt;p&gt;Sanousy Howari.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, </p>

<p>I solved the puzzle, </p>

<p>1- I installed UBUNTU 9.04
2- I found my treasure in this link:
<a href="https://help.ubuntu.com/community/TabletSetupWizardpen" rel="nofollow">https://help.ubuntu.com/community/TabletSetupWizardpen</a>
3- I used the source from this link:
<a href="http://digitalbluewave.blogspot.com/2008/11/updated-wizardpen-driver-070-alpha1-p.html" rel="nofollow">http://digitalbluewave.blogspot.com/2008/11/updated-wizardpen-driver-070-alpha1-p.html</a> 
4- I found some error in compilation, I fixed the source in wizardpen.c
5- compilation went ok after my fixes.
6- I&#8217;ve updated my xorg.conf as shown in (2-) link.
7- it worked.</p>

<p>Cheers, </p>

<p>the updates I&#8217;ve done to the source code of wizardpen.c:
(lines 86 &#8211; 97)
was:
float rz;
int oldz;
oldz = 0;
int debugyn;
debugyn = 0;
int rotate90;
rotate90 = 0;
int screenmaxx, screenmaxy;
int mousespeed;
mousespeed = 30;
int mouseaccel;
mouseaccel = 1;</p>

<p>became:
&#8230;
float rz;
int oldz=0;
//oldz = 0;
int debugyn=0;
//debugyn = 0;
int rotate90=0;
//rotate90 = 0;
int screenmaxx, screenmaxy;
int mousespeed=0;
//mousespeed = 30;
int mouseaccel=1;
//mouseaccel = 1;
&#8230;</p>

<p>line 662
was:
    if (InitValuatorClassDeviceStruct (dev, 3, xf86GetMotionEvents -&gt;history<em>size,
                ((priv-&gt;flags &amp; ABSOLUTE</em>FLAG)? Absolute: Relative)|OutOfProximity)
            == FALSE)</p>

<p>became:</p>

<pre><code>//if (InitValuatorClassDeviceStruct (dev, 3, xf86GetMotionEvents -&gt;history_size,
if (InitValuatorClassDeviceStruct (dev, 3, local-&gt;history_size,
            ((priv-&gt;flags &amp; ABSOLUTE_FLAG)? Absolute: Relative)|OutOfProximity)
        == FALSE)
</code></pre>

<p>that&#8217;s all cheers again.</p>

<p>Sanousy Howari.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98705</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Thu, 14 May 2009 13:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98705</guid>
		<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;is it working for somebody? may be I have a problem, not the driver :P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, </p>

<p>is it working for somebody? may be I have a problem, not the driver <img src='http://duncan.mac-vicar.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98691</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Thu, 07 May 2009 13:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98691</guid>
		<description>&lt;p&gt;oops, &lt;/p&gt;

&lt;p&gt;I got the same error again!!&lt;/p&gt;

&lt;p&gt;in /var/log/Xorg.0.log&lt;/p&gt;

&lt;p&gt;(II) LoadModule: &quot;wizardpen&quot;&lt;/p&gt;

&lt;p&gt;(II) Loading /usr/lib64/xorg/modules//input/wizardpen&lt;em&gt;drv.so
dlopen: /usr/lib64/xorg/modules//input/wizardpen&lt;/em&gt;drv.so: undefined symbol: xf86errno
(EE) Failed to load /usr/lib64/xorg/modules//input/wizardpen_drv.so
(II) UnloadModule: &quot;wizardpen&quot;
(EE) Failed to load module &quot;wizardpen&quot; (loader failed, 7)&lt;/p&gt;

&lt;p&gt;/etc/udev/rules.d/10-local.rules&lt;/p&gt;

&lt;p&gt;KERNEL==&quot;event*&quot;, SYSFS{idVendor}==&quot;5543&quot;, NAME=&quot;input/%k&quot;, SYMLINK=&quot;input/tablet&quot;&lt;/p&gt;

&lt;p&gt;/etc/X11/xorg.conf&lt;/p&gt;

&lt;p&gt;Section &quot;InputDevice&quot;
  Identifier      &quot;WizardPen Tablet&quot;
  Driver          &quot;wizardpen&quot;
  Option  &quot;Device&quot;        &quot;/dev/input/tablet&quot;
  Option  &quot;TopX&quot;          &quot;0&quot;
  Option  &quot;TopY&quot;          &quot;2517&quot;
  Option  &quot;BottomX&quot;       &quot;31859&quot;
  Option  &quot;BottomY&quot;       &quot;32762&quot;
  Option  &quot;MaxX&quot;          &quot;31859&quot;
  Option  &quot;MaxY&quot;          &quot;32762&quot;
EndSection&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;Section &quot;ServerLayout&quot;
  Identifier   &quot;Layout[all]&quot;
  InputDevice  &quot;WizardPen Tablet&quot; &quot;AlwaysCore&quot;
  InputDevice  &quot;Keyboard[0]&quot; &quot;CoreKeyboard&quot;
  InputDevice  &quot;Mouse[1]&quot; &quot;CorePointer&quot;
  InputDevice  &quot;Mouse[3]&quot; &quot;SendCoreEvents&quot;
  Option       &quot;Clone&quot; &quot;off&quot;
  Option       &quot;Xinerama&quot; &quot;off&quot;
  Screen       &quot;Screen[0]&quot;
EndSection&lt;/p&gt;

&lt;p&gt;I did some googling, I think it is related to the type:&lt;/p&gt;

&lt;p&gt;xf86errno, which is no longer there Xfree8x/xorg.&lt;/p&gt;

&lt;p&gt;this link is a hint about a general problem there.
but my question is how some type/public identifier gets removed although hundreds of applications are using it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oops, </p>

<p>I got the same error again!!</p>

<p>in /var/log/Xorg.0.log</p>

<p>(II) LoadModule: &#8220;wizardpen&#8221;</p>

<p>(II) Loading /usr/lib64/xorg/modules//input/wizardpen<em>drv.so
dlopen: /usr/lib64/xorg/modules//input/wizardpen</em>drv.so: undefined symbol: xf86errno
(EE) Failed to load /usr/lib64/xorg/modules//input/wizardpen_drv.so
(II) UnloadModule: &#8220;wizardpen&#8221;
(EE) Failed to load module &#8220;wizardpen&#8221; (loader failed, 7)</p>

<p>/etc/udev/rules.d/10-local.rules</p>

<p>KERNEL==&#8221;event*&#8221;, SYSFS{idVendor}==&#8221;5543&#8243;, NAME=&#8221;input/%k&#8221;, SYMLINK=&#8221;input/tablet&#8221;</p>

<p>/etc/X11/xorg.conf</p>

<p>Section &#8220;InputDevice&#8221;
  Identifier      &#8220;WizardPen Tablet&#8221;
  Driver          &#8220;wizardpen&#8221;
  Option  &#8220;Device&#8221;        &#8220;/dev/input/tablet&#8221;
  Option  &#8220;TopX&#8221;          &#8220;0&#8243;
  Option  &#8220;TopY&#8221;          &#8220;2517&#8243;
  Option  &#8220;BottomX&#8221;       &#8220;31859&#8243;
  Option  &#8220;BottomY&#8221;       &#8220;32762&#8243;
  Option  &#8220;MaxX&#8221;          &#8220;31859&#8243;
  Option  &#8220;MaxY&#8221;          &#8220;32762&#8243;
EndSection</p>

<p>&#8230;</p>

<p>Section &#8220;ServerLayout&#8221;
  Identifier   &#8220;Layout[all]&#8221;
  InputDevice  &#8220;WizardPen Tablet&#8221; &#8220;AlwaysCore&#8221;
  InputDevice  &#8220;Keyboard[0]&#8221; &#8220;CoreKeyboard&#8221;
  InputDevice  &#8220;Mouse[1]&#8221; &#8220;CorePointer&#8221;
  InputDevice  &#8220;Mouse[3]&#8221; &#8220;SendCoreEvents&#8221;
  Option       &#8220;Clone&#8221; &#8220;off&#8221;
  Option       &#8220;Xinerama&#8221; &#8220;off&#8221;
  Screen       &#8220;Screen[0]&#8221;
EndSection</p>

<p>I did some googling, I think it is related to the type:</p>

<p>xf86errno, which is no longer there Xfree8x/xorg.</p>

<p>this link is a hint about a general problem there.
but my question is how some type/public identifier gets removed although hundreds of applications are using it?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98689</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Thu, 07 May 2009 12:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98689</guid>
		<description>&lt;p&gt;Thanks a lot Duncan :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot Duncan <img src='http://duncan.mac-vicar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98686</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Thu, 07 May 2009 10:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98686</guid>
		<description>&lt;p&gt;Dears, &lt;/p&gt;

&lt;p&gt;I think it is ready now on opensuse.org follow me:&lt;/p&gt;

&lt;p&gt;1- go to http://software.opensuse.org/search 
2- type wizardpen in the search box
3- select your suse version from the box below the search box
4- press Enter&lt;/p&gt;

&lt;p&gt;the result you will find all versions in addition to 1-click-install button, which is I consider a great feature in SUSE.&lt;/p&gt;

&lt;p&gt;Cheers, &lt;/p&gt;

&lt;p&gt;and a lot of thanks to Duncan the originator of it :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dears, </p>

<p>I think it is ready now on opensuse.org follow me:</p>

<p>1- go to <a href="http://software.opensuse.org/search" rel="nofollow">http://software.opensuse.org/search</a> 
2- type wizardpen in the search box
3- select your suse version from the box below the search box
4- press Enter</p>

<p>the result you will find all versions in addition to 1-click-install button, which is I consider a great feature in SUSE.</p>

<p>Cheers, </p>

<p>and a lot of thanks to Duncan the originator of it <img src='http://duncan.mac-vicar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98501</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98501</guid>
		<description>&lt;p&gt;Dear Bert, actually the link you&#039;ve provided to me is very good, at least the rule is defined in a very well way, so, once I connect the tablet to the computer, I get the wizardpen appears in /dev/ folder, and compilation worked well ( make install), but I am still getting exactly the same error, although I kept trying even formatting linux and re-installing!!, but it is still giving xf86errno problem in /var/log/Xorg.0.log!!&lt;/p&gt;

&lt;p&gt;Sorry to tell you that, but.. it happens, any way, I&#039;ll keep trying once I get the solution, I&#039;ll post it here even if code changes, I&#039;ll send it to Duncan Mac-Vicar P. so others will get benefit, including my lovely openSUSE.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dear Bert, actually the link you&#8217;ve provided to me is very good, at least the rule is defined in a very well way, so, once I connect the tablet to the computer, I get the wizardpen appears in /dev/ folder, and compilation worked well ( make install), but I am still getting exactly the same error, although I kept trying even formatting linux and re-installing!!, but it is still giving xf86errno problem in /var/log/Xorg.0.log!!</p>

<p>Sorry to tell you that, but.. it happens, any way, I&#8217;ll keep trying once I get the solution, I&#8217;ll post it here even if code changes, I&#8217;ll send it to Duncan Mac-Vicar P. so others will get benefit, including my lovely openSUSE.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bert</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98485</link>
		<dc:creator>bert</dc:creator>
		<pubDate>Sat, 31 Jan 2009 16:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98485</guid>
		<description>&lt;p&gt;Hej!
I have the same UC-Logic Technology Corp. Genius MousePen 5×4 Tablet and for me this here link did wonders:&lt;/p&gt;

&lt;p&gt;http://www.rainbowcyber.co.uk/html/modules.php?name=News&amp;file=article&amp;sid=745&lt;/p&gt;

&lt;p&gt;Works in Gimp and Inkscape, not for klicking on the desktop though. Haven&#039;t tried anything else yet, still playing around with it happily.&lt;/p&gt;

&lt;p&gt;Best of luck!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hej!
I have the same UC-Logic Technology Corp. Genius MousePen 5×4 Tablet and for me this here link did wonders:</p>

<p><a href="http://www.rainbowcyber.co.uk/html/modules.php?name=News&amp;file=article&amp;sid=745" rel="nofollow">http://www.rainbowcyber.co.uk/html/modules.php?name=News&amp;file=article&amp;sid=745</a></p>

<p>Works in Gimp and Inkscape, not for klicking on the desktop though. Haven&#8217;t tried anything else yet, still playing around with it happily.</p>

<p>Best of luck!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanousy Howari</title>
		<link>http://duncan.mac-vicar.com/blog/archives/173/comment-page-1#comment-98483</link>
		<dc:creator>Sanousy Howari</dc:creator>
		<pubDate>Thu, 29 Jan 2009 15:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://duncan.mac-vicar.com/blog/archives/173#comment-98483</guid>
		<description>&lt;p&gt;I&#039;ve forgotten to list the &quot;/var/log/Xorg.0.log&quot;&lt;/p&gt;

&lt;p&gt;which is as follows:&lt;/p&gt;

&lt;p&gt;(II) LoadModule: &quot;wizardpen&quot;&lt;/p&gt;

&lt;p&gt;(II) Loading /usr/lib64/xorg/modules//input/wizardpen&lt;em&gt;drv.so
dlopen: /usr/lib64/xorg/modules//input/wizardpen&lt;/em&gt;drv.so: undefined symbol: xf86errno
(EE) Failed to load /usr/lib64/xorg/modules//input/wizardpen_drv.so
(II) UnloadModule: &quot;wizardpen&quot;&lt;/p&gt;

&lt;p&gt;(EE) Failed to load module &quot;wizardpen&quot; (loader failed, 7)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve forgotten to list the &#8220;/var/log/Xorg.0.log&#8221;</p>

<p>which is as follows:</p>

<p>(II) LoadModule: &#8220;wizardpen&#8221;</p>

<p>(II) Loading /usr/lib64/xorg/modules//input/wizardpen<em>drv.so
dlopen: /usr/lib64/xorg/modules//input/wizardpen</em>drv.so: undefined symbol: xf86errno
(EE) Failed to load /usr/lib64/xorg/modules//input/wizardpen_drv.so
(II) UnloadModule: &#8220;wizardpen&#8221;</p>

<p>(EE) Failed to load module &#8220;wizardpen&#8221; (loader failed, 7)</p>]]></content:encoded>
	</item>
</channel>
</rss>
