Remove framerate force in Looking Glass

merge-requests/2/head
Cole Deck 4 years ago
parent 164a4dc8e0
commit 674b5a2098

2
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 egl:vsync yes &
looking-glass-client -s no -d yes -g egl -a -M no egl:vsync yes &
while [ "$command" != "stop" ]; do
read command
done

Loading…
Cancel
Save