From ece8aa5ab92e8e59eb9fcfbbb2d2d0380bd1a5a6 Mon Sep 17 00:00:00 2001
From: lassulus <lass@lassul.us>
Date: Mon, 30 Jan 2017 22:54:44 +0100
Subject: [PATCH] l 2 hw tp-x220: remove broken sna acceleration

---
 lass/2configs/hw/tp-x220.nix | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lass/2configs/hw/tp-x220.nix b/lass/2configs/hw/tp-x220.nix
index ec36fa96a..d551cd44e 100644
--- a/lass/2configs/hw/tp-x220.nix
+++ b/lass/2configs/hw/tp-x220.nix
@@ -47,12 +47,5 @@ with import <stockholm/lib>;
     pkgs.vaapiVdpau
   ];
 
-  services.xserver = {
-    videoDriver = "intel";
-    deviceSection = ''
-      Option "AccelMethod" "sna"
-    '';
-  };
-
   security.rngd.enable = true;
 }