-
Hi all, I'm developing a project that depends on libGL to launch (using Rust's
I have a working X server, and can run other GUI applications. I'm really unfamiliar with the workings of GUI under-the-hood, which is why I have found no way to resolve this. I have tried adding some (confusingly named) GL libraries to my shell to no avail. I'm writing this here because it feels less like a bug and more like something I'm doing wrong - I just don't know what it is :). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
glxgears works on Ubuntu but not on NixOS for me - so there might actually be a bug related to graphics acceleration in NixOS-WSL |
Beta Was this translation helpful? Give feedback.
-
Should I open a bug report, instead? |
Beta Was this translation helpful? Give feedback.
-
I ran into something similar a while back and solved my issue by adding: |
Beta Was this translation helpful? Give feedback.
I ran into something similar a while back and solved my issue by adding:
hardware.opengl.enable = true;