If you have installed the init-scripts you can simply start, stop and restart LCDd with the init-script.
There are several reasons for running LCDd from the command line
You don't want to install LCDd but run it from the source directory.
You want to do some debugging.
You want to get the output directly on stderr.
...
If you run LCDd as a "normal" user, it will not change to the user specified in the config file. For parallel port devices you will need root privileges anyway. |
The simplest command that will run LCDd is the following. It is useful for running LCDd from the source directory, e.g. after building.
$ server/LCDd -c LCDd.conf
Running LCDd -h gives you an overview of the currently available command line options, including a list of the compiled in drivers.
Example 6-1. LCDd -h
LCDd Server Daemon (part of lcdproc), 0.4.3dev Copyright (c) 1999 Scott Scriven, William Ferrell, and misc contributors This program is freely redistributable under the terms of the GNU Public License Usage: LCDd [ -hfiws ] [ -c <config> ] [ -d <driver> ] [ -a <addr> ] \ [ -p <port> ] [ -u <user> ] [ -w <time> ] [ -r <level> ] Available options are: -h Display this help screen -c <config> Use a configuration file other than /etc/LCDd.conf -d <driver> Add a driver to use (output only to first) -f Run in the foreground -i Disable showing of the main LCDproc server screen -w <waittime> Time to pause at each screen (in seconds) -a <addr> Network (IP) address to bind to -p <port> Network port to listen for connections on -u <user> User to run as -s Output messages to syslog -r <level> Report level (default=2) Currently available drivers: lcdm001, LCDM001, MtxOrb, MatrixOrbital, CFontz, CrystalFontz, LB216, text, curses, ncurses, BayRAD, glk, glc