Comment on Is linux actually gaming ready or is it just not for me?
Sivecano@lemmy.dbzer0.com 2 months ago
You can actually get the terminal output from your game by setting the launch options to
%command% 2>&1 > /tmp/log.txt
Which will write the terminal output of the game to the file /tmp/log.txt