<?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>Blog of Travis Hydzik &#187; TV</title>
	<atom:link href="http://thydzik.com/tag/tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://thydzik.com</link>
	<description>random snippets and information</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:54:52 +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>hdmiOn &#8211; a solution to loss of DVI video EDID signal on HD TVs</title>
		<link>http://thydzik.com/hdmion-a-solution-to-loss-of-dvi-video-epid-signal-on-hd-tvs/</link>
		<comments>http://thydzik.com/hdmion-a-solution-to-loss-of-dvi-video-epid-signal-on-hd-tvs/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:29:47 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[BRAVIA]]></category>
		<category><![CDATA[DVI]]></category>
		<category><![CDATA[EDID]]></category>
		<category><![CDATA[handshake]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[hdmiOn]]></category>
		<category><![CDATA[loss]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[unplug]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=49</guid>
		<description><![CDATA[The last few days I have been pulling my hair out over my new HD TV not working with my Home Theatre PC, specifically when switching from HDMI input to TV and back again. The HDMI signal is lost and can only be reset by either rebooting the PC or unplugging and replugging the HDMI [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/hdmion-a-solution-to-loss-of-dvi-video-epid-signal-on-hd-tvs/' addthis:title='hdmiOn &#8211; a solution to loss of DVI video EDID signal on HD TVs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>The last few days I have been pulling my hair out over my new HD TV not working with my Home Theatre PC, specifically when switching from HDMI input to TV and back again. The HDMI signal is lost and can only be reset by either rebooting the PC or unplugging and replugging the HDMI cable.</p>
<p>This problem seems to affect ATI video cards only, with NVIDEA updating their drivers to fix this. ATI <a title="737-26329: Radeon series: No display through DVI-HDMI when switching back from TV input source on LCD TVs" href="http://support.ati.com/ics/support/default.asp?deptID=894" target="_blank">states</a> that Catalyst drivers at version 7.3 or higher have fixed this problem, but that wasn&#8217;t the case for me. A Google search for <a title="ati hdmi edid Google search" href="http://www.google.com.au/search?q=ati+hdmi+edid" target="_blank">ati hdmi edid</a> shows a number of users with the same problem.</p>
<p>Hence, I present to you my solution; hdmiOn.<br />
hdmiOn  is a tiny program that turns the monitor off and on, which resends the EDID data bringing back the TV to life. Suggested usage is to assign the program to a function or hotkey.</p>
<p>Program was tested on my <a title="SONY - Australia - Product KDL46X3100" href="http://www.sony.com.au/homecinema/catalog/product.jsp?id=KDL46X3100" target="_blank">Sony BRAVIA KDL46X3100</a> with a <a title="ATI Radeon™ HD 2400 Series" href="http://ati.amd.com/products/Radeonhd2400/index.html" target="_blank">ATI HD 2400 PRO</a>.</p>
<p><a title="Download hdmiOn.exe" href="http://thydzik.com/hdmiOn/hdmiOn.exe" target="_self">Download hdmiOn.exe</a></p>
<p>As requested, source code is as follows.</p>
<pre class="brush: cpp; title: ; notranslate">
#include &lt;windows.h&gt;

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
	// Turn off monitor
	SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2);
	// Turn on monitor
	SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) -1);

	return 0;
}
</pre>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/hdmion-a-solution-to-loss-of-dvi-video-epid-signal-on-hd-tvs/' addthis:title='hdmiOn &#8211; a solution to loss of DVI video EDID signal on HD TVs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/hdmion-a-solution-to-loss-of-dvi-video-epid-signal-on-hd-tvs/feed/</wfw:commentRss>
		<slash:comments>149</slash:comments>
		</item>
		<item>
		<title>Integrating an LCD TV with the Videosphere</title>
		<link>http://thydzik.com/integrating-an-lcd-tv-with-the-videosphere/</link>
		<comments>http://thydzik.com/integrating-an-lcd-tv-with-the-videosphere/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 08:53:06 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Computersphere]]></category>
		<category><![CDATA[body filler]]></category>
		<category><![CDATA[Dremel]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[sanding]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Videosphere]]></category>

		<guid isPermaLink="false">http://blog.thydzik.com/integrating-an-lcd-tv-with-the-videosphere/</guid>
		<description><![CDATA[As I previously posted, I purchased a 8.4&#8243; LCD TV for around $150. Here is the last update for the year, going on holidays and won&#8217;t be back till mid January. I have started to try to mount the LCD TV into the Videosphere. Firstly removed the LCD from the plastic housing This is a [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/integrating-an-lcd-tv-with-the-videosphere/' addthis:title='Integrating an LCD TV with the Videosphere ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>As I previously posted, I purchased a 8.4&#8243; LCD TV for around $150.</p>
<p>Here is the last update for the year, going on <a href="http://sonyaandtravis.com/category/china-20072008">holidays</a> and won&#8217;t be back till mid January.</p>
<p>I have started to try to mount the LCD TV into the Videosphere. Firstly removed the LCD from the plastic housing<br />
<a href="http://thydzik.com/computersphere/computersphere-removing-the-lcd-from-the-plastic-housing.jpg" rel="lightbox29"  title="Removing the LCD from the plastic housing"><img src="http://thydzik.com/computersphere/computersphere-removing-the-lcd-from-the-plastic-housing-th.jpg" alt="Removing the LCD from the plastic housing" /></a></p>
<p>This is a photo of the back of the LCD<br />
<a href="http://thydzik.com/computersphere/computersphere-underside-of-the-lcd.jpg" rel="lightbox29"  title="Underside of the LCD"><img src="http://thydzik.com/computersphere/computersphere-underside-of-the-lcd-th.jpg" alt="Underside of the LCD" /></a></p>
<p>First fit test. You would not believe how close this panel is to not fitting. When choosing the TV I only was concerned about the LCD size fitting the hole, I did not think about the housing. Being a cheap quality LCD the housing protrudes a fair bit. You can observe that the housing isn&#8217;t quite flush and this is for two reasons, the LCD is slightly too big, and the hole is actually curved due to the curved screen of the original CRT.<br />
<a href="http://thydzik.com/computersphere/computersphere-fit-testing-the-lcd-to-the-videosphere.jpg" rel="lightbox29"  title="Fit testing the LCD to the Videosphere"><img src="http://thydzik.com/computersphere/computersphere-fit-testing-the-lcd-to-the-videosphere-th.jpg" alt="Fit testing the LCD to the Videosphere" /></a></p>
<p>The way I solved the LCD size problem was grinding the corners down. This was fairly dangerous as it was easy to damage the LCD, I still haven’t tested the LCD to see if it still works. Before grinding I disassembled the metal housing, this was so that I could see where the glass was as you do not want to be grinding that.<br />
<a href="http://thydzik.com/computersphere/computersphere-removing-the-metal-housing-from-the-lcd.jpg" rel="lightbox29"  title="Removing the metal housing from the LCD"><img src="http://thydzik.com/computersphere/computersphere-removing-the-metal-housing-from-the-lcd-th.jpg" alt="Removing the metal housing from the LCD" /></a></p>
<p>Here is a photo of the ground corners of the metal housing; I will explain what the cardboard is for next.<br />
<a href="http://thydzik.com/computersphere/computersphere-metal-housing-with-corners-ground-down.jpg" rel="lightbox29"  title="Metal housing with corners ground down"><img src="http://thydzik.com/computersphere/computersphere-metal-housing-with-corners-ground-down-th.jpg" alt="Metal housing with corners ground down" /></a></p>
<p>This now solved the LCD not fitting problem. The next problem was the gaps caused by the curved hole. This was solved by using car body filler. First I made a cardboard template with the exact same size hole as the Videosphere.<br />
You can observe the LCD metal housing on top of the cardboard below.<br />
<a href="http://thydzik.com/computersphere/computersphere-cardboard-template-created-from-the-metal-housing.jpg" rel="lightbox29"  title="Cardboard template created from the metal housing"><img src="http://thydzik.com/computersphere/computersphere-cardboard-template-created-from-the-metal-housing-th.jpg" alt="Cardboard template created from the metal housing" /></a></p>
<p>It was secured to the Videosphere with some tape.<br />
<a href="http://thydzik.com/computersphere/computersphere-cardboard-template-secured-with-tape.jpg" rel="lightbox29"  title="Cardboard template secured with tape"><img src="http://thydzik.com/computersphere/computersphere-cardboard-template-secured-with-tape-th.jpg" alt="Cardboard template secured with tape" /></a><br />
<a href="http://thydzik.com/computersphere/computersphere-front-of-videosphere-with-cardboard-in-place.jpg" rel="lightbox29"  title="Front of Videosphere with cardboard in place"><img src="http://thydzik.com/computersphere/computersphere-front-of-videosphere-with-cardboard-in-place-th.jpg" alt="Front of Videosphere with cardboard in place" /></a></p>
<p>Car body filler was applied liberally over the cardboard.<br />
<a href="http://thydzik.com/computersphere/computersphere-car-body-filler-applied-to-videosphere-hole.jpg" rel="lightbox29"  title="Car body filler applied to Videosphere hole"><img src="http://thydzik.com/computersphere/computersphere-car-body-filler-applied-to-videosphere-hole-th.jpg" alt="Car body filler applied to Videosphere hole" /></a></p>
<p>And the sanding process began.<br />
<a href="http://thydzik.com/computersphere/computersphere-initial-first-phase-of-sanding.jpg" rel="lightbox29"  title="Initial first phase of sanding"><img src="http://thydzik.com/computersphere/computersphere-initial-first-phase-of-sanding-th.jpg" alt="Initial first phase of sanding" /></a></p>
<p>I decided to buy myself an early Christmas present to speed things up. $125 from <a href="http://www.bunnings.com.au/">Bunnings</a>, includes the Flex Shaft and 55 accessories.<br />
<a href="http://thydzik.com/computersphere/computersphere-dremel-300-boxed.jpg" rel="lightbox29"  title="Dremel 300 boxed"><img src="http://thydzik.com/computersphere/computersphere-dremel-300-boxed-th.jpg" alt="Dremel 300 boxed" /></a></p>
<p>This was the finished results after another layer of car body filler. It took me a while to get used to the <a href="http://www.dremel.com/" title="Dremel">Dremel</a> as I was taking too much out of some areas and leaving indents.<br />
<a href="http://thydzik.com/computersphere/computersphere-finished-result-after-sanding.jpg" rel="lightbox29"  title="Finished result after sanding"><img src="http://thydzik.com/computersphere/computersphere-finished-result-after-sanding-th.jpg" alt="Finished result after sanding" /></a></p>
<p>I am quite happy with the results so far. This will be painted black making any imperfections harder to see. Below is a photo of the LCD metal housing over the hole. The hole is slightly uneven and small and that will be fixed up next year.<br />
<a href="http://thydzik.com/computersphere/computersphere-back-of-videosphere-with-metal-housing-used-for-comparison.jpg" rel="lightbox29"  title="Back of Videosphere with metal housing used for comparison"><img src="http://thydzik.com/computersphere/computersphere-back-of-videosphere-with-metal-housing-used-for-comparison-th.jpg" alt="Back of Videosphere with metal housing used for comparison" /></a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/integrating-an-lcd-tv-with-the-videosphere/' addthis:title='Integrating an LCD TV with the Videosphere ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/integrating-an-lcd-tv-with-the-videosphere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 540/571 objects using disk: basic
Content Delivery Network via t01.thydzik.com

Served from: thydzik.com @ 2012-02-10 18:13:35 -->
