ValveSoftware / voglperf

Benchmarking tool for Linux OpenGL games. Spews frame information, logs frametimes.
Other
201 stars 31 forks source link

VoglPerf does not use "Launch Options" for a game #8

Closed Kzimir closed 10 years ago

Kzimir commented 10 years ago

Hi,

Actually, there is a bug for the Witcher 2 with keyboards and we must to set "LC_ALL=C %command%" in the Launch Options for this game to play correctly.

Problem with voglperf, when i launch the game with it, the option set in steam is not use by voglperf. This is the launch command use by vogleperf :

steam steam://run/20920//VOGLPERF_CMD_LINE="--msqid=0 --showfps" LD_PRELOAD=/home/berillions/Desktop/voglperf/bin/libvoglperf32.so:/home/berillions/Desktop/voglperf/bin/libvoglperf64.so:$LD_PRELOAD %command%

You can see that "LC_ALL=C" is not used... How to fix this problem ?

Thanks, Max

ghost commented 10 years ago

For now you can use

LC_ALL=C voglperfrun64

That should work, as someone wrote on the Steam Forums that it works for him.

mikesart commented 10 years ago

I think we'll have to use the workaround for this - we are setting the options for launching and I don't believe there is a way to get the current launch options. Thanks.