<?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>What&#039;s All This Brouhaha? &#187; lcdtest</title>
	<atom:link href="https://whats.all.this.brouhaha.com/category/computing/software/software-ive-written/lcdtest/feed/" rel="self" type="application/rss+xml" />
	<link>https://whats.all.this.brouhaha.com</link>
	<description>miscellaneous musings and random rantings</description>
	<lastBuildDate>Fri, 01 Nov 2019 06:31:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>lcdtest now uses SCons instead of make</title>
		<link>https://whats.all.this.brouhaha.com/2007/05/23/lcdtest-now-uses-scons-instead-of-make/</link>
		<comments>https://whats.all.this.brouhaha.com/2007/05/23/lcdtest-now-uses-scons-instead-of-make/#comments</comments>
		<pubDate>Thu, 24 May 2007 06:46:25 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[lcdtest]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=501</guid>
		<description><![CDATA[A few people reported problems caused by the &#8220;.d&#8221; dependency files created by the dependency analysis hack in the Makefile, so I&#8217;ve updated lcdtest to use SCons instead of make.Â  I&#8217;ve also now made RPMs for Fedora Core 6 available &#8230; <a href="https://whats.all.this.brouhaha.com/2007/05/23/lcdtest-now-uses-scons-instead-of-make/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A few people reported problems caused by the &#8220;.d&#8221; dependency files created by the dependency analysis hack in the Makefile, so I&#8217;ve updated <a href="http://www.brouhaha.com/~eric/software/lcdtest/" title="lcdtest" target="_blank">lcdtest</a> to use SCons instead of make.Â  I&#8217;ve also now made RPMs for Fedora Core 6 available (both i386 and x86_64), and submitted a review request to try to get them into the official Fedora package repository.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2007/05/23/lcdtest-now-uses-scons-instead-of-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lcdtest 1.04</title>
		<link>https://whats.all.this.brouhaha.com/2007/05/07/lcdtest-104/</link>
		<comments>https://whats.all.this.brouhaha.com/2007/05/07/lcdtest-104/#comments</comments>
		<pubDate>Tue, 08 May 2007 00:49:13 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[lcdtest]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=488</guid>
		<description><![CDATA[lcdtest wasn&#8217;t working properly with German keyboard layouts.Â  It was using keysyms from SDL key events, and those only indicate what the unshifted key legend is.Â  The fix was to enable the optional SDL key event Unicode mapping, and switch &#8230; <a href="https://whats.all.this.brouhaha.com/2007/05/07/lcdtest-104/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://http://www.brouhaha.com/~eric/software/lcdtest/" title="lcdtest" target="_blank">lcdtest</a> wasn&#8217;t working properly with German keyboard layouts.Â  It was using keysyms from <a href="http://www.libsdl.org/" title="SDL" target="_blank">SDL</a> key events, and those only indicate what the unshifted key legend is.Â  The fix was to enable the optional SDL key event Unicode mapping, and switch on that rather than the keysym.Â  However, some keys such as escape and the cursor arrows do not map to Unicode codepoints, and SDL returns a Unicode null for those.Â  I added code to check for them and map them into values in the Unicode Private Use Area.</p>
<p>lcdtest 1.04 should work with any keyboard layout that the host system supports, assuming that SDL&#8217;s Unicode mapping is done properly.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2007/05/07/lcdtest-104/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help!  There are too many dots!</title>
		<link>https://whats.all.this.brouhaha.com/2005/05/20/help-there-are-too-many-dots/</link>
		<comments>https://whats.all.this.brouhaha.com/2005/05/20/help-there-are-too-many-dots/#comments</comments>
		<pubDate>Fri, 20 May 2005 08:14:46 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[lcdtest]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=106</guid>
		<description><![CDATA[lcdtest release 1.01 has a new &#8220;dots&#8221; test pattern, and an on-screen help message.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.brouhaha.com/~eric/software/lcdtest/">lcdtest</a> release 1.01 has a new &#8220;dots&#8221; test pattern, and an on-screen help message.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2005/05/20/help-there-are-too-many-dots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lcdtest is more popular than expected</title>
		<link>https://whats.all.this.brouhaha.com/2005/04/26/lcdtest-is-more-popular-than-expected/</link>
		<comments>https://whats.all.this.brouhaha.com/2005/04/26/lcdtest-is-more-popular-than-expected/#comments</comments>
		<pubDate>Tue, 26 Apr 2005 09:00:21 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[lcdtest]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=94</guid>
		<description><![CDATA[Judging by the Freshmeat stats, lcdtest is way more popular than I ever would have guessed. There must have been some unsatisfied demand for a test pattern generator. Perhaps I&#8217;ll build Windows and MacOS X binaries for it as well. &#8230; <a href="https://whats.all.this.brouhaha.com/2005/04/26/lcdtest-is-more-popular-than-expected/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Judging by the Freshmeat stats, <a href="http://www.brouhaha.com/~eric/software/lcdtest/">lcdtest </a> is way more popular than I ever would have guessed. There must have been some unsatisfied demand for a test pattern generator. Perhaps I&#8217;ll build Windows and MacOS X binaries for it as well. There already are some similar programs for those platforms, but perhaps there&#8217;s some utility in having a common cross-platform program, and anyhow, since I used SDL it should be easy.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2005/04/26/lcdtest-is-more-popular-than-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lcdtest 1.00 has new options and commands</title>
		<link>https://whats.all.this.brouhaha.com/2005/04/23/lcdtest-100-has-new-options-and-commands/</link>
		<comments>https://whats.all.this.brouhaha.com/2005/04/23/lcdtest-100-has-new-options-and-commands/#comments</comments>
		<pubDate>Sat, 23 Apr 2005 19:37:42 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[lcdtest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=91</guid>
		<description><![CDATA[On a mailing list, someone pointed out a Windows lcd test program that was useful for adjusting the pixel clock frequency and phase of LCD monitors with analog VGA inputs (vs. DVI). It puts up alternating white and black vertical &#8230; <a href="https://whats.all.this.brouhaha.com/2005/04/23/lcdtest-100-has-new-options-and-commands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>On a mailing list, someone pointed out a Windows lcd test program that was useful for adjusting the pixel clock frequency and phase of LCD monitors with analog VGA inputs (vs. DVI).  It puts up alternating white and black vertical lines one pixel wide.  This is useful either for auto-setup or for fine tuning.</p>
<p><a href="http://www.brouhaha.com/~eric/software/lcdtest/">lcdtest</a> was able to do that, but you had to type the five key sequence &#8220;wv0&#8211;&#8221; to get it.  So I&#8217;ve added the command &#8220;a&#8221; to do it with a single key.</p>
<p>I also added command line options to list the available video resolutions, select a resolution, and get help.  There&#8217;s a new option to display in a window, intended for debugging and example screenshots.</p>
<p>I now consider the program to be feature complete, so the new release is version 1.00.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2005/04/23/lcdtest-100-has-new-options-and-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lcdtest &#8211; a new LCD test pattern utility</title>
		<link>https://whats.all.this.brouhaha.com/2005/04/16/6/</link>
		<comments>https://whats.all.this.brouhaha.com/2005/04/16/6/#comments</comments>
		<pubDate>Sun, 17 Apr 2005 04:09:49 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[lcdtest]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=6</guid>
		<description><![CDATA[As mentioned in my last entry, I just replaced my aging Nokia 445Xi 21&#8243; CRT monitor with a new Samsung SyncMaster 213T 21&#8243; LCD monitor. Much easier on my aging eyes that can no longer focus close in, as the &#8230; <a href="https://whats.all.this.brouhaha.com/2005/04/16/6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As mentioned in my last entry, I just replaced my aging Nokia 445Xi 21&#8243; CRT monitor with a new Samsung SyncMaster 213T 21&#8243; LCD monitor. Much easier on my aging eyes that can no longer focus close in, as the LCD face can sit much further back on my desk than the CRT face did.</p>
<p>I thought I&#8217;d try to count bad pixels. A Google search turned up various LCD test pattern programs for Windows and MacOS, but none for Linux. So naturally I thought I&#8217;d whip up a quick hack to fill this void.<br />
<span id="more-6"></span><br />
<a href="http://www.brouhaha.com/~eric/software/lcdtest/">lcdtest</a> uses <a href="http://www.libsdl.org/">SDL</a> for full-screen display, and in principle should work on other operating systems as well, but I&#8217;ve only tested it on an Athlon 64 running Fedora Core 3 Linux.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2005/04/16/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
