diff --git a/docs/lcdproc-user/drivers/CFontz.docbook b/docs/lcdproc-user/drivers/CFontz.docbook
index d0cd266..2bba994 100644
--- a/docs/lcdproc-user/drivers/CFontz.docbook
+++ b/docs/lcdproc-user/drivers/CFontz.docbook
@@ -2,11 +2,10 @@
The CFontz Driver
-This section talks about using LCDproc with LCD displays that use the
-CFontz chipset.
+This section talks about using LCDproc with the serial LCD displays of the
+CFA632 and CFA634 series by CrystalFontz, Inc.
-
Configuration in LCDd.conf
diff --git a/docs/lcdproc-user/drivers/glcdlib.docbook b/docs/lcdproc-user/drivers/glcdlib.docbook
index 687802f..40989f4 100644
--- a/docs/lcdproc-user/drivers/glcdlib.docbook
+++ b/docs/lcdproc-user/drivers/glcdlib.docbook
@@ -2,8 +2,8 @@
The glcdlib Driver
-This section talks about using LCDproc with LCD displays that use the
-glcdlib chipset.
+This section talks about using LCDproc with LCD displays supported by
+graphlcd-base.
diff --git a/docs/lcdproc-user/drivers/icp_a106.docbook b/docs/lcdproc-user/drivers/icp_a106.docbook
index 1c649e4..1dfde75 100644
--- a/docs/lcdproc-user/drivers/icp_a106.docbook
+++ b/docs/lcdproc-user/drivers/icp_a106.docbook
@@ -2,8 +2,17 @@
The icp_a106 Driver
-This section talks about using LCDproc with LCD displays that use the
-icp_a106 chipset.
+This section talks about using LCDproc with the ICP A106 alarm/LCD board,
+used in 19" rack cases by ICP.
+
+
+
+
+
+Both LCD and alarm functions are accessed via one serial port, using
+separate commands. Unfortunately, the device runs at slow 1200bps and the
+LCD does not allow user-defined characters, so the bargraphs do not look
+very nice.
diff --git a/docs/lcdproc-user/drivers/irtrans.docbook b/docs/lcdproc-user/drivers/irtrans.docbook
new file mode 100644
index 0000000..70d5c93
--- /dev/null
+++ b/docs/lcdproc-user/drivers/irtrans.docbook
@@ -0,0 +1,81 @@
+
+The irtrans Driver
+
+
+General
+
+
+The irtrans driver controls
+IRTrans VFD
+devices, that are preinstalled in cases such as the Ahanix MCE303.
+
+
+
+The IRTrans VFD sports a vacuum fluorescent display with 16x2 characters
+that connects to the computer using USB. Although the device is shipped
+with an IR remote control, LCDproc's driver currently only supports
+the display part of the device.
+
+
+
+In order to be able to use it, you have to get and install the IRTrans irserver package
+from .
+
+
+
+
+
+
+Configuration in LCDd.conf
+
+
+[irtrans]
+
+
+
+
+ Backlight =
+
+
+ no
+ yes
+
+
+
+
+ Tell whether te device has a backlight, or whether the backlight shall be used.
+ If not goven, it defaults to no.
+
+
+
+
+
+ Hostname =
+ HOSTNAME_OR_IP-ADDRESS
+
+
+ Set the hostname or IP address of the IRTrans device to connect to.
+ If not set or set, the default is localhost.
+
+
+
+
+
+ Size =
+
+ WIDTH
+ x
+ HEIGHT
+
+
+
+ Select the display size [default: 16x2]
+
+
+
+
+
+
+
+
+
diff --git a/docs/lcdproc-user/drivers/svga.docbook b/docs/lcdproc-user/drivers/svga.docbook
index 55b428a..e8a68aa 100644
--- a/docs/lcdproc-user/drivers/svga.docbook
+++ b/docs/lcdproc-user/drivers/svga.docbook
@@ -22,7 +22,7 @@ svga chipset.
svgalib mode to use [default: G320x240x256]
SCGALIB-MODE can be any legal mode string for svgalib.
- See the cwsvgalib
+ See the svgalib
7 manual page for legal mode strings.