Asensin uusimman lcdproc 0.5.3:n CVS:stä+patchin tämän ohjeen mukaan ja nyt näkyy taas "kellonaika" esim, 31:47 PM
.
https://bugs.launchpad.net/debian/+source/lcdproc/+bug/390452http://sourceforge.net/projects/lcdproc/---------------------------------
I compiled lcdproc 0.5.3 for jaunty -- I got a imonlcd display ... and I'd just like to share.
I dropped most stuff that is upstream -- so please send any bugs upstream.
Get lcdproc tarball from sf.net(see link in comment #0).
Get my modified .diff.gz here:
http://geki.ath.cx/hacks/lcdproc_0.5.3-0ubuntu1.diff.gzNow then, do:
$ tar xzf lcdproc-0.5.3.tar.gz
$ cd lcdproc-0.5.3/
$ zcat ../lcdproc_0.5.3-0ubuntu1.diff.gz | patch -p1
# I have to change owner/rights ...wt?!
$ cd ..
$ sudo chown root:root lcdproc-0.5.3/
$ sudo chmod -R 755 lcdproc-0.5.3/
$ cd -
# build .deb file
$ sudo apt-get build-dep lcdproc
$ sudo dpkg-buildpackage
Now you got a .deb file you can install.
I did not test it yet, though. :|
----------------------------------------------
Mitenköhän tuon kellonajan saisi jotenkin kuntoon Mythbuntu 9.04:ssa, joka siis käyttää Mythtv 0.21:sta? Tunteeko joku tuon lcdproc:n sielunelämää?
Minun /etc/LCDd.conf näyttää tältä (ja olen laittanut driveriksi tuon imonlcd):
## Soundgraph iMON LCD ##
[imonlcd]
# Specify which iMon protocol should be used [legal: 0=15c2:ffdc device,
# 1=15c2:0038 device; default: 0]
Protocol=1
# Set the exit behavior [legal: 0=leave shutdown message, 1=show the big clock,
# 2=blank device; default: 1]
OnExit=2
# Select the output device to use [default: /dev/lcd0]
Device=/dev/lcd0
# Select the displays contrast [default: 200; legal: 0-1000]
Contrast=200
# Specify the size of the display in pixels [default: 96x16]
#Size=96x16
# Set the backlight state [default: on; legal: on, off]
#Backlight=on
# Set the disc mode [legal: 0=spin the "slim" disc - two disc segments,
# 1=their complement spinning; default: 0]
#DiscMode=0