Lcdproc-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
No edit summary
(intial)
Line 1: Line 1:
==Description==
==Description==
[[Image:(missing)-plugin|thumb|Screenshot]]
[[Image:Lcdproc-plugin|thumb|Screenshot]]
The '''LCDProc plugin''' make use of alphanummeric displays.


==Hardware requirements==
==Hardware requirements==
* Alphanummeric displays


==Software requirements==
==Software requirements==
* LCDProc


==Installation==
==Installation==
To install LCDProc
See [[plugin installation]]
<pre>
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
</pre>

You have to adjust the ''--enable-drivers'' option to your needs. Use
<pre>
./configure --help
</pre>
to see a list of all possible drivers and other options. After compilation and installation of LCDProc you have a deamon in your system called ''LCDd''. You hav to start it before VDR e.g. in the ''runvdr''
<pre>
LCDd -c /etc/LCDd.conf &
</pre>

For the plugin see [[plugin installation]].


==Problems==
==Problems==
* Use a recent CVS version of LCDProc to avoid memory problems


==Links==
==Links==
{|
{|
| [1]
| [1]
| http://
| http://home.pages.at/linux/dvb.html
| Plugin homepage
| Plugin homepage
|-
| [2]
| http://lcdproc.omnipotent.net
| LCDproc homepage
|-
| [3]
| http://lcdproc.sourceforge.net/nightly
| Recent versions of LCDproc
|}
|}


Line 21: Line 53:


<!-- Link to german wiki page -->
<!-- Link to german wiki page -->
[[de:Hello-plugin]]
[[de:Lcdproc-plugin]]

Revision as of 23:12, 20 September 2004

Description

The LCDProc plugin make use of alphanummeric displays.

Hardware requirements

  • Alphanummeric displays

Software requirements

  • LCDProc

Installation

To install LCDProc

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

You have to adjust the --enable-drivers option to your needs. Use

./configure --help

to see a list of all possible drivers and other options. After compilation and installation of LCDProc you have a deamon in your system called LCDd. You hav to start it before VDR e.g. in the runvdr

LCDd -c /etc/LCDd.conf &

For the plugin see plugin installation.

Problems

  • Use a recent CVS version of LCDProc to avoid memory problems

Links

[1] http://home.pages.at/linux/dvb.html Plugin homepage
[2] http://lcdproc.omnipotent.net LCDproc homepage
[3] http://lcdproc.sourceforge.net/nightly Recent versions of LCDproc