1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<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>
|