summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-15 16:57:04 +0100
committertv <tv@krebsco.de>2016-02-20 02:02:07 +0100
commit56aa68df42c21be4fc9d653cc61920e4827f47b7 (patch)
tree00519ab4896accfe60f31d4a49ede6d36b803046 /lass
parentd1507e4c88dfa651bb1688e01875880d124340cb (diff)
l 1 helios: disbale intel sna because of bugs
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/helios.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index d878b2b6..0103b6ec 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -63,15 +63,6 @@ with builtins;
# SUBSYSTEM=="net", ATTR{address}=="f0:de:f1:b8:c8:2e", NAME="et0"
#'';
- services.xserver = {
- videoDriver = "intel";
- vaapiDrivers = [ pkgs.vaapiIntel ];
- deviceSection = ''
- Option "AccelMethod" "sna"
- BusID "PCI:0:2:0"
- '';
- };
-
services.xserver.synaptics = {
enable = true;
twoFingerScroll = true;