Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sudo PATH_TO_FILE/flexvdi-guest-tools-3.1.x.sh

Install spice-vdagent

The sìcespice-vdagent

Improves the behaviour of the mouse device, enabling "mouse client mode".

Makes the resolution of the virtual screen and the size of the flexVDI client to match, and also has the side effect of making mouse pointer visible during installation on some distros.

In Ubuntu 16, 18, ..., debian, Mint, run:

Code Block
sudo apt-get install -y spice-vdagent

Then start it with:

Code Block
spice-vdagent
sudo spice-vdagend

Install qemu guest agent

In Red Hat based distros, run:

...

Code Block
sudo apt-get install qemu-guest-agent


Install qxl driver

If QXL driver instead of the recommended virtio grahipcs is going to be used, in Red Hat based distros, run:

Code Block
sudo yum install xorg-x11-drv-qxl

To install it in debian based distros, like Ubuntu:

Code Block
sudo apt-get install xserver-xorg-video-qxl