vaapi mode activated

This commit is contained in:
Reid 2024-05-02 22:53:42 -07:00
parent 2b9d3085d0
commit 34e16f9ccf
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,8 @@
# TODO: remove this once nvidia gets their shit together
# https://forums.developer.nvidia.com/t/cueglstreamproducerconnect-returns-error-801-on-525-53-driver/233610/20
NVD_BACKEND = "direct";
# VA-API on firefox
MOZ_DISABLE_RDD_SANDBOX = "1";
};
fileSystems."/" =

View file

@ -26,6 +26,7 @@ in {
_JAVA_AWT_WM_NONEREPARENTING = "1";
GDK_BACKEND = "wayland,x11";
ANKI_WAYLAND = "1";
MOZ_ENABLE_WAYLAND = "1";
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
XDG_SESSION_TYPE = "wayland";
SDL_VIDEODRIVER = "wayland";