Correct spelling in LCDd.conf (patch by D. Dumont and myself).
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
# a section called [menu]. Further each driver has a section which
|
# a section called [menu]. Further each driver has a section which
|
||||||
# defines how the driver acts.
|
# 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:
|
# server section, like:
|
||||||
#
|
#
|
||||||
# Driver=curses
|
# Driver=curses
|
||||||
@@ -40,7 +40,7 @@ DriverPath=server/drivers/
|
|||||||
# The name of the driver is case sensitive and determines the section
|
# The name of the driver is case sensitive and determines the section
|
||||||
# where to look for further configuration options of the specific driver
|
# 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.
|
# 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.
|
# driver specific section.
|
||||||
#
|
#
|
||||||
# The following drivers are supported:
|
# The following drivers are supported:
|
||||||
@@ -64,7 +64,7 @@ Port=13666
|
|||||||
# 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 priviledges, if any,
|
# User to run as. LCDd will drop its root privileges, if any,
|
||||||
# and run as this user instead.
|
# and run as this user instead.
|
||||||
User=nobody
|
User=nobody
|
||||||
|
|
||||||
@@ -292,7 +292,7 @@ Keypad=yes
|
|||||||
# KeyMap_E=Enter
|
# KeyMap_E=Enter
|
||||||
# KeyMap_F=Escape
|
# KeyMap_F=Escape
|
||||||
|
|
||||||
# keypad_test_mode permits to test keypad assignement
|
# keypad_test_mode permits one to test keypad assignment
|
||||||
# Default value is no
|
# Default value is no
|
||||||
#keypad_test_mode=yes
|
#keypad_test_mode=yes
|
||||||
|
|
||||||
@@ -394,7 +394,7 @@ Driver=noritake800
|
|||||||
UseFT2=yes
|
UseFT2=yes
|
||||||
|
|
||||||
# text resolution in fixed width characters [default: 16x4]
|
# 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
|
# and the minimum available font face size in pixels, then
|
||||||
# 'DebugBorder' will automatically be turned on)
|
# 'DebugBorder' will automatically be turned on)
|
||||||
TextResolution=20x4
|
TextResolution=20x4
|
||||||
@@ -407,7 +407,7 @@ FontFile=/usr/share/fonts/corefonts/courbd.ttf
|
|||||||
# character encoding to use
|
# character encoding to use
|
||||||
CharEncoding=iso8859-2
|
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
|
MinFontFaceSize=7x12
|
||||||
|
|
||||||
## optional:
|
## optional:
|
||||||
@@ -417,7 +417,7 @@ Backlight=no # Backlight if applicable
|
|||||||
UpsideDown=no # flip image upside down
|
UpsideDown=no # flip image upside down
|
||||||
Invert=no # invert light/dark pixels
|
Invert=no # invert light/dark pixels
|
||||||
ShowDebugFrame=no # turns on/off 1 pixel thick debugging
|
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
|
# for setting up TextResolution and
|
||||||
# MinFontFaceSize (if using FT2);
|
# MinFontFaceSize (if using FT2);
|
||||||
ShowBigBorder=no # border around the unused area
|
ShowBigBorder=no # border around the unused area
|
||||||
@@ -447,7 +447,7 @@ Speed=19200
|
|||||||
# Select what type of connection. See documentation for types.
|
# Select what type of connection. See documentation for types.
|
||||||
ConnectionType=4bit
|
ConnectionType=4bit
|
||||||
|
|
||||||
# Port where the LPT is [ususal: 0x278, 0x378 and 0x3BC]
|
# Port where the LPT is [usual: 0x278, 0x378 and 0x3BC]
|
||||||
Port=0x378
|
Port=0x378
|
||||||
|
|
||||||
# Device of the serial interface [default: /dev/lcd]
|
# Device of the serial interface [default: /dev/lcd]
|
||||||
@@ -745,9 +745,9 @@ OffBrightness=50
|
|||||||
# Show self-running clock after LCDd shutdown
|
# Show self-running clock after LCDd shutdown
|
||||||
# Possible values: [default: no; legal: no, small, big]
|
# Possible values: [default: no; legal: no, small, big]
|
||||||
Clock=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
|
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
|
OffDimming=yes
|
||||||
|
|
||||||
|
|
||||||
@@ -957,7 +957,7 @@ DelayMult=0
|
|||||||
## serial POS display driver ##
|
## serial POS display driver ##
|
||||||
[serialPOS]
|
[serialPOS]
|
||||||
|
|
||||||
# Device to use in serial modea [default: /dev/lcd]
|
# Device to use in serial mode [default: /dev/lcd]
|
||||||
Device=/dev/lcd
|
Device=/dev/lcd
|
||||||
|
|
||||||
# Specifies the size of the display in characters. [default: 16x2]
|
# Specifies the size of the display in characters. [default: 16x2]
|
||||||
@@ -986,7 +986,7 @@ Speed=9600
|
|||||||
# 6 Futaba NA202SD08FA (allmost IEE compatible)
|
# 6 Futaba NA202SD08FA (allmost IEE compatible)
|
||||||
# 7 Samsung 20S207DA4 and 20S207DA6
|
# 7 Samsung 20S207DA4 and 20S207DA6
|
||||||
# 8 Nixdorf BA6x / VT100
|
# 8 Nixdorf BA6x / VT100
|
||||||
# (* most should work, not testet yet.)
|
# (* most should work, not tested yet.)
|
||||||
Type=0
|
Type=0
|
||||||
|
|
||||||
# "no" if display connected serial, "yes" if connected parallel. [default: no(=serial)]
|
# "no" if display connected serial, "yes" if connected parallel. [default: no(=serial)]
|
||||||
|
|||||||
Reference in New Issue
Block a user