HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/graphics/electricsheep/files/patch-DisplayOutput_OpenGL_glx.cpp
Recommended in https://github.com/scottdraves/electricsheep/issues/72#issuecomment-455900619
--- DisplayOutput/OpenGL/glx.cpp.orig	2019-01-20 21:32:07 UTC
+++ DisplayOutput/OpenGL/glx.cpp
@@ -466,13 +466,13 @@ void CUnixGL::toggleVSync()
 {
     m_VSync = !m_VSync;
 
-    if( GLEE_GLX_SGI_swap_control )
-    {
-        if( m_VSync )
-            glXSwapIntervalSGI(1);
-        else
-            glXSwapIntervalSGI(2);
-    }
+    //if( GLEE_GLX_SGI_swap_control )
+    //{
+    //    if( m_VSync )
+    //        glXSwapIntervalSGI(1);
+    //    else
+    //        glXSwapIntervalSGI(2);
+    //}
 }
 
 /*