PDA

View Full Version : glxgears help


jasay
September 19th, 2005, 04:53 PM
I messed over my Hoary installation a week or so ago and decided to try Breezy since it's getting close. Finally got it all up and running with fglrx from ati (apparently 8.16.20 is in the repos now . . . :? doh.) Anyway, when I run glxgears it doesn't output the fps. Any ideas why it would (not) do this or how to fix it? I'm curious how the new drivers and breezy stack up to Hoary.

FiggyG
September 19th, 2005, 08:06 PM
glxgears isn't a benchmark, but I'm still curious why it doesn't give the numbers.

mlomker
September 19th, 2005, 08:29 PM
Try glxgears --help. There's a ridiculous command line switch to acknowledge that it isn't a benchmark.

Does fgl_glxgears work normally?

acariquara
September 19th, 2005, 08:46 PM
Try glxgears --help. There's a ridiculous command line switch to acknowledge that it isn't a benchmark.

Does fgl_glxgears work normally?

glxgears --help results in nothing but an error message and the program running anyway ](*,)

strings /usr/bin/X11/glxgears generated some interesting results, though.


glxgears -iacknowledgethatthistoolisnotabenchmark

:roll: :roll: :roll: :roll: :roll: yes, that counts in my book as ridiculous....

jasay
September 19th, 2005, 09:16 PM
I know glxgears is hardly a standardized benchmark but, for a given system, a large jump in fps with a new driver still suggests an improvement, no? If nothing else, it helps me feel like my work installing the ati drivers was worth the effort.

Try glxgears --help. There's a ridiculous command line switch to acknowledge that it isn't a benchmark.

Does fgl_glxgears work normally?
glxgears ---help is just running the program, not giving options and fgl_glxgears isn't recognized as a command. Any packages I might be missing?

Thanks for the suggestions thus far.

jasay
September 19th, 2005, 09:19 PM
glxgears -iacknowledgethatthistoolisnotabenchmark

Yikes, this actually works for some reason, weird. Call me lazy, but I don't really want to type that out every time though. :razz: ;-)

cutOff
September 20th, 2005, 03:14 AM
Yikes, this actually works for some reason, weird. Call me lazy, but I don't really want to type that out every time though. :razz: ;-)
Make an alias

alias glxgears='glxgears -iacknowledgethatthistoolisnotabenchmark'

mlomker
September 20th, 2005, 09:13 AM
glxgears ---help is just running the program, not giving options and fgl_glxgears isn't recognized as a command. Any packages I might be missing?


That might have been installed with the ATI drivers, so won't be there if you're running Nvidia.

jasay
September 20th, 2005, 12:34 PM
Make an alias

alias glxgears='glxgears -iacknowledgethatthistoolisnotabenchmark'

Have never heard of the alias command. That could prove useful, thanks. :)

cutOff
September 20th, 2005, 01:04 PM
Have never heard of the alias command. That could prove useful, thanks. :)
Have a look to this HowTo (http://ubuntuforums.org/showthread.php?t=44458&highlight=alias) :-)