-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
387 lines (387 loc) · 13.1 KB
/
settings.json
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
[
{
"name": "Main settings",
"settings": [
{
"name": "Add arguments",
"exampleValue": "input_value",
"text": "Enter cyan_arguments_end (Example: cyan_-windowed_end)"
},
{
"name": "Add variables or commands",
"exampleValue": "input_value",
"text": "Enter cyan_variables or cyan_commands_end (Example: cyan_gamemoderun or cyan_WINEESYNC=1_end"
},
{
"name": "Enable pulse audio latency",
"exampleValue": "PULSE_LATENCY_MSEC=input_value",
"defaultValue": "60",
"text": "Enter cyan_pulseaudio latency_end (Example: cyan_90_end)"
},
{
"name": "Enable gamemode",
"exampleValue": "gamemoderun",
"limitation": {
"file": ["/usr/bin/gamemoderun"]
}
},
{
"name": "Enable MangoHud",
"exampleValue": "mangohud",
"limitation": {
"file": ["/usr/bin/mangohud"]
}
},
{
"name": "Enable vkBasalt",
"exampleValue": "ENABLE_VKBASALT=1",
"limitation": {
"file": ["/usr/lib/libvkbasalt.so", "/opt/vkBasalt/lib/libvkbasalt.so"]
}
},
{
"name": "Enable gamescope",
"exampleValue": "gamescope input_value --",
"defaultValue": "-f -U -h 720 -H 1080",
"text": "Enter green_gamescope_end cyan_arguments_end",
"additionalText": "\ncyan_-W_end, cyan_-H_end - set the resolution used by gamescope. Resizing the gamescope window will update these settings. Ignored in embedded mode. If -H is specified but -W isn't, a 16:9 aspect ratio is assumed. Defaults to 1280×720.\ncyan_-w_end, cyan_-h_end - set the resolution used by the game. If -h is specified but -w isn't, a 16:9 aspect ratio is assumed. Defaults to the values specified in -W and -H.\ncyan_-r_end - set a frame-rate limit for the game. Specified in frames per second. Defaults to unlimited.\ncyan_-o_end - set a frame-rate limit for the game when unfocused. Specified in frames per second. Defaults to unlimited.\ncyan_-U_end - use AMD FidelityFX™ Super Resolution 1.0 for upscaling.\ncyan_-Y_end - use NVIDIA Image Scaling v1.0.3 for upscaling.\ncyan_-i_end - use integer scaling.\ncyan_-b_end - create a border-less window.\ncyan_-f_end - create a full-screen window.\n"
},
{
"name": "Enable Zink",
"exampleValue": "__GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink"
},
{
"name": "Enable debug",
"exampleValue": "on"
}
]
},
{
"name": "Wine Settings",
"settings": [
{
"name": "Enable ESYNC",
"exampleValue": "WINEESYNC=1",
"limitation": {
"launcher": ["wine"]
}
},
{
"name": "Enable FSYNC",
"exampleValue": "WINEFSYNC=1",
"limitation": {
"launcher": ["wine"]
}
},
{
"name": "Enable WineD3D",
"exampleValue": "WINEDLLOVERRIDES='dxgi=b;d3d9=b;d3d10core=b;d3d11=b'",
"limitation": {
"launcher": ["wine"]
}
},
{
"name": "Enable virtual desktop",
"exampleValue": "explorer /desktop='launcher_name',input_value",
"defaultValue": "1920x1080",
"text": "Enter cyan_width_end and cyan_height_end of green_virtual desktop_end (Example: cyan_1600x900_end)",
"limitation": {
"launcher": ["wine"]
}
}
]
},
{
"name": "Wine FSR Settings",
"settings": [
{
"name": "Enable Wine FSR",
"exampleValue": "WINE_FULLSCREEN_FSR=1",
"limitation": {
"launcher": ["wine","proton","steam"]
}
},
{
"name": "Set Wine FSR strength",
"exampleValue": "WINE_FULLSCREEN_FSR_STRENGTH=input_value",
"defaultValue": "2",
"text": "Enter green_FSR_end strength cyan_value_end (cyan_0_end <= cyan_value_end <= cyan_5_end)",
"limitation": {
"launcher": ["wine","proton","steam"]
}
},
{
"name": "Set Wine FSR mode",
"exampleValue": "WINE_FULLSCREEN_FSR_MODE=input_value",
"defaultValue": "balanced",
"text": "Enter cyan_preset value_end",
"additionalText": "\n This option takes one of four green_preset values_end: cyan_performance_end, cyan_balanced_end, cyan_quality_end, cyan_ultra_end.\n Depending on what cyan_preset value_end is passed, green_Wine|Proton_end will check your display's resolution and calculate an appropriate fullscreen resolution.\n",
"limitation": {
"launcher": ["wine","proton","steam"]
}
}
]
},
{
"name": "Proton Settings",
"settings": [
{
"name": "Enable wined3d",
"exampleValue": "PROTON_USE_WINED3D=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Enable large address aware",
"exampleValue": "PROTON_FORCE_LARGE_ADDRESS_AWARE=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Enable old GL string",
"exampleValue": "PROTON_OLD_GL_STRING=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Enable Seccomp",
"exampleValue": "PROTON_USE_SECCOMP=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable D3D12",
"exampleValue": "PROTON_NO_D3D12=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable D3D11",
"exampleValue": "PROTON_NO_D3D11=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable D3D10",
"exampleValue": "PROTON_NO_D3D10=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable D3D9",
"exampleValue": "PROTON_NO_D3D9=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable ESYNC",
"exampleValue": "PROTON_NO_ESYNC=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable FSYNC",
"exampleValue": "PROTON_NO_FSYNC=1",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Disable FUTEX2",
"exampleValue": "PROTON_NO_FUTEX2=0",
"limitation": {
"launcher": ["proton","steam"]
}
},
{
"name": "Enable EasyAntiCheat",
"exampleValue": "PROTON_EAC_RUNTIME=\"input_value\"",
"text": "Enter cyan_path_end to the green_Steam EAC Runtime_end (Example: cyan_/path/to/steam/steamapps/common/Proton EasyAntiCheat Runtime_end)",
"limitation": {
"launcher": ["proton"]
}
}
]
},
{
"name": "Strangle settings",
"settings": [
{
"name": "Enable libstrangle",
"exampleValue": "strangle",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Set max framerate",
"exampleValue": "STRANGLE_FPS=input_value",
"defaultValue": "60",
"text": "Enter cyan_maximum framerate_end",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Set max framerate for battery power",
"exampleValue": "STRANGLE_FPS_BATTERY=input_value",
"defaultValue": "60",
"text": "Enter cyan_maximum framerate_end when running on green_battery power_end",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Enable Vsync",
"exampleValue": "STRANGLE_VSYNC=input_value",
"defaultValue": "2",
"text": "Enter green_Vsync_end cyan_value_end",
"additionalText": "\n\tgreen_OpenGL_end\ncyan_ -1_end - Adaptive sync (unconfirmed if this actually works)\ncyan_ 0_end - Force off\ncyan_ 1_end - Force on\ncyan_ n_end - Sync to [refresh rate / n]\n\n\tgreen_Vulkan_end\ncyan_ 0_end - Force off\ncyan_ 1_end - Mailbox mode. Vsync with uncapped framerate\ncyan_ 2_end - Traditional vsync with framerate capped to refresh rate\ncyan_ 3_end - Adaptive vsync with tearing at low framerates\n",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Run glFinish after every frame",
"exampleValue": "STRANGLE_GLFINISH=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Set mip-map LoD bias",
"exampleValue": "STRANGLE_PICMIP=input_value",
"text": "Enter green_mip-map LoD bias_end cyan_value_end (cyan_-16_end <= cyan_value_end <= cyan_16_end)",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Set anisotropic filtering level (Vulkan only)",
"exampleValue": "STRANGLE_AF=input_value",
"text": "Enter green_anisotropic filtering_end cyan_value_end (cyan_1_end <= cyan_value_end <= cyan_16_end)",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Enable force trilinear filtering (Vulkan only)",
"exampleValue": "STRANGLE_TRILINEAR=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Disable linear texture filtering (Vulkan only)",
"exampleValue": "STRANGLE_RETRO=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Disable dlsym hooking",
"exampleValue": "STRANGLE_NODLSYM=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Stop strangle OpenGL libs from loading",
"exampleValue": "STRANGLE_VKONLY=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Enable the implicit Vulkan layer",
"exampleValue": "ENABLE_VK_LAYER_TORKEL104_libstrangle=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
},
{
"name": "Disable the implicit Vulkan layer",
"exampleValue": "DISABLE_VK_LAYER_TORKEL104_libstrangle=1",
"limitation": {
"file": ["/usr/local/bin/strangle","/usr/bin/strangle"]
}
}
]
},
{
"name": "DXVK Settings",
"settings": [
{
"name": "Enable DxvkHUD",
"exampleValue": "DXVK_HUD=input_value",
"defaultValue": "full",
"text": "Enter green_DxvkHUD_end cyan_options_end (Example: cyan_fps,frametimes,scale=0.8_end)",
"additionalText": "\ncyan_ devinfo_end - Displays the name of the GPU and the driver version\ncyan_ fps_end - Shows the current frame rate\ncyan_ frametimes_end - Shows a frame time graph\ncyan_ submissions_end - Shows the number of command buffers submitted per frame\ncyan_ drawcalls_end - Shows the number of draw calls and render passes per frame\ncyan_ pipelines_end - Shows the total number of graphics and compute pipelines\ncyan_ memory_end - Shows the amount of device memory allocated and used\ncyan_ gpuload_end - Shows estimated GPU load. May be inaccurate\ncyan_ version_end - Shows DXVK version\ncyan_ api_end - Shows the D3D feature level used by the application\ncyan_ compiler_end - Shows shader compiler activity\ncyan_ samplers_end - Shows the current number of sampler pairs used [D3D9 Only]\ncyan_ scale=value_end - Scales the HUD by a factor of x (e.g. 1.5)\ncyan_ full_end - Enable all options\n",
"limitation": {
"launcher": ["wine","proton","steam"]
}
},
{
"name": "Enable Dxvk async",
"exampleValue": "DXVK_ASYNC=1",
"limitation": {
"launcher": ["wine","proton","steam"]
}
},
{
"name": "Disable state cache",
"exampleValue": "DXVK_STATE_CACHE=0",
"limitation": {
"launcher": ["wine","proton","steam"]
}
}
]
},
{
"name": "Nvidia GPU Settings",
"settings": [
{
"name": "Enable threaded optimizations",
"exampleValue": "__GL_THREADED_OPTIMIZATIONS=1",
"limitation": {
"video": ["NVIDIA"]
}
},
{
"name": "Enable graphics API visual indicator",
"exampleValue": "__GL_SHOW_GRAPHICS_OSD=1",
"limitation": {
"video": ["NVIDIA"]
}
}
]
},
{
"name": "AMD GPU Settings",
"settings": [
{
"name": "Enable threaded optimizations",
"exampleValue": "mesa_glthread=true",
"limitation": {
"video": ["AMD"]
}
},
{
"name": "Enable radeon ACO vulkan compiler",
"exampleValue": "RADV_PERFTEST=aco",
"limitation": {
"video": ["AMD"]
}
}
]
}
]