Correct spelling in LCDd.conf (patch by D. Dumont and myself).

This commit is contained in:
mmdolze
2011-10-23 08:49:52 +00:00
parent 869559f1fe
commit 4438d51ab0
+16 -16
View File
@@ -10,7 +10,7 @@
# a section called [menu]. Further each driver has a section which
# defines how the driver acts.
#
# The drivers are activated by specifiying them in a driver= line in the
# The drivers are activated by specifying them in a driver= line in the
# server section, like:
#
# Driver=curses
@@ -40,7 +40,7 @@ DriverPath=server/drivers/
# The name of the driver is case sensitive and determines the section
# where to look for further configuration options of the specific driver
# as well as the name of the dynamic driver module to load at runtime.
# The latter one can be changed by giving af File= directive in the
# The latter one can be changed by giving a File= directive in the
# driver specific section.
#
# The following drivers are supported:
@@ -64,7 +64,7 @@ Port=13666
# Should we report to syslog instead of stderr ? [default: no; legal: yes, no]
#ReportToSyslog=yes
# User to run as. LCDd will drop its root priviledges, if any,
# User to run as. LCDd will drop its root privileges, if any,
# and run as this user instead.
User=nobody
@@ -292,7 +292,7 @@ Keypad=yes
# KeyMap_E=Enter
# KeyMap_F=Escape
# keypad_test_mode permits to test keypad assignement
# keypad_test_mode permits one to test keypad assignment
# Default value is no
#keypad_test_mode=yes
@@ -394,7 +394,7 @@ Driver=noritake800
UseFT2=yes
# text resolution in fixed width characters [default: 16x4]
# (if it won't fit according to available physical pixel resolutioni
# (if it won't fit according to available physical pixel resolution
# and the minimum available font face size in pixels, then
# 'DebugBorder' will automatically be turned on)
TextResolution=20x4
@@ -407,7 +407,7 @@ FontFile=/usr/share/fonts/corefonts/courbd.ttf
# character encoding to use
CharEncoding=iso8859-2
# minumum size in pixels in which fonts should be rendered
# minimum size in pixels in which fonts should be rendered
MinFontFaceSize=7x12
## optional:
@@ -417,7 +417,7 @@ Backlight=no # Backlight if applicable
UpsideDown=no # flip image upside down
Invert=no # invert light/dark pixels
ShowDebugFrame=no # turns on/off 1 pixel thick debugging
# border whithin the usable text area,
# border within the usable text area,
# for setting up TextResolution and
# MinFontFaceSize (if using FT2);
ShowBigBorder=no # border around the unused area
@@ -447,7 +447,7 @@ Speed=19200
# Select what type of connection. See documentation for types.
ConnectionType=4bit
# Port where the LPT is [ususal: 0x278, 0x378 and 0x3BC]
# Port where the LPT is [usual: 0x278, 0x378 and 0x3BC]
Port=0x378
# Device of the serial interface [default: /dev/lcd]
@@ -549,7 +549,7 @@ Size=20x4
# (if not given, the 1st IOWarrior found gets used)
#SerialNumber=00000674
# If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible',
# If you have an HD66712, a KS0073 or another 'almost HD44780-compatible',
# set this flag to get into extended mode (4-line linear).
#ExtendedMode=yes
@@ -745,9 +745,9 @@ OffBrightness=50
# Show self-running clock after LCDd shutdown
# Possible values: [default: no; legal: no, small, big]
Clock=big
# Dimm display, no dimming gives full brightness [default: no, legal: yes, no]
# Dim display, no dimming gives full brightness [default: no, legal: yes, no]
Dimming=no
# Dimm display in case LCDd is inactive [default: no, legal: yes, no]
# Dim display in case LCDd is inactive [default: no, legal: yes, no]
OffDimming=yes
@@ -957,7 +957,7 @@ DelayMult=0
## serial POS display driver ##
[serialPOS]
# Device to use in serial modea [default: /dev/lcd]
# Device to use in serial mode [default: /dev/lcd]
Device=/dev/lcd
# Specifies the size of the display in characters. [default: 16x2]
@@ -986,19 +986,19 @@ Speed=9600
# 6 Futaba NA202SD08FA (allmost IEE compatible)
# 7 Samsung 20S207DA4 and 20S207DA6
# 8 Nixdorf BA6x / VT100
# (* most should work, not testet yet.)
# (* most should work, not tested yet.)
Type=0
# "no" if display connected serial, "yes" if connected parallel. [default: no(=serial)]
use_parallel=no
# Number of Custom-Characters [default: displaytype dependent]
# Number of Custom-Characters [default: display type dependent]
#Custom-Characters=0
# Portaddress where the LPT is. Used in parallelmode only. Usual values are 0x278, 0x378 and 0x3BC
# Portaddress where the LPT is. Used in parallel mode only. Usual values are 0x278, 0x378 and 0x3BC
Port=0x378
# Set parallel port timingdelay (us). Used in parallelmode only. [default: 2; legal: 0 - 255]
# Set parallel port timing delay (us). Used in parallel mode only. [default: 2; legal: 0 - 255]
#PortWait=2
# Device to use in serial mode. Usual values are /dev/ttyS0 and /dev/ttyS1