<?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>The Treehouse Blog &#187; EDID</title>
	<atom:link href="http://brady.thtech.net/tag/edid/feed/" rel="self" type="application/rss+xml" />
	<link>http://brady.thtech.net</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 04:32:34 +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>PVR Booting with LCD off</title>
		<link>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/</link>
		<comments>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 23:40:00 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[EDID]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=383</guid>
		<description><![CDATA[When things are working well, my PVR box is supposed to wake-on-LAN about the time I get home, and be ready for use.  Since the LCD, the box wouldn&#8217;t be driving the display after boot.  I would have to kill and restart X with the LCD powered on.  Apparently this is due the NVIDIA driver [...]]]></description>
			<content:encoded><![CDATA[<p>When things are working well, my PVR box is supposed to wake-on-LAN about the time I get home, and be ready for use.  Since the LCD, the box wouldn&#8217;t be driving the display after boot.  I would have to kill and restart X with the LCD powered on.  Apparently this is due the NVIDIA driver needing to read the EDID from the LCD to figure out what resolution to use.  I tried a variety of ways forcing it to work without validating the resolution, but I ended up downloading the EDID to a file (using the nvidia-settings gui) and having the driver run against that.  Not that inelegant, I think.</p>
<pre>Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "GeForce 7300 GS"
        Option      "UseEvents" "True"
        Option      "CustomEDID" "DFP-0: /var/lib/mythtv/edid.bin"
        Option      "ConnectedMonitor" "DFP"
        Option      "MetaModes" "DFP: 1920x1080"
EndSection</pre>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

