<?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: Fix Common Fedora 10 Linux Issues</title>
	<atom:link href="http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/</link>
	<description>Tech Tips, Reviews, Tutorials, Occasional Rants</description>
	<lastBuildDate>Wed, 29 Feb 2012 23:14:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sunil sharma</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5555</link>
		<dc:creator>sunil sharma</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5555</guid>
		<description>i can access the internet throught CLI mode but when i open the browser (firefox) then internet not work i also chked all the setting pls help me out in this</description>
		<content:encoded><![CDATA[<p>i can access the internet throught CLI mode but when i open the browser (firefox) then internet not work i also chked all the setting pls help me out in this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Hatfield</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5399</link>
		<dc:creator>Stephen Hatfield</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5399</guid>
		<description>I&#039;m also a seasoned vet in Red Hat&#039;s Linux packages but I found your tips to be very, very useful and well documented.  Thank you - Stephen</description>
		<content:encoded><![CDATA[<p>I&#8217;m also a seasoned vet in Red Hat&#8217;s Linux packages but I found your tips to be very, very useful and well documented.  Thank you &#8211; Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5291</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Mon, 27 Apr 2009 00:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5291</guid>
		<description>I&#039;m blasted with Fedora 10 !! wowwwww 
Last time I tried Fedora was version 6, what an improvement

I wouldnt buy microsoft shares if I wore you, I think that lame company
has reached its peak, from now on its downhill 

Thank you everyone of LINUX !</description>
		<content:encoded><![CDATA[<p>I&#8217;m blasted with Fedora 10 !! wowwwww<br />
Last time I tried Fedora was version 6, what an improvement</p>
<p>I wouldnt buy microsoft shares if I wore you, I think that lame company<br />
has reached its peak, from now on its downhill </p>
<p>Thank you everyone of LINUX !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cip -&#62;  xorg.conf dual monitor fglrx</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5250</link>
		<dc:creator>cip -&#62;  xorg.conf dual monitor fglrx</dc:creator>
		<pubDate>Mon, 13 Apr 2009 11:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5250</guid>
		<description>... and the above config is for kmod-fglrx module from rpmfusion ... and if you use above config you may need also to disable &quot;fglrx&quot; service that will always rewrite your xorg.conf with its own dumb (in my case) settings.</description>
		<content:encoded><![CDATA[<p>&#8230; and the above config is for kmod-fglrx module from rpmfusion &#8230; and if you use above config you may need also to disable &#8220;fglrx&#8221; service that will always rewrite your xorg.conf with its own dumb (in my case) settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cip -&#62;  xorg.conf dual monitor fglrx</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5247</link>
		<dc:creator>cip -&#62;  xorg.conf dual monitor fglrx</dc:creator>
		<pubDate>Sun, 12 Apr 2009 12:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5247</guid>
		<description>Hi, 
here is a working configuration for dual monitors (laptop lcd, external lcd) with fglrx for fedora 10.


#----------------------
Section &quot;ServerLayout&quot;
        Identifier     &quot;dual head configuration&quot;
        Screen      0  &quot;Screen0&quot; 0 0            
        Screen         &quot;Screen1&quot; RightOf &quot;Screen0&quot;
        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot; 
        InputDevice    &quot;Synaptics&quot; &quot;CorePointer&quot;  
        Option      &quot;Xinerama&quot; &quot;on&quot;               
        Option      &quot;Clone&quot; &quot;off&quot;                 
EndSection                                        

Section &quot;Files&quot;
EndSection     

Section &quot;InputDevice&quot;
        Identifier  &quot;Keyboard0&quot;
        Driver      &quot;kbd&quot;      
        Option      &quot;XkbModel&quot; &quot;pc105&quot;
        Option      &quot;XkbLayout&quot; &quot;us+inet&quot;
EndSection

Section &quot;InputDevice&quot;
        Identifier  &quot;Synaptics&quot;
        Driver      &quot;synaptics&quot;
        Option      &quot;Device&quot; &quot;/dev/input/mice&quot;
        Option      &quot;Protocol&quot; &quot;auto-dev&quot;     
        Option      &quot;Emulate3Buttons&quot; &quot;yes&quot;   
        Option      &quot;LeftEdge&quot; &quot;120&quot;          
        Option      &quot;RightEdge&quot; &quot;830&quot;         
        Option      &quot;TopEdge&quot; &quot;120&quot;           
        Option      &quot;BottomEdge&quot; &quot;650&quot;        
        Option      &quot;FingerLow&quot; &quot;14&quot;          
        Option      &quot;FingerHigh&quot; &quot;15&quot;         
        Option      &quot;MaxTapMove&quot; &quot;110&quot;        
        Option      &quot;VertScrollDelta&quot; &quot;20&quot;    
        Option      &quot;HorizScrollDelta&quot; &quot;20&quot;   
        Option      &quot;MinSpeed&quot; &quot;0.3&quot;          
        Option      &quot;MaxSpeed&quot; &quot;0.75&quot;         
EndSection                                    

# --- monitor
Section &quot;Monitor&quot;
        Identifier   &quot;Monitor0&quot;
        VendorName   &quot;Dell&quot;    
        ModelName    &quot;Monitor Laptop 1920x1200&quot;
        HorizSync    31.5 - 74.5               
        VertRefresh  56.0 - 65.0               
        Option      &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;
        Option      &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;
        Option      &quot;DPMS&quot; &quot;true&quot;                              
        DisplaySize 813 305                                    
EndSection

Section &quot;Monitor&quot;
        Identifier   &quot;Monitor1&quot;
        VendorName   &quot;LG&quot;      
        #VendorName   &quot;SAMSUNG&quot;
        ModelName    &quot;Monitor Secondary&quot;
        Option      &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;
        Option      &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;
        Option      &quot;DPMS&quot; &quot;true&quot;                              
EndSection                                                     

# --- drivers
Section &quot;Device&quot;
        Identifier  &quot;Device0&quot;
        Driver      &quot;fglrx&quot;
        BusID       &quot;PCI:1:0:0&quot;
EndSection

Section &quot;Device&quot;
        Identifier  &quot;Device1&quot;
        Driver      &quot;fglrx&quot;
        BusID       &quot;PCI:1:0:0&quot;
        Screen      1
EndSection

# --- screens
Section &quot;Screen&quot;
        Identifier &quot;Screen0&quot;
        Device     &quot;Device0&quot;
        Monitor    &quot;Monitor0&quot;
        DefaultDepth     24
        SubSection &quot;Display&quot;
                Viewport   0 0
                Depth     24
                Modes    &quot;1920x1200&quot; &quot;1600x1200&quot; &quot;1600x1024&quot; &quot;1440x900&quot; &quot;1400x1050&quot; &quot;1360x768&quot; &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1280x720&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
        EndSubSection
EndSection

Section &quot;Screen&quot;
        Identifier &quot;Screen1&quot;
        Device     &quot;Device1&quot;
        Monitor    &quot;Monitor1&quot;
        DefaultDepth     24
        SubSection &quot;Display&quot;
                Viewport   0 0
                Depth     24
                Modes    &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1280x720&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
        EndSubSection
EndSection</description>
		<content:encoded><![CDATA[<p>Hi,<br />
here is a working configuration for dual monitors (laptop lcd, external lcd) with fglrx for fedora 10.</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Section &#8220;ServerLayout&#8221;<br />
        Identifier     &#8220;dual head configuration&#8221;<br />
        Screen      0  &#8220;Screen0&#8243; 0 0<br />
        Screen         &#8220;Screen1&#8243; RightOf &#8220;Screen0&#8243;<br />
        InputDevice    &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />
        InputDevice    &#8220;Synaptics&#8221; &#8220;CorePointer&#8221;<br />
        Option      &#8220;Xinerama&#8221; &#8220;on&#8221;<br />
        Option      &#8220;Clone&#8221; &#8220;off&#8221;<br />
EndSection                                        </p>
<p>Section &#8220;Files&#8221;<br />
EndSection     </p>
<p>Section &#8220;InputDevice&#8221;<br />
        Identifier  &#8220;Keyboard0&#8243;<br />
        Driver      &#8220;kbd&#8221;<br />
        Option      &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
        Option      &#8220;XkbLayout&#8221; &#8220;us+inet&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
        Identifier  &#8220;Synaptics&#8221;<br />
        Driver      &#8220;synaptics&#8221;<br />
        Option      &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />
        Option      &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />
        Option      &#8220;Emulate3Buttons&#8221; &#8220;yes&#8221;<br />
        Option      &#8220;LeftEdge&#8221; &#8220;120&#8243;<br />
        Option      &#8220;RightEdge&#8221; &#8220;830&#8243;<br />
        Option      &#8220;TopEdge&#8221; &#8220;120&#8243;<br />
        Option      &#8220;BottomEdge&#8221; &#8220;650&#8243;<br />
        Option      &#8220;FingerLow&#8221; &#8220;14&#8243;<br />
        Option      &#8220;FingerHigh&#8221; &#8220;15&#8243;<br />
        Option      &#8220;MaxTapMove&#8221; &#8220;110&#8243;<br />
        Option      &#8220;VertScrollDelta&#8221; &#8220;20&#8243;<br />
        Option      &#8220;HorizScrollDelta&#8221; &#8220;20&#8243;<br />
        Option      &#8220;MinSpeed&#8221; &#8220;0.3&#8243;<br />
        Option      &#8220;MaxSpeed&#8221; &#8220;0.75&#8243;<br />
EndSection                                    </p>
<p># &#8212; monitor<br />
Section &#8220;Monitor&#8221;<br />
        Identifier   &#8220;Monitor0&#8243;<br />
        VendorName   &#8220;Dell&#8221;<br />
        ModelName    &#8220;Monitor Laptop 1920&#215;1200&#8243;<br />
        HorizSync    31.5 &#8211; 74.5<br />
        VertRefresh  56.0 &#8211; 65.0<br />
        Option      &#8220;VendorName&#8221; &#8220;ATI Proprietary Driver&#8221;<br />
        Option      &#8220;ModelName&#8221; &#8220;Generic Autodetecting Monitor&#8221;<br />
        Option      &#8220;DPMS&#8221; &#8220;true&#8221;<br />
        DisplaySize 813 305<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
        Identifier   &#8220;Monitor1&#8243;<br />
        VendorName   &#8220;LG&#8221;<br />
        #VendorName   &#8220;SAMSUNG&#8221;<br />
        ModelName    &#8220;Monitor Secondary&#8221;<br />
        Option      &#8220;VendorName&#8221; &#8220;ATI Proprietary Driver&#8221;<br />
        Option      &#8220;ModelName&#8221; &#8220;Generic Autodetecting Monitor&#8221;<br />
        Option      &#8220;DPMS&#8221; &#8220;true&#8221;<br />
EndSection                                                     </p>
<p># &#8212; drivers<br />
Section &#8220;Device&#8221;<br />
        Identifier  &#8220;Device0&#8243;<br />
        Driver      &#8220;fglrx&#8221;<br />
        BusID       &#8220;PCI:1:0:0&#8243;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
        Identifier  &#8220;Device1&#8243;<br />
        Driver      &#8220;fglrx&#8221;<br />
        BusID       &#8220;PCI:1:0:0&#8243;<br />
        Screen      1<br />
EndSection</p>
<p># &#8212; screens<br />
Section &#8220;Screen&#8221;<br />
        Identifier &#8220;Screen0&#8243;<br />
        Device     &#8220;Device0&#8243;<br />
        Monitor    &#8220;Monitor0&#8243;<br />
        DefaultDepth     24<br />
        SubSection &#8220;Display&#8221;<br />
                Viewport   0 0<br />
                Depth     24<br />
                Modes    &#8220;1920&#215;1200&#8243; &#8220;1600&#215;1200&#8243; &#8220;1600&#215;1024&#8243; &#8220;1440&#215;900&#8243; &#8220;1400&#215;1050&#8243; &#8220;1360&#215;768&#8243; &#8220;1280&#215;1024&#8243; &#8220;1280&#215;960&#8243; &#8220;1280&#215;800&#8243; &#8220;1280&#215;720&#8243; &#8220;1152&#215;864&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
        EndSubSection<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
        Identifier &#8220;Screen1&#8243;<br />
        Device     &#8220;Device1&#8243;<br />
        Monitor    &#8220;Monitor1&#8243;<br />
        DefaultDepth     24<br />
        SubSection &#8220;Display&#8221;<br />
                Viewport   0 0<br />
                Depth     24<br />
                Modes    &#8220;1280&#215;1024&#8243; &#8220;1280&#215;960&#8243; &#8220;1280&#215;800&#8243; &#8220;1280&#215;720&#8243; &#8220;1152&#215;864&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
        EndSubSection<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5131</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 07 Mar 2009 00:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5131</guid>
		<description>Oh...
How many problems did I have with drivers for my laptop ATI videocard...
Big thx for this article.
Now I do not have to switch to Ubuntu again =) and fully enjoy with Fedora.</description>
		<content:encoded><![CDATA[<p>Oh&#8230;<br />
How many problems did I have with drivers for my laptop ATI videocard&#8230;<br />
Big thx for this article.<br />
Now I do not have to switch to Ubuntu again =) and fully enjoy with Fedora.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shukkur</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-5128</link>
		<dc:creator>Shukkur</dc:creator>
		<pubDate>Fri, 06 Mar 2009 14:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-5128</guid>
		<description>sir, i feel you can help me, because i am a beginner in Linux, i am using Fedora Linux 10. My problem is i cant run any .exe files, so i want to know that how to run Visual Basic 6 files or its .exe files on Linux

Thanks in advance</description>
		<content:encoded><![CDATA[<p>sir, i feel you can help me, because i am a beginner in Linux, i am using Fedora Linux 10. My problem is i cant run any .exe files, so i want to know that how to run Visual Basic 6 files or its .exe files on Linux</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-4972</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-4972</guid>
		<description>1 Ghz processor or better
20 Gig HD or larger
256 Megs of RAM or more

With these minimum system requirements (that I personally came up with) you will find you have a good working Fedora based system.</description>
		<content:encoded><![CDATA[<p>1 Ghz processor or better<br />
20 Gig HD or larger<br />
256 Megs of RAM or more</p>
<p>With these minimum system requirements (that I personally came up with) you will find you have a good working Fedora based system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-4948</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-4948</guid>
		<description>Me could you please share your Hardware Configuration.  I am planning to build one.</description>
		<content:encoded><![CDATA[<p>Me could you please share your Hardware Configuration.  I am planning to build one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://tipsfor.us/2008/11/27/fix-common-fedora-10-linux-issues/comment-page-1/#comment-4871</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Wed, 07 Jan 2009 23:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1082#comment-4871</guid>
		<description>I tried Linux for the first time with Fedora 9.  Thanks to helpful individuals like yourself, (who provide great articles like this one) I stuck around for version 10.  I was SHOCKED at how easily and quickly it installed!  I also found the LIVE CD very useful and intuitive.  I am going to be promoting FEDORA to others.  Look out Micro$oft!</description>
		<content:encoded><![CDATA[<p>I tried Linux for the first time with Fedora 9.  Thanks to helpful individuals like yourself, (who provide great articles like this one) I stuck around for version 10.  I was SHOCKED at how easily and quickly it installed!  I also found the LIVE CD very useful and intuitive.  I am going to be promoting FEDORA to others.  Look out Micro$oft!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.450 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 15:06:42 -->

