User Tools

Site Tools


ubuntu:gpu:gpu_pass-through:configuring_the_guest

This is an old revision of the document!


Ubuntu - GPU - GPU pass-through - Configuring the guest

Use Virtual Machine Manager or virt-install to install the guest VM.


Install the graphic card driver

Depending on the GPU follow the specific steps for that GPU.

  • Download the driver.
  • Install the downloaded driver.
  • Reboot the guest VM.

See: TODO.


Test the driver

TODO


Microsoft Windows guest

Hide the hypervisor from the drivers by using the <hidden state='on'/> directive in the guest's libvirt definition, for example:

<features>
 <acpi/>
 <apic/>
 <kvm>
  <hidden state='on'/>
 </kvm>
</features>

ubuntu/gpu/gpu_pass-through/configuring_the_guest.1687693083.txt.gz · Last modified: 2023/06/25 11:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki