<?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>TechyTalk</title>
	<atom:link href="http://www.techytalk.co.cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techytalk.co.cc</link>
	<description>The place of Bad english and good tech content</description>
	<lastBuildDate>Mon, 21 Sep 2009 12:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BASH Script: Google Earth Linux installation with Fix for ugly fonts</title>
		<link>http://www.techytalk.co.cc/2009/08/bash-script-google-earth-installation-ugly-fonts-fix/</link>
		<comments>http://www.techytalk.co.cc/2009/08/bash-script-google-earth-installation-ugly-fonts-fix/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 23:31:49 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Google Earth]]></category>

		<guid isPermaLink="false">http://www.techytalk.co.cc/?p=234</guid>
		<description><![CDATA[These are the instructions for script attached to this post. It&#8217;ll download Google Earth from Google servers (if it hasn&#8217;t been already installed) and tie it to the systems QT files.
Default Google Earth installation flaws

Your distributions QT files are generally newer than those provided by Google Earth
Google Earth fonts doesn&#8217;t fit in quite well in [...]]]></description>
			<content:encoded><![CDATA[<p>These are the instructions for script attached to this post. It&#8217;ll download Google Earth from Google servers (if it hasn&#8217;t been already installed) and tie it to the systems QT files.</p>
<p><strong>Default Google Earth installation flaws</strong></p>
<ul>
<li>Your distributions QT files are generally newer than those provided by Google Earth</li>
<li>Google Earth fonts doesn&#8217;t fit in quite well in standard Gnome and KDE interfaces because Google Earth&#8217;s QT files are not tweaked to your distribution looks.</li>
<li>You have no control over Google Earth&#8217;s GUI fonts properties. You can&#8217;t tweak fonts using your distribution&#8217;s tools like &#8220;qtconfig-qt4&#8243; because mentioned program have influence only over your distributions QT libraries.</li>
</ul>
<p>By using this script to install Google Earth you can lead Google Earth to forget its old QT libraries and to use your distributions QT libraries.</p>
<p>On the lower picture you can see part of Google Earth&#8217;s interface in Ubuntu distribution with and without this script.</p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 467px"><img src="http://www.techytalk.co.cc/wp-content/uploads/2009/08/xnsob5.jpg.png" alt="Ubuntu - Google Earth fonts" title="Ubuntu Jaunty - Google Earth fonts" width="457" height="283" class="size-full wp-image-244" /><p class="wp-caption-text">Ubuntu Jaunty - Google Earth fonts</p></div>
<p><strong>Supported distributions and architectures:</strong></p>
<ul>
<li>Ubuntu 9.04 (Jaunty Jackalope) i686</li>
<li>Ubuntu 9.04 (Jaunty Jackalope) x86_64</li>
<li>Fedora 11 (Leonidas) i686</li>
<li>Linux Mint 7 (Gloria) i686</li>
<li>Linux Mint 7 (Gloria) x86_64</li>
</ul>
<p>This script can be only started on a supported Linux distribution. If your distribution isn&#8217;t supported there is hope. If you open the script in your favorite text editor and if you have some knowledge of Linux commands you can easily spot the procedure for this fix. If you don&#8217;t have required knowledge you can ask here and I will try to add support if I have enough spare time.</p>
<p><strong>How to start this script?</strong></p>
<ol>
<li>Download the script and unpack it to your desktop.</li>
<li>Make the script executable by issuing this command&#8217;s on the terminal:<br />
<code>chmod +x google-earth-fonts-v0.2</code></li>
<li>Start the script with the superuser privileges. In Ubuntu you would type:<br />
<code>sudo ./google-earth-fonts-v0.2</code></li>
</ol>
<p>This script has been tested on supported distributions but there&#8217;s always the possibility of last-minute error. If there&#8217;s something wrong with the script please comment so I could fix it, or feel free to fix it yourself and to notify me so I could include your fix here on this blog.</p>
<p><strong>List of changes:</strong></p>
<ol>
<li>v0.2 &#8211; Few small errors fixed, support for Linux Mint (i686 and x86_64). Note: 64 bit version is not tested but it should work because Mint is Ubuntu under the hood.</li>
<li>v0.1 &#8211; Initial release.</li>
</ol>
<p><a href="http://www.techytalk.co.cc/wp-content/uploads/2009/08/google-earth-fonts-v0.2.zip">HERE&#8217;s</a> the script! Enjoy!</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
]]></content:encoded>
			<wfw:commentRss>http://www.techytalk.co.cc/2009/08/bash-script-google-earth-installation-ugly-fonts-fix/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Avira AntiVir, its splash screen and annoying notifier</title>
		<link>http://www.techytalk.co.cc/2009/03/avira-antivir-its-splash-screen-and-annoying-avnotifyexe/</link>
		<comments>http://www.techytalk.co.cc/2009/03/avira-antivir-its-splash-screen-and-annoying-avnotifyexe/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 21:08:51 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Avira]]></category>

		<guid isPermaLink="false">http://www.techytalk.co.cc/?p=156</guid>
		<description><![CDATA[p>When it comes to free antivirus software, most experts recommend Avira Antivirus solution. So do I. I must admit that I don&#8217;t have any particular reason to declare that piece of software as god given, but for me it is the only antivirus solution that just feels right. But there is one thing about it [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_168" class="wp-caption alignleft" style="width: 160px"><img src="http://www.techytalk.co.cc/wp-content/uploads/2009/03/avira-antivir.jpg" alt="Avira AntiVir" title="Avira AntiVir" width="150" height="150" class="size-full wp-image-168" /><p class="wp-caption-text">Avira AntiVir</p></div>
<p>When it comes to free antivirus software, most experts recommend Avira Antivirus solution. So do I. I must admit that I don&#8217;t have any particular reason to declare that piece of software as god given, but for me it is the only antivirus solution that just feels right. But there is one thing about it that I don&#8217;t like. If you don&#8217;t want to pay for a commercial version, you&#8217;re stuck with their ads on every update of database. Annoying, isn&#8217;t it?  My friends, I bring you the cure.  If you have WinXP Pro, Vista Business/Ultimate or WinXP 64-bit follow these steps:</p>
<p><code><br />
</code></p>
<ol>
<p>
<li>Press WIN &#8211; R to bring up the run box.  Now type &#8220;secpol.msc&#8221; without the quotes and press enter.</li>
</p>
<p>
<li>In Local security policy window click on Software Restriction Policy and then choose Action menu -> create new restriction policies.</li>
</p>
<p>
<li>Now select Additional Rules and add new path rule by right clicking on the blank area on the right side -> New path rule.</li>
</p>
<p>
<li>In the New path rule dialogue enter path to avnotify.exe (see at the bottom of this article for help) and click OK.</li>
</p>
</ol>
<p>Path to avnotify.exe on Windows XP Pro (32-bit), Vista Business/Ultimate (32-bit)<br />
<em>C:\Program Files\Avira\AntiVir Desktop\avnotify.exe</em></p>
<p>Path to avnotify.exe on Windows x64 Pro (64-bit), Vista Business/Ultimate (64-bit)<br />
<em>C:\Program Files (x86)\Avira\AntiVir Desktop\avnotify.exe</em></p>
<p>One more thing. To disable the Antivir splash screen do this:</p>
<ol>
<p>
<li>Press WIN &#8211; R to bring up the run box.  Now type &#8220;regedit.exe&#8221; without the quotes and press enter. Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] key.</li>
</p>
<p>
<li>In the right pane double-click avgnt and add /nosplash after /min switch at the end of the path (ex. /min /nosplash).</li>
</p>
</ol>
<p>That&#8217;s it, now try to forget about the adware part of otherwise excellent antivirus tool and its annoying splash screen.</p>
<p>Like in all my other articles once again <strong>you can click on “comments” at the top-right of the article</strong> if you have a question, or something to add. Enjoy!</p>
<p>Note: There is a rating embedded within this post, please visit this post to rate it.
]]></content:encoded>
			<wfw:commentRss>http://www.techytalk.co.cc/2009/03/avira-antivir-its-splash-screen-and-annoying-avnotifyexe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache, MySQL, PHP server on Windows</title>
		<link>http://www.techytalk.co.cc/2009/03/apache-mysql-php-server-on-windows/</link>
		<comments>http://www.techytalk.co.cc/2009/03/apache-mysql-php-server-on-windows/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:27:44 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.techytalk.co.cc/?p=103</guid>
		<description><![CDATA[Being a web master has its good sides, that&#8217;s for sure. Messing with slow and unreliable FTP servers all the time isn&#8217;t one of them. On the other side if you violate your hosters &#8220;holy&#8221; TOS (Terms of service) you will witness ultra fast shut down of your web page and in some cases wipe [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_134" class="wp-caption alignright" style="width: 160px"><img src="http://www.techytalk.co.cc/wp-content/uploads/2009/03/apache_logo_medium1-150x150.png" alt="Apache HTTP Server Logo" title="Apache HTTP Server Logo" width="150" height="150" class="size-thumbnail wp-image-134" /><p class="wp-caption-text">Apache Logo</p></div>
<p>Being a web master has its good sides, that&#8217;s for sure. Messing with slow and unreliable FTP servers all the time isn&#8217;t one of them. On the other side if you violate your hosters &#8220;holy&#8221; TOS (Terms of service) you will witness ultra fast shut down of your web page and in some cases wipe of your entire SQL database. What would you say about having testing server of your own? Wouldn&#8217;t it be nice to test your PHP page locally on your Windows PC during construction and &#8220;FTP&#8221; it to the server of your choice once it&#8217;s finished?  Sure it would! You don&#8217;t need Ph.D. in computer science to tune Apache, MySQL and PHP just the way you like it, or maybe even smarter to configure your local testing server the way your web page hosters server is configured. If you&#8217;re interested, follow me.</p>
<p>First of all, we need to download all of the ingredients for our Windows-Apache-MySQL-PHP cocktail. The one I am talking about is 100% free and it tastes the way you want it to taste. First ingredient is an Apache server. You can get it <a href="http://httpd.apache.org/download.cgi" TARGET=_BLANK>here</a>. If you don&#8217;t know what SSL is, take the non-SSL package. Secondly, we need MySQL package for windows. No problem, get yourself one by clicking <a href="http://dev.mysql.com/downloads/mysql/5.1.html#win32" TARGET=_BLANK>here</a>. You should download biggest one with its own installer &#8211; the msi package. And last but not least important, we need PHP binaries to complete our setup. You can get them <a href="http://www.php.net/downloads.php" TARGET=_BLANK>here</a>. Do not download package with an installer. Go for the .zip package; be not afraid because I&#8217;ll show you how to set it up.</p>
<p>Now we have all of the ingredients so we can start mixing our testing server. This is what I have on my desktop that&#8217;s related to this article:</p>
<ul>
<li>apache_2.2.11-win32-x86-no_ssl.msi</li>
<li>mysql-5.1.32-win32.msi</li>
<li>php-5.2.9-Win32</li>
</ul>
<p>If you have all the files from the list (don&#8217;t mind version number), let&#8217;s start.</p>
<ol>
<p>
<li><strong>MySQL</strong></p>
<p>
Installing MySQL should be easy. Leave everything at its default, click next until it asks for password. Then make something up and write it down because you will need it for &#8220;root&#8221; access to your MySQL server. Click again next until you see &#8220;Finish&#8221; </p>
</li>
<p>
<li><strong>PHP</strong></p>
<p>
Unzip &#8220;php-5.x.x-Win32.zip&#8221; to C:\Program Files\php. Now rename php.ini-dist into php.ini if you intend to make a testing server, and that is our intention here. Public servers have to be configured differently when it comes to security, and in that case we would start of with php.ini-recommended. Open your php.ini and remove &#8220;;&#8221; sign (removing &#8220;;&#8221; uncomments the affected line)  in front of &#8220;;extension=php_mysql.dll&#8221; like this:
</p>
<p>Change:</p>
<p><code>;extension=php_mysql.dll</code></p>
<p>To:</p>
<p><code>extension=php_mysql.dll</code></p>
<p>Now do the same for ;session.save_path = &#8220;/tmp&#8221; line and modify it like this:</p>
<p><code>session.save_path = "C:/Program Files/php/tmp"</code></p>
<p>Also change extension_dir = &#8220;./&#8221; into:</p>
<p><code>extension_dir = "C:/Program Files/php/ext"</code></p>
<p>The last thing you must do is to add php folder to your systems PATH variable. Procedure for doing that is specific to version of Windows and here it comes in Windows XP operating system. Right click &#8220;My Computer&#8221;, then click &#8220;Properties&#8221;, &#8220;Advanced&#8221; tab and at last &#8220;Environment Variables&#8221;. Under System Variables edit &#8220;Path&#8221;. If you followed my guide from the beginning add following to the &#8220;Path&#8221; variable; &#8220;;C:\Program Files\php” including the semicolon.</p>
</li>
<p>
<li><strong>Apache HTTP Server</strong></p>
<p>
Go ahead and install apache server like any other app. Start its installer and when it asks for some info enter &#8220;localhost&#8221; for both Network Domain and Server Name. In email address field put your address or make something up.  Leave everything else on its default value and finish your installation. Now start your browser and enter &#8220;localhost&#8221; in address bar. If it pukes on you with &#8220;page not found&#8221;, remove Apache from Control panel and install it again. If it says: &#8220;It work&#8217;s!&#8221;, then it is apparently working fine and you can proceed. Now open httpd.conf file from your Start Menu (Apache HTTP Server 2.2 => Configure Apache Server Folder). Find the following line:</p>
<p><code>DirectoryIndex index.html<br />
</code></p>
<p>And add &#8220;index.php&#8221; to it like this:</p>
<p><code>DirectoryIndex index.php index.html<br />
</code></p>
<p>Also add the following under the part with lot&#8217;s of &#8220;LoadModule&#8221; lines in your httpd.conf: </p>
<p><code>LoadModule php5_module "C:/Program Files/php/php5apache2_2.dll"<br />
</code></p>
<p>The last two things to add is the following line to your &#8220;IfModule mime_module&#8221; section:</p>
<p><code>AddType application/x-httpd-php .php<br />
</code></p>
<p>And this line at the end of your httpd.conf:</p>
<p><code>PHPIniDir "C:/Program Files/php"</code>
</li>
</ol>
<p>Now restart your machine and go to your favorite browser. In the address bar enter &#8220;localhost&#8221; and press Enter. Now if you see detailed information about your PHP installation you&#8217;re good to go.  Your new servers root folder is &#8220;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs&#8221; and that&#8217;s where you will put your HTML and PHP files.  To access MySQL database you must first create it through PHP or MySQL Command Line Client (you&#8217;ll find it in your start menu). For  MySQL username you will use &#8220;root&#8221;  and for password  whatever you entered during MySQL installation.</p>
<p>Just to mention, don&#8217;t be frustrated if it doesn&#8217;t work. That happens to me from time to time.  Just go over the configuration files again, making sure that you didn&#8217;t make some silly mistake, I usually discover I did just that. </p>
<p>Congratulations!  You have a working Apache, MySQL, PHP testing server.</p>
<p><a href="http://www.techytalk.co.cc/wp-content/uploads/2009/03/php-ini.zip" TARGET=_BLANK>Here</a> you can download php.ini (PHP configuration file) made according to this tutorial. If you want to download matching httpd.conf (Apache configuration file) for this article please click <a href="http://www.techytalk.co.cc/wp-content/uploads/2009/03/httpd-conf.zip" TARGET=_BLANK>here</a>.
</p>
<p>Like in my last article <strong>you can also click on “comments” at the top-right of the article</strong> if you have a question, or something to add. Enjoy!</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
]]></content:encoded>
			<wfw:commentRss>http://www.techytalk.co.cc/2009/03/apache-mysql-php-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux and Wacom tablets</title>
		<link>http://www.techytalk.co.cc/2009/03/linux-and-wacom-tablets/</link>
		<comments>http://www.techytalk.co.cc/2009/03/linux-and-wacom-tablets/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 17:09:41 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wacom]]></category>

		<guid isPermaLink="false">http://www.techytalk.co.cc/?p=13</guid>
		<description><![CDATA[From my experience I&#8217;ve learned that every configuration has one or more &#8220;Linux unfriendly&#8221; hardware.  Not so long ago Wacom tablets were one of those stubborn pieces of an equipment.  It&#8217;s true that Wacom driver existed but it wasn&#8217;t included in your favorite distribution. You had to go to The Linux Wacom Project web page, and download unofficial [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_14" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-14" title="Wacom Bamboo Tablet" src="http://www.techytalk.co.cc/wp-content/uploads/2009/03/wacom_bamboo-150x150.jpg" alt="Wacom Bamboo Tablet" width="150" height="150" /><p class="wp-caption-text">Wacom Bamboo Tablet</p></div>
<p>From my experience I&#8217;ve learned that every configuration has one or more &#8220;Linux unfriendly&#8221; hardware.  Not so long ago Wacom tablets were one of those stubborn pieces of an equipment.  It&#8217;s true that Wacom driver existed but it wasn&#8217;t included in your favorite distribution. You had to go to <a href="http://linuxwacom.sourceforge.net/" TARGET=_BLANK>The Linux Wacom Project</a> web page, and download unofficial Wacom driver in its source version. Then you had to spend a few days compiling, crunching through online documents and trough your distributions configuration files adding lines in hope that somehow it&#8217;ll work.</p>
<p> In the recent year or so things began to look better for our tablets. Now almost every Linux distribution has a Wacom driver included. It may not be the newest version, but Wacom driver is very mature and in 90% of cases works just fine. So now with a driver included in your distribution you&#8217;re just a few mouse clicks (keyboard clicks to be precise) away from working tablet in your Linux distribution. I will take the Ubuntu as an example. Up until the Intrepid Ibex (8.10) with it&#8217;s Xorg server 1.5 you still had to go through Xorg.conf file to accomplish any compliance with most Wacom tablets. In Ubuntu 8.10 most tablets work out of the box, but without fancy features like special buttons on the pen and with no pressure sensitivity.  I will concentrate here on Ubuntu 8.10 where you still have to go through xorg.conf (start treminal and type: sudo gedit /etc/X11/xorg.conf) to get 100% of your Wacom tablet.</p>
<p>This is an example of default xorg.conf from fresh Ubuntu 8.10 install:</p>
<p><code>Section "Device"<br />
&nbsp;&nbsp;&nbsp;Identifier "Configured Video Device"<br />
EndSection<br />
Section "Monitor"<br />
&nbsp;&nbsp;&nbsp;Identifier "Configured Monitor"<br />
EndSection<br />
Section "Screen"<br />
&nbsp;&nbsp;&nbsp;Identifier "Default Screen"<br />
&nbsp;&nbsp;&nbsp;Monitor "Configured Monitor"<br />
&nbsp;&nbsp;&nbsp;Device "Configured Video Device"<br />
EndSection<br />
</code></p>
<p>As you can see, the new Xorg 7.4 (xorg-server 1.5) does all the configuration on it&#8217;s own.  But it&#8217;s not yet powerful enough to completely configure devices like tablets. In the case off Ubuntu 8.04 the default configuration is bit bigger, due to older and less powerful version off Xorg 7.3 (xorg-server 1.4).  Nevertheless, following instructions apply to both versions of Ubuntu, but have only been tested on Wacom Volito 2 and Wacom Bamboo One one.</p>
<p>The first step towards working Wacom tablet is to insert the following lines in your xorg.conf:</p>
<p><code>Section "InputDevice"<br />
&nbsp;&nbsp;&nbsp;Driver		"wacom"<br />
&nbsp;&nbsp;&nbsp;Identifier	"stylus<br />
&nbsp;&nbsp;&nbsp;Option		"Device"	"/dev/input/wacom"<br />
&nbsp;&nbsp;&nbsp;Option		"Type"	"stylus"<br />
&nbsp;&nbsp;&nbsp;Option		"USB"	"on"<br />
&nbsp;&nbsp;&nbsp;Option "KeepShape" "on"<br />
EndSection<br />
Section "InputDevice"<br />
&nbsp;&nbsp;&nbsp;Driver		"wacom"<br />
&nbsp;&nbsp;&nbsp;Identifier	"cursor"<br />
&nbsp;&nbsp;&nbsp;Option		"Device"	"/dev/input/wacom"<br />
&nbsp;&nbsp;&nbsp;Option		"Type"	"cursor"<br />
&nbsp;&nbsp;&nbsp;Option		"USB"	"on"<br />
EndSection<br />
</code></p>
<p>The placement of Section &#8220;something&#8221; and EndSection in the xorg.conf file doesn&#8217;t matter, but it can&#8217;t be between already defined pair because that would break X server. This next step is not for every Wacom tablet. Only if your tablet has an eraser:</p>
<p><code>Section "InputDevice"<br />
&nbsp;&nbsp;&nbsp;Driver        "wacom"<br />
&nbsp;&nbsp;&nbsp;Identifier    "eraser"<br />
&nbsp;&nbsp;&nbsp;Option        "Device"        "/dev/input/wacom"<br />
&nbsp;&nbsp;&nbsp;Option        "Type"          "eraser"<br />
&nbsp;&nbsp;&nbsp;Option        "USB"           "on"<br />
EndSection<br />
</code></p>
<p>The last thing that you must do to have a fully working tablet in Ubuntu Linux operating system is to add this section to your xorg.conf, or if your xorg.conf already has &#8220;ServerLayout&#8221; pair, add only middle three lines to it. If your tablet has no eraser, leave out the &#8220;eraser&#8221; line.</p>
<p><code>Section "ServerLayout"<br />
&nbsp;&nbsp;&nbsp;Identifier	"Default Layout"<br />
&nbsp;&nbsp;&nbsp;screen "Default Screen"<br />
&nbsp;&nbsp;&nbsp;InputDevice    "stylus"    "SendCoreEvents"<br />
&nbsp;&nbsp;&nbsp;InputDevice    "cursor"    "SendCoreEvents"<br />
&nbsp;&nbsp;&nbsp;InputDevice    "eraser"    "SendCoreEvents"<br />
EndSection<br />
</code></p>
<p>That&#8217;s it. Now you have a fully functional Wacom tablet under linux operating system with pressure sensitivity and all bells and whistles supported under Windows operating system.</p>
<p><a href="http://www.techytalk.co.cc/wp-content/uploads/2009/03/xorg-conf.zip" TARGET=_BLANK>Here</a> you can download finished xorg.conf for Ubuntu 8.10 made by this instructions. </p>
<p><strong>You can also click on &#8220;comments&#8221; at the top-right of the article</strong> if you have a question, or something to add. Enjoy!</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
]]></content:encoded>
			<wfw:commentRss>http://www.techytalk.co.cc/2009/03/linux-and-wacom-tablets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
