1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

apple/macbook-air/6: resolve tearing

This commit is contained in:
Yegor Timoshenko 2018-01-07 17:26:37 +00:00
parent b65efccd54
commit 8a352e39b5
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210

View File

@ -13,5 +13,6 @@
services.xserver.deviceSection = lib.mkDefault ''
Option "Backlight" "mba6x_backlight"
Option "TearFree" "true"
'';
}