JDK-8168366 : vsync is always on with Ubuntu and nVidia proprietary drivers
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • Submitted: 2016-10-19
  • Updated: 2025-01-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The recommended way to turn off vsync is to use the GLX_SGI_swap_control extension and the glXSwapIntervalSGI function.  Our code already does that, but for some reason we remain vsync-locked on Ubuntu.

Another way to turn it off is to use the __GL_SYNC_TO_VBLANK=0 environment variable, which does work but requires user intervention so it can't be controlled from our command line switch.