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

lenovo/thinkpad/x230: resolve tearing

This commit is contained in:
Yegor Timoshenko 2018-01-29 13:30:43 +00:00
parent 8a352e39b5
commit 30fdd53a0a

View File

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