From 223e0b1588b16aff80556feae27227ac72213e9e Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Thu, 23 Jul 2020 23:00:47 -0500 Subject: [PATCH] Enable vsync in Looking Glass --- vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm b/vm index 270fca0..89eefb1 100755 --- a/vm +++ b/vm @@ -6,7 +6,7 @@ virsh --connect=qemu:///system start win10 echo "Starting Scream" scream -o pulse -i virbr0 & echo "Starting Looking Glass" -looking-glass-client -s no -K 120 -d yes -g egl -a -M no & +looking-glass-client -s no -K 120 -d yes -g egl -a -M no egl:vsync yes & while [ "$command" != "stop" ]; do read command done