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
124 stars 20 forks source link

Unable to tune OSD's info #27

Closed DistantThunder closed 9 years ago

DistantThunder commented 9 years ago

Hello. I'm running Arch Linux and using glxosd from git.

It appears no matter what I comment out in the config file, I can't modify the information displayed on the OSD. I always get the "full" report, and I can't seem to filter or tune it, though I've seen other people being able to display only FPS or such things.

I'm running " r32.9f216b2-1".

Thanks !

nickguletskii commented 9 years ago

Commenting out lines in the configuration file won't help. To hide some info, replace the format string with whitespace. Related issue: https://github.com/nickguletskii/GLXOSD/issues/28

DistantThunder commented 9 years ago

@nickguletskii I just achieved what I wished by using regexes with the "libsensors_chip_filter" parameter, but I'll remember what you linked to, thanks.

nickguletskii commented 9 years ago

This is (hopefully) fixed in version 2.4.0.