<?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>Libre Things &#187; KMS</title>
	<atom:link href="http://positon.org/tag/kms/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>3D performance problems with KMS</title>
		<link>http://positon.org/3d-performance-problems-with-kms</link>
		<comments>http://positon.org/3d-performance-problems-with-kms#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:48:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[jeux]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=94</guid>
		<description><![CDATA[With the last Ubuntu Lucid 10.04 come a new graphical module: KMS or Kernel-based Mode-Setting. If you have performance problems in some games like Quake 3 or TCE / Enemy Territory, try to disable KMS. The problem can also be with the mouse pointer (slowness, lag, delay or inacuracy). Grub 2 Add nomodeset in /etc/default/grub [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>With the last Ubuntu Lucid 10.04 come a new graphical module: <a href="http://en.wikipedia.org/wiki/Mode-setting">KMS or Kernel-based Mode-Setting</a>.</p>
<p>If you have performance problems in some games like Quake 3 or TCE / Enemy Territory, try to disable KMS.<br />
The problem can also be with the mouse pointer (slowness, lag, delay or inacuracy).</p>
<h2>Grub 2</h2>
<p>Add <code>nomodeset</code> in <code>/etc/default/grub</code> then issue the command <code>update-grub</code>.</p>
<pre>
vi /etc/default/grub
GRUB_CMDLINE_LINUX=&quot;nomodeset&quot;
update-grub
</pre>
<h2>Grub 1</h2>
<p>Add <code>nomodeset</code> at the end of the <code># kopt</code> line, then issue command <code>update-grub</code>.</p>
<pre>
vi /boot/grub/menu.lst
# kopt=root=/dev/sda1 ro nomodeset
update-grub
</pre>
<p>Someone also told me that disabling KMS solved his Firefox javascript speed problem in Yahoo Mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/3d-performance-problems-with-kms/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
