Hi all,
I need help configuring my linux vm-s to use my GeForce Gt 710 card:
I've folloved a lots of guides, but it seems, that my linux vm-s not use the NVIDIA GPU:
glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 10.0.0, 128 bits)
lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card (rev 04)
00:10.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1)
my config:
/etc/pve/qemu-server/102.conf
agent: 1
audio0: device=ich9-intel-hda,driver=spice
bootdisk: virtio0
cores: 4
hostpci0: 01:00,x-vga=on
memory: 6144
name: ArchLinux
net0: virtio=42:9A:26:EB:81:55,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=5f2e123d-6328-44b0-ae0d-dc7a1c542cc5
sockets: 1
vga: qxl
virtio0: BigData:vm-102-disk-0,cache=writeback,size=150G
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafbff,efifbff"
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/modprobe.d/iommu_unsafe_interrupts.conf
options vfio_iommu_type1 allow_unsafe_interrupts=1
/etc/modprobe.d/kvm.conf
options kvm ignore_msrs=1
/etc/modprobe.d/blacklist.conf
blacklist radeon
blacklist nouveau
blacklist nvidia
/etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:128b,10de:0e0f disable_vga=1
I need help configuring my linux vm-s to use my GeForce Gt 710 card:
I've folloved a lots of guides, but it seems, that my linux vm-s not use the NVIDIA GPU:
glxinfo|egrep "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 10.0.0, 128 bits)
lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card (rev 04)
00:10.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 710] (rev a1)
my config:
/etc/pve/qemu-server/102.conf
agent: 1
audio0: device=ich9-intel-hda,driver=spice
bootdisk: virtio0
cores: 4
hostpci0: 01:00,x-vga=on
memory: 6144
name: ArchLinux
net0: virtio=42:9A:26:EB:81:55,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=5f2e123d-6328-44b0-ae0d-dc7a1c542cc5
sockets: 1
vga: qxl
virtio0: BigData:vm-102-disk-0,cache=writeback,size=150G
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafbff,efifbff"
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/modprobe.d/iommu_unsafe_interrupts.conf
options vfio_iommu_type1 allow_unsafe_interrupts=1
/etc/modprobe.d/kvm.conf
options kvm ignore_msrs=1
/etc/modprobe.d/blacklist.conf
blacklist radeon
blacklist nouveau
blacklist nvidia
/etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:128b,10de:0e0f disable_vga=1