nickguletskii / GLXOSD

GLXOSD is an extensible on-screen display (OSD)/overlay for OpenGL applications running on Linux with X11 which aims to provide similar functionality to MSI Afterburner/RivaTuner OSD. It can show FPS, frame timings, temperatures and more in OpenGL games and applications. It can also be used to benchmark games, much like voglperf.
https://glxosd.nickguletskii.com
MIT License
123 stars 20 forks source link

Parameters doesn't work #9

Closed ghost closed 8 years ago

ghost commented 9 years ago

I'm using the Ubuntu 12.04 (Propritary Nvidia driver) Version from the PPA and everytime when I try to use a parameter, I get the error that command couldn't be found.

$ glxosd --config ~/.glxosd/glxosd.conf ./Verdun /usr/bin/glxosd: Zeile 19: --config: Kommando nicht gefunden.

No matter if I use --config, -c, --steam or -s. This is the content of the /usr/bin/glxgears: https://gist.github.com/NeXxGeN/06df78b1ec071e071e88

nickguletskii commented 9 years ago

Hello. Due to problems with some packages in Ubuntu 12.04, there is no backport of the Steam-capable version of GLXOSD. The only version that is supported by the latest GLXOSD at the moment is 14.04. This is mentioned here.

I may try to backport later, sorry.