Files
lcdproc/docs/lcdproc-user/drivers/mx5000.docbook
T
mmdolze f59af2e241 Replace <term><command><arg> with <term><property><parameter> to describe
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.
2009-06-12 09:12:50 +00:00

52 lines
1.0 KiB
Plaintext

<sect1 id="mx5000-howto">
<title>The MX5000 Driver</title>
<para>
This section talks about using LCDproc with LCD displays on Logitech MX5000
keyboards.
</para>
<sect2 id="mx5000-features">
<title>Features</title>
<para>
This drivers uses the library from mx5000tools.
</para>
</sect2>
<sect2 id="mx5000-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="mx5000-config-section">
<title>[mx5000]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
</term>
<listitem><para>
Select the output device to use [default: <filename>/dev/hiddev0</filename>]
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>WaitAfterRefresh</property> =
<parameter><replaceable>MS</replaceable></parameter>
</term>
<listitem><para>
Set the time (in ms) to wait after each screen sent to the keyboard.
Default is 1000ms.
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>