Questions tagged [spice]

SPICE provides fast remote desktop connections to guests of implementing hypervisors, e.g. QEMU and KVM.

Quoting the project site:

The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.The Spice project deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.

37 questions
12
votes
4 answers

How to create KVM guest with SPICE graphics but TLS disabled using virt-install?

I am using virt-install (see below) to create a guest. All seems fine up to the point where it complains about auto-allocation of the SPICE TLS port. Here's what I am running and the full output: # sudo virt-install --name vmname --ram 1024…
0xC0000022L
  • 16,189
  • 24
  • 102
  • 168
6
votes
1 answer

What is the difference between xspice and x11spice?

Recently I've been trying to enable spice in container using Docker for remote display, I've discovered two applicable resources to do so. First one is the xspice, if I should call it so, which contained in xserver-xspice package. Second one is…
Freegle
  • 61
  • 1
  • 3
5
votes
2 answers

prevent Qemu / Spice from grabbing keys that are bound elsewhere

My setup: Qemu with Spice display managed by libvirt running on Linux with X11. I’m looking for a way to preserve key bindings in the window manager and the X server when a Qemu client is focused. A libvirt or Qemu option, a compile flag, or some…
phg
  • 1,752
  • 1
  • 16
  • 30
4
votes
1 answer

virt-manager copy and paste,is possible to disable it?

I use virtual machines with virt-manager and kvm-qemu. Simple question: on VirtualBox I can enable the addon for auto-resize of screen,and I like it. I also disable copy and paste because I want separate clipboards with guest and host. How to…
elbarna
  • 12,050
  • 22
  • 92
  • 170
3
votes
0 answers

KVM clipboard sharing with client running Wayland

I have Fedora 35 installed as a VM, with Qemu/KVM as the hypervisor and virt-manager as the graphical front-end, running under Manjaro KDE. Following numerous guides & answers I have managed to get clipboard sharing to work between the host and…
cyqsimon
  • 655
  • 5
  • 20
3
votes
0 answers

When using Spice and remote-viewer with multiple virtual monitors, stuck on "Waiting for display 2" indefinately

Following some research, I learned that the proper method to setup multiple virtual monitors with virt-manager, libvirtd, and qemu is to use spice (link, link, link). At first, I added three total Video QXL instances, and then connected to Spice via…
john01dav
  • 243
  • 2
  • 6
3
votes
0 answers

virt-manager, qemu-kvm, spice & vdagent: auto resizing and file sharing not working

Host: Ubuntu 18.04 Guest: Fedora 33 virt-manager 1.5.1 I built the guest using virt-manager. The guest works: internet access works, youtube in browser works, sound works, clipboard sharing between guest and host works. Problem summary: However auto…
asoundmove
  • 2,465
  • 2
  • 24
  • 27
3
votes
1 answer

How to set arbitrary video mode in QEMU and QXL/Spice with Windows 7 guest?

I have a libvirt/KVM with QEMU running a Windows 7 guest using the Spice/QXL video emulator. How do I set a graphics mode not listed by default in the Windows screen resolution settings? For example, a mode like 2048x900 would be nice. The guest…
Ned64
  • 8,486
  • 9
  • 48
  • 86
3
votes
1 answer

KVM - How to remove virtual video card, but keep the SPICE Server?

I am passing through a physical GPU to my virtual machine, and using the SPICE Server/Display Spice for sound. However, the virtual GPU (Cirrus/QXL/VGA/Virtio/VMVGA/Xen) is causing some sort of conflict with the real GPU, as when it is enabled, the…
anonymous
  • 31
  • 1
  • 2
2
votes
2 answers

Make shared clipboard work for qemu

The shared clipboard doesn't work for me. How to fix it? Host (Debian buster) with: standard system utilities ufw (ufw enabled, deny incoming, allow out going, deny routed) apparmor-profiles, apparmor-profiles-extra stterm xserver-xorg-core,…
Duh Huh
  • 49
  • 1
  • 7
2
votes
1 answer

Part of virtual machine's screen is not visible when resolution changes with SPICE

A virtual machine with Windows 10 as the guest's OS is set up using KVM/QEMU. Without SPICE, it worked perfectly fine but for clipboard sharing, I followed Arch Linux's Guide. But then it's super annoying since everytime virt-viewer's window size…
Daanturo
  • 33
  • 7
2
votes
0 answers

Spice Server Codec problem

I compiled(make) spice server source with option '--enable-gstreamer=0.10.36'. But As a result of debugging, I've found that 'default_video_codecs' still shows 'spice: mjpeg'. I want to know what action is needed to get it set to 'gstreamer: h264'.
S KH
  • 31
  • 3
2
votes
1 answer

Unable to locate package spice-vdagent in debian

I am running a live debian as a guest OS in VMM. $ sudo apt install spice-vdagent ... E: unable to locate package spice-vdagent Do I need to add some repository first? The repository configuration contains: user@debian:~$ cat…
Tim
  • 98,580
  • 191
  • 570
  • 977
2
votes
1 answer

16:9 aspect ratio on Windows KVM guest (specifically 1366x768)

I have a debian machine which I installed proxmox onto. I have been having trouble getting one of my guest machines (specifically a windows guest) to achieve a resolution of 1366x768. The solution in this post didn't work for me.
ktb92677
  • 161
  • 1
  • 7
1
vote
1 answer

Spice support disabled in qemu

I'm pretty knew to virtualization and linux in general and I'm having issues getting spice to work with qemu. I'm trying to install a windows 10 machine using virt-manager on Arch, and the installation refuses to work. Whenever I try to install the…
1
2 3