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

Team Fortress 2 Not Starting #61

Closed SakiiCode closed 8 years ago

SakiiCode commented 8 years ago

I cant start Team Fortress 2 with glxosd. When I edited the launch options the game doesn't start and when I tried starting it with the command line there is no overlay.

licaon-kter commented 8 years ago

Output on terminal start?

Use https://gist.github.com to paste.

SakiiCode commented 8 years ago

Some strange stuff mainly

pid 6562 != 6559, skipping destruction (fork without exec?)
Running Steam on ubuntu 15.10 64-bit
STEAM_RUNTIME is enabled automatically

then stops

https://gist.github.com/KovacsA22/cf13dcd7d5146129451c

SakiiCode commented 8 years ago

Anyways the glxgears doesn't even work. This project has been abandoned very much :( But I need an fps monitoring software :(

licaon-kter commented 8 years ago

Tried glxosd --steam steam steam://rungameid/440 ?

Works on glxgears here ok, so maybe your system has another issue?! Did you install both 32 and 64 bit libs?

Regarding abandoned or not, besides the issues around here, it works on plenty of games.

Also, what's wrong with the Steam overlay FPS counter ( Steam -> Settings -> In game -> FPS... ) ?

nickguletskii commented 8 years ago

Can you please provide me with the following information? Thank you.

It is likely that this is caused by standard library incompatibility.

SakiiCode commented 8 years ago

Ubuntu 15.10 64-bit I have integrated intel graphics chip on a laptop. I have installed both intel drivers (01.org) and oibaf's drivers I tried compiling the 32 bit, 64 bit in every combination

I want to use this to do some statistical measures on my fps with different cpu configurations: min,max,avg fps.

I tried glxosd --steam steam steam://rungameid/440 but it has the same results https://gist.github.com/KovacsA22/cf13dcd7d5146129451c

nickguletskii commented 8 years ago

I have a feeling that this has to do with these weird drivers you are running. As far as I know, Intel graphics drivers come with the kernel.

Also, please provide me with the output of glxinfo. It could be that your graphics chip doesn't support OpenGL 3.

licaon-kter commented 8 years ago

@KovacsA22 is the PPA not working on your distro?

SakiiCode commented 8 years ago

oh I found something

https://gist.github.com/KovacsA22/9f6b6e6c3282afa2c78f

nickguletskii commented 8 years ago

Yep, this means that your graphics chip doesn't support the OpenGL version GLXOSD needs.