lenovo/thinkpad/x230: resolve tearing

This commit is contained in:
Yegor Timoshenko 2018-01-29 13:30:43 +00:00
parent 8a352e39b5
commit 30fdd53a0a
1 changed files with 4 additions and 0 deletions

View File

@ -15,4 +15,8 @@
"tpm-rng"
];
};
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';
}