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.
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
<sect1 id="sli-howto">
|
|
<title>The sli Driver</title>
|
|
|
|
<para>
|
|
This section talks about using LCDproc with LCD displays that use the
|
|
sli chipset.
|
|
</para>
|
|
|
|
<!-- ## Wirz SLI LCD driver ## -->
|
|
<sect2 id="Wirz-sli-config">
|
|
<title>Configuration in LCDd.conf</title>
|
|
|
|
<sect3 id="Wirz-sli-config-section">
|
|
<title>[sli]</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<property>Device</property> =
|
|
<parameter><replaceable>DEVICE</replaceable></parameter>
|
|
</term>
|
|
<listitem><para>
|
|
Select the output device to use [default: <filename>/dev/lcd</filename>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<property>Speed</property> =
|
|
{
|
|
<parameter><literal>1200</literal></parameter> |
|
|
<parameter><literal>2400</literal></parameter> |
|
|
<parameter><literal>9600</literal></parameter> |
|
|
<emphasis><parameter><literal>19200</literal></parameter></emphasis> |
|
|
<parameter><literal>38400</literal></parameter> |
|
|
<parameter><literal>57600</literal></parameter> |
|
|
<parameter><literal>115200</literal></parameter>
|
|
}
|
|
</term>
|
|
<listitem><para>
|
|
Set the the baud rate communication with the LCD.
|
|
If not specified, the default is <literal>19200</literal>.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|