l 1 mors: disable sna acceleration

This commit is contained in:
lassulus 2016-02-27 15:50:30 +01:00
parent 83decf4907
commit 00f61dc6b8

View File

@ -270,14 +270,14 @@
emulateWheel = true; emulateWheel = true;
}; };
services.xserver = { #services.xserver = {
videoDriver = "intel"; # videoDriver = "intel";
vaapiDrivers = [ pkgs.vaapiIntel ]; # vaapiDrivers = [ pkgs.vaapiIntel ];
deviceSection = '' # deviceSection = ''
Option "AccelMethod" "sna" # Option "AccelMethod" "sna"
BusID "PCI:0:2:0" # BusID "PCI:0:2:0"
''; # '';
}; #};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cac-api cac-api