goverlay
goverlay copied to clipboard
Cant get Goverlay to work
Hello folks!
I just installed Linux (Pop_OS) the first time and i wanted to get a Geforce experience like Application. Goverlay seemed perfect as it combines Mangohud and Goverlay. The Problem is it doesn't work on my Machine. The version from the pop Shop opens successfully but it tells me Mangohud (which i've compiled manually from source because the package didn't work) is not installed even though it definitely is (works through command line). Furthermore i can't enable GLOBAL ENABLE. The Setting gets reset after i reboot my PC.
I've also tried using the Github release but that one won't start with a similar issue to the one mentioned in #21
Compiling from source also doesn't work with this (these) Issues:
Most of the dependencies weren't available through apt so I assume they are already preinstalled.
I'm experiencing the same issue on POP_OS. When I attempt to install it via APT, I get an error message saying that libdl.so can't be found. If I try to compile it myself, I encounter numerous errors, as shown in the screenshots below.
Even when I use Lazarus-ide and open the GOverlay project by clicking File > Open Project... or pressing Ctrl + O and navigate to the goverlay directory and open the goverlay.lpi file, I still encounter many errors when I attempt to build the project by clicking Run > Build or pressing Ctrl + F9.
I'm experiencing the same issue on POP_OS. When I attempt to install it via APT, I get an error message saying that libdl.so can't be found. If I try to compile it myself, I encounter numerous errors, as shown in the screenshots below.
You are missing the OpenGL LCL component that's used to render de GL Cube. To install it, just go to
Package > Install Package
Search for the lazopenglcontext
and click Install Selection
Then click in Save and rebuild IDE
You should be able to finish the compilation now