diff options
author | tv <tv@krebsco.de> | 2016-02-11 17:30:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-11 17:30:56 +0100 |
commit | 75302b57df117828664a591ca672820deb216e41 (patch) | |
tree | 24f977a2f5ded1e462a97213bdfaef20c9a258a5 | |
parent | 86bdf555f13694a8169403389fa7ce05d4f3651e (diff) |
tv x220: rm AccepMethod sna
-rw-r--r-- | tv/2configs/hw/x220.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index dac5808..9b3dd12 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -39,8 +39,5 @@ services.xserver = { videoDriver = "intel"; vaapiDrivers = [ pkgs.vaapiIntel pkgs.vaapiVdpau ]; - deviceSection = '' - Option "AccelMethod" "sna" - ''; }; } |