list all driver modules to avoid complaints why some aren't in
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# LCDd.conf
|
||||
# LCDd.conf -- configuration file for the LCDproc server daemon LCDd
|
||||
#
|
||||
# This file contains the configuration for the LCDd server.
|
||||
#
|
||||
@@ -18,8 +18,8 @@
|
||||
# This tells LCDd to use the curses driver.
|
||||
# The first driver that is loaded and is capable of output defines the
|
||||
# size of the display. The default driver to use is curses.
|
||||
# If -d is specified on the command line, the Driver= options in the
|
||||
# config file are ignored.
|
||||
# If the driver is specified using the -d <driver> command line option,
|
||||
# the Driver= options in the config file are ignored.
|
||||
#
|
||||
# The drivers read their own options from the respective sections.
|
||||
|
||||
@@ -29,22 +29,19 @@
|
||||
[server]
|
||||
|
||||
# Tells the server to load the given drivers. Multiple lines can be given.
|
||||
# The name of the driver is exactly the same as the name of the driver
|
||||
# module that is to be loaded, including the case of the letters !
|
||||
# (That is: unless a file= option is given in the driver section)
|
||||
# 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
|
||||
# driver specific section.
|
||||
#
|
||||
# The following drivers are supported:
|
||||
# bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, EyeboxOne,
|
||||
# g15, glcdlib, glk, hd44780, icp_a106, imon, IOWarrior, irman,
|
||||
# joy, lb216,lcdm001, lcterm, lirc,MD8800, ms6931, mtc_s16209x,
|
||||
# MtxOrb, NoritakeVFD, pyramid, sed1330, sed1520, serialVFD,
|
||||
# sli, stv5730, svga, t6963, text, tyan, ula200, xosd
|
||||
Driver=curses
|
||||
#Driver=CFontz633
|
||||
#Driver=CFontzPacket
|
||||
#Driver=CwLnx
|
||||
#Driver=g15
|
||||
#Driver=glcdlib
|
||||
#Driver=IOWarrior
|
||||
#Driver=imon
|
||||
#Driver=MD8800
|
||||
#Driver=MtxOrb
|
||||
#Driver=NoritakeVFD
|
||||
#Driver=serialVFD
|
||||
#Driver=EyeboxOne
|
||||
|
||||
# Tells the driver to bind to the given interface
|
||||
Bind=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user