<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">
<pre wrap="">On Wed, Dec 9, 2009 at 11:01 PM, Jarod Wilson <a
 class="moz-txt-link-rfc2396E" href="mailto:jarod@wilsonet.com">&lt;jarod@wilsonet.com&gt;</a> wrote:
</pre>
<blockquote type="cite" style="color: rgb(0, 0, 0);">
  <blockquote type="cite" style="color: rgb(0, 0, 0);">
    <blockquote type="cite" style="color: rgb(0, 0, 0);">
      <pre wrap=""><span class="moz-txt-citetags">&gt;&gt; &gt; </span>For some reason, this currently seems to be broken, and nobody has come up with a
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>fix yet. The lcdproc daemon can be configured to turn the display off, and it does turn it
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>off for a bit during shutdown, but the display lights back up as soon as the box finishes
<span class="moz-txt-citetags">&gt;&gt; &gt; </span>powering off... So far as I know, we send the exact same display off packet sequence
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>as windows does, so I can't really explain it. My best guess is that maybe the imon driver
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>needs to be unloaded cleanly (modprobe -r), sending those display off commands in its
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>module_exit() routine, and then maybe it'll stay off, but its just a WAG. Not high on my
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>priority list to poke at it though, but I'd welcome any assistance in determining root cause
<span class="moz-txt-citetags">&gt;&gt; &gt;</span>and a fix.
      </pre>
    </blockquote>
    <pre wrap=""><span class="moz-txt-citetags">&gt;&gt; </span>    
    </pre>
  </blockquote>
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>It's been a few years since I did my initial experiments with the LCD,
<span class="moz-txt-citetags">&gt; </span>so I hope my memory is correct.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>As I recall, you are correct that we do send the same data as windows
<span class="moz-txt-citetags">&gt; </span>does. When I was testing, I did both monitoring from the windows side
<span class="moz-txt-citetags">&gt; </span>using usb snoopy, and I installed windows in a virtualbox instance
<span class="moz-txt-citetags">&gt; </span>running under linux and monitored what usb commands got passed through
<span class="moz-txt-citetags">&gt; </span>to the hardware. I couldn't find any sort of command that we aren't
<span class="moz-txt-citetags">&gt; </span>passing properly.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>As far as your modprobe comment, I don't think that's it. I
<span class="moz-txt-citetags">&gt; </span>experimented with writing a userspace driver for the device using
<span class="moz-txt-citetags">&gt; </span>libusb and I got the same results. It seems unlikely to get the same
<span class="moz-txt-citetags">&gt; </span>problem through 2 different interfaces, so I suspect it's something
<span class="moz-txt-citetags">&gt; </span>lower level. My WAG has always been something like linux issuing a USB
<span class="moz-txt-citetags">&gt; </span>bus reset on poweroff.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Anyway, it's annoying, but I learned to live with it....mostly because
<span class="moz-txt-citetags">&gt; </span>my machine does suspend-to-ram, and for that the LCD actually stays
<span class="moz-txt-citetags">&gt; </span>off.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Disclaimer: none of this is very fresh in my memory, so I hope I
<span class="moz-txt-citetags">&gt; </span>didn't say something that was inaccurate. Also, I'm not a very
<span class="moz-txt-citetags">&gt; </span>experience driver writer, so it's possible I completely screwed up in
<span class="moz-txt-citetags">&gt; </span>my testing/debugging methodology. Take that for what it's worth.
<span class="moz-txt-citetags">&gt; </span>  
  </pre>
</blockquote>
<pre wrap="">Thanks alot I was hoping that it would be a one time lcd bios set it and
forget it fix but i guess not. thanks anyway
</pre>
</div>
</body>
</html>