Lcdproc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 11: | Zeile 11: | ||
==Installation Software== | ==Installation Software== | ||
− | <pre>cd | + | <pre>cd $SOURCEDIR |
tar xvzf lcdproc-CVS-stable-0-4-4.tar.gz | tar xvzf lcdproc-CVS-stable-0-4-4.tar.gz | ||
cd lcdproc-CVS-stable-0-4-4-20030317 | cd lcdproc-CVS-stable-0-4-4-20030317 |
Version vom 19. August 2004, 22:20 Uhr
Inhaltsverzeichnis |
Beschreibung
Plugin ist für Alphanummerische Displays.
Hardwareanforderungen
Alphanummerische Display.
Softwareanforderungen
LCDproc
Installation Software
cd $SOURCEDIR tar xvzf lcdproc-CVS-stable-0-4-4.tar.gz cd lcdproc-CVS-stable-0-4-4-20030317 ./configure --prefix=/usr/local --enable-drivers=hd44780 cp LCDd.conf /etc make make install Tip: "./configure --help" [ giebt alle Komandozeilen Optionen aus. ] "./configure --enable-drivers=all" [ würde alle Treiber übersetzen, benötigt dann aber ] [ ncurses/ncurses-devel für den curses driver. ]
Gestartet wird der "daemon lcdproc server" wie folgt:
LCDd -c /etc/LCDd.conf &
Wer möchte nutzt die init-scripts aus ../lcdproc-CVS-stable-0-4-4-20030317/scripts, oder startet das ganze Praktischerweise über die runvdr.
Tip: Der "daemon lcdproc server" muß vor dem laden des Plugins gestartet worden sein!
Probleme
Keine bekannt (Plugin).
Bei LCDproc eine runde Version hat "Speicher" Propleme (Last wurde hoch geschauckelt), am besten "lcdproc-CVS-stable-0-4-4.tar.gz" oder höher, dann klappts auch :-)).
Links
[1] | http://lcdproc.omnipotent.net | LCDproc Homepage |
[2] | http://lcdproc.sourceforge.net/nightly | Aktuelle Versionen -> LCDproc |
[3] | http://home.pages.at/linux/dvb.html | Homepage des Plugins |