Code: Select all
sudo add-apt-repository ppa:bartbes/love-stable
My dist. is ElementaryOS. Works perfectly, I assume.
Thanks.
Code: Select all
sudo add-apt-repository ppa:bartbes/love-stable
Code: Select all
sudo apt install love
Oh, that's funny because it was my first thought to do that. Then I tried this I didn't recognised the packages and thought that it was some kind of system application. Silly me))grump wrote: ↑Tue Jan 28, 2020 1:45 pm You did not install love yet, you just added the repository to apt. TryCode: Select all
sudo apt install love
Code: Select all
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 107
Current serial number in output stream: 106
Gears worked well but something probably was wrong with default drivers package. I reinstalled my NVIDIA drivers via terminal and it worked after that. Thanks =3pgimeno wrote: ↑Wed Jan 29, 2020 1:12 am What's your graphics card? Do you have GL drivers for it? Does glxgears work for you? Also, the output of: 'glxinfo | grep string' (without the quotes) would be useful. Both are in package mesa-utils.
Edit: swrast is the software rasterizer (software OpenGL). That sounds like you don't have drivers for your card, but then I would say that the software GL should have worked (slow, of course).
Users browsing this forum: Bing [Bot] and 8 guests