Document the default settings of the server. Although on/true/yes and

no/fales/off may be used interchangeable use the values described in the
comments.
This commit is contained in:
mmdolze
2013-04-07 11:43:03 +00:00
parent 3e2d42af69
commit 1bc222b080
+17 -14
View File
@@ -52,24 +52,26 @@ DriverPath=server/drivers/
# stv5730, svga, t6963, text, tyan, ula200, vlsys_m428, xosd
Driver=curses
# Tells the driver to bind to the given interface
# Tells the driver to bind to the given interface. [default: 127.0.0.1]
Bind=127.0.0.1
# Listen on this specified port; defaults to 13666.
# Listen on this specified port. [default: 13666]
Port=13666
# Sets the reporting level; defaults to 2 (warnings and errors only).
# Sets the reporting level; defaults to warnings and errors only.
# [default: 2; legal: 0-5]
#ReportLevel=3
# Should we report to syslog instead of stderr ? [default: no; legal: yes, no]
# Should we report to syslog instead of stderr? [default: no; legal: yes, no]
#ReportToSyslog=yes
# User to run as. LCDd will drop its root privileges, if any,
# and run as this user instead.
# User to run as. LCDd will drop its root privileges and run as this user
# instead. [default: nobody]
User=nobody
# The server will stay in the foreground if set to true.
#Foreground=no
# The server will stay in the foreground if set to yes.
# [default: no, legal: yes, no]
#Foreground=yes
# Hello message: each entry represents a display line; default: builtin
#Hello=" Welcome to"
@@ -79,20 +81,20 @@ User=nobody
#GoodBye="Thanks for using"
#GoodBye=" LCDproc!"
# Sets the default time in seconds to displays a screen.
# Sets the default time in seconds to displays a screen. [default: 4]
WaitTime=5
# If set to no, LCDd will start with screen rotation disabled. This has the
# same effect as if the ToggleRotateKey had been pressed. Rotation will start
# if the ToggleRotateKey is pressed. Note that this setting does not turn off
# priority sorting of screens. [default: on; legal: on, off]
#AutoRotate=no
#AutoRotate=off
# If yes, the the serverscreen will be rotated as a usual info screen. If no,
# it will be a background screen, only visible when no other screens are
# active. The special value 'blank' is similar to no, but only a blank screen
# is displayed. [default: on; legal: on, off, blank]
#ServerScreen=no
#ServerScreen=off
# Set master backlight setting. If set to 'open' a client may control the
# backlight for its own screens (only). [default: open; legal: off, open, on]
@@ -498,13 +500,14 @@ Speed=19200
## Hitachi HD44780 driver ##
[hd44780]
# Select what type of connection. See documentation for types.
# Select what type of connection. See documentation for availabe types.
ConnectionType=4bit
# Port where the LPT is. Usual value are: 0x278, 0x378 and 0x3BC
# I/O address of the LPT port. Usual values are: 0x278, 0x378 and 0x3BC.
# For I2C connections this sets the slave address (usually 0x20).
Port=0x378
# Device of the serial interface [default: /dev/lcd]
# Device of the serial or I2C interface [default: /dev/lcd]
Device=/dev/ttyS0
# Bitrate of the serial port (0 for interface default)