summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/cmd_line.xml
blob: e16a5c7e76014ece4bdc11a137a51c10aa9803e8 (plain)
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<?xml version="1.0"?>
<llsd>
  <map>
    <!-- Please insert new keys in alphabetical order. -->
    <key>analyzeperformance</key>
    <map>
      <key>desc</key>
      <string>When used in conjunction with logperformance, analyzes result of log against baseline.</string>
      <key>map-to</key>
      <string>AnalyzePerformance</string>
    </map>

    <key>autologin</key>
    <map>
      <key>desc</key>
      <string>log in as last saved user</string>
      <key>map-to</key>
      <string>AutoLogin</string>
    </map>

    <key>channel</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>CmdLineChannel</string>
    </map>

    <key>console</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>ShowConsoleWindow</string>
    </map>

    <key>cooperative</key>
    <map>
      <key>desc</key>
      <string>Yield some idle time to local host.</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>YieldTime</string>
    </map>

    <key>crashonstartup</key>
    <map>
      <key>desc</key>
      <string>Crashes on startup. For QA use.</string>
      <key>map-to</key>
      <string>CrashOnStartup</string>
    </map>

    <key>debugsession</key>
    <map>
      <key>desc</key>
      <string>Run as if RenderDebugGLSession is TRUE, but log errors until end of session.</string>
      <key>map-to</key>
      <string>DebugSession</string>
    </map>

    <key>debugviews</key>
    <map>
      <key>map-to</key>
      <string>DebugViews</string>
    </map>

    <key>disablecrashlogger</key>
    <map>
      <key>desc</key>
      <string>Disables the crash logger and lets the OS handle crashes</string>
      <key>map-to</key>
      <string>DisableCrashLogger</string>
    </map>

    <key>drop</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>PacketDropPercentage</string>
    </map>
    
    <key>god</key>
    <map>
      <key>desc</key>
      <string>Log in a god if you have god access.</string>
      <key>map-to</key>
      <string>ConnectAsGod</string>
    </map>

    <key>graphicslevel</key>
    <map>
      <key>desc</key>
      <string>Set the detail level. 
0 - low, 1 - medium, 2 - high, 3 - ultra</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>RenderQualityPerformance</string>
    </map>

    <key>grid</key>
    <map>
      <key>desc</key>
      <string>Specify the name of the grid to connect to.</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>CmdLineGridChoice</string>
    </map>

    <key>update-service</key>
    <map>
      <key>desc</key>
      <string>Override the url base for the update query.</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>CmdLineUpdateService</string>
    </map>

    <key>help</key>
    <map>
      <key>desc</key>
      <string>display this help message</string>

      <key>short</key>
      <string>h</string>
    </map>

    <key>ignorepixeldepth</key>
    <map>
      <key>desc</key>
      <string>Ignore pixel depth settings.</string>
      <key>map-to</key>
      <string>IgnorePixelDepth</string>
    </map>

    <key>inbw</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>InBandwidth</string>
    </map>

    <key>leap</key>
    <map>
      <key>desc</key>
      <string>command line to run an LLSD Event API Plugin</string>
      <key>count</key>
      <integer>1</integer>
      <!-- you can specify multiple such plugins -->
      <key>compose</key>
      <boolean>true</boolean>
      <key>map-to</key>
      <string>LeapCommand</string>
    </map>

    <key>logfile</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>UserLogFile</string>
    </map>

    <key>login</key>
    <map>
      <key>desc</key>
      <string>3 tokens: first, last and password</string>
      <key>count</key>
      <integer>3</integer>
      <key>map-to</key>
      <string>UserLoginInfo</string>
    </map>

    <key>logmetrics</key>
    <map>
      <key>desc</key>
      <string>Log metrics for benchmarking</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>LogMetrics</string>
    </map>

    <key>logperformance</key>
    <map>
      <key>desc</key>
      <string>Log performance metrics for benchmarking</string>
      <key>map-to</key>
      <string>LogPerformance</string>
    </map>

    <key>multiple</key>		  
    <map>
      <key>desc</key>
      <string>Allow multiple viewers.</string>
      <key>map-to</key>
      <string>AllowMultipleViewers</string>
    </map>

    <key>noaudio</key>
    <map>
      <key>map-to</key>
      <string>NoAudio</string>
    </map>

    <key>noninteractive</key>
    <map>
      <key>desc</key>
      <string>Run in semi-headless mode where only login and logout need to work.</string>
      <key>map-to</key>
      <string>NonInteractive</string>
    </map>

    <key>nonotifications</key>
    <map>
      <key>desc</key>
      <string>User will not get any notifications. NOTE: All notifications that occur will get added to ignore file for future runs.</string>
      <key>map-to</key>
      <string>IgnoreAllNotifications</string>      
    </map>

    <key>nopreload</key>
    <map>
      <key>map-to</key>
      <string>NoPreload</string>
    </map>

    <key>noprobe</key>
    <map>
      <key>map-to</key>
      <string>NoHardwareProbe</string>
    </map>

    <key>noquicktime</key>
    <map>
      <key>map-to</key>
      <string>NoQuickTime</string>
    </map>

    <key>nosound</key>
    <map>
      <key>map-to</key>
      <string>NoAudio</string>
    </map>

    <key>no-verify-ssl-cert</key>
    <map>
      <key>map-to</key>
      <string>NoVerifySSLCert</string>
    </map>

    <key>novoice</key>
    <map>
      <key>desc</key>
      <string>Disable voice.</string>
      <key>map-to</key>
      <string>CmdLineDisableVoice</string>
    </map>

    <key>outbw</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>OutBandwidth</string>
    </map>

    <key>port</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>UserConnectionPort</string>
    </map>

    <key>purge</key>
    <map>
      <key>desc</key>
      <string>Delete files in the cache.</string>
      <key>map-to</key>
      <string>PurgeCacheOnNextStartup</string>
    </map>

    <key>qa</key>
    <map>
      <key>desc</key>
      <string>Activated debugging menu in Advanced Settings.</string>
      <key>map-to</key>
      <string>QAMode</string>
    </map>

    <key>quitafter</key>
    <map>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>QuitAfterSeconds</string>
    </map>

    <key>replaysession</key>
    <map>
      <key>desc</key>
      <string>After login, replay last recorded session and quit.</string>
      <key>map-to</key>
      <string>ReplaySession</string>
    </map>

    <key>rotate</key>
    <map>
      <key>map-to</key>
      <string>RotateRight</string>
    </map>
    
    <key>safe</key>
    <map>
      <key>desc</key>
      <string>Reset preferences, run in safe mode.</string>
      <key>map-to</key>
      <string>SafeMode</string>
    </map>

    <key>sessionsettings</key>
    <map>
      <key>desc</key>
      <string>Specify the filename of a configuration file that contains temporary per-session configuration overrides.</string>
      <key>count</key>
      <integer>1</integer>
      <!-- Special case. Mapped to settings procedurally. -->
    </map>

    <key>set</key>
    <map>
      <key>desc</key>
      <string>specify the value of a particular configuration variable that overrides all other settings.</string>
      <key>count</key>
      <integer>2</integer>
      <key>compose</key>
      <boolean>true</boolean>
      <!-- Special case. Mapped to settings procedurally. -->
    </map>

    <key>setdefault</key>
    <map>
      <key>desc</key>
      <string>specify the value of a particular configuration variable which can be overridden by settings.xml.</string>
      <key>count</key>
      <integer>2</integer>
      <!-- Special case. Mapped to settings procedurally. -->
    </map>

    <key>settings</key>
    <map>
      <key>desc</key>
      <string>Specify the filename of a configuration file.</string>
      <key>count</key>
      <integer>1</integer>
      <!-- Special case. Mapped to settings procedurally. -->
    </map>

    <key>skin</key>
    <map>
      <key>desc</key>
      <string>ui/branding skin folder to use</string>
      <key>count</key>
      <integer>1</integer>
      <key>map-to</key>
      <string>SkinCurrent</string>
    </map>

    <key>slurl</key>
    <map>
      <key>desc</key>
      <string>Startup SLurl</string>
      <key>count</key>
      <integer>1</integer>
      <key>positional</key>
      <boolean>true</boolean>
      <key>last_option</key>
      <boolean>true</boolean>
      <key>map-to</key>
      <string>CmdLineLoginLocation</string>
    </map>

    <key>url</key>
    <map>
      <key>desc</key>
      <string>Startup location</string>            
      <key>count</key>
      <integer>1</integer>
      <key>last_option</key>
      <boolean>true</boolean>
      <key>map-to</key>
      <string>CmdLineLoginLocation</string>
    </map>

    <key>usersessionsettings</key>
    <map>
      <key>desc</key>
      <string>Specify the filename of a configuration file that contains temporary per-session configuration user overrides.</string>
      <key>count</key>
      <integer>1</integer>
      <!-- Special case. Mapped to settings procedurally. -->
    </map>

    <key>skipupdatecheck</key>
    <map>
      <key>desc</key>
      <string>Skips update check at startup.</string>
      <key>map-to</key>
      <string>CmdLineSkipUpdater</string>
    </map>

  </map>
</llsd>