hi, i have noticed that disabling VSYNC from my Intel video drivers, video quality of retroarch games is very bad: the scrolling is tearing.
video example: https://1fichier.com/?vanz9i9150
(VSYNC on audio/video settings of retroarch are enabled and i use “gl” for video driver)
CPU is Intel J1900 with integrated GPU Intel HD Graphics (Bay Trail). OS is ArchLinux 64-bit
glxgears with VSYNC enabled:
$ glxgears
304 frames in 5.0 seconds = 60.667 FPS
300 frames in 5.0 seconds = 59.976 FPS
300 frames in 5.0 seconds = 59.978 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 968 requests (42 known processed) with 0 events remaining.
glxgears with VSYNC disabled:
$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: option value of option vblank_mode ignored.
15119 frames in 5.0 seconds = 3023.734 FPS
15596 frames in 5.0 seconds = 3119.106 FPS
15134 frames in 5.0 seconds = 3026.777 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 47694 requests (42 known processed) with 0 events remaining.