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

Ubuntu 14.04.4 ppa install fails to launch. #83

Open bluewormx opened 8 years ago

licaon-kter commented 8 years ago

Terminal output? Paste it on https://gist.github.com

bluewormx commented 8 years ago

Hi Nick, Sorry I messed up the other post. I installed the ppa for multiarch.

sudo apt-add-repository -y ppa:nickguletskii200/glxosd \ && sudo apt-get update \ && sudo apt-get install -y glxosd glxosd-libs-amd64 glxosd-libs-i386:i386

I kick myself because I had the older version 2 working like a dream.

Here is the error I get:

bluewormx@bluewormx:~$ glxosd glxgears Lua error: /usr/share/glxosd//glxosd/ConfigurationManager.lua:42: /usr/share/glxosd//glxosd/conf/glxosd_config.lua:5: unexpected symbol near '<' Thanks for such a great project.

bluewormx commented 8 years ago

double post