Created
August 21, 2020 08:19
-
-
Save toneomgomg/2a32ab2d83913e19b4a0d6108f2a6140 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Copyright (c) 2019-2020 Thomas Hellström <[email protected]> | |
# | |
# This software is released under the MIT License. | |
# https://opensource.org/licenses/MIT | |
# Fix nvidia screen tearing under X. | |
nvidia-settings --assign CurrentMetaMode="$(nvidia-settings --query CurrentMetaMode | sed -e "s/^.*:: //" -e "s/}/, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}/g")" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment