Displaying 2 results from an estimated 2 matches for "osd_cat".
Did you mean:
odfcat
2011 Jun 14
1
Tip: Overlay frames per second on fullscreen 3d games
...ever, it's not easy to track framerate changes as you play when the game runs fullscreen. Fraps[1] is a good solution to this problem under Windows but the FPS measuring functionality does not work under Wine (see bug #23765[2]).
I found it's actually easy to view the current fps by using `osd_cat` to
overlay output from WINEDEBUG=fps on the screen. Just launch your program
with:
WINEDEBUG=fps wine MYAPP.exe 2>&1 | tee /dev/stderr | grep --line-buffered "^trace:fps:" | osd_cat`
osd_cat is provided by xosd-bin on Debian/Ubuntu. Check the man page for ways of configuring i...
2012 Apr 27
6
Re: Guild Wars 2 for wine - what is needed?
Thanks for the help, James! its finally working!