logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lcdvc - LCDproc virtual console

Authors

lcdvc was originally written by Joris Robijn, modified by Peter Marschall.

       This man page was written by Markus Dolze.

Description

       This  program  shows content from a system console on a LCD controlled by LCDd. As the console is usually
       larger than a LCD, the area shown on the LCD screen can be scrolled using keys attached to the display.

       Additionally it has an autoscroll feature, which is on by default and  can  only  be  disabled  by  using
       lcdvc's menu.

       By  default  it  uses /dev/vcs and /dev/vcsa devices as the console to show. Other console devices can be
       set in the configuration file /etc/lcdvc.conf. The keys used for scrolling can be set in the config  file
       as well.

Files

/etc/lcdvc.conf/dev/vcs/dev/vcsa

License

lcdvc is released under the GNU General Public License, version 2.

LCDproc                                           12 June 2009                                          lcdvc(1)

Name

       lcdvc - LCDproc virtual console

Options

       The  following  options  can be set in the configuration file /etc/lcdvc.conf as well, but those given on
       the command line take precedence:

       -aaddr
              DNS name or IP address of the LCDd server (default localhost).

       -cfile
              Specify configuration file.

       -f     Run in foreground.

       -h     Output help and exit.

       -pport
              Port of the LCDd server (default 13666).

       -rlevel
              Set reporting level (0-5, default: 2)

       -sbool
              Report to syslog (1) or stderr (0, default).

See Also

LCDd(8) vcs(4)

Synopsis

       lcdvc [-fh] [-aaddr] [-cfile] [-pport] [-rlevel] [-sbool]

See Also