<?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: HOWTO: Enabling Kernel Mode Setting (KMS) in Debian Linux kernel</title>
	<atom:link href="http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/</link>
	<description>It cannot get simpler than this! (TM)</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:27:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: baccy</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10803</link>
		<dc:creator>baccy</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10803</guid>
		<description>Thanks for this very helpful article! I managed to get a beautiful 1920x1200 framebuffer with a radeon M66-P running squeeze on my asus laptop.

At the moment squeeze is still using a 2.6.30 kernel, but the following sid packages installed just fine:

 * linux-image-2.6.32-trunk-686
 * firmware-linux-nonfree
 * firmware-linux-free

The only problem was the automatic start of the framebuffer. Appending these lines to /etc/initramfs-tools/modules resulted in a crash at boot:

   ati_agp
   drm
   radeon modeset=1

Maybe I missed something important. :) Here&#039;s how I &#039;fixed&#039; it:

Create the file &#039;radeon_framebuffer.conf&#039; in /etc/modprobe.d/ with the following content:

options radeon modeset=1
install video /sbin/modprobe radeon; /sbin/modprobe --ignore-install video</description>
		<content:encoded><![CDATA[<p>Thanks for this very helpful article! I managed to get a beautiful 1920&#215;1200 framebuffer with a radeon M66-P running squeeze on my asus laptop.</p>
<p>At the moment squeeze is still using a 2.6.30 kernel, but the following sid packages installed just fine:</p>
<p> * linux-image-2.6.32-trunk-686<br />
 * firmware-linux-nonfree<br />
 * firmware-linux-free</p>
<p>The only problem was the automatic start of the framebuffer. Appending these lines to /etc/initramfs-tools/modules resulted in a crash at boot:</p>
<p>   ati_agp<br />
   drm<br />
   radeon modeset=1</p>
<p>Maybe I missed something important. <img src='http://blogs.koolwal.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here&#8217;s how I &#8216;fixed&#8217; it:</p>
<p>Create the file &#8216;radeon_framebuffer.conf&#8217; in /etc/modprobe.d/ with the following content:</p>
<p>options radeon modeset=1<br />
install video /sbin/modprobe radeon; /sbin/modprobe &#8211;ignore-install video</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwinz</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10607</link>
		<dc:creator>kwinz</dc:creator>
		<pubDate>Sat, 28 Nov 2009 05:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10607</guid>
		<description>I found out that your kernel boot parameter is wrong.

DOES NOT WORK:
video=i915:modeset=1

WORKS:
i915.modeset=1</description>
		<content:encoded><![CDATA[<p>I found out that your kernel boot parameter is wrong.</p>
<p>DOES NOT WORK:<br />
video=i915:modeset=1</p>
<p>WORKS:<br />
i915.modeset=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Senior</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10354</link>
		<dc:creator>Russell Senior</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10354</guid>
		<description>the mouse thing was a sawfish (wm) problem, that&#039;s fixed, but freezes persist.  multiple X sessions (startx -- :1, startx -- :2, etc) seems to exacerbate).</description>
		<content:encoded><![CDATA[<p>the mouse thing was a sawfish (wm) problem, that&#8217;s fixed, but freezes persist.  multiple X sessions (startx &#8212; :1, startx &#8212; :2, etc) seems to exacerbate).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Senior</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10351</link>
		<dc:creator>Russell Senior</dc:creator>
		<pubDate>Fri, 20 Nov 2009 08:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10351</guid>
		<description>I had a debian/unstable box with i915 hardware (which has been freezing in X for weeks) suddenly stop recognizing its right mouse button last night.  I get errors in Xorg.0.log about i810 module being missing and /dev/fb0 (no such file or directory).</description>
		<content:encoded><![CDATA[<p>I had a debian/unstable box with i915 hardware (which has been freezing in X for weeks) suddenly stop recognizing its right mouse button last night.  I get errors in Xorg.0.log about i810 module being missing and /dev/fb0 (no such file or directory).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akis Foulidis</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10347</link>
		<dc:creator>Akis Foulidis</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10347</guid>
		<description>I believe this error is about the i2c connection via the DDC wire in order to get information from the monitor. Anyway, my KMS is still available and the error from the X server was irrelative.</description>
		<content:encoded><![CDATA[<p>I believe this error is about the i2c connection via the DDC wire in order to get information from the monitor. Anyway, my KMS is still available and the error from the X server was irrelative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10344</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10344</guid>
		<description>I think it is a  bug in the kernel which I believe will be fixed in next release..See some links at:
http://www.google.com/search?hl=en&amp;rlz=1B5GGGL_enUS318US319&amp;q=[drm%3Aintel_dp_i2c_init]+*ERROR*++error&amp;btnG=Search&amp;aq=f&amp;oq=&amp;aqi=</description>
		<content:encoded><![CDATA[<p>I think it is a  bug in the kernel which I believe will be fixed in next release..See some links at:<br />
<a href="http://www.google.com/search?hl=en&amp;rlz=1B5GGGL_enUS318US319&amp;q=drm%3Aintel_dp_i2c_init+" rel="nofollow">http://www.google.com/search?hl=en&amp;rlz=1B5GGGL_enUS318US319&amp;q=drm%3Aintel_dp_i2c_init+</a>*ERROR*++error&amp;btnG=Search&amp;aq=f&amp;oq=&amp;aqi=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akis Foulidis</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10342</link>
		<dc:creator>Akis Foulidis</dc:creator>
		<pubDate>Wed, 18 Nov 2009 00:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10342</guid>
		<description>Let me also add that my X freezes and I can&#039;t go to a virtual terminal or kill the X server. I believe that might be an xorg.conf error though and not the drm error in the kerner buffer that I mentioned above.</description>
		<content:encoded><![CDATA[<p>Let me also add that my X freezes and I can&#8217;t go to a virtual terminal or kill the X server. I believe that might be an xorg.conf error though and not the drm error in the kerner buffer that I mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akis Foulidis</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10341</link>
		<dc:creator>Akis Foulidis</dc:creator>
		<pubDate>Wed, 18 Nov 2009 00:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10341</guid>
		<description>Hello and nice article. The thing is that I have in dmesg the &quot;[drm:intel_dp_i2c_init] *ERROR* i2c_init DPDD-B (&amp; C) error&quot;. It was a bug that was fixed last month I believe. 

Anyway, my kernel is 2.6.31.6 and I have the latest intel driver installed and I can&#039;t get rid of this error. Is there something in the kernel that I might have missed (apart from the framebuffer and KMS modules that are confiugred correctly) ?</description>
		<content:encoded><![CDATA[<p>Hello and nice article. The thing is that I have in dmesg the &#8220;[drm:intel_dp_i2c_init] *ERROR* i2c_init DPDD-B (&amp; C) error&#8221;. It was a bug that was fixed last month I believe. </p>
<p>Anyway, my kernel is 2.6.31.6 and I have the latest intel driver installed and I can&#8217;t get rid of this error. Is there something in the kernel that I might have missed (apart from the framebuffer and KMS modules that are confiugred correctly) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stéphane Péchard</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10314</link>
		<dc:creator>Stéphane Péchard</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10314</guid>
		<description>yes, i use the i915 driver, is it wrong?</description>
		<content:encoded><![CDATA[<p>yes, i use the i915 driver, is it wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10313</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10313</guid>
		<description>What driver are you trying to use? i915?</description>
		<content:encoded><![CDATA[<p>What driver are you trying to use? i915?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stéphane Péchard</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10307</link>
		<dc:creator>Stéphane Péchard</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10307</guid>
		<description>Each time I tested this on my eeepc, keyboard and mouse are freezed after hibernation :-( 
Hope hurther versions of kernel and xserver-xorg-video-intel will correct this.</description>
		<content:encoded><![CDATA[<p>Each time I tested this on my eeepc, keyboard and mouse are freezed after hibernation <img src='http://blogs.koolwal.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Hope hurther versions of kernel and xserver-xorg-video-intel will correct this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10306</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 04 Nov 2009 06:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10306</guid>
		<description>Hi Oren,

You are right. Unstable = Coolness (wrt latest software). :)

I wanted to write the article with regards to all kinds of Debian branches - Stable, Testing, Unstable. Also I wanted to cover some basic background on this subject.</description>
		<content:encoded><![CDATA[<p>Hi Oren,</p>
<p>You are right. Unstable = Coolness (wrt latest software). <img src='http://blogs.koolwal.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I wanted to write the article with regards to all kinds of Debian branches &#8211; Stable, Testing, Unstable. Also I wanted to cover some basic background on this subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10305</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Wed, 04 Nov 2009 06:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10305</guid>
		<description>In latest Debian sid, all I have to do was:
rmmod i915
modprobe i915 modeset=1

(or add options i915 modeset=1 to /etc/modprobe.d/i915.conf)

Coolness!</description>
		<content:encoded><![CDATA[<p>In latest Debian sid, all I have to do was:<br />
rmmod i915<br />
modprobe i915 modeset=1</p>
<p>(or add options i915 modeset=1 to /etc/modprobe.d/i915.conf)</p>
<p>Coolness!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10304</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10304</guid>
		<description>I have updated the post with some further clarification</description>
		<content:encoded><![CDATA[<p>I have updated the post with some further clarification</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/11/02/howto-enabling-kernel-mode-setting-kms-in-debian-linux-kernel/comment-page-1/#comment-10302</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=2010#comment-10302</guid>
		<description>Jason,

For your first point, I have a kernel from Debian testing and KMS is not enabled by default:
debian:~# cat /boot/config-2.6.30-1-686 &#124; grep KMS
# CONFIG_DRM_I915_KMS is not set

As for the FB modules, you might be right one does not need to completely remove them but they need to make sure that none of the FB modules are compiled in (y) instead they are just modules(m).

For the second point, I have mentioned that in my post that if you have a particular version and above of initramfs you don&#039;t need to update your initrd.</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>For your first point, I have a kernel from Debian testing and KMS is not enabled by default:<br />
debian:~# cat /boot/config-2.6.30-1-686 | grep KMS<br />
# CONFIG_DRM_I915_KMS is not set</p>
<p>As for the FB modules, you might be right one does not need to completely remove them but they need to make sure that none of the FB modules are compiled in (y) instead they are just modules(m).</p>
<p>For the second point, I have mentioned that in my post that if you have a particular version and above of initramfs you don&#8217;t need to update your initrd.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
