Lcdproc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
(M) |
||
Zeile 11: | Zeile 11: | ||
==Installation Software== | ==Installation Software== | ||
− | <pre> | + | <pre>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 | ||
./configure --prefix=/usr/local --enable-drivers=hd44780 | ./configure --prefix=/usr/local --enable-drivers=hd44780 |
Version vom 23. Juli 2004, 17:46 Uhr
Inhaltsverzeichnis |
Beschreibung
Plugin ist für Alphanummerische Displays.
Hardwareanforderungen
Alphanummerische Display.
Softwareanforderungen
LCDproc
Installation Software
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 Driver ü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.
Links
[1] | http://lcdproc.omnipotent.net | LCDproc Homepage |
[2] | http://home.pages.at/linux/dvb.html | Homepage des Plugins |