Skip to content

Commit

Permalink
fix(bacchus): use modesetting instead of intel video driver for xorg
Browse files Browse the repository at this point in the history
This fixes xorg crashing on startup.

See NixOS/nixpkgs#352328
  • Loading branch information
diogotcorreia committed Nov 20, 2024
1 parent 3ab8f38 commit 5652963
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hosts/bacchus/blacklist-nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

hardware.nvidiaOptimus.disable = lib.mkDefault true;
boot.blacklistedKernelModules = lib.mkDefault ["nouveau" "nvidia"];
services.xserver.videoDrivers = lib.mkDefault ["intel"];
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau
libvdpau-va-gl
Expand Down

0 comments on commit 5652963

Please sign in to comment.