forked from artyfarty/bb-osx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbb.1
126 lines (126 loc) · 2.26 KB
/
bb.1
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
125
126
.TH NAME SECTION
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
bb \- The aalib demo
.SH SYNOPSIS
.B bb
.I "[options]"
.br
.SH "DESCRIPTION"
The
.BR bb ,
command show an high quality audio-visual demonstration for your text
terminal
.SH OPTIONS
A summary of options are included below.
For a complete description type
.BR bb
.BR -help .
.TP
.B \-help
Show summary of options.
.TP
.B \-loop
play demo in infinite loop
.TP
.B \-driver
select driver available drivers:linux slang X11 stdout stderr
.TP
.B \-kbddriver
select keyboard driver available drivers:slang X11 stdin
.TP
.B \-mousedriver
select mouse driver available drivers:X11 gpm dos
.TP
.B \-width
set width
.TP
.B \-height
set height
.TP
.B \-minwidth
set minimal width
.TP
.B \-minheight
set minimal height
.TP
.B \-maxwidth
set maximal width
.TP
.B \-maxheight
set maximal height
.TP
.B \-recwidth
set recomended width
.TP
.B \-recheight
set recomended height
.TP
.B \-dim
enable usage of dim (half bright) attribute
.TP
.B \-bold
enable usage of bold (double bright) attribute
.TP
.B \-reverse
enable usage of reverse attribute
.TP
.B \-normal
enable usage of normal attribute
.TP
.B \-boldfont
enable usage of boldfont attrubute
.TP
.B \-no<attr>
disable (i.e -nobold)
.TP
.B \-extended
use all 256 characters
.TP
.B \-eight
use eight bit ascii
.TP
.B \-font <font>
select font(This option have effect just on hardwares
where aalib is unable to determine current font
available fonts:vga8 vga9 mda14 vga14 X8x13 X8x16
X8x13bold vgagl8 line
.TP
.B \-inverse
enable inverse rendering
.TP
.B \-noinverse
disable inverse rendering
.TP
.B \-bright <val>
set bright (0-255)
.TP
.B \-contrast <val>
set contrast (0-255)
.TP
.B \-gamma <val>
set gamma correction value(0-1)
.TP
.B \-nodither
disable dithering
.TP
.B \-floyd_steinberg
floyd steinberg dithering
.TP
.B \-error_distribution
error distribution dithering
.TP
.B \-random <val>
set random dithering value(0-inf)
.TP
.B \-dimmul <val>
multiply factor for dim color (5.3)
.TP
.B \-boldmul <val>
multiply factor for dim color (2.7)
.SH SEE ALSO
See the files in /usr/doc/aalib*
.SH AUTHOR
This manual page was written by Michael Bramer <[email protected]>,
for the Debian GNU/Linux system (but may be used by others).