Does any one knows if there is an application like frame fraps for ubuntu??
I found this commend and it almost worked
WINEDEBUG=fps wine YOURGAME.exe 2>&1 | tee /dev/stderr | grep --line-buffered "^trace:fps:" | cut -c25-30 | osd_cat --lines=1 --font="lucidasanstypewriter-bold-18" --color=yellow
but the problem with it was that it did not show on screen counter and I could not find the output file yes in terminal I could find fps counter throe bunch of errors but I would like to know if there is a better way and if there is not then how to get an output file with commend if any one knows
thank you in advanced