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

Overlay and Witcher 2 #105

Closed martinpl closed 6 years ago

martinpl commented 6 years ago

Game have launcher so need to run by terminal

Run command:

glxosd --steam ./witcher2

Error:

ERROR: ld.so: object 'libglxosd-glinject.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored

OS: Antergos / Arch; OSD working, tested in DotA 2

licaon-kter commented 6 years ago

Not an actual error (you can ignore that message), but Witcher 2 is 32 bit so you need glxosd 32bit libs too.

martinpl commented 6 years ago

Thanks for replay. Yes you have right, just installed glxosd32 and it works ;)