summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_performance_autoadjustments.xml
blob: 4c2061bc60225bce7d1bf5b9a74cf8a27ed1503c (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="none"
 follows="left|top"
 height="580"
 width="580"
 name="panel_performance_autoadjustments"
 layout="topleft"
 left="0"
 top="0">
  <button
    height="16"
    width="16"
    layout="topleft"
    mouse_opaque="true"
    follows="left|top"
    name="back_btn"
    top="7"
    image_selected="Arrow_Left_Off"
    image_pressed="Arrow_Left_Off"
    image_unselected="Arrow_Left_Off"
    left="15"
    is_toggle="true">
  </button>
  <text
   follows="left|top"
   height="20"
   layout="topleft"
   left_pad="3"
   top="10"
   name="back_lbl"
   width="40">
    Back
  </text>
  <text
   follows="left|top"
   font="SansSerifLarge"
   text_color="white"
   height="20"
   layout="topleft"
   left="20"
   top_pad="10"
   name="settings_title"
   width="300">
    Preferred frame rate
  </text>
  <view_border
   bevel_style="in"
   height="0"
   layout="topleft"
   name="border0"
   top_pad="15"
   left="20"
   width="540"/>
  <text
   follows="left|top"
   font="SansSerif"
   text_color="White"
   height="20"
   layout="topleft"
   left="20"
   name="targetfps_desc"
   wrap="true"
   width="140"
   top_pad="20">
    Desired frame rate
  </text>
  <spinner
   name="target_fps"
   control_name="TargetFPS"
   font="SansSerifLarge"
   tool_tip="The viewer will attempt to achieve this by adjusting your graphics settings."
   layout="topleft"
   follows="right|top"
   left_pad="5"
   top_delta="0"
   height="25"
   visible="true"
   decimal_digits="0"
   increment="1"
   initial_value="25"
   max_val="300"
   min_val="1"
   width="48"
   label_width="0" />
  <button
   control_name="AutoTuneFPS"
   follows="top|right"
   height="24"
   initial_value="false"
   image_pressed="PushButton_Press"
   image_pressed_selected="PushButton_Selected_Press"
   image_selected="PushButton_Selected_Press"
   is_toggle="true"
   label="Start"
   label_selected="Stop"
   layout="topleft"
   left_pad="10"
   name="AutoTuneFPS"
   top_delta="-1"
   tool_tip="The viewer will attempt to adjust settings to meet the target FPS."
   width="72">
  </button>
  <check_box
   control_name="AutoTuneLock"
   follows="top|right"
   height="20"
   initial_value="true"
   image_pressed="PushButton_Press"
   image_pressed_selected="PushButton_Selected_Press"
   image_selected="PushButton_Selected_Press"
   is_toggle="true"
   label="Continuous"
   layout="topleft"
   left_pad="10"
   name="AutoTuneContinuous"
   top_delta="0"
   tool_tip="The viewer will continually adapt the settings to meet the target FPS until stopped even with the floater closed. When disabled clicking the Auto Tune button will adjust for the current settings then stop."
   width="64">
  </check_box>
  <text
   follows="left|top"
   font="SansSerif"
   text_color="White"
   height="20"
   layout="topleft"
   left="20"
   name="settings_desc"
   top_pad="20"
   wrap="true"
   width="150">
    Settings affect
  </text>
  <combo_box
   follows="top|left"
   font="SansSerif"
   height="20"
   layout="topleft"
   left_pad="15"
   control_name="TuningFPSStrategy"
   name="TuningFPSStrategy"
   width="130">
    <combo_box.item
     label="Avatars Only"
     name="av_only"
     value="0" />
    <combo_box.item
     label="Avatars and Scene"
     name="av_and_scene"
     value="1" />
  </combo_box>
  <view_border
   bevel_style="in"
   height="0"
   layout="topleft"
   name="border_vsync"
   top_pad="20"
   left="20"
   width="540"/>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   left="20"
   top_pad="20"
   name="vsync_desc"
   width="580">
    Synchronize the refresh rate and frame rate of a monitor,
  </text>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   top_pad="3"
   left="20"
   name="vsync_desc2"
   width="580">
    which can result in smoother performance.
  </text>
  <check_box
   control_name="RenderVSyncEnable"
   height="16"
   initial_value="true"
   label="Enable VSync"
   label_text.text_color="White"
   layout="topleft"
   top_pad="15"
   name="vsync"
   tool_tip="Enable Vertical synchronization to reduce screen tearing and stuttering."
   width="315" />
  <view_border
   bevel_style="in"
   height="0"
   layout="topleft"
   name="border1"
   top_pad="20"
   left="20"
   width="540"/>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   left="20"
   top_pad="15"
   name="simplify_dist_desc"
   width="580">
    Reducing detail shown on avatars that are far away will improve graphics speed.
  </text>
  <check_box
   control_name="AutoTuneImpostorByDistEnabled"
   height="19"
   label="Simplify avatars beyond"
   label_text.text_color="White"
   layout="topleft"
   follows="top|left"
   name="AutoTuneImpostorByDistEnabled"
   tool_tip="When enabled the viewer will adjust the MaxNonImpostors setting to limit fully rendered avatars to those within the defined radius."
   top_pad="15"
   width="190" />
  <spinner
   control_name="AutoTuneImpostorFarAwayDistance"
   height="20"
   layout="topleft"
   follows="top|left"
   name="ffa_autotune"
   left_pad="20"
   decimal_digits="2"
   min_val="16"
   max_val="256"
   width="60" >
  </spinner>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   left_pad="10"
   name="dist_meters"
   width="70">
    meters
  </text>
  <view_border
   bevel_style="in"
   height="0"
   layout="topleft"
   name="border2"
   top_pad="20"
   left="20"
   width="540"/>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   left="20"
   top_pad="20"
   name="dist_limits_desc"
   width="580">
    Choose the distance range that automatic settings will affect.
  </text>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   top_pad="15"
   name="min_dist_lbl"
   width="120">
    Minimum distance
  </text>
  <spinner
   control_name="AutoTuneRenderFarClipMin"
   height="20"
   layout="topleft"
   left_pad="15"
   follows="top|left"
   name="min_dd_autotune"
   decimal_digits="2"
   min_val="32"
   max_val="256"
   width="60">
  </spinner>
  <text
   follows="left|top"
   font="SansSerifSmall"
   text_color="White"
   height="18"
   layout="topleft"
   top_pad="15"
   left="20"
   name="pref_dist_lbl"
   width="120">
    Maximum distance
  </text>
  <spinner
   control_name="AutoTuneRenderFarClipTarget"
   height="20"
   layout="topleft"
   follows="top|left"
   name="pref_dd_autotune"
   left_pad="15"
   min_val="32"
   max_val="256"
   width="60">
  </spinner>
</panel>