This commit is contained in:
2020-09-12 15:49:52 -05:00
parent 8a73972480
commit ebcfa14840
7 changed files with 73 additions and 10 deletions

2
vm
View File

@ -14,7 +14,7 @@ scream -o pulse -i virbr0 &
echo "Starting Looking Glass"
#looking-glass-client -s no -d yes -g egl -a -M no egl:vsync yes &
#looking-glass-client -s -d -g egl -a -M -K 120 &
looking-glass-client -d -g egl -a -K 120 -j -m 69 -S &
looking-glass-client -g egl -j -m 283 -S egl:vsync &
while [ "$command" != "stop" ]; do
if jobs | grep looking | grep Running; then
read command