On Sat, 5 Apr 2014 13:42:57 -0300 Wido <[email protected]> said: > I should try that. But the truth is that I installed the binary drivers > from NVIDIA, which included it's own libgl.h and such. And now works fine. > > If this something unusual, I can reinstall debian binary drivers and try > that to provide info for you.
the headers should not make any difference. i build here against mesa provided headers but nvidia drivers. the headers are the same (just nvidia may provide more/different extension symbols, but all these extensions are detected inline inside evas gl engine code, and don't rely on headers). > 2014-03-30 20:19 GMT-03:00 Carsten Haitzler <[email protected]>: > > > On Sun, 30 Mar 2014 13:44:07 -0300 Wido <[email protected]> said: > > > > > Hi There, > > > > > > I just pulled a fresh version from git, recompiled everything as I ussed > > to > > > do and now E19 is givving openGL issues. > > > > > > I have a nice message that says: > > > "your display driver does not support OpenGL, GLSL shaders....." > > > > > > This is not correct, as I have an NVIDIA 550 (which I checked and glxinfo > > > is displaying correct), so there must be something wrong. > > > > > > I double checked, EFL where compiled with +opengl-x11. But I think the > > > problem may be because of my packages. Let me explain better. > > > I'm using Debian Jessie. I used to download the binary blob and install > > NV > > > opengl sources. Now I'm using Debian packages for the propietary NV > > drivers > > > (is NOT nouveou), but they don't include the sources, so I had to install > > > libgl-mesa-dev (and libegl-mesa-dev, since also GLES2/gl2.h is required). > > > So, I *think* the problem may be that I'm not using NV propietary gl.h, > > so > > > E believes that my hardware is not GL capable. > > > > > > Ideas? > > > > export EINA_LOG_LEVEL=4 > > expedite -e gl > > > > > > > -- > > > Wido > > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > > > enlightenment-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) [email protected] > > > > > > > -- > Wido -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
