convert <screen> tags to tables; fix typos, ...
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</para>
|
||||
<para>
|
||||
Using the USB LCD with this driver requires the usblcd library from Mini-box.com
|
||||
(avaiable at <ulink url="http://www.mini-box.com/picoLCD-20x2-OEM"/>).i
|
||||
(available at <ulink url="http://www.mini-box.com/picoLCD-20x2-OEM"/>).i
|
||||
The usblcd library
|
||||
requires libusb and libhcd. Your distribution may or may not already provide
|
||||
these libraries. The only kernel driver required is the USB host controller
|
||||
@@ -42,7 +42,7 @@
|
||||
<command>splash</command> command.
|
||||
</para>
|
||||
<para>
|
||||
To use the picolcd with lcdproc, add picolcd to the lcdproc configure drivers option
|
||||
To use the picolcd with LCDproc, add picolcd to the LCDproc configure drivers option
|
||||
(or use all) and then start LCDd with the "-d picolcd" option. The driver has
|
||||
sane default options and the options that are user configurable are limited to mostly
|
||||
simple items, like contrast and which keys to lights up.
|
||||
@@ -62,7 +62,9 @@
|
||||
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
Contrast: 0-1000. 0 is visible, and 1000 is not on my M300. Default is 0.
|
||||
Contrast: <literal>0</literal>-<literal>1000</literal>.
|
||||
<literal>0</literal> is visible, and <literal>1000</literal> is not on my M300.
|
||||
Default is <literal>0</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -90,7 +92,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the directional pad LED by
|
||||
If <command>Keylights</command> is set, you can disable the directional pad LED by
|
||||
setting this value to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -105,7 +107,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the F1 LED by setting this value
|
||||
If <command>Keylights</command> is set, you can disable the F1 LED by setting this value
|
||||
to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -120,7 +122,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the F2 LED by setting this value
|
||||
If <command>Keylights</command> is set, you can disable the F2 LED by setting this value
|
||||
to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -135,7 +137,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the F3 LED by setting this value
|
||||
If <command>Keylights</command> is set, you can disable the F3 LED by setting this value
|
||||
to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -150,7 +152,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the F4 LED by setting this value
|
||||
If <command>Keylights</command> is set, you can disable the F4 LED by setting this value
|
||||
to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -165,7 +167,7 @@
|
||||
</arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If Keylights is set, you can disable the F5 LED by setting this value
|
||||
If <command>Keylights</command> is set, you can disable the F5 LED by setting this value
|
||||
to <literal>no</literal>. Default is <literal>yes</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user