geospatial-nix icon indicating copy to clipboard operation
geospatial-nix copied to clipboard

grass: enable opengl

Open landam opened this issue 4 months ago • 3 comments

This PR enables OpenGL support for GRASS package.

But unfortunately 3D view in GRASS GUI doesn't work:

./src/unix/glegl.cpp(391) in InitVisual(): Failed to get an
EGLConfig for the requested attributes.

image

This bug seems to be related to wxWidgets packaging. I tested the same version of wxWidget (3.4.2) and wxPython (4.2.1) in Nix and Debian. On Debian 3D view works as expected. So probably the problem could be related to wxWidgets packaging in Nix(?)

landam avatar Feb 18 '24 11:02 landam