<?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>iXce's blog &#187; Fedora</title>
	<atom:link href="http://guillaume.segu.in/blog/category/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://guillaume.segu.in/blog</link>
	<description>Stuff that doesn’t matter</description>
	<lastBuildDate>Mon, 28 Feb 2011 22:28:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Ghost TV problem</title>
		<link>http://guillaume.segu.in/blog/linux/238/the-ghost-tv-problem/</link>
		<comments>http://guillaume.segu.in/blog/linux/238/the-ghost-tv-problem/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 19:14:55 +0000</pubDate>
		<dc:creator>iXce</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://guillaume.segu.in/blog/?p=238</guid>
		<description><![CDATA[For months I have been having (temporary) freezes upon X/gdm login, sometimes even before that, lasting anywhere between 1 and 5 minutes (that&#8217;s on my Dell Latitude E4200). Actually, I could still move the cursor, and at times a panel widget would refresh, but nothing else. Logging on a tty and running top would show [...]]]></description>
			<content:encoded><![CDATA[<p>For <a href="http://identi.ca/notice/19670654">months</a> I have been having (temporary) freezes upon X/gdm login, sometimes even before that, lasting anywhere between 1 and 5 minutes (that&#8217;s on my Dell Latitude E4200). Actually, I could still move the cursor, and at times a panel widget would refresh, but nothing else. Logging on a tty and running top would show X.org eating 100% CPU (pretty much expected actually). Investigations of /var/log/Xorg.0.log revealed that X was continuously doing EDID probing because of an unknown TV1 monitor, while dmesg confirmed that something was going on with that mysterious TV1 output&nbsp;:<br />
<code>[    12.924] (II) intel(0): Printing probed modes for output TV1<br />
[    15.065] (II) intel(0): Printing probed modes for output TV1<br />
[    15.477] (II) intel(0): Printing probed modes for output TV1<br />
[    15.892] (II) intel(0): Printing probed modes for output TV1<br />
...<br />
</code><br />
<code>[drm] TV-1: set mode NTSC 480i 0<br />
[drm] TV-1: set mode NTSC 480i 0<br />
[drm] TV-1: set mode NTSC 480i 0<br />
...</code></p>
<p>After spending quite a bunch of time trying to tell X to just ignore, I took the easy way and&#8230; switched to Ubuntu. But yesterday, I asked drago01 (maintainer of Compiz packages in Fedora) about the issue, and he immediately recognised the problem, calling it the &#8220;Ghost TV problem&#8221;. According to him and Adam Jackson (ajax), this is a screw up from hardware vendors. The graphics chipset thinks there is that TV plugged while there is definitely none.</p>
<p>Anyway, he also pointed me to the fix. 4 lines in xorg.conf and you&#8217;re done (this is actually my whole xorg.conf <img src='http://guillaume.segu.in/blog/wp-includes/images/smilies/tongue.png' alt=':p' class='wp-smiley' /> )</p>
<p><code>Section "Monitor"<br />
  Identifier "TV1"<br />
  Option "Ignore" "1"<br />
EndSection</code></p>
]]></content:encoded>
			<wfw:commentRss>http://guillaume.segu.in/blog/linux/238/the-ghost-tv-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

