Coverage for lutris.sysoptions : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
("None (don't use OSS)", "none"), ("padsp (PulseAudio OSS Wrapper)", "padsp"), ("padsp32 (PulseAudio OSS Wrapper for 32bit apps)", "padsp32"), ("pasuspender", "pasuspender"), ("aoss (OSS Wrapper for Alsa)", "aoss"), ]
{ 'option': 'game_path', 'type': 'directory_chooser', 'label': 'Default game path' }, { 'option': 'resolution', 'type': 'choice', 'label': 'Resolution', 'choices': resolution_choices, 'help': "Switch to this resolution during gameplay" }, { 'option': 'display', 'type': 'choice', 'label': 'Restrict to display', 'choices': output_choices, 'help': "Only keep this display active during gameplay" }, { 'option': 'oss_wrapper', 'type': 'choice', 'label': 'OSS Wrapper', 'choices': oss_list,
}, { 'option': 'reset_pulse', 'type': 'bool', 'label': 'Reset PulseAudio' }, { 'option': 'hide_panels', 'type': 'bool', 'label': 'Hide Gnome Panels' }, { 'option': 'reset_desktop', 'type': 'bool', 'label': 'Reset resolution when game quits' }, { 'option': 'killswitch', 'type': 'string', 'label': 'Killswitch file' }, { 'option': 'xboxdrv', 'type': 'string', 'label': 'xboxdrv config' } ] |