<?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: Fedora 10 and the Evolution of Xorg</title>
	<atom:link href="http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 06:52:53 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Someone</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-909594</link>
		<dc:creator>Someone</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-909594</guid>
		<description>Firstly I have to admit that I am a Windows user.

It seems this (among a dozen other niggles) gives me the impression Linux is going backwards.

I have been through a few versions of Redhat and tried a couple of other distributions going from the text based installer and having to do all sorts of things to get everything going to the GUI based installers that gave you options to do everything.

My impressions where that each version was making everything more available up till Redhat 9 (last distribution I used) but in fedora 11 it seems that the OS provides nice, easy to use GUI options that hide everything I want access to.

Until Linux can be installed, used and maintained by idiots then stop treating me like one.</description>
		<content:encoded><![CDATA[<p>Firstly I have to admit that I am a Windows user.</p>
<p>It seems this (among a dozen other niggles) gives me the impression Linux is going backwards.</p>
<p>I have been through a few versions of Redhat and tried a couple of other distributions going from the text based installer and having to do all sorts of things to get everything going to the GUI based installers that gave you options to do everything.</p>
<p>My impressions where that each version was making everything more available up till Redhat 9 (last distribution I used) but in fedora 11 it seems that the OS provides nice, easy to use GUI options that hide everything I want access to.</p>
<p>Until Linux can be installed, used and maintained by idiots then stop treating me like one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-754195</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Thu, 30 Apr 2009 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-754195</guid>
		<description>As yet I haven&#039;t fixed this on my Fedora 10 system but I am running a 64-bit non-fedora kernel 2.6.29.1 (latest sable from kernel.org) with an nVidia supplied driver. Both system-config-display and rhpx are installed and the former does not run giving the following error:l
Traceback (most recent call last):
  File &quot;/usr/share/system-config-display/xconf.py&quot;, line 312, in 
    hardware_state = XF86HardwareState(xconfig)
  File &quot;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&quot;, line 174, in __init__
    self.init_from_xconfig(xconfig)
  File &quot;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&quot;, line 293, in init_from_xconfig
    self.all_resolutions.sort (compare_resolution)
  File &quot;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&quot;, line 57, in compare_resolution
    (w1, h1) = resolution_from_string(res1)
  File &quot;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&quot;, line 47, in resolution_from_string
    return (int(tokens[0]), int(tokens[1]))
IndexError: list index out of range

Anyway, my xorf.conf (yes, I do have one) gets the driver section of the device section overwritten with &quot;vesa&quot; on reboot. So I login, edit the file as follows and the restart the X server:
Section &quot;Device&quot;
    Identifier  &quot;Videocard0&quot;
    Driver      &quot;nvidia&quot;
EndSection

I merely add this here in case anyone else is having as futile a search as me for a solution to this proble, My colleagues machine which is, allegedly, identical and on which I put the same kernel and graphics driver does not have this problem!</description>
		<content:encoded><![CDATA[<p>As yet I haven&#8217;t fixed this on my Fedora 10 system but I am running a 64-bit non-fedora kernel 2.6.29.1 (latest sable from kernel.org) with an nVidia supplied driver. Both system-config-display and rhpx are installed and the former does not run giving the following error:l<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/share/system-config-display/xconf.py&#8221;, line 312, in<br />
    hardware_state = XF86HardwareState(xconfig)<br />
  File &#8220;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&#8221;, line 174, in __init__<br />
    self.init_from_xconfig(xconfig)<br />
  File &#8220;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&#8221;, line 293, in init_from_xconfig<br />
    self.all_resolutions.sort (compare_resolution)<br />
  File &#8220;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&#8221;, line 57, in compare_resolution<br />
    (w1, h1) = resolution_from_string(res1)<br />
  File &#8220;/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py&#8221;, line 47, in resolution_from_string<br />
    return (int(tokens[0]), int(tokens[1]))<br />
IndexError: list index out of range</p>
<p>Anyway, my xorf.conf (yes, I do have one) gets the driver section of the device section overwritten with &#8220;vesa&#8221; on reboot. So I login, edit the file as follows and the restart the X server:<br />
Section &#8220;Device&#8221;<br />
    Identifier  &#8220;Videocard0&#8243;<br />
    Driver      &#8220;nvidia&#8221;<br />
EndSection</p>
<p>I merely add this here in case anyone else is having as futile a search as me for a solution to this proble, My colleagues machine which is, allegedly, identical and on which I put the same kernel and graphics driver does not have this problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-731655</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 17 Apr 2009 21:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-731655</guid>
		<description>Ok, just to round it up and let you know how I managed to increase the resolution in my virtual machine (VirtualBox), here is what I did.

Go to a download mirror and access the [Fedora 9] repository. In the Packages directory you need to find two files.

- rhpxl-1.9-1.fc9.i386.rpm
- system-config-display-1.0.51-9.fc9.noarch.rpm

Download these two.

You won&#039;t be able to install them using [yum] due to their digital signature. Hence you&#039;ll have to use [rpm] to do the job.

- Open a terminal.
- SU to root in the download directory
- Run the following commands
rpm -i  rhpxl-1.9-1.fc9.i386.rpm
rpm -i system-config-display-1.0.51-9.fc9.noarch.rpm

This will install the two packages. In case you aren&#039;t familiar with command lines, you don&#039;t have to type the full file name. Just type enough to make it obvious, then hit TAB to auto-complete.

- Run system-config-display (still as root)

It will open a configuration window that allows you to change graphics adapter and, in my case more importantly, select a specific monitor for the desired resolution.

- Restart your computer or X server.
- Change resolution using the standard utility to the desired one.
- DONE</description>
		<content:encoded><![CDATA[<p>Ok, just to round it up and let you know how I managed to increase the resolution in my virtual machine (VirtualBox), here is what I did.</p>
<p>Go to a download mirror and access the [Fedora 9] repository. In the Packages directory you need to find two files.</p>
<p>- rhpxl-1.9-1.fc9.i386.rpm<br />
- system-config-display-1.0.51-9.fc9.noarch.rpm</p>
<p>Download these two.</p>
<p>You won&#8217;t be able to install them using [yum] due to their digital signature. Hence you&#8217;ll have to use [rpm] to do the job.</p>
<p>- Open a terminal.<br />
- SU to root in the download directory<br />
- Run the following commands<br />
rpm -i  rhpxl-1.9-1.fc9.i386.rpm<br />
rpm -i system-config-display-1.0.51-9.fc9.noarch.rpm</p>
<p>This will install the two packages. In case you aren&#8217;t familiar with command lines, you don&#8217;t have to type the full file name. Just type enough to make it obvious, then hit TAB to auto-complete.</p>
<p>- Run system-config-display (still as root)</p>
<p>It will open a configuration window that allows you to change graphics adapter and, in my case more importantly, select a specific monitor for the desired resolution.</p>
<p>- Restart your computer or X server.<br />
- Change resolution using the standard utility to the desired one.<br />
- DONE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-731613</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 17 Apr 2009 20:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-731613</guid>
		<description>The guide is kind of useful BUT it doesn&#039;t work with the current version of Fedora 10. The file &#039;system-config-display&#039; is no longer available in the official Fedora 10 repository. As a consequence, yum can&#039;t install it. This rather annoying mostly because there doesn&#039;t appear to be any way to adjust your display settings beyond the very limited options the GUI tool provides. A very disappointing experience.</description>
		<content:encoded><![CDATA[<p>The guide is kind of useful BUT it doesn&#8217;t work with the current version of Fedora 10. The file &#8217;system-config-display&#8217; is no longer available in the official Fedora 10 repository. As a consequence, yum can&#8217;t install it. This rather annoying mostly because there doesn&#8217;t appear to be any way to adjust your display settings beyond the very limited options the GUI tool provides. A very disappointing experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-670880</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-670880</guid>
		<description>It appears that xorg.conf is needed in order for any persistent customization of the Xorg server to work.

For example, I followed the instructions in /etc/fonts/fonts.conf to modify the font path.  (&quot;DO NOT EDIT THIS FILE. IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED. LOCAL CHANGES BELONG IN &#039;local.conf&#039;.&quot;) I learned from a Google search that &#039;local.conf&#039; belongs in /etc/fonts/ and that it&#039;s an XML file with the same DTD as fonts.conf.  When installing it on Fedora 10 didn&#039;t have the desired effect, I googled on &quot;Fedora 10 local.conf&quot; and found this page.  Thanks for the hints that (1) xorg.conf is missing from Fedora 10, and (2) this might account for the failure of the (poorly) documented procedure for changing the font path.

(I wanted to modify the font path because Fedora 10 omits the Lucida fonts that XView apps expect;  there are kludgy workarounds, but that&#039;s another story.)

Can anyone point me to documentation on a way to customize the behavior of the Xorg server that persists across reboots without xorg.conf?</description>
		<content:encoded><![CDATA[<p>It appears that xorg.conf is needed in order for any persistent customization of the Xorg server to work.</p>
<p>For example, I followed the instructions in /etc/fonts/fonts.conf to modify the font path.  (&#8221;DO NOT EDIT THIS FILE. IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED. LOCAL CHANGES BELONG IN &#8216;local.conf&#8217;.&#8221;) I learned from a Google search that &#8216;local.conf&#8217; belongs in /etc/fonts/ and that it&#8217;s an XML file with the same DTD as fonts.conf.  When installing it on Fedora 10 didn&#8217;t have the desired effect, I googled on &#8220;Fedora 10 local.conf&#8221; and found this page.  Thanks for the hints that (1) xorg.conf is missing from Fedora 10, and (2) this might account for the failure of the (poorly) documented procedure for changing the font path.</p>
<p>(I wanted to modify the font path because Fedora 10 omits the Lucida fonts that XView apps expect;  there are kludgy workarounds, but that&#8217;s another story.)</p>
<p>Can anyone point me to documentation on a way to customize the behavior of the Xorg server that persists across reboots without xorg.conf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-609404</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-609404</guid>
		<description>This is a technology called bulletproof X. I can only suppose that Jack is new (relatively) to Fedora as Fedora usually adopts new, broken technologies with the intent of having users use them to get the bugs out. That&#039;s why I had to jump ship at about Fedora 6: it is _not_ a stable distro meant to be used as a daily driver. It is called the bleeding edge for a reason. That said, Ubuntu is also using bulletproof X, which is utter stupidity. I do not understand why Ubuntu has been shipping software not meant for end users recently, specifically Firefox 3 RC1, KDE 4.1, and now bulletproof X.</description>
		<content:encoded><![CDATA[<p>This is a technology called bulletproof X. I can only suppose that Jack is new (relatively) to Fedora as Fedora usually adopts new, broken technologies with the intent of having users use them to get the bugs out. That&#8217;s why I had to jump ship at about Fedora 6: it is _not_ a stable distro meant to be used as a daily driver. It is called the bleeding edge for a reason. That said, Ubuntu is also using bulletproof X, which is utter stupidity. I do not understand why Ubuntu has been shipping software not meant for end users recently, specifically Firefox 3 RC1, KDE 4.1, and now bulletproof X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RogueSpear</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-607995</link>
		<dc:creator>RogueSpear</dc:creator>
		<pubDate>Thu, 15 Jan 2009 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-607995</guid>
		<description>One of the main draws to Linux is that it runs great on older hardware.  Yet older hardware always seems to be where I need to fiddle around the most if there is an nVidia or ATI adapter in the mix.  For the life of me I don&#039;t understand why nVidia can&#039;t open source all of their hardware that is, let&#039;s say, two generations behind the current product line.  What sort of industry trade secrets would they be giving up at that point?

This to me is what will hamper Linux on the desktop for quite a while to come.  It&#039;s one thing for me to be poking around in configuration files - annoying as it can be, but it&#039;s entirely another matter when it&#039;s my parent&#039;s computer and they&#039;re 1,500 miles away.</description>
		<content:encoded><![CDATA[<p>One of the main draws to Linux is that it runs great on older hardware.  Yet older hardware always seems to be where I need to fiddle around the most if there is an nVidia or ATI adapter in the mix.  For the life of me I don&#8217;t understand why nVidia can&#8217;t open source all of their hardware that is, let&#8217;s say, two generations behind the current product line.  What sort of industry trade secrets would they be giving up at that point?</p>
<p>This to me is what will hamper Linux on the desktop for quite a while to come.  It&#8217;s one thing for me to be poking around in configuration files &#8211; annoying as it can be, but it&#8217;s entirely another matter when it&#8217;s my parent&#8217;s computer and they&#8217;re 1,500 miles away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rupert</title>
		<link>http://www.ghacks.net/2009/01/14/fedora-10-and-the-evolution-of-xorg/#comment-607578</link>
		<dc:creator>rupert</dc:creator>
		<pubDate>Wed, 14 Jan 2009 21:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9891#comment-607578</guid>
		<description>I ran into exactly the same problem with Ubuntu Hardy and Intrepid. A normal install is ok, it uses a very basic xorg.conf file - but if you try to install it headless, OH DEAR. Xorg totally freaks out. It seems they are trying to make Xorg more noobie friendly, but by doing so, they are removing advanced options. For instance, you can no longer do dpkg reconfigure xorg to change anything over than keyboard and mouse configuration. You can&#039;t use it to change your video driver. Pretty stupid really.</description>
		<content:encoded><![CDATA[<p>I ran into exactly the same problem with Ubuntu Hardy and Intrepid. A normal install is ok, it uses a very basic xorg.conf file &#8211; but if you try to install it headless, OH DEAR. Xorg totally freaks out. It seems they are trying to make Xorg more noobie friendly, but by doing so, they are removing advanced options. For instance, you can no longer do dpkg reconfigure xorg to change anything over than keyboard and mouse configuration. You can&#8217;t use it to change your video driver. Pretty stupid really.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
