Set up vdpau.

This commit is contained in:
Tom Alexander
2025-02-08 16:06:57 -05:00
parent 24d83e95a5
commit 502e18fdec
4 changed files with 61 additions and 1 deletions

View File

@@ -37,6 +37,11 @@
xorg.xeyes # to test which windows are using x11
];
hardware.graphics.enable = true;
# hardware.graphics.enable32Bit = true;
# Vulkan Support (64-bit is enabled by default, 32-bit is disabled by default)
# hardware.opengl.driSupport = true; # This is already enabled by default
# hardware.opengl.driSupport32Bit = true; # For 32 bit applications
})
]
);