Explorar o código

Disabling VSYNC from NVIDIA OpenGL is buggy, reverting back

Seungmin Kim %!s(int64=3) %!d(string=hai) anos
pai
achega
9af1c7ebad
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      entrypoint.sh

+ 0 - 2
entrypoint.sh

@@ -104,8 +104,6 @@ echo -e "Section \"ServerFlags\"\n    Option \"AutoAddGPU\" \"false\"\nEndSectio
 
 # Default display is :0 across the container
 export DISPLAY=":0"
-# Disable VSYNC in OpenGL by default, change this to "1" to enable
-export __GL_SYNC_TO_VBLANK="0"
 # Run Xorg server with required extensions
 Xorg vt7 -noreset -novtswitch -sharevts -dpi "${DPI}" +extension "GLX" +extension "RANDR" +extension "RENDER" +extension "MIT-SHM" "${DISPLAY}" &