<?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>rullzer &#187; ati-drivers</title>
	<atom:link href="http://rullzer.com/blog/tag/ati-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://rullzer.com/blog</link>
	<description>an experience beyond</description>
	<lastBuildDate>Thu, 24 Jun 2010 22:23:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ati-drivers-8.42.3</title>
		<link>http://rullzer.com/blog/2007/10/26/ati-drivers-8423/</link>
		<comments>http://rullzer.com/blog/2007/10/26/ati-drivers-8423/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 19:24:06 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2007/10/26/ati-drivers-8423/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ati-drivers]]></category>
		<category><![CDATA[ebuild]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2007/10/26/ati-drivers-8423/</guid>
		<description><![CDATA[So this week the new ati drivers were released. Ofcourse some of the ati using gentoo users came together on bugzilla (Bug 196820). Now I tried the way described in there however I got random atifacts. Today I installed the ati-drivers from the ati package and well they worded out of the box and everything [...]]]></description>
			<content:encoded><![CDATA[<p>So this week the new ati drivers were released. Ofcourse some of the ati using gentoo users came together on bugzilla (<a href="http://bugs.gentoo.org/show_bug.cgi?id=196820">Bug 196820</a>). Now I tried the way described in there however I got random atifacts. Today I installed the ati-drivers from the ati package and well they worded out of the box and everything went smooth. So I geus it is time to check what ati does what the ebuild doesn&#8217;t. Now my homework for this week is finished so I gues most of my saturday will be spend on playing with ebuilds and the ati-drivers and hope to get the thing working as it should.</p>
<p>Ah well. I&#8217;ll keep you posted <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2007/10/26/ati-drivers-8423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: x11-drivers/ati-drivers without gcc3</title>
		<link>http://rullzer.com/blog/2007/10/05/howto-x11-driversati-drivers-without-gcc3/</link>
		<comments>http://rullzer.com/blog/2007/10/05/howto-x11-driversati-drivers-without-gcc3/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 12:15:53 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2007/10/05/howto-x11-driversati-drivers-without-gcc3/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[ati-drivers]]></category>
		<category><![CDATA[gcc3]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2007/10/05/howto-x11-driversati-drivers-without-gcc3/</guid>
		<description><![CDATA[I figured out how to get the ati drivers to work on my new laptop without having to compile gcc-3. It are basicly a few easy steps:

libstdc++.so.5:

Google for libstdc++.so.5, you will find it. Well actually you find an rpm containing libstdc++.so.5.0.5
Copy libstdc++.so.5.0.5 to /usr/lib
Symlink /usr/lib/libstdc++.so.5.0.5 to /usr/lib/libstdc++.so.5


Portage Overlay:

Copy x11-drivers/ati-drivers to you overlay
Open the ebuild of [...]]]></description>
			<content:encoded><![CDATA[<p>I figured out how to get the ati drivers to work on my new laptop without having to compile gcc-3. It are basicly a few easy steps:</p>
<ol>
<li>libstdc++.so.5:
<ol>
<li>Google for libstdc++.so.5, you will find it. Well actually you find an rpm containing libstdc++.so.5.0.5</li>
<li>Copy libstdc++.so.5.0.5 to /usr/lib</li>
<li>Symlink /usr/lib/libstdc++.so.5.0.5 to /usr/lib/libstdc++.so.5</li>
</ol>
</li>
<li>Portage Overlay:
<ol>
<li>Copy x11-drivers/ati-drivers to you overlay</li>
<li>Open the ebuild of choise ( ati-drivers-[version].ebuild )</li>
<li>Remove the dependancy on virutial/libstdc++</li>
<li>run: <strong>ebuild ati-drivers-[version].ebuild digest</strong></li>
<li>run: <strong>emerge =x11-drivers/ati-drivers-[version]</strong>
    </ol>
</li>
</ol>
<p>This should go well. at least it did here.<br />
And enjoy your ati video card with ati-drivers without gcc-3. Now you can configure your card further.</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2007/10/05/howto-x11-driversati-drivers-without-gcc3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
