0

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

link

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

Levan
  • 10,880
  • 1
    did you check out http://askubuntu.com/questions/100053/fraps-like-programs-for-ubuntu – Nanne May 06 '13 at 15:21
  • Thank you for the reply but thous are software that record screen and I want a software that measures fps – Levan May 06 '13 at 15:30
  • I'ts not about the answers, it's about the fact the question is the same.. You're not asking a different question, so this would kinda be a 'duplicate' – Nanne May 06 '13 at 20:46

1 Answers1

1

I don't know if this works, but try http://code.fluffytapeworm.com/projects/libglfps

ahalverson
  • 100
  • 1
  • 6
  • Most probably that will work :( but I do not know how to compile the software – Levan May 06 '13 at 15:35
  • Most likely there is a text document named "INSTALL" in the de-compressed file, read that and it will probably tell you what to do. – ahalverson May 11 '13 at 03:04