Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active January 27, 2025 00:55
Show Gist options
  • Select an option

  • Save plembo/21d4a1579850f7fe84301a90f4fcdf9a to your computer and use it in GitHub Desktop.

Select an option

Save plembo/21d4a1579850f7fe84301a90f4fcdf9a to your computer and use it in GitHub Desktop.

Revisions

  1. plembo revised this gist Aug 29, 2022. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions you-need-spice-vdagent.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,5 @@
    # You need spice-vdagent
    Debian or Kali Linux installed to as KVM guests do not automatically have qemu-guest-agent or spice-vdagent installed.
    This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager
    (requiring the use of a Ctrl-Alt to release the cursor from the guest window).
    Debian or Kali Linux installed to as KVM (libvirtd) guests do not automatically have qemu-guest-agent or spice-vdagent installed. This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager (requiring the use of a Ctrl-Alt to release the cursor from the guest window).

    To cure this, install both qemu-guest-agent and spice-vdagent on each guest and reboot (the guests).

  2. plembo revised this gist Jun 9, 2019. 1 changed file with 1 addition and 10 deletions.
    11 changes: 1 addition & 10 deletions you-need-spice-vdagent.md
    Original file line number Diff line number Diff line change
    @@ -3,16 +3,7 @@ Debian or Kali Linux installed to as KVM guests do not automatically have qemu-g
    This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager
    (requiring the use of a Ctrl-Alt to release the cursor from the guest window).

    To cure this, install both qemu-guest-agent and spice-vdagent in the host and guest.

    On the host:

    ```
    $ sudo apt install qemu-guest-agent
    $ sudo apt install spice-vdagent
    ```

    On the guest:
    To cure this, install both qemu-guest-agent and spice-vdagent on each guest and reboot (the guests).

    ```
    $ sudo apt install qemu-guest-agent
  3. plembo created this gist Jun 9, 2019.
    20 changes: 20 additions & 0 deletions you-need-spice-vdagent.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    # You need spice-vdagent
    Debian or Kali Linux installed to as KVM guests do not automatically have qemu-guest-agent or spice-vdagent installed.
    This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager
    (requiring the use of a Ctrl-Alt to release the cursor from the guest window).

    To cure this, install both qemu-guest-agent and spice-vdagent in the host and guest.

    On the host:

    ```
    $ sudo apt install qemu-guest-agent
    $ sudo apt install spice-vdagent
    ```

    On the guest:

    ```
    $ sudo apt install qemu-guest-agent
    $ sudo apt install spice-vdagent
    ```