asus/zephyrus/ga402x: drop redundand vdpau drivers

This commit is contained in:
Jörg Thalheim 2024-06-26 09:34:50 +02:00 committed by mergify[bot]
parent b7d8d5c788
commit 901bc809b5

View file

@ -12,6 +12,7 @@ in {
## "prime.nix" loads this, aleady: ## "prime.nix" loads this, aleady:
# ../../../common/gpu/nvidia # ../../../common/gpu/nvidia
../../../../common/gpu/nvidia/prime.nix ../../../../common/gpu/nvidia/prime.nix
]; ];
# NVIDIA GeForce RTX 4060 Mobile # NVIDIA GeForce RTX 4060 Mobile
@ -26,11 +27,6 @@ in {
hardware = { hardware = {
## Enable the Nvidia card, as well as Prime and Offload: ## Enable the Nvidia card, as well as Prime and Offload:
amdgpu.loadInInitrd = true; amdgpu.loadInInitrd = true;
graphics.extraPackages = with pkgs; [
# Also in nvidia/default.nix
vaapiVdpau
libvdpau-va-gl
];
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;