~ubuntu-branches/ubuntu/trusty/chromium/trusty

« back to all changes in this revision

Viewing changes to misc/chromium.6

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-02-19 14:01:45 UTC
  • mfrom: (0.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090219140145-f5sn95pah8s5ddwa
Tags: 0.9.13.3-1
* New upstream release
  - Using the CDROM for music is off by default and
    the manual page documents the use_cdrom option (Closes: #492446)
  - bindir/datadir customisations were removed so use ./configure args
* Improve the descriptions for the chromium & chromium-data packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
directory containing user-customized game data with the same layout and filenames as the system one.
83
83
.TP
84
84
Chromium will also look in a system directory for data.
 
85
.SH CONFIGURATION
 
86
The configuration file is a plain text file. Each line contains a key,
 
87
a single-space separator and then a numeric value (integer or floating point).
 
88
The following keys are recognised by chromium.
 
89
.TP
 
90
.B use_playList
 
91
Enable/disable playlist support. This causes chromium to open the
 
92
~/.chromium-music file and play the files listed there.
 
93
Disabled by default.
 
94
Only works when using OpenAL.
 
95
.TP
 
96
.B use_cdrom
 
97
Enable/disable CDROM support. This causes chromium to attempt to play any audio
 
98
CD that might be available. This is disabled by default because the constant
 
99
spinning up of the CD can be annoying and because CDs are less popular than
 
100
MP3/OGG these days. Only works when compiled with SDL support.
 
101
.TP
 
102
.B full_screen
 
103
Enable/disable full-screen mode. This causes chromium to fill the screen
 
104
instead of just using a window. Disabled by default. Only works when using
 
105
SDL support.
 
106
.TP
 
107
.B true_color
 
108
Enable/disable 24-bit color. When disabled it uses 16-bit color. Disabled by
 
109
default. Only works when using SDL support.
 
110
.TP
 
111
.B swap_stereo
 
112
Enable/disable swapping sound orientation. Disabled by default. Only works when
 
113
using OpenAL.
 
114
.TP
 
115
.B auto_speed
 
116
Use an alternate speed adjustment algorithm in certain situations. Disabled by
 
117
default. Only works when using SDL support.
 
118
.TP
 
119
.B show_fps
 
120
Print the frames per second at the top right when in a game. Defaults to
 
121
enabled.
 
122
.TP
 
123
.B screenSize
 
124
Selects the screen or window size. Defaults to 800x600.
 
125
.br
 
126
0 =  512 x  384
 
127
.br
 
128
1 =  640 x  480
 
129
.br
 
130
2 =  800 x  600
 
131
.br
 
132
3 = 1024 x  768
 
133
.br
 
134
4 = 1280 x 1024
 
135
.TP
 
136
.B gfxLevel
 
137
Selects the desired amount of graphical effects. Defaults to full effects.
 
138
.br
 
139
0 = minimal
 
140
.br
 
141
1 = medium
 
142
.br
 
143
2 = full
 
144
.TP
 
145
.B gameSkillBase
 
146
Selects the desired skill level. Defaults to normal.
 
147
.br
 
148
0.2 = fish in a barrel
 
149
.br
 
150
0.3 = whimp
 
151
.br
 
152
0.4 = easy
 
153
.br
 
154
0.5 = normal
 
155
.br
 
156
0.6 = experienced
 
157
.br
 
158
0.7 = fun
 
159
.br
 
160
0.8 = insane
 
161
.br
 
162
0.9 = impossible
 
163
.TP
 
164
.B mouseSpeed
 
165
Speed that the mouse moves the ship around. The value shown in the menu is
 
166
1000 times the value in the configuration. Defaults to 0.03.
 
167
.TP
 
168
.B maxLevel
 
169
The maximum level that may be attempted. To attempt the next level you must
 
170
first complete the maximum level. Defaults to 1.
 
171
.TP
 
172
.B volSound
 
173
Sets the volume of the sound effects. The value shown in the menu is 10 times
 
174
the value in the configuration. Ranges from 0.0 to 1.0 and defaults to 0.9.
 
175
.TP
 
176
.B volMusic
 
177
Sets the volume of the sound effects. The value shown in the menu is 10 times
 
178
the value in the configuration. Ranges from 0.0 to 1.0 and defaults to 0.5.
 
179
.TP
 
180
.B viewGamma
 
181
Sets the gamma used when loading the PNG images used for sprites. Defaults to
 
182
1.1.
 
183
.TP
 
184
.B audioType
 
185
Sets which audio backend to use. The desired backend must be compiled in for
 
186
it to work, otherwise the other backend will be used. Defaults to OpenAL.
 
187
.br
 
188
0 = OpenAL
 
189
.br
 
190
1 = SDL Mixer
 
191
.TP
 
192
.B cdromCount
 
193
A cache of number of CDROM devices present, not used.
 
194
.TP
 
195
.B cdromDevice
 
196
The number of the CDROM device to use when use_cdrom is enabled. Zero-based.
 
197
Defaults to first device (0).
85
198
.SH SEE ALSO
86
199
.br
87
200
"In game procedures and flight safety"
88
201
.SH AUTHOR
89
 
This manual page was written by Peter Joseph <kneecaps@debian.org>,
90
 
for the Debian GNU/Linux system.
 
202
This manual page was written by Peter Joseph, Paul Wise and others.