File: alevt.1x.in

package info (click to toggle)
alevt 1%3A1.6.2-5.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 960 kB
  • sloc: ansic: 6,284; makefile: 118; perl: 104; sh: 15
file content (124 lines) | stat: -rw-r--r-- 3,239 bytes parent folder | download | duplicates (3)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.na
.TH ALEVT 1x "VERSION" LINUX "Teletext decoder"
.SH NAME
alevt \- X11 Teletext browser

.SH SYNOPSIS
.B alevt
.RI [ options ]

.SH "DESCRIPTION"
.B alevt
is an X11 program for browsing and searching Teletext pages received
by a compatible decoder (at the moment, bttv).

.SH OPTIONS
A summary of command line options is included below.  The X11 user
interface is described in the built-in manual.
.TP 4
.BI \-display \ display
Where to display the windows.  Default: $DISPLAY.
.TP
.BI \-geometry \ geometry
Specifies the size and position of the windows.  Default: 40x25.
.TP
.BI \-vbi \ device
Use the given device name.  Default: /dev/vbi0.
.TP
.BI \-finetune \ \-4..4\||auto
Try some fine tuning if you have a lot of decoding errors (these
lightning symbols).  This allows fine tuning of the decoder circuit.
The pre finetune behaviour was -finetune 0.  Default: 1.
.TP
.BI [\-parent] \ ppp[.ss]
Open a new window with the page number given by
.I ppp
and an optional subpage index given by
.IR ss .

The
.B \-parent
keyword is just for completeness and not normally used.  The page number
alone is sufficient.  Default: 900.
.TP
.BI \-child \ ppp[.ss]
Open a new child window with the page number given by
.I ppp
and an optional subpage index given by
.IR ss .
About the concept of parent and child windows see the built-in manual.
.TP
.\" .B \-oldbttv
.\" Give this option if you are using the bttv driver from the 2.2 kernel
.\" or a very old one (<0.5.20) from the
.\" .B xawtv
.\" package.
.\" .TP
.BR \-erc / \-noerc
Enables/disables the error reduction code which substitutes
errors on a page by data from a previously received one.
Enabled by default.
.TP
.BR \-bell / \-nobell
Enables/disables the error bell.  Normally enabled.
.TP
.BI \-charset \ latin-1\||latin-2
Selects the character set to use.  Characters not present
in the selected set are replaced by similar looking symbols.
(default: latin-1)
.TP
.B \-\-help
Show summary of options.
.TP
.B \-\-version
Show version of program.
.PP
The order of options is important!  Each page number opens a new window
with the previously given geometry, device, and display.  For example,
to open two windows on the local display and one on display foo:0 you would
start it with:
.IP
.I alevt 100 300 \-display foo:0 100
.PP
Or, one window from /dev/vbi0 and one from /dev/vbi1 (untested *g*):
.IP
.I alevt \-vbi /dev/vbi0 100  \-vbi /dev/vbi1 100
.PP
The
.B \-child
options requires a parent window.  So, it must be preceded by a parent
or another child window.
.PP
When saving pages
.B alevt
asks for a format string.  Look at
.BR alevt-cap (1).
The chapter
.B Format Specifiers
gives an explanation.
.PP
.B alevt
has no support to set or change the TV channel.  This
should be done with another (not supplied) program like
.B xawtv
or
.B set-tv
from the
.B xawtv
package.  Maybe in the future there will be a more
sophisticated method in bttv to switch channels etc with a dedicated
tuner application.  But, at the moment, you have to live with it...

.SH FILES
.I /dev/vbi*

.SH "SEE ALSO"
.BR alevt-date (1),
.BR alevt-cap (1),
.BR X (3x),
.BR xawtv (1x),
and the built-in manual.

.SH BUGS
There are no known bugs.  If you find one, please report it to
<froese@gmx.de>.