Files
lcdproc/docs/lcdproc-user/drivers/ms6931.docbook
T

42 lines
854 B
Plaintext
Raw Normal View History

2006-04-05 10:36:58 +00:00
<sect1 id="ms6931-howto">
<title>The ms6931 Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
ms6931 chipset.
</para>
<!-- ## MSI MS-6931 driver for displays in 1HU servers ## -->
<sect2 id="ms6931-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="ms6931-config-section">
2006-04-05 10:36:58 +00:00
<title>[ms6931]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
device to use [default: <filename>/dev/ttyS1</filename>]
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Size</property> = &parameters.size;
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
2006-10-06 11:05:48 +00:00
display size [default: <literal>16x2</literal>]
2006-04-05 10:36:58 +00:00
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>