Skip to content

Instantly share code, notes, and snippets.

@chrplr
Created June 4, 2025 08:53
Show Gist options
  • Save chrplr/d88c2502f60a7e4bcd9574289015d1a8 to your computer and use it in GitHub Desktop.
Save chrplr/d88c2502f60a7e4bcd9574289015d1a8 to your computer and use it in GitHub Desktop.
# 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