u/BumBEM12

▲ 3 r/kvm

Nvidia Experiences crahes VM

Using NVIDIA Experience (this NVIDIA overlay that displays GPU temperature, load, and FPS) causes the virtual machine to crash after 10 minutes.

The VM restarts. A black screen appears, then it resets to the boot menu.

KVM managed via the Libvirt GUI. Linux is Ubuntu.

4080 Super GPU

AMD Ryzen 7700 CPU

64GB RAM

2x NVME SSD
ONE SSD on VM (raw disc)
Config XML

 <features>
    <acpi/>
    <apic/>
    <hyperv mode="custom">
      <relaxed state="on"/>
      <vapic state="on"/>
      <spinlocks state="off"/>
      <vpindex state="on"/>
      <runtime state="on"/>
      <synic state="on"/>
      <stimer state="on"/>
      <frequencies state="on"/>
      <tlbflush state="off"/>
      <ipi state="off"/>
      <avic state="on"/>
    </hyperv>
  </features>
  <cpu mode="host-passthrough" check="none" migratable="on">
    <topology sockets="1" dies="1" clusters="1" cores="16" threads="1"/>
    <cache mode="passthrough"/>
  </cpu>
  <clock offset="localtime">
    <timer name="hpet" present="yes"/>
    <timer name="hypervclock" present="yes"/>
  </clock>
reddit.com
u/BumBEM12 — 3 days ago
▲ 1 r/kvm

Every time I turn on the virtual machine I have to remove and add the mouse and keyboard and GPU .

Every time I turn on the virtual machine, I have to remove and add the mouse, keyboard, and graphics card.

So, before turning on the virtual machine, I have to cliclk remove the mouse, keyboard, graphic cards and then click add .

Otherwise, after 15 minutes, the virtual machine resets (not a Windows BSOD, but a VM reset).

Windows 10

KVM managment on Libvirt GUI

Linux

Ubuntu

GPU 4080 super.

GPU Passthrough

The GPU has a separate IMMOU group, which only contains the GPU.

This happened on its own.

reddit.com
u/BumBEM12 — 4 days ago