options in the config file because: * <arg> can only be used within <cmdsynopsis>. * <cmdsynopsis> does not allow text outside <command> and <arg>. * <arg> does not allow decorating elements like <literal> or <emphasis>. This fixes #2803057. Add shortcut entities for commonly used parameters (yes/no, size). Remove Debian patch which is obsoleted by above changes.
42 lines
854 B
Plaintext
42 lines
854 B
Plaintext
<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">
|
|
<title>[ms6931]</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<property>Device</property> =
|
|
<parameter><replaceable>DEVICE</replaceable></parameter>
|
|
</term>
|
|
<listitem><para>
|
|
device to use [default: <filename>/dev/ttyS1</filename>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<property>Size</property> = ¶meters.size;
|
|
</term>
|
|
<listitem><para>
|
|
display size [default: <literal>16x2</literal>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|