Skip to content

Instantly share code, notes, and snippets.

@lokka30
Created August 16, 2022 10:44
Show Gist options
  • Save lokka30/e2f04045c3b982690279d5ca8da3acb9 to your computer and use it in GitHub Desktop.
Save lokka30/e2f04045c3b982690279d5ca8da3acb9 to your computer and use it in GitHub Desktop.
Get SPICE Guest Tools working on Debian ARM64/AAarch64 in UTM QEMU for MacBook M1 (macOS)
  1. Install the spice-vdagent and spice-webdavd packages
  • sudo apt install spice-vdagent spice-webdavd
  1. Run vdagentd
  • sudo systemctl start spice-vdagentd
  • Add the spice-vdagent command to the top of ~/.xinitrc

Thank you very much to ktprograms#2418 on the UTM Discord for informing me about the second part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment