Base: LCDproc 0.5.2
[lcdproc-de200c.git] / docs / lcdproc-user / drivers / ms6931.docbook
blob1f66310772797a24112a0407e9aa10db77bd8bf4
1 <sect1 id="ms6931-howto">
2 <title>The ms6931 Driver</title>
4 <para>
5 This section talks about using LCDproc with LCD displays that use the
6 ms6931 chipset.
7 </para>
9 <!-- ## MSI MS-6931 driver for displays in 1HU servers ## -->
10 <sect2 id="ms6931-config">
11 <title>Configuration in LCDd.conf</title>
13 <sect3 id="ms6931-config-section">
14 <title>[ms6931]</title>
16 <variablelist>
17 <varlistentry>
18   <term>
19     <command>Device=</command>
20     <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
21   </term>
22   <listitem><para>
23     device to use [default: <filename>/dev/ttyS1</filename>]
24   </para></listitem>
25 </varlistentry>
27 <varlistentry>
28   <term>
29     <command>Size=</command>
30     <arg choice="plain">
31       <replaceable>WIDTH</replaceable>
32       <literal>x</literal>
33       <replaceable>HEIGHT</replaceable>
34     </arg>
35   </term>
36   <listitem><para>
37     display size [default: <literal>16x2</literal>]
38   </para></listitem>
39 </varlistentry>
40 </variablelist>
42 </sect3>
44 </sect2>
46 </sect1>