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.
32 lines
568 B
Plaintext
32 lines
568 B
Plaintext
<sect1 id="text-howto">
|
|
<title>The text Driver</title>
|
|
|
|
<para>
|
|
This section talks about using LCDproc with LCD displays that use the
|
|
text chipset.
|
|
</para>
|
|
|
|
<!-- ## Text driver ## -->
|
|
<sect2 id="text-config">
|
|
<title>Configuration in LCDd.conf</title>
|
|
|
|
<sect3 id="text-config-section">
|
|
<title>[text]</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<property>Size</property> = ¶meters.size;
|
|
</term>
|
|
<listitem><para>
|
|
Set the display size [default: <literal>20x4</literal>]
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|