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 | 7a6c4452e10d590e9f357be1a8b2ad1ebb05a015 (patch) | |
tree | 9fbe353e3a61c47c39f49bfb70532671dcebcfeb /tv/2configs/hw | |
parent | aeb179696aa515865690cd752592240ff7542c78 (diff) |
tv x220: rm AccepMethod sna
Diffstat (limited to 'tv/2configs/hw')
-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 dac580865..9b3dd122a 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" - ''; }; } |