[Hardware/Nvidia] force GBM to use Nvidia

This commit is contained in:
Antoine Viallon 2024-02-20 00:52:24 +01:00
parent 4ef337de7a
commit b3f9af9be1
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -152,6 +152,9 @@ in {
# Undocumented, fix for EGL not being found by Nvidia driver: https://github.com/NVIDIA/egl-wayland/issues/39#issuecomment-927288015
__EGL_EXTERNAL_PLATFORM_CONFIG_DIRS = "/run/opengl-driver/share/egl/egl_external_platform.d";
# Improves Wayland
"GBM_BACKEND" = "nvidia-drm";
};
};
}