Skip to content

Instantly share code, notes, and snippets.

@toneomgomg
Created August 21, 2020 08:19
Show Gist options
  • Save toneomgomg/2a32ab2d83913e19b4a0d6108f2a6140 to your computer and use it in GitHub Desktop.
Save toneomgomg/2a32ab2d83913e19b4a0d6108f2a6140 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Copyright (c) 2019-2020 Thomas Hellström <rel@xed.se>
#
# 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