<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.dashboardmonkey.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>shotgunefx&#039;s blog</title>
 <link>http://www.dashboardmonkey.com/?q=blog/shotgunefx</link>
 <description></description>
 <language>en</language>
<item>
 <title>My Front-end (in progress)</title>
 <link>http://www.dashboardmonkey.com/?q=2006/07/31/my_front_end_in_progress</link>
 <description>&lt;p&gt;Been real busy but have made a lot of headway.  Got my Holux GR213 GPS. Works great.  I&#039;ve also started up my own front-end. Coming along very nicely.&lt;br /&gt;&amp;nbsp;&lt;img width=&quot;503&quot; height=&quot;364&quot; border=&quot;0&quot; src=&quot;http://www.leeland.net/lib/leeland/20060730-lcd2.jpg&quot; alt=&quot;Auto DAC frontend&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/07/31/my_front_end_in_progress#comment</comments>
 <pubDate>Mon, 31 Jul 2006 02:36:39 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">215 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>KDE losing resolution on reboot, finally figured it out. About damn time...</title>
 <link>http://www.dashboardmonkey.com/?q=2006/07/03/kde_losing_resolution_on_reboot_finally_figured_it_out_about_damn_time</link>
 <description>&lt;p&gt;Been busy with lot&#039;s of stuff, but finally nailed one issue that&#039;s been driving me mad.&lt;/p&gt;
&lt;p&gt;My resolution in X &lt;i&gt;should&lt;/i&gt; be 800x600, but after the graphical login, it keeps dumping me back to 640x480.  I can go into KDE Control Center and set it correctly (though for some reason, there are tons of resolutions not specified in xorg.conf listed)&lt;/p&gt;
&lt;p&gt;If I reboot, it just keeps reverting back to 640x480 &lt;i&gt;after&lt;/i&gt; the login.&lt;/p&gt;
&lt;p&gt;So it initially hits 800x600, and it can change to it without problem, so what the hell is going on here? Hours and hours of googling and tweaking yielded squat.&lt;/p&gt;
&lt;p&gt;I thought maybe it was because I have dual (non-twinview) heads set up. I try changing the second monitor&#039;s resolution to no avail. Still dumps me into 640x480. I was close to the solution though.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/07/03/kde_losing_resolution_on_reboot_finally_figured_it_out_about_damn_time&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/07/03/kde_losing_resolution_on_reboot_finally_figured_it_out_about_damn_time#comment</comments>
 <pubDate>Mon, 03 Jul 2006 02:39:22 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">212 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Config update and other stuff</title>
 <link>http://www.dashboardmonkey.com/?q=2006/06/06/config_update_and_other_stuff</link>
 <description>&lt;p&gt;Busy busy, a short update.  &lt;/p&gt;
&lt;p&gt;I now know why people just post working configs of linux stuff instead of the actual steps. I had spent dozens of hours trying to get everything right. Got dual heads working on the laptop and a million other little details that I&#039;ve already forgotten.  Still haven&#039;t gotten the udev rules to work right though.  &lt;/p&gt;
&lt;p&gt;Also on the HUD front, decided to try something different from the projection. I had a busted camcorder and I stole the CRT seeing it&#039;s almost the same size as common CCD cameras and therefor, lot&#039;s of lenses  Here&#039;s how I got it to work. Warning! High voltage in the CRT!&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.leeland.net/lib/leeland/sony-viewfinder.jpg&quot; alt=&quot;Sony viewfinder mod&quot; title=&quot;Sony viewfinder mod&quot; /&gt;&lt;br /&gt;
Haven&#039;t gotten around to testing projecting it yet.  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/06/06/config_update_and_other_stuff&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/06/06/config_update_and_other_stuff#comment</comments>
 <pubDate>Tue, 06 Jun 2006 00:17:30 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">208 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Linux - Love &amp; Hate</title>
 <link>http://www.dashboardmonkey.com/?q=2006/05/28/linux_love_hate</link>
 <description>&lt;p&gt;I really do love Linux, but God damn, I hate it too.&lt;/p&gt;
&lt;p&gt;Finalizing my install and taking care of all the little odds and ends and it&#039;s driving me nuts.&lt;/p&gt;
&lt;p&gt;First off. My Lilliput goes bonkers when X starts. Cycling the power button fixes it, but hey, I&#039;m lazy.&lt;/p&gt;
&lt;p&gt;So a little googling and I came up with this script (called togglemonitor) which I call from my Xstart file.&lt;/p&gt;
&lt;pre&gt;
#!/bin/sh
/usr/X11R6/bin/xset dpms force off
/usr/X11R6/bin/xset dpms force on
&lt;/pre&gt;&lt;p&gt;
Works like a charm. Monitor turns off and back on and everything&#039;s dandy. This would be one of those things I love.&lt;/p&gt;
&lt;p&gt;Getting the touchscreen set up on the new laptop, would be one of those things I hate. I&#039;d really like to get udev working so it doesn&#039;t screw everything up when i add devices. Docs suck. My rules appear to be correct but don&#039;t work.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/05/28/linux_love_hate&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/05/28/linux_love_hate#comment</comments>
 <pubDate>Sun, 28 May 2006 13:17:12 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">207 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Cameras, Mount etc...</title>
 <link>http://www.dashboardmonkey.com/?q=2006/05/14/cameras_mount_etc</link>
 <description>&lt;p&gt;Been busy. Mostly with trying to overcome various issues with the Nitevision/HUD project.&lt;br /&gt;
One being projection of the HUD, the other main challenge,  glare issues with the car cameras. Waiting now on an auto-iris lense to mate to the CCD.&lt;br /&gt;
&lt;img src=&quot;http://www.leeland.net/lib/leeland/front-cam-1.jpg&quot; alt=&quot;Sebring Coupe with Front mounted camera&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/05/14/cameras_mount_etc&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/05/14/cameras_mount_etc#comment</comments>
 <pubDate>Sun, 14 May 2006 04:45:32 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">206 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>New laptop, and Dell sucks.</title>
 <link>http://www.dashboardmonkey.com/?q=2006/04/21/new_laptop_and_dell_sucks</link>
 <description>&lt;p&gt;So I barter with my brother for his Dell Inspirion 8600.&lt;/p&gt;
&lt;p&gt;So now my audio problem is solved. Much better/faster machine, even dual heads!&lt;/p&gt;
&lt;p&gt;So I order a new dock and stand. Everything looks great and plug it in and....&lt;/p&gt;
&lt;p&gt;It doesnt&#039; work. Gives me an error saying that the AC adapter isn&#039;t big enough. Apparently it communicates on a 3rd pin. &lt;/p&gt;
&lt;p&gt;This is pretty annoying. I don&#039;t mind so much picking up the bigger AC adapter, but unless I can extract one of those chips out of an adapter and can get it to work, using a Carnetix (Which I&#039;ve been thinking a lot about) is out.&lt;/p&gt;
&lt;p&gt;There&#039;s a setting to ignore those problems in the BIOS, but it doesn&#039;t have any effect.&lt;/p&gt;
&lt;p&gt;Always something stupid tripping me up.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/04/21/new_laptop_and_dell_sucks&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/04/21/new_laptop_and_dell_sucks#comment</comments>
 <pubDate>Fri, 21 Apr 2006 05:41:52 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">199 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Driver and Sound Frustration.</title>
 <link>http://www.dashboardmonkey.com/?q=2006/04/08/driver_and_sound_frustration</link>
 <description>&lt;p&gt;Nothing is going easy lately.&lt;/p&gt;
&lt;p&gt;After about twenty hours, finally got the lilliput&#039;s touchscreen working basically following the directions &lt;a href=&quot;http://tzilla.is-a-geek.com/articles/egalax/&quot;&gt;here&lt;/a&gt; using the evtouch drivers.&lt;/p&gt;
&lt;p&gt;Unfortunately before finding this and struggling with the tkusb drivers, I had to upgrade to a 2.6 kernel. What a PITA.&lt;/p&gt;
&lt;p&gt;It took me hours of tweaking the config to get it to work, mainly as I had X tying it to the wrong input event. Oddly enough, it still worked, just not right.&lt;/p&gt;
&lt;p&gt;So I think I&#039;m good and hit a huge problem. My audio out on my laptop is broken. No left channel. Tried for hours to find out what&#039;s wrong and fix it to no avail.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/04/08/driver_and_sound_frustration&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/04/08/driver_and_sound_frustration#comment</comments>
 <pubDate>Sat, 08 Apr 2006 13:55:21 -0400</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">196 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>LCD in with flexible privacy screen</title>
 <link>http://www.dashboardmonkey.com/?q=2006/03/31/lcd_in_with_flexible_privacy_screen</link>
 <description>&lt;p&gt;Well I polished it up a little bit. Not perfect but looks pretty good.&lt;br /&gt;
&lt;br&gt;&lt;img src=&quot;http://www.leeland.net/lib/leeland/lcd-in-20060331.jpg&quot;&gt;&lt;br /&gt;
&lt;br&gt;&lt;img src=&quot;http://www.leeland.net/lib/leeland/lcd-in-20060331-a.jpg&quot;&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
Got screwed on the flexible privacy screen. It was damaged. Haven&#039;t yet heard back from the seller. I was hoping to make 4 out of it ,but due to the giant crease, only got one.&lt;br&gt; I&#039;m close enough to center that  I can see the display pretty well. It&#039;s just the tiniest bit fuzzy (text). I might end up taking out the lcd panel and tilting it about 5 degrees towards me, then it will be crystal clear.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/03/31/lcd_in_with_flexible_privacy_screen&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/03/31/lcd_in_with_flexible_privacy_screen#comment</comments>
 <pubDate>Fri, 31 Mar 2006 20:48:54 -0500</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">194 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Making the lcd pretty and misc</title>
 <link>http://www.dashboardmonkey.com/?q=2006/03/26/making_the_lcd_pretty_and_misc</link>
 <description>&lt;p&gt;Still haven&#039;t attacked the line-out problem, so I&#039;ve got to fight with that, headphone jack works but is MONO? WTF?&lt;br /&gt;
&lt;br&gt;I ordered a flexible version of the privacy screen, hopefully the touchscreen will work through it, but don&#039;t know how the glare will be affected.&lt;br /&gt;
&lt;br&gt;So in the meanwhile, I&#039;m fixing up the lcd.&lt;br /&gt;
&lt;br&gt;Started polishing up the lcd console.&lt;br /&gt;
&lt;br&gt;&lt;img src=&quot;http://www.leeland.net/lib/leeland/20060326-lcd6.jpg&quot;&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;br&gt;First, I taped off all the areas I didn&#039;t want to smooth out in case I slipped with the power sander.&lt;br /&gt;
&lt;br&gt;&lt;img src=&quot;http://www.leeland.net/lib/leeland/20060326-lcd1.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/03/26/making_the_lcd_pretty_and_misc&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/03/26/making_the_lcd_pretty_and_misc#comment</comments>
 <pubDate>Sun, 26 Mar 2006 23:01:38 -0500</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">191 at http://www.dashboardmonkey.com</guid>
</item>
<item>
 <title>Almost gave up....</title>
 <link>http://www.dashboardmonkey.com/?q=2006/03/22/almost_gave_up</link>
 <description>&lt;p&gt;So after spending my week freezing my can off in below freezing temperatures, I just about quit.&lt;/p&gt;
&lt;p&gt;I spent some time this weekend tieing up some loose ends.&lt;/p&gt;
&lt;p&gt;I made a nice LDO regulator for my lilliput as I was getting noise on the screen. I also added the amp turnon lead and wrapped it up with molex connectors so I could easily remove it as needed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.leeland.net/lib/leeland/amp-input.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;I test it out and... nothing. After hours of fighting with it, I realize the problem. The only thing that doesn&#039;t work with linux on my laptop is the audio outputs. GRRRRRRRRRRR&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dashboardmonkey.com/?q=2006/03/22/almost_gave_up&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.dashboardmonkey.com/?q=2006/03/22/almost_gave_up#comment</comments>
 <pubDate>Wed, 22 Mar 2006 21:31:41 -0500</pubDate>
 <dc:creator>shotgunefx</dc:creator>
 <guid isPermaLink="false">189 at http://www.dashboardmonkey.com</guid>
</item>
</channel>
</rss>
