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:
@@ -52,24 +52,26 @@ DriverPath=server/drivers/
|
|||||||
# stv5730, svga, t6963, text, tyan, ula200, vlsys_m428, xosd
|
# stv5730, svga, t6963, text, tyan, ula200, vlsys_m428, xosd
|
||||||
Driver=curses
|
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
|
Bind=127.0.0.1
|
||||||
|
|
||||||
# Listen on this specified port; defaults to 13666.
|
# Listen on this specified port. [default: 13666]
|
||||||
Port=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
|
#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
|
#ReportToSyslog=yes
|
||||||
|
|
||||||
# User to run as. LCDd will drop its root privileges, if any,
|
# User to run as. LCDd will drop its root privileges and run as this user
|
||||||
# and run as this user instead.
|
# instead. [default: nobody]
|
||||||
User=nobody
|
User=nobody
|
||||||
|
|
||||||
# The server will stay in the foreground if set to true.
|
# The server will stay in the foreground if set to yes.
|
||||||
#Foreground=no
|
# [default: no, legal: yes, no]
|
||||||
|
#Foreground=yes
|
||||||
|
|
||||||
# Hello message: each entry represents a display line; default: builtin
|
# Hello message: each entry represents a display line; default: builtin
|
||||||
#Hello=" Welcome to"
|
#Hello=" Welcome to"
|
||||||
@@ -79,20 +81,20 @@ User=nobody
|
|||||||
#GoodBye="Thanks for using"
|
#GoodBye="Thanks for using"
|
||||||
#GoodBye=" LCDproc!"
|
#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
|
WaitTime=5
|
||||||
|
|
||||||
# If set to no, LCDd will start with screen rotation disabled. This has the
|
# 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
|
# 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
|
# if the ToggleRotateKey is pressed. Note that this setting does not turn off
|
||||||
# priority sorting of screens. [default: on; legal: on, 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,
|
# 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
|
# 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
|
# active. The special value 'blank' is similar to no, but only a blank screen
|
||||||
# is displayed. [default: on; legal: on, off, blank]
|
# 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
|
# 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]
|
# backlight for its own screens (only). [default: open; legal: off, open, on]
|
||||||
@@ -498,13 +500,14 @@ Speed=19200
|
|||||||
## Hitachi HD44780 driver ##
|
## Hitachi HD44780 driver ##
|
||||||
[hd44780]
|
[hd44780]
|
||||||
|
|
||||||
# Select what type of connection. See documentation for types.
|
# Select what type of connection. See documentation for availabe types.
|
||||||
ConnectionType=4bit
|
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
|
Port=0x378
|
||||||
|
|
||||||
# Device of the serial interface [default: /dev/lcd]
|
# Device of the serial or I2C interface [default: /dev/lcd]
|
||||||
Device=/dev/ttyS0
|
Device=/dev/ttyS0
|
||||||
|
|
||||||
# Bitrate of the serial port (0 for interface default)
|
# Bitrate of the serial port (0 for interface default)
|
||||||
|
|||||||
Reference in New Issue
Block a user