Big cleanup: Remove trailing whitespace from files (except those imported
from external sources).
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ This document describes the driver API of v0.4 of LCDproc.
|
||||
|
||||
The API consists of several functions to tell the driver that
|
||||
certains actions should be performed, and some data. I consider
|
||||
the data part of the API, because this data is transfered
|
||||
the data part of the API, because this data is transfered
|
||||
between core and driver.
|
||||
|
||||
OVERVIEW OF OPERATION
|
||||
@@ -58,7 +58,7 @@ The various parts are meant for the following:
|
||||
|
||||
1. Several variables
|
||||
These vars are meant to tell the server how many characters wide and high the
|
||||
LCD is, and what size the definable characters are.
|
||||
LCD is, and what size the definable characters are.
|
||||
|
||||
2. Framebuf
|
||||
The framebuffer can be written to by server and client in the 0.4 version.
|
||||
|
||||
+14
-14
@@ -5,16 +5,16 @@ LCDd - LCDproc server daemon
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B LCDd
|
||||
[\fB\-hf\fP]
|
||||
[\fB\-c\fP \fIconfig\fP]
|
||||
[\fB\-d\fP \fIdriver\fP]
|
||||
[\fB\-i\fP \fIbool\fP]
|
||||
[\fB\-a\fP \fIaddr\fP]
|
||||
[\fB\-p\fP \fIport\fP]
|
||||
[\fB\-u\fP \fIuser\fP]
|
||||
[\fB\-w\fP \fItime\fP]
|
||||
[\fB\-r\fP \fIlevel\fP]
|
||||
[\fB\-s\fP \fIbool\fP]
|
||||
[\fB\-hf\fP]
|
||||
[\fB\-c\fP \fIconfig\fP]
|
||||
[\fB\-d\fP \fIdriver\fP]
|
||||
[\fB\-i\fP \fIbool\fP]
|
||||
[\fB\-a\fP \fIaddr\fP]
|
||||
[\fB\-p\fP \fIport\fP]
|
||||
[\fB\-u\fP \fIuser\fP]
|
||||
[\fB\-w\fP \fItime\fP]
|
||||
[\fB\-r\fP \fIlevel\fP]
|
||||
[\fB\-s\fP \fIbool\fP]
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBLCDd\fP is the server part of LCDproc, a deamon which listens to a certain port (normally 13666)
|
||||
@@ -27,7 +27,7 @@ Before running \fBLCDd\fP you should carefully
|
||||
read through that file and modify everything neccessary according to your needs.
|
||||
Otherwise you might encounter \fBLCDd\fP not running properly on your system.
|
||||
.PP
|
||||
To make full use of \fBLCDd\fP, a client such as lcdproc(1), lcdexec(1), or lcdvc
|
||||
To make full use of \fBLCDd\fP, a client such as lcdproc(1), lcdexec(1), or lcdvc
|
||||
is required.
|
||||
|
||||
.SH OPTIONS
|
||||
@@ -239,7 +239,7 @@ Noritake VFD Device CU20045SCPB-T28A
|
||||
Mini-box.com USB LCD (PicoLCD 20x4 & picoLCD 20x2)
|
||||
.TP
|
||||
.B pyramid
|
||||
LCD displays from Pyramid (http://www.pyramid.de)
|
||||
LCD displays from Pyramid (http://www.pyramid.de)
|
||||
.TP
|
||||
.B sed1330
|
||||
SED1330/SED1335 (aka S1D13300/S1D13305) based graphical displays
|
||||
@@ -266,7 +266,7 @@ STV5730A on-screen display chip
|
||||
LCD devices from SURE electronics (http://www.sureelectronics.net)
|
||||
.TP
|
||||
.B svga
|
||||
VGA monitors using svgalib
|
||||
VGA monitors using svgalib
|
||||
.TP
|
||||
.B t6963
|
||||
Toshiba T6963 based LCD displays
|
||||
@@ -494,7 +494,7 @@ The special value 10 for \fIint\fP displays a colon.
|
||||
.SH BUGS
|
||||
If \fBLCDd\fP seems not to work as expected, try to run it in the foreground
|
||||
with reporting level set to maximum and reporting to stderr.
|
||||
This can be achieved without changes to the config file by using the
|
||||
This can be achieved without changes to the config file by using the
|
||||
command line:
|
||||
.RS
|
||||
.I LCDd -f -r 5 -s 0
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ LCDproc
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<body bgcolor="#ffffff">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="40%" align="left" valign="middle">
|
||||
|
||||
+9
-9
@@ -3,12 +3,12 @@
|
||||
lcdexec - LCDproc client to execute commands from the LCDd menu
|
||||
.SH SYNOPSIS
|
||||
.B lcdexec
|
||||
[\fB\-hf\fP]
|
||||
[\fB\-c\fP \fIconfig\fP]
|
||||
[\fB\-a\fP \fIaddr\fP]
|
||||
[\fB\-p\fP \fIport\fP]
|
||||
[\fB\-r\fP \fIlevel\fP]
|
||||
[\fB\-s\fP \fIbool\fP]
|
||||
[\fB\-hf\fP]
|
||||
[\fB\-c\fP \fIconfig\fP]
|
||||
[\fB\-a\fP \fIaddr\fP]
|
||||
[\fB\-p\fP \fIport\fP]
|
||||
[\fB\-r\fP \fIlevel\fP]
|
||||
[\fB\-s\fP \fIbool\fP]
|
||||
|
||||
.SH DESCRIPTION
|
||||
lcdexec connects to LCDd (the LCDproc server) and adds a submenu to the LCDd main menu
|
||||
@@ -42,7 +42,7 @@ Report to syslog (1) or to stdout (0, default)
|
||||
.PP
|
||||
|
||||
.SH USAGE
|
||||
In addition to the command line options listed above lcdexec also takes options from
|
||||
In addition to the command line options listed above lcdexec also takes options from
|
||||
a configuration file.
|
||||
.PP
|
||||
This file is expected to have a "INI-file" like format with sections introduced by
|
||||
@@ -94,7 +94,7 @@ is the hostname of the system \fIlcdexec\fP is running on.
|
||||
Set the shell to use when executing programs.
|
||||
If not given, \fBlcdexec\fP tries to read the environment variable \fISHELL\fP.
|
||||
If that fails, it defaults to \fB/bin/sh\fP.
|
||||
Please note that the shell given here must understand the option \fB\-c\fP
|
||||
Please note that the shell given here must understand the option \fB\-c\fP
|
||||
followed by the command line to execute.
|
||||
.PP
|
||||
|
||||
@@ -121,7 +121,7 @@ The name of the menu entry to be displayed on the LCD.
|
||||
If this option is not given, the the section header name is used (without the square brackets).
|
||||
.TP 8
|
||||
.B Feedback=\fIbool\fP
|
||||
In command entries, this option tells whether to inform the user of the completion of
|
||||
In command entries, this option tells whether to inform the user of the completion of
|
||||
commands using an alert screen on the display.
|
||||
If not given, it defaults to \fBno\fB.
|
||||
.PP
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Note: While Docbook allows to use block formatted elements like <cmdsynopsis>
|
||||
within a term definition, HTML only allows inline formatted elements.
|
||||
Therefore <command> and <option> elements are used. Maybe <refentry> should
|
||||
be used, but I currently dislike having a separate page for each command.
|
||||
be used, but I currently dislike having a separate page for each command.
|
||||
-->
|
||||
<chapter id="language">
|
||||
<title>The LCDproc client language</title>
|
||||
|
||||
@@ -282,7 +282,7 @@ settings for the LCDproc server <application>LCDd</application>.
|
||||
</para>
|
||||
<para>
|
||||
This setting can be overridden on <application>LCDd</application>'s
|
||||
command line with the <option>-f</option> option that forces foreground mode.
|
||||
command line with the <option>-f</option> option that forces foreground mode.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -397,10 +397,10 @@ settings for the LCDproc server <application>LCDd</application>.
|
||||
while <option>-i 0</option> disables it.
|
||||
<note>
|
||||
<para>
|
||||
Using the command line, it is not possible to set the server screen to
|
||||
Using the command line, it is not possible to set the server screen to
|
||||
<literal>blank</literal> mode.
|
||||
</para>
|
||||
</note>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -572,7 +572,7 @@ You can configure what keys the menu should use.
|
||||
it is also used to move right in input fields.
|
||||
In this case the value of the input field is not confirmed,
|
||||
until the right end of the input has been reached.
|
||||
|
||||
|
||||
It is not set by default, but a natural candidate is <literal>Enter</literal>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
@@ -613,7 +613,7 @@ You can configure what keys the menu should use.
|
||||
<parameter><replaceable>KEY</replaceable></parameter>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If defined, this optional key is used to
|
||||
If defined, this optional key is used to
|
||||
to move left in input fields and to select submenu entries.
|
||||
It is not set by default, but if you have more than 4 keys,
|
||||
a natural candidate is <literal>Left</literal>.
|
||||
@@ -634,7 +634,7 @@ You can configure what keys the menu should use.
|
||||
</variablelist>
|
||||
|
||||
<para>
|
||||
The minimal keys required for the menu work correctly are the <command>MenuKey</command>,
|
||||
The minimal keys required for the menu work correctly are the <command>MenuKey</command>,
|
||||
the <command>EnterKey</command> and one of <command>UpKey</command> or
|
||||
<command>DownKey</command>.
|
||||
With these 3 keys the menus can be operated.
|
||||
@@ -676,7 +676,7 @@ The <package>LCDproc</package> distribution contains init scripts for
|
||||
<acronym>LSB</acronym> 3.1 (Linux Standard Base 3.1) conforming
|
||||
GNU/Linux distributions.
|
||||
In addition to those it contains init scripts for older RedHat- and Debian-based
|
||||
distributions that do not adhere to LSB 3.1.
|
||||
distributions that do not adhere to LSB 3.1.
|
||||
You can find all of them in the <filename>scripts/</filename>
|
||||
directory of the LCDproc sources.
|
||||
</para>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
protocol with the host. The actual connection to host is done through
|
||||
USB through a serial-to-USB converter (CP2102 USB to UART Bridge)
|
||||
integrated on the board.
|
||||
</para>
|
||||
</para>
|
||||
|
||||
<sect2 id="SureElec-config">
|
||||
<title>Configuration in LCDd.conf</title>
|
||||
|
||||
@@ -21,7 +21,7 @@ operating power using the standard floppy drive power connector.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For more information see the
|
||||
For more information see the
|
||||
<ulink url="http://www.emacinc.com/bay_rad.htm">BayRAD home page</ulink>
|
||||
</para>
|
||||
|
||||
|
||||
@@ -11,21 +11,21 @@ VFD display on the AOpen XC Cube-AV EA65 media barebone.
|
||||
|
||||
<para>
|
||||
The AOpen XC Cube-AV is a barebone designed for using as a media center.
|
||||
It comes with a front panel display which is capable of displaying one line
|
||||
of 9 characters.
|
||||
It comes with a front panel display which is capable of displaying one line
|
||||
of 9 characters.
|
||||
</para>
|
||||
<para>
|
||||
The display is internally connected to the serial port
|
||||
(<filename>/dev/ttyS1</filename>) with a fixed rate of 9600 baud.
|
||||
</para>
|
||||
<para>
|
||||
The display uses 13 segments per character. That's why the driver provides
|
||||
The display uses 13 segments per character. That's why the driver provides
|
||||
no custom characters like the ones for dot matrix displays do.
|
||||
</para>
|
||||
<para>
|
||||
The front panel furthermore has 9 keys which are illuminated by blue LEDs.
|
||||
The LEDs can be controlled with the backlight functions. The keys are not
|
||||
supported by this driver. The red LED (RECORD) can be controlled with the
|
||||
The front panel furthermore has 9 keys which are illuminated by blue LEDs.
|
||||
The LEDs can be controlled with the backlight functions. The keys are not
|
||||
supported by this driver. The red LED (RECORD) can be controlled with the
|
||||
<code>output</code> command of <application>LCDd</application>.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ This section describes the Eyebox One.
|
||||
<title>Eyebox One LCD Module</title>
|
||||
|
||||
<para>
|
||||
Eyebox One is a small rackmounted server marketed by Rightvision
|
||||
Eyebox One is a small rackmounted server marketed by Rightvision
|
||||
(<ulink url="http://www.alcateleyebox.rightvision.com/"></ulink>).
|
||||
This server has an LCD module, a keypad, two graphbars and some leds.
|
||||
</para>
|
||||
@@ -18,20 +18,20 @@ This section describes the Eyebox One.
|
||||
connector.
|
||||
</para>
|
||||
<para>
|
||||
I couldn't find any documentation about it.
|
||||
I couldn't find any documentation about it.
|
||||
All I know has been obtained with some reverse engineering.
|
||||
It seems that it can run only at 19.200 baud.
|
||||
Sending ASCII to the module will make it simply display that text at
|
||||
its current cursor position.
|
||||
Sending ASCII to the module will make it simply display that text at
|
||||
its current cursor position.
|
||||
The module has a built-in BIOS that recognizes commands (sent by transmitting a
|
||||
single-byte "marker" signifying that a command is on the way, followed by
|
||||
the single-byte command character itself along with any parameters, if needed)
|
||||
allowing the programmer to clear the screen, position the cursor anywhere,
|
||||
allowing the programmer to clear the screen, position the cursor anywhere,
|
||||
hide/show the cursor, on/off the backlight, and so on.
|
||||
</para>
|
||||
<para>
|
||||
This module is fast. If updating less than the whole screen, the LCD can
|
||||
update faster than can be seen by the human eye. This, of course,
|
||||
This module is fast. If updating less than the whole screen, the LCD can
|
||||
update faster than can be seen by the human eye. This, of course,
|
||||
more than meets LCDproc's needs.
|
||||
</para>
|
||||
|
||||
@@ -102,7 +102,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
|
||||
Switch on the backlight? [default: <literal>yes</literal>; legal: <literal>yes</literal>, <literal>no</literal>]
|
||||
</para>
|
||||
<note><para>
|
||||
If you choose yes, you can switch on/off the backlight in real time
|
||||
If you choose yes, you can switch on/off the backlight in real time
|
||||
using the LCDproc server menu with the keypad.
|
||||
</para></note>
|
||||
</listitem>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<title>The G15 Driver</title>
|
||||
|
||||
<para>
|
||||
This section talks about using LCDproc with LCD displays on Logitech G15
|
||||
This section talks about using LCDproc with LCD displays on Logitech G15
|
||||
gaming keyboards.
|
||||
</para>
|
||||
|
||||
@@ -10,10 +10,10 @@ gaming keyboards.
|
||||
<title>Features</title>
|
||||
|
||||
<para>
|
||||
This driver uses g15daemon's virtual screen capabilities to enable
|
||||
This driver uses g15daemon's virtual screen capabilities to enable
|
||||
multiple LCDd instances to display on the LCD of the Logitech G15
|
||||
gaming keyboard. Text and other rendering services are provided by
|
||||
libg15render from the g15tools project. Input is provided by g15daemon,
|
||||
libg15render from the g15tools project. Input is provided by g15daemon,
|
||||
enabling use of the L1-L5 and G1 keys. The required libraries are
|
||||
available from the g15daemon and g15tools projects at sourceforge.net.
|
||||
</para>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<title>The MX5000 Driver</title>
|
||||
|
||||
<para>
|
||||
This section talks about using LCDproc with LCD displays on Logitech MX5000
|
||||
This section talks about using LCDproc with LCD displays on Logitech MX5000
|
||||
keyboards.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ The displays are driven in text mode using their built-in character generator.
|
||||
Connections below are for the G242C, G121C and G321D displays.
|
||||
Always consult documentation about the specific display before asuming
|
||||
the connections given here are also correct for your display !
|
||||
</para>
|
||||
</para>
|
||||
|
||||
<table id="sed1330-connections.classic-by-lcd">
|
||||
<title>ConnectionType <literal>classic</literal> ordered by LCD pins</title>
|
||||
@@ -634,7 +634,7 @@ use the following circuit.
|
||||
|
||||
<note><para>
|
||||
Currently the G321D and SP14Q002 are the only ones that this driver is tested with.
|
||||
</para></note>
|
||||
</para></note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -642,7 +642,7 @@ use the following circuit.
|
||||
<para>
|
||||
Contrary to other drivers the character size of an LCD using the sed1330
|
||||
driver is not given directly.
|
||||
Instead it is determined by the pixel size of the display, which is derived from
|
||||
Instead it is determined by the pixel size of the display, which is derived from
|
||||
the display type setting and the character cell size.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ If you have installed the Debian package with <application>apt-get</application>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
If you're building this version from CVS, you'll need
|
||||
If you're building this version from CVS, you'll need
|
||||
<application>autoconf</application>, <application>automake</application>,
|
||||
<application>aclocal</application> and <application>autoheader</application> installed.
|
||||
</para>
|
||||
|
||||
@@ -72,7 +72,7 @@ Usage: LCDd [<options>]
|
||||
-w <waittime> Time to pause at each screen (in seconds) [4]
|
||||
-s <bool> If set, reporting will be done using syslog
|
||||
-r <level> Report level [2]
|
||||
-i <bool> Whether to rotate the server info screen
|
||||
-i <bool> Whether to rotate the server info screen
|
||||
|
||||
]]>
|
||||
</screen>
|
||||
@@ -132,7 +132,7 @@ Usage: lcdproc [<options>] [<screens> ...]
|
||||
K BigClock big clock
|
||||
N MiniClock minimal clock
|
||||
A About credits page
|
||||
|
||||
|
||||
Example:
|
||||
lcdproc -s my.lcdproc.server.com -p 13666 C M X
|
||||
|
||||
|
||||
+2
-2
@@ -64,7 +64,7 @@ When not given and not in the config file, it defaults to 0.
|
||||
.TP
|
||||
.B \-h
|
||||
Show help screen.
|
||||
.TP
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version of \fBlcdproc\fP and exit.
|
||||
.TP
|
||||
@@ -126,7 +126,7 @@ a screen that was activated in the config file instead of activating a disabled
|
||||
|
||||
.SH EXAMPLES
|
||||
.RS
|
||||
.I lcdproc C M D '!L'
|
||||
.I lcdproc C M D '!L'
|
||||
.RE
|
||||
.PP
|
||||
With the command line specified above, \fBlcdproc\fP loads the default configuration file,
|
||||
|
||||
+20
-20
@@ -2,10 +2,10 @@
|
||||
.\" Refer to the COPYING file distributed with this package.
|
||||
.TH "lcdvc" "1" "12 June 2009" "LCDproc" "LCDproc suite"
|
||||
.SH "NAME"
|
||||
.LP
|
||||
.LP
|
||||
lcdvc \- LCDproc virtual console
|
||||
.SH "SYNOPSIS"
|
||||
.LP
|
||||
.LP
|
||||
lcdvc
|
||||
[\fB\-fh\fR]
|
||||
[\fB\-a\fR \fIaddr\fR]
|
||||
@@ -14,58 +14,58 @@ lcdvc
|
||||
[\fB\-r\fR \fIlevel\fR]
|
||||
[\fB\-s\fR \fIbool\fR]
|
||||
.SH "DESCRIPTION"
|
||||
.LP
|
||||
.LP
|
||||
This program shows content from a system console on a LCD controlled by
|
||||
\fBLCDd\fR. As the console is usually larger than a LCD, the area shown on
|
||||
the LCD screen can be scrolled using keys attached to the display.
|
||||
.LP
|
||||
.LP
|
||||
Additionally it features an autoscroll feature, which is on by default and can
|
||||
only be disabled by using \fBlcdvc\fR's menu.
|
||||
.LP
|
||||
.LP
|
||||
By default it uses \fI/dev/vcs\fR and \fI/dev/vcsa\fR devices as the
|
||||
console to show. Other console devices can be set in the configuration file
|
||||
\fI@SYSCONFDIR@/lcdvc.conf\fR. The keys used for scrolling can be set in the config
|
||||
file as well.
|
||||
.SH "OPTIONS"
|
||||
.LP
|
||||
.LP
|
||||
The following options can be set in the configuration file
|
||||
\fI@SYSCONFDIR@/lcdvc.conf\fR as well, but those given on the command line take
|
||||
precedence:
|
||||
.TP
|
||||
.TP
|
||||
\fB\-a\fR \fIaddr\fR
|
||||
DNS name or IP address of the LCDd server (default localhost).
|
||||
.TP
|
||||
.TP
|
||||
\fB\-c\fR \fIfile\fR
|
||||
Specify configuration file.
|
||||
.TP
|
||||
.TP
|
||||
\fB\-f\fR
|
||||
Run in foreground.
|
||||
.TP
|
||||
.TP
|
||||
\fB\-h\fR
|
||||
Output help and exit.
|
||||
.TP
|
||||
.TP
|
||||
\fB\-p\fR \fIport\fR
|
||||
Port of the LCDd server (default 13666).
|
||||
.TP
|
||||
.TP
|
||||
\fB\-r\fR \fIlevel\fR
|
||||
Set reporting level (0\-5, default: 2)
|
||||
.TP
|
||||
.TP
|
||||
\fB\-s\fR \fIbool\fR
|
||||
Report to syslog (1) or stderr (0, default).
|
||||
.SH "FILES"
|
||||
.LP
|
||||
.LP
|
||||
\fI@SYSCONFDIR@/lcdvc.conf\fP
|
||||
.br
|
||||
\fI/dev/vcs\fP
|
||||
.br
|
||||
.br
|
||||
\fI/dev/vcs\fP
|
||||
.br
|
||||
\fI/dev/vcsa\fP
|
||||
.SH "AUTHORS"
|
||||
.LP
|
||||
.LP
|
||||
\fBlcdvc\fR was originally written by Joris Robijn, modified by Peter Marschall.
|
||||
.LP
|
||||
.LP
|
||||
This man page was written by Markus Dolze.
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
.LP
|
||||
LCDd(8) vcs(4)
|
||||
.SH "LICENSE"
|
||||
\fBlcdvc\fR is released under the GNU General Public License, version 2.
|
||||
|
||||
Reference in New Issue
Block a user