<?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: Radeon KMS on Debian testing</title>
	<atom:link href="http://www.ott.net/knowledge/radeon-kms-on-debian-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ott.net</link>
	<description>kann bei übermässigem verzehr abführend wirken</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:18:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Larry Doolittle</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-5902</link>
		<dc:creator>Larry Doolittle</dc:creator>
		<pubDate>Thu, 03 Jun 2010 05:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-5902</guid>
		<description>Thanks for the page.  I&#039;m trying to resolve a black-screen problem with X on a Radeon RS780 (a.k.a. an ATI 790GX motherboard).  See the Xorg mailing list, subject &quot;could use help debugging black screen on RS780&quot;

When I get to your step of building a fresh libdrm2, it ends with
dh_makeshlibs: dpkg-gensymbols -plibdrm2 -Idebian/libdrm2.symbols -Pdebian/libdrm2 -c4 returned exit code 1
make: *** [binary-arch] Error 1
A full log is at http://doolittle.icarus.com/~larry/libdrm-2.4.18-makelog
Other than the scary word-length issues (this is a 64-bit build), does this problem have an obvious solution?  The machine is a fresh squeeze install.</description>
		<content:encoded><![CDATA[<p>Thanks for the page.  I&#8217;m trying to resolve a black-screen problem with X on a Radeon RS780 (a.k.a. an ATI 790GX motherboard).  See the Xorg mailing list, subject &#8220;could use help debugging black screen on RS780&#8243;</p>
<p>When I get to your step of building a fresh libdrm2, it ends with<br />
dh_makeshlibs: dpkg-gensymbols -plibdrm2 -Idebian/libdrm2.symbols -Pdebian/libdrm2 -c4 returned exit code 1<br />
make: *** [binary-arch] Error 1<br />
A full log is at <a href="http://doolittle.icarus.com/~larry/libdrm-2.4.18-makelog" rel="nofollow">http://doolittle.icarus.com/~larry/libdrm-2.4.18-makelog</a><br />
Other than the scary word-length issues (this is a 64-bit build), does this problem have an obvious solution?  The machine is a fresh squeeze install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Straka</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-5602</link>
		<dc:creator>Marek Straka</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-5602</guid>
		<description>I have compiled kernel 2.6.32.8 with KMS support, radeon driver from GIT and taken everything &quot;mesa&quot; from debian experimental. Now works my ATI mobility radeon X1800 after 4 Years I have buyed my laptop for the first time without problems.</description>
		<content:encoded><![CDATA[<p>I have compiled kernel 2.6.32.8 with KMS support, radeon driver from GIT and taken everything &#8220;mesa&#8221; from debian experimental. Now works my ATI mobility radeon X1800 after 4 Years I have buyed my laptop for the first time without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-4960</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Mon, 07 Dec 2009 02:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-4960</guid>
		<description>Okay, well basically if all you have to do is rebuild mesa, you can fetch the corresponding sources using apt-get source &lt;package-name&gt; and then build the package using debuild. You&#039;ll have to do that after building/installing libdrm2 (including the -dev package).</description>
		<content:encoded><![CDATA[<p>Okay, well basically if all you have to do is rebuild mesa, you can fetch the corresponding sources using apt-get source
<package -name> and then build the package using debuild. You&#8217;ll have to do that after building/installing libdrm2 (including the -dev package).</package>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Straka</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-4956</link>
		<dc:creator>Marek Straka</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-4956</guid>
		<description>I am using debian Squeeze.
Look on the wiki &quot;how to compile radeon&quot; Section Troubleshooting KMS problems

&quot;your xorg.log has error ....&quot;
&quot;You have not support for KMS, You have to rebuild it against libdrm_radeon and also to rebuild mesa against same new libdrm because mesa doesn&#039;t have KMS support without libdrm_radeon either&quot;

I have tried to compile MESA but &quot;make&quot; stopped with error. Upon advices from radeon support forum there is necessary to have also drm from git.

I stopped here:
git clone --depth origin git://anongit.freedesktop.org/git/mesa/drm
cd drm
./autogen.sh --prefix=/usr --enable-radeon-experimental-api
... I am not sure here about parameters for debian.</description>
		<content:encoded><![CDATA[<p>I am using debian Squeeze.<br />
Look on the wiki &#8220;how to compile radeon&#8221; Section Troubleshooting KMS problems</p>
<p>&#8220;your xorg.log has error &#8230;.&#8221;<br />
&#8220;You have not support for KMS, You have to rebuild it against libdrm_radeon and also to rebuild mesa against same new libdrm because mesa doesn&#8217;t have KMS support without libdrm_radeon either&#8221;</p>
<p>I have tried to compile MESA but &#8220;make&#8221; stopped with error. Upon advices from radeon support forum there is necessary to have also drm from git.</p>
<p>I stopped here:<br />
git clone &#8211;depth origin git://anongit.freedesktop.org/git/mesa/drm<br />
cd drm<br />
./autogen.sh &#8211;prefix=/usr &#8211;enable-radeon-experimental-api<br />
&#8230; I am not sure here about parameters for debian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-4955</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-4955</guid>
		<description>Hi

AFAICT the &quot;radeon kernel module version is 2.0.0 but version 1.17.0 or newer is needed&quot; error means that x.org doesn&#039;t use the driver you compiled from git. Did you copy it to the right place?

Also, are you using testing/unstable?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>AFAICT the &#8220;radeon kernel module version is 2.0.0 but version 1.17.0 or newer is needed&#8221; error means that x.org doesn&#8217;t use the driver you compiled from git. Did you copy it to the right place?</p>
<p>Also, are you using testing/unstable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Straka</title>
		<link>http://www.ott.net/knowledge/radeon-kms-on-debian-testing/comment-page-1/#comment-4953</link>
		<dc:creator>Marek Straka</dc:creator>
		<pubDate>Tue, 01 Dec 2009 01:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ott.net/?page_id=785#comment-4953</guid>
		<description>Hi. I made it as you described. Compiled kernel 2.6.32, libdrm 2.4.15 and radeon driver from GIT. But I think it is not complete. It runs already but I get
$ glxinfo &#124; grep OpenGL
OpenGL renderer string: Software Rasterizer
and in Xorg.log:
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
[dri] radeon kernel module version is 2.0.0 but version 1.17.0 or newer is needed.
[dri] Disabling DRI.

Upon http://wiki.x.org/wiki/radeonBuildHowTo
ẗhere should be also Mesa compiled. Coud you describe a debian way for it?</description>
		<content:encoded><![CDATA[<p>Hi. I made it as you described. Compiled kernel 2.6.32, libdrm 2.4.15 and radeon driver from GIT. But I think it is not complete. It runs already but I get<br />
$ glxinfo | grep OpenGL<br />
OpenGL renderer string: Software Rasterizer<br />
and in Xorg.log:<br />
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.<br />
[dri] radeon kernel module version is 2.0.0 but version 1.17.0 or newer is needed.<br />
[dri] Disabling DRI.</p>
<p>Upon <a href="http://wiki.x.org/wiki/radeonBuildHowTo" rel="nofollow">http://wiki.x.org/wiki/radeonBuildHowTo</a><br />
ẗhere should be also Mesa compiled. Coud you describe a debian way for it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
