View Single Post
Old 01-13-2017, 06:42 PM   #3
asdfwadfawdf
Junior Member
 
Join Date: Aug 2016
Posts: 6
Default

Quote:
Originally Posted by Sparxy View Post
The displaylink issue with chrome can be worked around by disabling hardware acceleration or disabling vsync in chrome.
From what I can tell OpenGL appears to VSync to 1Hz (1 frame per second) on DisplayLink devices.
Disabling hardware acceleration can be done through the settings. To just disable VSync you can edit the shortcut and add
env vblank_mode=0
at the start of exec, i.e. Exec=env vblank_mode=0 /usr/bin/google-chrome-stable
The problem affects more than just Chrome. SecureCRT, Gnome Terminal, Sublime are also affected just not as obvious as Chrome.
asdfwadfawdf is offline   Reply With Quote