Jump to content

OpenGL: Difference between revisions

fix links
imported>Fufexan
(Add syntax highlighting)
(fix links)
(2 intermediate revisions by 2 users not shown)
Line 43: Line 43:
Use <code>glxinfo</code> to load 3D acceleration debug information.  
Use <code>glxinfo</code> to load 3D acceleration debug information.  


If <code>glxinfo</code> returns <code>Error: couldn't find RGB GLX visual or fbconfig</code>, ensure you have <code>extraPackages = [ pkgs.mesa.drivers ];</code> set.
If <code>glxinfo</code> returns <code>Error: couldn't find RGB GLX visual or fbconfig</code>, ensure you have <code>hardware.opengl.extraPackages = [ pkgs.mesa.drivers ];</code> set.


== Related ==
== Related ==


https://nixos.wiki/wiki/Nixpkgs_with_OpenGL_on_non-NixOS
[[Nixpkgs with OpenGL on non-NixOS]]
 
[[Category: Video]]