<?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>mcBachmann.de TechBlog &#187; KMS</title>
	<atom:link href="http://blog.mcbachmann.de/tag/kms/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:12:53 +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>Lucid Lynx Suspend Problems with Radeon Driver</title>
		<link>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver</link>
		<comments>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:43:50 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[Radeon]]></category>
		<category><![CDATA[Suspend]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=513</guid>
		<description><![CDATA[Since updating to Lucid, a Dell Inspiron 1501 with an Radeon Xpress 200M video card had become problems after going into suspend mode. After waking up it was not possible to reactivate the screen. It stays black and the only possibility was to power off. But with the help of Google, I stumpled upon to [...]]]></description>
			<content:encoded><![CDATA[<p>Since updating to Lucid, a Dell Inspiron 1501 with an Radeon Xpress 200M video card had become problems after going into suspend mode. After waking up it was not possible to reactivate the screen. It stays black and the only possibility was to power off. <span id="more-513"></span></p>
<p>But with the help of Google, I stumpled upon to sites (<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/509273">Launchpad</a> and <a href="http://www.archivum.info/ubuntu-bugs@lists.ubuntu.com/2010-04/09059/%28Bug-509273%29-Re-%28Lucid%29-Radeon-Xpress-200M-needs-PCI-quirk-to-fix-or-disable-MSI.html">ubuntu-bugs@lists.ubuntu.com</a>) which gave two kernel options:</p>
<ul>
<li>radeon.modeset=0</li>
<li>pci=nomsi</li>
</ul>
<p>This will disable the kernel mode settings and message signaled interrupts. Since that, the Dell correctly wakes up again.</p>
<p>To add this to your boot parameters, open the file <em>/etc/default/grub</em> and edit the following line as root:</p>
<blockquote><p><code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0 pci=nomsi"</code></p></blockquote>
<p>Than run the grub update with this command (also as root): <strong>update-grub</strong> &#8211; and your done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/lucid-lynx-suspend-problems-with-radeon-driver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

