naddy 9476ae4b33 Consistently disable support for devices connected to a PC printer 8 years ago
..
DESCR 4e46f7e79c import lcdproc - a tool for interfacing LCD modules 12 years ago
PLIST 9476ae4b33 Consistently disable support for devices connected to a PC printer 8 years ago
README d9c1207e4f Move some obvious sudo -> '#' (root) in READMEs. 9 years ago
lcdd.rc 2b08275f55 lowercase LCDd rc script filename at request of aja@ 12 years ago
lcdexec.rc 4e46f7e79c import lcdproc - a tool for interfacing LCD modules 12 years ago
lcdproc.rc 4e46f7e79c import lcdproc - a tool for interfacing LCD modules 12 years ago

README

$OpenBSD: README,v 1.3 2015/07/07 14:43:36 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Typical Usage
=============

* Edit ${SYSCONFDIR}/LCDd.conf:
You will need to choose a driver and review your driver options.

* Start LCDd:
# ${RCDIR}/lcdd start

* Review ${SYSCONFDIR}/lcdproc.conf

* Start the lcdproc client:
# ${RCDIR}/lcdproc start

Your LCD display should now be displaying system statistics.

The default config file shipped with the OpenBSD package will log any
errors to syslog.

Using the Curses Output
=======================

LCDproc provides a curses output driver which is useful for testing.
When using this driver, you should *not* run LCDd using the bundled rc
script.

Instead, choose the "curses" driver in ${SYSCONFDIR}/LCDd.conf and run:
LCDd -f

Miscellaneous Notes
===================

* Network statistics are not yet supported on OpenBSD.