# LCDd.conf # # Each driver has a section which defines how it acts. # Drivers which are supported but unused are ignored. # Each driver section is begun by a "[drivername]" line # with no white space in the line at all. # # There is currently only one keyword for the driver sections: # # Arguments # # These are the arguments to be passed to the # driver, without quotes. These are the same # arguments that the driver would have been passed # under the old command line format of # # -d "" # # Before the driver sections, global settings can be set. # # Global settings are: # # Driver # # Use the specified driver. Second and further instances # of this command add input drivers to the server; # output is only to the first driver. The default driver # to use is curses. # # Bind # # Bind to this address; defaults to 127.0.0.1 # # Port # # Listen on this specified port; defaults to 13666. # # Debug # # Debugging level; defaults to 0 (no debugging output). # # Wait