<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>malex dot org &#187; xorg</title>
	<atom:link href="http://www.malex.org/archives/tag/xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malex.org</link>
	<description></description>
	<lastBuildDate>Mon, 06 Dec 2010 10:08:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/it/</creativeCommons:license>		<item>
		<title>Da Fedora a Ubuntu: giorno 6</title>
		<link>http://www.malex.org/archives/2007/05/da-fedora-a-ubuntu-giorno-6/</link>
		<comments>http://www.malex.org/archives/2007/05/da-fedora-a-ubuntu-giorno-6/#comments</comments>
		<pubDate>Mon, 07 May 2007 10:59:24 +0000</pubDate>
		<dc:creator>malex</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[7.04]]></category>
		<category><![CDATA[gsynaptics]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.malex.org/archives/2007/05/da-fedora-a-ubuntu-giorno-6/</guid>
		<description><![CDATA[Sesto giorno con Ubuntu 7.04. Fino a venerdì Ubuntu 7.04 si è comportato alla grande. Oggi invece mi ha dato un piccolo dispiacere con il touchpad. Ero abituato allo scroll usando il bordo destro e al doppio click. Entrambe le funzionalità sono disabilitate ed è difficile fare a meno del mouse. Me ne sono accorto [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="/blog/wp-content/uploads/2006/12/ubuntu-logo.png" alt="Ubuntu Logo." />Sesto giorno con Ubuntu 7.04.</p>
<p>Fino a <a href="/archives/2007/05/da-fedora-a-ubuntu-giorno-3/">venerdì</a> Ubuntu 7.04 si è comportato alla grande. Oggi invece mi ha dato un piccolo dispiacere con il touchpad. Ero abituato allo scroll usando il bordo destro e al doppio click. Entrambe le funzionalità sono disabilitate ed è difficile fare a meno del mouse. Me ne sono accorto solo oggi perché fin&#8217;ora avevo sempre usato il mouse. Ho trovato <a href="http://forum.ubuntu-it.org/index.php?topic=58990.0">la soluzione sul forum di Ubuntu</a>, che qui riporto semplificata:<br />
Installare gsynaptics:</p>
<pre>sudo apt-get install gsynaptics</pre>
<p>Editare <code>xorg.conf</code>:</p>
<pre>sudo gedit /etc/X11/xorg.conf</pre>
<p>Nella sezione <code>ServerLayout</code> aggiungere la riga:</p>
<pre>    InputDevice    "Synaptics Touchpad"</pre>
<p>Infine aggiungere questa sezione:</p>
<pre>Section "InputDevice"
    Identifier      "Synaptics Touchpad"
    Driver          "synaptics"
    Option          "SendCoreEvents"        "true"
    Option          "Device"                "/dev/psaux"
    Option          "Protocol"              "auto-dev"
    Option          "HorizScrollDelta"      "0"
    Option          "SHMConfig"             "on"
EndSection</pre>
<p>Riavviare X con Ctrl-Alt-Backspace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malex.org/archives/2007/05/da-fedora-a-ubuntu-giorno-6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

