Jump to content

OpenGL: Difference between revisions

fix links
imported>Fufexan
m (Add page to Video category)
(fix links)
(One intermediate revision by one other user 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]]
[[Category: Video]]