HGL
other-emerald
Linux game launch parameters
Why your beautiful launcher does not support the input of game arguments similar to stimuli, I mean the commands that are written before %command% like RADV_PEFTEST=gpl or DXVK_HUD=compiler and similar, unix commands are simply ignored.
For example Bottles supports game arguments like RADV_PERFTEST=gpl %command%.
5 Replies
foreign-sapphire•2y ago
it does support it
this is what environment variables are
the thing on the left side of equal sign is key, the other is a value
Key=value
game arguments are things you would like to pass into game exe
like
-launcherSkip
environment variables is separate concept form game arguments/launch parametersother-emeraldOP•2y ago
ty for information, i understand
other-emeraldOP•2y ago
example, its work

fair-rose•2y ago
I'm also reasonably sure that
RADV_PERFTEST=gpl
has already been enabled by default in newer mesa versions already
in other words, adding it does nothing
the syntax is correct here
https://lists.freedesktop.org/archives/mesa-announce/2023-May/000720.html
yep. it's in as of 23.1other-emeraldOP•2y ago
In my case on mesa 23.1.4 radv_perftest=gpl did not work, I had to use the startup parameter, but in mesa 23.3.0 devel, everything works out of the box
Strange, I had low stability when using mesa 23.1.4, but when I switched to mesa 23.3.0 devel, everything became much more stable (I mean the frame graph).