Files
lcdproc/docs/lcdproc-user/drivers/imon.docbook
T
mmdolze e914ee3d72 Check all http links, update permanent redirects. Do not remove links with
404 errors as they may still be available at www.archive.org.
2010-01-30 18:53:43 +00:00

87 lines
2.4 KiB
Plaintext

<sect1 id="imon-howto">
<title>The imon Driver</title>
<sect2 id="imon-general">
<title>General</title>
<para>
The <code>imon</code> driver controls
<ulink url="http://www.soundgraph.com/vfd-feature-en/">Soundgraph iMON VFD</ulink>
devices, that are either preinstalled or available as optional accessories
for a variety of Home Theater PC (HTPC) cases from Ahanix, Silverstone, Cooler Master
and others. They can also be bought separately and then fit into a 5,25" disk drive bay
of any regular PC.
</para>
<para>
The iMON 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 and some versions even have a volume knob,
<package>LCDproc</package>'s driver currently only supports the display
part of the device.
</para>
<para id="imon-kernelmodules">
In order to be able to use it, you have to get and install one of
the following Linux kernel modules:
<itemizedlist>
<listitem>
<para>
standalone iMON VFD driver from <ulink url="http://venky.ws/projects/imon/"></ulink>
</para>
</listitem>
<listitem>
<para>
the iMON module included with LIRC ver. 0.7.1 or newer
from the <ulink url="http://www.lirc.org">LIRC project</ulink>
</para>
</listitem>
</itemizedlist>
</para>
<para>
For further details, please consult the page and the forum at
<ulink url="http://venky.ws/projects/imon/"></ulink>.
</para>
</sect2>
<!-- ## Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON driver ## -->
<sect2 id="imon-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="imon-config-section">
<title>[imon]</title>
<variablelist>
<varlistentry>
<term>
<property>Size</property> = &parameters.size;
</term>
<listitem><para>
Set the display size. The default <literal>16x2</literal> should be safe
for most if not all users, since the device seeems to be made only with
this one size.
But who knowns &hellip;
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
</term>
<listitem><para>
Select the output device to use. Change this from the default
<filename>/dev/lcd</filename> to the device file that gets created
when the kernel module (<link linkend="imon-kernelmodules">see above</link>) is loaded.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>