Graphics: Difference between revisions
m Add VDPAU failing to detect correct driver on Wayland |
m →OpenGL: Changed wording, as NixOS 24.11 has been released now. |
||
Line 22: | Line 22: | ||
== OpenGL == | == OpenGL == | ||
{{Note|<code>hardware.opengl</code> | {{Note|<code>hardware.opengl</code> was renamed to <code>hardware.graphics</code> in NixOS 24.11.}} | ||
Userspace-level graphics support is provided through OpenGL. The kernel module is used just for interfacing with the hardware, the OpenGL driver is what Wayland (or the X server) actually uses for rendering. | Userspace-level graphics support is provided through OpenGL. The kernel module is used just for interfacing with the hardware, the OpenGL driver is what Wayland (or the X server) actually uses for rendering. |