<?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>Nienhouse &#187; xserver</title>
	<atom:link href="http://tan-com.com/posts/tag/xserver/feed" rel="self" type="application/rss+xml" />
	<link>http://tan-com.com/blog</link>
	<description>Tyler Nienhouse&#039;s Blog</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:56:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix Ubuntu 9.04 ATI Driver Issue</title>
		<link>http://tan-com.com/blog/posts/technology/fix-ubuntu-904-ati-driver-issue</link>
		<comments>http://tan-com.com/blog/posts/technology/fix-ubuntu-904-ati-driver-issue#comments</comments>
		<pubDate>Sat, 30 May 2009 19:00:57 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://tan-com.com/?p=279</guid>
		<description><![CDATA[(Edit: this tutorial does not work with Ubuntu 9.10 Karmic Koala and I will unfortunately not be able to update it for Karmic because I do not have the time nor hardware.) (Edit 03/14/10: I no longer have the hardware to work on this issue. -This tutorial is no longer officially supported by myself- I [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_317" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-317" title="ATI Logo" src="http://tan-com.com/blog/wp-content/uploads/2009/05/ati-logo.jpg" alt="ATI" width="200" height="142" /><p class="wp-caption-text">ATI</p></div>
<p>(Edit: this tutorial does not work with Ubuntu 9.10 Karmic Koala and I will unfortunately not be able to update it for Karmic because I do not have the time nor hardware.)</p>
<p>(Edit 03/14/10: I no longer have the hardware to work on this issue. -This tutorial is no longer officially supported by myself- I personally suggest finding a way to get new hardware (NOT ATI &#8211; the driver aren&#8217;t worth it) and upgrading to the latest release of Ubuntu.)</p>
<p>Information on how to fix this issue in newer releases of Ubuntu is available.</p>
<blockquote><p><cite><br />
<img class="avatar avatar-80 photo" src="http://www.gravatar.com/avatar/8e0db2e06fbea881a78a2b8adb7d076d?s=80&amp;d=identicon&amp;r=PG" alt="" width="80" height="80" /></p>
<p><span class="author"><a class="url" rel="external nofollow" href="http://quazaa.sourceforge.net">Joseph Crowell</a><br />
4/6/2010</span><br />
</cite></p>
<div class="commenttext">
<p>Help with the open source ATI legacy drivers on Ubuntu 9.10:</p>
<p><a rel="nofollow" href="https://help.ubuntu.com/community/RadeonDriver">https://help.ubuntu.com/community/RadeonDriver</a></p>
<p>Follow that guide to the point where it links to “KMS with a Radeon card” then follow the link to here:</p>
<p><a rel="nofollow" href="https://wiki.ubuntu.com/X/KernelModeSetting">https://wiki.ubuntu.com/X/KernelModeSetting</a></p>
<p>and follow the instructions in the section KMS with a radeon card.</p>
<p>This worked perfectly for me on my ATI Radeon Xpress 200M.</p>
</div>
</blockquote>
<p>With the newest realease of Ubuntu (9.04 Jaunty Jackalope) came a major problem with support for older ATI graphics cards. Though these cards work with generic drivers, the ability to use dual heads and more advanced configurations has been lost. You may think that you can simply head over to AMD&#8217;s ATI driver page and get a driver, but the latest version of Catalyst does not support the older cards. &#8220;Maybe I can just download an older version of the driver,&#8221; might be what you are thinking, but the old driver is not compatible with the new version of xserver that is included with Ubuntu Jaunty.</p>
<p>The only way to use the old driver is to downgrade your xserver, which is actually not too hard. As long as you have an internet connection and some terminal skills, you are set.</p>
<p><span id="more-279"></span></p>
<p><strong>WARNING: Running commands as root (using sudo or su) can potentially damage your operating system. Be sure to CAREFULLY read EVERYTHING. Only proceed with these steps if you are confident with what you are doing.</strong></p>
<p><strong>ALSO: This tutorial is not guaranteed to work on every system, but since this tutorial itself has worked on MANY occasions, please feel free to be polite in your comments. Suggestions given in the comments will be added to the tutorial as needed. Thanks!<br />
</strong></p>
<p>First off we will want to backup your current &#8220;sources.list&#8221; (the file that contains all of the repository information), so simply run the command:<br />
<code>sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak</code><br />
Now, we will open up the original &#8220;sources.list&#8221; file and set it all back to the intrepid repositories. This can easily be done with Gedit&#8217;s replace tool. You can, of course, use any other text editor. To open the file in Gedit, just type the following into a terminal.<br />
<code>sudo gedit /etc/apt/sources.list</code><br />
In gedit, simply select the word &#8220;jaunty&#8221; anywhere in the file and click on &#8220;Replace&#8221; on the tool bar. When the dialogue box comes up, type &#8220;intrepid&#8221; into the box labeled &#8220;Replace With:&#8221; and click &#8220;Find&#8221; then &#8220;Replace All&#8221;</p>
<p>After replacing &#8220;jaunty&#8221;, save the file and close out of Gedit (or what ever text editor you used), and go back to a terminal and type:<br />
<code>sudo apt-get update</code><br />
Once the repositories are updated, make sure all ATI drivers are uninstalled.</p>
<p>Now we will uninstall the current version of the xserver using the following command. (Note that gnome-session and fast-user-switcher-applet are specific to Ubuntu. Variants like Kubuntu and Xubuntu will not need to remove these because they are not installed)<br />
<code>sudo apt-get autoremove xserver-xorg gnome-session fast-user-switch-applet</code><br />
This may take a minute or so. After it completes, we will reinstall the xserver and also install the ATI drivers. (Note that gnome-session and fast-user-switcher-applet are specific to Ubuntu. Variants like Kubuntu and Xubuntu will not need to install them because they are not part of your desktop environment)<br />
<code>sudo apt-get install xserver-xorg fglrx-amdcccle fglrx-kernel-source xorg-driver-fglrx libdrm2=2.3.1-0build1 gnome-session fast-user-switch-applet=2.24.0-0ubuntu6</code><br />
When everything is finished installing, you will want to open up Synaptic Package Manager and lock all of the xserver-xorg*, fglrx*, xorg-driver-fglrx, libdrm2, gnome-session, and fast-user-switch-applet packages at their current version. This is done by selecting the package then going to the &#8220;Package&#8221; menu and clicking on &#8220;Lock Version&#8221;. You can also do this in the terminal by running:<br />
<code>sudo su</code><br />
then<br />
<code>echo 'package-name hold' | dpkg --set-selections</code><br />
Make sure to repeat the last command for each package that was installed by the previous commands. (This should total to about 47 packages or so.)</p>
<p>Once all of the xserver and ATI driver packages have been locked, run<br />
<code>sudo cp /etc/apt/sources.list.bak /etc/apt/sources.list</code><br />
and restart your computer.</p>
<p><del datetime="2009-08-04T13:22:52+00:00">Once your computer restarts, all you should be able to use all of the features provided by the ATI drivers that were just installed.</del></p>
<p>EDIT 06/05/09: After you restart, make sure to go to the Hardware Drivers manager under the &#8220;System&#8221; menu: Administration &gt; Hardware Drivers and enable that ATI driver and reboot again. (Thanks Nicholas)</p>
<p>EDIT 07/15/09: I have added the 3D fix suggested in the comments. (Thanks Dario)</p>
<p>EDIT 07/25/09: I have also added the fix for the CPU problem that was suggested. (Thanks Flávio)</p>
<p>EDIT 08/04/09: I have once again added a user submitted fix for the Fast User Switcher. (Thanks Shaun)</p>
<p>EDIT 09/23/09: An important comment from Mark:</p>
<blockquote><p>I did run into one issue- after activating the ATI driver and rebooting, I got a great big watermark in the bottom right corner of my screen with an AMD/ATI logo warning me of &#8220;Unsupported Hardware&#8221;.  If anybody else runs into this, this is how I fixed it:</p>
<p>1. Download the 9.3 legacy driver package from ati at this page:<br />
<a href="http://support.amd.com/us/gpudownload/linux/Legacy/Pages/radeon_linux.aspx?type=2.7&amp;amp;product=2.7.4.3.3.3.1&amp;amp;lang=English" target="_blank">http://support.amd.com/us/gpudownload/linux/Legacy/Pages/radeon_linux.aspx?type=2.7&amp;amp;product=2.7.4.3.3.3.1&amp;amp;lang=English</a></p>
<p>2.  Extract (don&#8217;t install!) the files from the 9.3 package to a folder with a command like:<br />
sh ati-driver-installer-9-3-x86.</p>
<div id=":9p" class="ii gt">
<p>x86_64 &#8211;extract driverfiles</p>
<p>3.  Replace your ATI &#8216;control&#8217; file with the one from this 9.3 package:</p>
<p>First back up your existing file just in case:<br />
sudo cp /etc/ati/control /etc/ati/control.backup</p>
<p>Then copy the new file in place:<br />
sudo cp driverfiles/common/etc/ati/control /etc/ati</p>
<p>4.  Reboot and profit!  No more watermark.</p>
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tan-com.com/blog/posts/technology/fix-ubuntu-904-ati-driver-issue/feed</wfw:commentRss>
		<slash:comments>199</slash:comments>
		</item>
	</channel>
</rss>

