<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Commenti a: NFS e iptables</title>
	<atom:link href="http://paper0k.wordpress.com/2007/11/02/nfs-iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://paper0k.wordpress.com/2007/11/02/nfs-iptables/</link>
	<description>Un altro blog su Ubuntu e GNU/Linux</description>
	<lastBuildDate>Mon, 11 May 2009 07:07:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: karlinux</title>
		<link>http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1988</link>
		<dc:creator>karlinux</dc:creator>
		<pubDate>Thu, 06 Mar 2008 06:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1988</guid>
		<description>Grazie per tuto i perdona per la tardanza</description>
		<content:encoded><![CDATA[<p>Grazie per tuto i perdona per la tardanza</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: paper0k</title>
		<link>http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1863</link>
		<dc:creator>paper0k</dc:creator>
		<pubDate>Sat, 17 Nov 2007 12:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1863</guid>
		<description>@karlinux
Sorry for my english too :D
I haven&#039;t this type of problem... 
Below my xorg.conf file, running on Gutsy
&lt;code&gt;Section &quot;Files&quot;
EndSection
Section &quot;Module&quot;
        Load            &quot;glx&quot;
        Load            &quot;GLcore&quot;
        Load            &quot;dri&quot;
        Load            &quot;v4l&quot;
EndSection
Section &quot;InputDevice&quot;
        Identifier      &quot;Generic Keyboard&quot;
        Driver          &quot;kbd&quot;
        Option          &quot;CoreKeyboard&quot;
        Option          &quot;XkbRules&quot;      &quot;xorg&quot;
        Option          &quot;XkbModel&quot;      &quot;pc105&quot;
        Option          &quot;XkbLayout&quot;     &quot;it&quot;
        Option          &quot;XkbOptions&quot;    &quot;lv3:ralt_switch&quot;
EndSection
Section &quot;InputDevice&quot;
        Identifier      &quot;Configured Mouse&quot;
        Driver          &quot;mouse&quot;
        Option          &quot;CorePointer&quot;
        Option          &quot;Device&quot;        &quot;/dev/input/mice&quot;
        Option          &quot;Protocol&quot;      &quot;ImPS/2&quot;
        Option          &quot;ZAxisMapping&quot;  &quot;4 5&quot;
        Option          &quot;Emulate3Buttons&quot;       &quot;true&quot;
EndSection
Section &quot;Device&quot;
        Identifier      &quot;Failsafe Device&quot;
        Boardname       &quot;ATI Radeon&quot;
        Busid           &quot;PCI:1:0:0&quot;
        Driver          &quot;radeon&quot;
        Screen  0
        Vendorname      &quot;ATI&quot;
        Option          &quot;MergedFB&quot;      &quot;off&quot;
EndSection
Section &quot;Monitor&quot;
        Identifier      &quot;Failsafe Monitor&quot;
        Vendorname      &quot;Generic LCD Display&quot;
        Modelname       &quot;LCD Panel 1024x768&quot;
        Horizsync       31.5-48.0
        Vertrefresh     56.0 - 65.0
  modeline  &quot;640x480@60&quot; 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  &quot;800x600@56&quot; 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  &quot;800x600@60&quot; 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  &quot;1024x768@60&quot; 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
        Gamma   1.0
EndSection
Section &quot;Screen&quot;
        Identifier      &quot;Default Screen&quot;
        Device          &quot;Failsafe Device&quot;
        Monitor         &quot;Failsafe Monitor&quot;
        Defaultdepth    24
        SubSection &quot;Display&quot;
                Depth   24
                Virtual 1024    768
                Modes           &quot;1024x768@60&quot;   &quot;800x600@60&quot;    &quot;800x600@56&quot;
&quot;640x480@60&quot;
        EndSubSection
EndSection
Section &quot;ServerLayout&quot;
        Identifier      &quot;Default Layout&quot;
  screen 0 &quot;Default Screen&quot; 0 0
        Inputdevice     &quot;Generic Keyboard&quot;
        Inputdevice     &quot;Configured Mouse&quot;
EndSection
Section &quot;ServerFlags&quot;
EndSection
&lt;/code&gt;
I hope it can help you ;)</description>
		<content:encoded><![CDATA[<p>@karlinux<br />
Sorry for my english too <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile-big.png' alt=':D' class='wp-smiley' /><br />
I haven&#8217;t this type of problem&#8230;<br />
Below my xorg.conf file, running on Gutsy<br />
<code>Section "Files"<br />
EndSection<br />
Section "Module"<br />
        Load            "glx"<br />
        Load            "GLcore"<br />
        Load            "dri"<br />
        Load            "v4l"<br />
EndSection<br />
Section "InputDevice"<br />
        Identifier      "Generic Keyboard"<br />
        Driver          "kbd"<br />
        Option          "CoreKeyboard"<br />
        Option          "XkbRules"      "xorg"<br />
        Option          "XkbModel"      "pc105"<br />
        Option          "XkbLayout"     "it"<br />
        Option          "XkbOptions"    "lv3:ralt_switch"<br />
EndSection<br />
Section "InputDevice"<br />
        Identifier      "Configured Mouse"<br />
        Driver          "mouse"<br />
        Option          "CorePointer"<br />
        Option          "Device"        "/dev/input/mice"<br />
        Option          "Protocol"      "ImPS/2"<br />
        Option          "ZAxisMapping"  "4 5"<br />
        Option          "Emulate3Buttons"       "true"<br />
EndSection<br />
Section "Device"<br />
        Identifier      "Failsafe Device"<br />
        Boardname       "ATI Radeon"<br />
        Busid           "PCI:1:0:0"<br />
        Driver          "radeon"<br />
        Screen  0<br />
        Vendorname      "ATI"<br />
        Option          "MergedFB"      "off"<br />
EndSection<br />
Section "Monitor"<br />
        Identifier      "Failsafe Monitor"<br />
        Vendorname      "Generic LCD Display"<br />
        Modelname       "LCD Panel 1024x768"<br />
        Horizsync       31.5-48.0<br />
        Vertrefresh     56.0 - 65.0<br />
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync<br />
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync<br />
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync<br />
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync<br />
        Gamma   1.0<br />
EndSection<br />
Section "Screen"<br />
        Identifier      "Default Screen"<br />
        Device          "Failsafe Device"<br />
        Monitor         "Failsafe Monitor"<br />
        Defaultdepth    24<br />
        SubSection "Display"<br />
                Depth   24<br />
                Virtual 1024    768<br />
                Modes           "1024x768@60"   "800x600@60"    "800x600@56"<br />
"640x480@60"<br />
        EndSubSection<br />
EndSection<br />
Section "ServerLayout"<br />
        Identifier      "Default Layout"<br />
  screen 0 "Default Screen" 0 0<br />
        Inputdevice     "Generic Keyboard"<br />
        Inputdevice     "Configured Mouse"<br />
EndSection<br />
Section "ServerFlags"<br />
EndSection<br />
</code><br />
I hope it can help you <img src='http://s.wordpress.com/wp-includes/images/smilies/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: karlinux</title>
		<link>http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1856</link>
		<dc:creator>karlinux</dc:creator>
		<pubDate>Fri, 16 Nov 2007 07:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://paper0k.wordpress.com/2007/11/02/nfs-iptables/#comment-1856</guid>
		<description>Hola. Hello I&#039;m a spanish
Sorry by my poor english. I have a Problem with a card ati Rv100 7000 in ubuntu gutsy. I see in https://wiki.ubuntu.com/Paper0k you have this card and I have a problem and I need your help. This card crash when i active the compiz-fusion and I have to reiniciate de pc by button off. Can you help me to configurate it. Have you the same problem in gutsy? 
Thanks and very good blog</description>
		<content:encoded><![CDATA[<p>Hola. Hello I&#8217;m a spanish<br />
Sorry by my poor english. I have a Problem with a card ati Rv100 7000 in ubuntu gutsy. I see in <a href="https://wiki.ubuntu.com/Paper0k" rel="nofollow">https://wiki.ubuntu.com/Paper0k</a> you have this card and I have a problem and I need your help. This card crash when i active the compiz-fusion and I have to reiniciate de pc by button off. Can you help me to configurate it. Have you the same problem in gutsy?<br />
Thanks and very good blog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
