Files
lcdproc/docs/lcdproc-user/drivers/mtc_s16209x.docbook
T

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-04-05 10:36:58 +00:00
<sect1 id="mtc_s16209x-howto">
<title>The mtc_s16209x Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
mtc_s16209x chipset.
</para>
<!-- ## MTC-S16209x driver ## -->
<sect2 id="mtc_s16209x-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="mtc_s16209x-config-section">
2006-04-05 10:36:58 +00:00
<title>[mtc_s16209x]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
Select the output device to use [default: <filename>/dev/lcd</filename>]
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Brightness</property> =
<parameter><replaceable>BRIGHTNESS</replaceable></parameter>
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
2006-10-06 11:05:48 +00:00
Set the initial brightness [default: <literal>255</literal>; legal: <literal>0</literal> - <literal>255</literal>]
2006-04-05 10:36:58 +00:00
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>Reboot</property> = &parameters.yesnodef;
2006-04-05 10:36:58 +00:00
</term>
<listitem><para>
2006-10-06 11:05:48 +00:00
Reinitialize the LCD's BIOS [default: <literal>no</literal>; legal: <literal>yes</literal>, <literal>no</literal>]
2006-04-05 10:36:58 +00:00
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
</sect1>