<?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>Olaf&#039;s blog &#187; Xserver</title>
	<atom:link href="http://olafsblog.sysbsb.de/tag/xserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Thu, 18 Nov 2010 07:57:20 +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>Solved: Xserver lock-ups in Ubuntu 10.04 with intel GFX</title>
		<link>http://olafsblog.sysbsb.de/solved-xserver-lock-ups-in-ubuntu-10-04-with-intel-gfx/</link>
		<comments>http://olafsblog.sysbsb.de/solved-xserver-lock-ups-in-ubuntu-10-04-with-intel-gfx/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 07:17:57 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[System engineering]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[Xserver]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=116</guid>
		<description><![CDATA[After installing 10.04 I experienced a GDM lockup a couple of times a day &#8211; the symptoms varied from the window management not reacting to left mouse clicks to a complete freeze of the Xserver. This bug has caused a lot of noise across distributions, for instance in 590109 and 538563. The symptoms are log [...]]]></description>
			<content:encoded><![CDATA[<p>After installing 10.04 I experienced a GDM lockup a couple of times a day &#8211; the symptoms varied from the window management not reacting to left mouse clicks to a complete freeze of the Xserver. This bug has caused a lot of noise across distributions, for instance in <a href="https://bugs.launchpad.net/ubuntu/+bug/590109">590109</a> and <a href=" https://bugzilla.redhat.com/show_bug.cgi?id=538563">538563</a>. The symptoms are log messages such as</p>
<p><code><br />
[mi] EQ overflowing. The server is probably stuck in an infinite loop.<br />
...<br />
Backtrace:<br />
...<br />
... /usr/lib/xorg/modules/drivers/intel_drv.so<br />
...<br />
</code></p>
<p>in the :0&#8230; logfiles in /var/log/gdm when the problem occurs.</p>
<p>This is, however, <em>not</em> a kernel, XServer or GDM issue, but caused by a problem with the intel-linux driver.  The problem is apparently fixed as of version 2:2.11.0-1ubuntu1 of the xserver-xorg-video-intel driver. Since this is not (yet) an update in the official distribution repo, I did the following to solve the issue:</p>
<h2>1: Optional: Update to the latest stable kernel</h2>
<p>Reason: IMO, upstream Intel drivers are usually build against the latest stable kernel<br/><br />
Goto <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/">http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/</a> and download the headers&#8230; _all.deb, headers-generic &#8230;..deb and linux-image&#8230; .deb for your platform (in most cases, i368). install the generic headers package, then the all headers package, then the image.</p>
<p><em>A word of warning: If you install this custom kernel you will not receive security updates for it from the automatic distribution updates.</em></p>
<h2>2: Add the X Updates PPA to your sources.list</h2>
<p>In a terminal, type:</p>
<p><code><br />
sudo gedit /etc/apt/sources.list<br />
</code></p>
<p>And add at the bottom of the file (if not already present):</p>
<p><code><br />
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main #X-Updates PPA<br />
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main #X-Updates PPA<br />
</code></p>
<h3>2.1: Trust the software packages from the x-updates PPA</h3>
<p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com AF1CDFA9</p>
<h3>3: Update the driver</h3>
<p><code><br />
sudo apt-get update<br />
sudo apt-get dist-upgrade<br />
</code></p>
<p>Reboot &#8211; the problem should be solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/solved-xserver-lock-ups-in-ubuntu-10-04-with-intel-gfx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel linux drivers and new kernel gfx support reach mature state</title>
		<link>http://olafsblog.sysbsb.de/intel-linux-drivers-and-new-kernel-gfx-support-reach-mature-state/</link>
		<comments>http://olafsblog.sysbsb.de/intel-linux-drivers-and-new-kernel-gfx-support-reach-mature-state/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:22:14 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Intel Graphics]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Xserver]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=77</guid>
		<description><![CDATA[The Linux Kernel and the XORG video rendering have been undergoing some significant improvements in the last year, with Intel&#8217;s linux open source team bringing in a lot of refactorings an architectural improvements.
I myself suffered from the lack of support for recent integrated intel gfx cards in notebooks and thus followed the excellent Intel Linux [...]]]></description>
			<content:encoded><![CDATA[<p>The Linux Kernel and the XORG video rendering have been undergoing some significant improvements in the last year, with <a href="http://intellinuxgraphics.org/">Intel&#8217;s linux open source team</a> bringing in a lot of refactorings an architectural improvements.</p>
<p>I myself suffered from the lack of support for recent integrated intel gfx cards in notebooks and thus followed the excellent <a href="http://ubuntuforums.org/showthread.php?t=1130582">Intel Linux graphics performance guide</a> using the bleeding-edge configuration, i.e. with the latest (non-stable) builds of the xorg / intel gfx drivers and the most recent kernels. However, this configuration was (not quite unexpected) somewhat unstable and had a lot of issues.</p>
<p>This phase is now over. I am happy to say that after<a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/"> upgrading to Kernel version 2.6.32</a> and the xserver-xorg-video-intel driver 2:2.9.0-1ubuntu2~xup~3 the graphics support is now fast, reliable and stable. Desktop effects are back working like a charm, also in a multi-monitor setup and with sending the computer to hibernation and so forth.</p>
<p>I am quite optimistic that this state might make it into the <a href="http://www.ubuntu.com/testing/karmic/beta">upcoming Ubuntu release (Karmic)</a>, thus eliminating a lot of frustration laptop users have been experiencing with their intel gfx cards.</p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/intel-linux-drivers-and-new-kernel-gfx-support-reach-mature-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

