<?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>Robert Small, The blog thereof. &#187; OpenGL</title>
	<atom:link href="http://www.robertsmall.org/tag/opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertsmall.org</link>
	<description>The inane ramblings of a young man.</description>
	<lastBuildDate>Mon, 15 Mar 2010 06:45:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix for: Linux 2.6.32.8 and FGLRX (8.690 or 10.1)</title>
		<link>http://www.robertsmall.org/2010/02/17/fix-for-linux-2-6-32-8-and-fglrx-8-690-or-10-1/</link>
		<comments>http://www.robertsmall.org/2010/02/17/fix-for-linux-2-6-32-8-and-fglrx-8-690-or-10-1/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:07:02 +0000</pubDate>
		<dc:creator>SmallR2002</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[ATI Drivers]]></category>
		<category><![CDATA[FGLRX]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux 2.6.32.8]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.robertsmall.org/?p=158</guid>
		<description><![CDATA[So, you have your fancy graphics card and you&#8217;ve updated to the latest kernel, however you seem to have been bitten on the buttocks. Your old FGLRX drivers do not work and you can&#8217;t get them to compile for the newer kernel, you swear at dkms as much as you want but it doesn&#8217;t help. [...]]]></description>
			<content:encoded><![CDATA[<p>So, you have your fancy graphics card and you&#8217;ve updated to the latest kernel, however you seem to have been bitten on the buttocks. Your old FGLRX drivers do not work and you can&#8217;t get them to compile for the newer kernel, you swear at dkms as much as you want but it doesn&#8217;t help. You download the latest version and you&#8217;re faced with an error message something like:</p>
<pre>dpkg-shlibdeps: error: couldn't find library libatiuki.so.1 needed by debian/xorg-driver-fglrx/usr/lib/xorg/modules/linux/libfglrxdrm.so.
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.
dh_shlibdeps: dpkg-shlibdeps returned exit code 2
make: *** [binary-predeb-IMPL/xorg-driver-fglrx] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2</pre>
<p>There is a solution, it&#8217;s a relatively easy solution too and I&#8217;m surprised at the point of writing this blog it hasn&#8217;t been patched by ATI.</p>
<pre>./ati-driver-installer-10-1-x86.x86_64.run --extract
cd fglrx-install.*/arch/x86/usr/lib/
ln -s libatiuki.so.1.0 libatiuki.so.1
cd ../../../../
sudo ./ati-installer.sh 10.1 --buildandinstallpkg Ubuntu/karmic</pre>
<p>In the case of 64bit compiling remember to change x86 to x86_64 and lib to lib64. Now you should have ATI just where you need it.</p>
<p>Kind regards, Robert.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.robertsmall.org%2F2010%2F02%2F17%2Ffix-for-linux-2-6-32-8-and-fglrx-8-690-or-10-1%2F&amp;linkname=Fix%20for%3A%20Linux%202.6.32.8%20and%20FGLRX%20%288.690%20or%2010.1%29"><img src="http://www.robertsmall.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.robertsmall.org/2010/02/17/fix-for-linux-2-6-32-8-and-fglrx-8-690-or-10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
