fix(linux): change gpu-context to waylandvk
This commit is contained in:
+13
-3
@@ -19,10 +19,20 @@ border = no
|
||||
# Note: On wayland, make sure to have adaptive sync enabled
|
||||
# (if offered in the display settings)
|
||||
# video-sync = display-resample
|
||||
video-sync = display-vdrop # More consistent playback speed, for syncing with
|
||||
# somebody else (like a watch party)
|
||||
|
||||
# More consistent playback speed, for syncing with
|
||||
# somebody else (like a watch party):
|
||||
video-sync = display-vdrop
|
||||
|
||||
# gpu-api = vulkan
|
||||
# gpu-context = x11vk
|
||||
gpu-api = vulkan
|
||||
gpu-context = x11vk
|
||||
gpu-context = waylandvk
|
||||
# gpu-api = opengl
|
||||
# gpu-context = wayland
|
||||
# gpu-api = d3d11
|
||||
# gpu-context = d3d11
|
||||
|
||||
interpolation = yes
|
||||
tscale = sphinx
|
||||
tscale-blur = 0.6991556596428412
|
||||
|
||||
Reference in New Issue
Block a user