summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/sif/default.nix20
1 files changed, 1 insertions, 19 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 5ab15451..952aac8b 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -299,16 +299,7 @@ in {
299 299
300 dpi = 282; 300 dpi = 282;
301 301
302 videoDrivers = [ "nvidia" ]; 302 videoDrivers = [ "intel" ];
303
304 screenSection = ''
305 Option "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }"
306 '';
307
308 deviceSection = ''
309 Option "AccelMethod" "SNA"
310 Option "TearFree" "True"
311 '';
312 303
313 exportConfiguration = true; 304 exportConfiguration = true;
314 }; 305 };
@@ -427,15 +418,6 @@ in {
427 speed = 255; 418 speed = 255;
428 }; 419 };
429 420
430 nvidia = {
431 modesetting.enable = true;
432 prime = {
433 nvidiaBusId = "PCI:1:0:0";
434 intelBusId = "PCI:0:2:0";
435 sync.enable = true;
436 };
437 };
438
439 opengl = { 421 opengl = {
440 enable = true; 422 enable = true;
441 driSupport32Bit = true; 423 driSupport32Bit = true;