September 27, 201411 yr Hi all I've successfully passed through GPUs to Windows VMs but cannot figure out how to do the same to a Linux VM. I have a Manjaro VM setup but cannot seem to get it to access the GPU. Anyone got a .cfg file with this working? Thanks Peter
September 28, 201411 yr Author To answer my own questions, here's the .cfg that worked in the end; Netrunner (an ArchLinux distro based on Manjaro) with GPU and mouse/keyboard passthrough); name='Netrunner' builder='hvm' device_model_version="qemu-xen-traditional" vcpus = '2' memory = '4096' disk = ['phy:/mnt/cache/domains/Manjaro/Manjaro.img,hda,w','file:/mnt/user/work/Linux/netrunner-rolling-2014.09-dvd-64bit.iso,hdc:cdrom,r'] vif = [ 'mac=00:16:3E:51:20:EE,bridge=xenbr0,model=e1000' ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' boot = 'c' acpi = '1' apic = '1' viridian = '1' xen_platform_pci='0' sdl = '0' vnc = '0' vnclisten = '0.0.0.0' vncpasswd = '' vncdisplay = 2 stdvga = '1' pci = [ '02:00.0' , '02:00.1' ] usb = '1' usbdevice = ['host:045e:0024' , 'host:046d:c31c' , 'host:05fc:7849']
Archived
This topic is now archived and is closed to further replies.