diff --git a/LCDd.conf b/LCDd.conf index dc03667..878095d 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -41,10 +41,13 @@ # Server section with all kinds of settings for the LCDd server Driver=curses -#Driver=HD44780 +#Driver=hd44780 #Driver=MtxOrb # # 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) Bind=127.0.0.1 # Tells the driver to bind to the given interface @@ -141,7 +144,7 @@ topleftx=7 toplefty=7 -[GLK] +[glk] # Matrix Orbital GLK driver Arguments="-d /dev/ttyS0 -s 9600" @@ -153,7 +156,7 @@ Arguments="-d /dev/ttyS0 -s 9600" -[HD44780] +[hd44780] # Hitachi HD44780 driver # See docs/hd44780_howto.txt @@ -217,7 +220,7 @@ Arguments="-d /dev/js0" -[LB216] +[lb216] # LB216 driver Arguments="-d /dev/ttyS0 -s 9600" @@ -276,7 +279,7 @@ Arguments="-d /dev/ttyS0 -t 20x2 -c 120" -[SED1330] +[sed1330] # Seiko Epson 1330 driver Port=0x378 @@ -289,7 +292,7 @@ Type=G321D -[SED1520] +[sed1520] # Seiko Epson 1520 driver Arguments="-p 0x278" @@ -312,7 +315,8 @@ Arguments="fill in here" [svgalib] # SVGAlib driver -# No options +# No options. +# You should of course have your svgalib configured correctly.