mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
VM Manager: Fix: xvga is supposed to be 'yes' instead of 'on' for seabios primary video card
This commit is contained in:
@@ -641,7 +641,7 @@
|
||||
|
||||
list($gpu_bus, $gpu_slot, $gpu_function) = explode(":", str_replace('.', ':', $gpu['id']));
|
||||
|
||||
$pcidevs .= "<hostdev mode='subsystem' type='pci' managed='yes'".((empty($gpudevs_used) && empty($domain['ovmf'])) ? " xvga='on'" : "").">
|
||||
$pcidevs .= "<hostdev mode='subsystem' type='pci' managed='yes'".((empty($gpudevs_used) && empty($domain['ovmf'])) ? " xvga='yes'" : "").">
|
||||
<driver name='vfio'/>
|
||||
<source>
|
||||
<address domain='0x0000' bus='0x".$gpu_bus."' slot='0x".$gpu_slot."' function='0x".$gpu_function."'/>
|
||||
|
||||
Reference in New Issue
Block a user