Love2D on linux, problems with SDL/OpenGL
Posted: Mon Jun 06, 2016 7:29 am
Hi everyone, I had to reinstall debian on my laptop because... well, I broke the previous installation
In the previous installation Love was working perfectly with no problem at all, but now after compiling and installing all the required packages, when I try to run a simple
SDL print me this:
I think it has to do with some settings I made for some overheating problem I had, but I have no clue about where to start to troubleshoot this, as I never worked directly with SDL and/or OpenGL.
Thanks for the answer!
In the previous installation Love was working perfectly with no problem at all, but now after compiling and installing all the required packages, when I try to run a simple
Code: Select all
function love.draw(){
love.graphics.print("Hello world!", 100, 100)
}
Code: Select all
Unable to create OpenGL window
This program requires a graphics card and video drivers which support OpenGL 2.1 or OpenGL ES 2.
SDL window creation error: SDL not configured with OpenGL/GLX support
Thanks for the answer!