<?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>gHacks technology news &#187; Linux video</title>
	<atom:link href="http://www.ghacks.net/tag/linux-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 10 and the Evolution of Xorg</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/</link>
		<comments>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:24:42 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Linux video]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[system-config-display]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9891</guid>
		<description><![CDATA[This is a rant. This is only a rant. If this were a real review you would be notified by your local emergency broadcast station&#8230;Now that I have your attention, I want to direct you to what is happening with the latest version of Fedora and X configuration. If you have installed Fedora 10 and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a rant. This is only a rant. If this were a real review you would be notified by your local emergency broadcast station&#8230;Now that I have your attention, I want to direct you to what is happening with the latest version of Fedora and X configuration. If you have installed Fedora 10 and have had no problems you&#8217;re in luck. If you have installed Fedora 10 and have noticed X Windows not looking as good as it did with 9 (or another distribution) welcome to the new world order of xorg.conf.</p>
<p>With the advent of Fedora 10 xorg.conf does not, by default, install an xorg.conf configuration file. In fact, I had Fedora 10 up and running with an NVidia GeForce 6600 card, with no xorg.conf file. Problem was, I couldn&#8217;t get the installation to run in 1200&#215;1024 resolution. Not until I jumped through a few hoops.</p>
<p><span id="more-9891"></span>One of the first things you should do, when you finish an installation of Fedora 10 is check in <em>/etc/X11</em> to see if there is an xorg.conf file. If there is not you need to issue the command <em>Xorg -configure :1</em>. What this will do is generate a default xorg.conf file based on your hardware.</p>
<p>Your next step can be tackled in a couple of ways. You can edit the xorg.conf file by hand (for advanced users) or you can install the <em>system-config-display </em>application with the command <em>yum install system-config-display</em>. Once you get that installed you can run the application (as root) with the command <em>system-config-display.</em> From that point the GUI tool should be pretty straight foward to use.</p>
<p>Of course, if you are using an NVidia card, you might have to install some proprietary drivers. Open up the Add/Remove Software tool and do a search for nvidia. Select the applicable drivers for your system if you need them. Once you install the drivers you should have the <em>nvidia-settings</em> tool. This will offer you some help in configuring your NVidia card with Fedora 10.</p>
<p>You will notice the default xorg.conf file generated is very bare-bones. And I understand that Xorg is going in a direction that doesn&#8217;t require an xorg.conf file. But there are chipsests out there, such as NVidia, who&#8217;s drivers still require an xorg.conf file. This, to me, seems as if Xorg is getting a bit ahead of itself.</p>
<p><strong>UPDATE: </strong>I can&#8217;t confirm this but the above statement about Xorg going in an xorg.conf&#8217;less direction seems to only be applying to Fedora. If anyone has any information that would indicate other distributions are following suite, let us know. Thanks all!</p>
<p>Now I can&#8217;t complain too much&#8230;X Windows does work out of the box and does a fairly admiriable job. But when you want higher resolutions than the default, you might find yourself jumping through some hoops. I have to admit Linux will find itself in much greener pastures once Xorg no longer requires a configuration file. But I do hope the developers of the various chipsets can get on the same page as the Xorg developer team. If they can&#8217;t Linux is going to find itself with a limited selection of video cards it can work with.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-video/" title="Linux video" rel="tag">Linux video</a>, <a href="http://www.ghacks.net/tag/nvidia/" title="nvidia" rel="tag">nvidia</a>, <a href="http://www.ghacks.net/tag/system-config-display/" title="system-config-display" rel="tag">system-config-display</a>, <a href="http://www.ghacks.net/tag/xorg/" title="Xorg" rel="tag">Xorg</a>, <a href="http://www.ghacks.net/tag/xorgconf/" title="xorg.conf" rel="tag">xorg.conf</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/04/get-to-know-linux-understanding-xorgconf/" title="Get To Know Linux: Understanding xorg.conf (February 4, 2009)">Get To Know Linux: Understanding xorg.conf</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
