l 2 hw tp-x220: remove broken sna acceleration

This commit is contained in:
lassulus 2017-01-30 22:54:44 +01:00
parent 6edbfeb6f5
commit ece8aa5ab9

View File

@ -47,12 +47,5 @@ with import <stockholm/lib>;
pkgs.vaapiVdpau
];
services.xserver = {
videoDriver = "intel";
deviceSection = ''
Option "AccelMethod" "sna"
'';
};
security.rngd.enable = true;
}