Created
June 4, 2025 08:53
-
-
Save chrplr/d88c2502f60a7e4bcd9574289015d1a8 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
# Check opengl sync to vblank (works both with mesa and nvidia drivers) | |
sudo apt install mesa-utils # to get glxgears | |
glxgears | |
env vblank_mode=0 __GL_SYNC_TO_VBLANK=0 glxgears |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment