search for: windows10vm

Displaying 1 result from an estimated 1 matches for "windows10vm".

Did you mean: windows10
2020 Feb 02
1
[OFF TOPIC] Teo En Ming's Guide to GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 Virtual Machine using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
...use is vfio-pci. It worked! Linux command: dmesg | grep VFIO Output: [ 2.808675] VFIO - User Level meta-driver version: 0.3 Create Script to Start Windows 10 Virtual Machine with GPU Passthrough ====================================================================== Linux command: sudo nano windows10vm.sh Contents of file: #!/bin/bash vmname="windows10vm" if ps -ef | grep qemu-system-x86_64 | grep -q multifunction=on; then echo "A passthrough VM is already running." & exit 1 else # use pulseaudio export QEMU_AUDIO_DRV=pa export QEMU_PA_SAMPLES=8192 export QEMU_AUDIO_...