NVIDIA: Difference between revisions

imported>Matklad
Fix common pitfall for dual graphics laptops https://discourse.nixos.org/t/laptop-screen-not-detected/20117/
imported>Matklad
Revert my earlier change: further experemintation fail to confirm that this is actually needed
Line 7: Line 7:


   services.xserver.videoDrivers = [ "nvidia" ];
   services.xserver.videoDrivers = [ "nvidia" ];
  # For laptops with dual graphics
  # services.xserver.videoDrivers = [ "intel" "nvidia" ];
   hardware.opengl.enable = true;
   hardware.opengl.enable = true;