output: ks0108 The ks0108 driver is used to drive a graphical LCD on the parallel port. The connection diagram is in ks0108.gif (but don't trust the pin-numbering of the image; yours may differ.) For now the driver only supports 128x64 lcds like the CrystalFonts CFAG12864B-TMI-V. Because of the nature of the parallel port accesses gLCD has to run as root for this to work. (ToDo: Make /dev/parport an option) Options: * pport - Select the parrallel port the display is on. For now, use the hexadecimal base port number of the port. Example: pport = 378 Driver written by Sprite_TM.