Merge pull request 'waypipe: disable gpu for now' (#854) from Mic92-target_host into main

This commit is contained in:
clan-bot
2024-02-16 08:55:35 +00:00

View File

@@ -26,9 +26,12 @@ def graphics_options(vm: VmConfig) -> GraphicOptions:
"-nographic", "-nographic",
"-vga", "none", "-vga", "none",
"-device", f"vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid={cid}", "-device", f"vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid={cid}",
# TODO: vgpu "-display", "egl-headless,gl=core",
#"-display", "egl-headless,gl=core",
#"-device", "virtio-vga,blob=true", # this would make the gpu part of the hypervisor
#"-device", "virtio-vga-gl,blob=true",
# This is for an external gpu process
#"-device", "virtio-serial-pci", #"-device", "virtio-serial-pci",
#"-device", "vhost-user-vga,chardev=vgpu", #"-device", "vhost-user-vga,chardev=vgpu",
#"-chardev", "socket,id=vgpu,path=/tmp/vgpu.sock", #"-chardev", "socket,id=vgpu,path=/tmp/vgpu.sock",