Hi, I have trouble running Windows 10 in QEMU on an old af thinkpad x200t. The issue is that it that my GPU only supports opengl 2.0, so virtio does not work. The best I could do is use these options:
-vga qxl \
-device virtio-gpu \
-display sdl,gl=off
and like 30 more which are part of the default quickemu configuration. The three mentioned are ones I changed.
With these options QEMU uses “just” 85% of my CPU so I can still do something on the linux host. The issue is that Windows is basically unusable because the one core it has is constantly occupied by rendering graphics even when just idle on the desktop.
At this point I have accepted my faith that this laptop ain’t usable for Windows virtualization but I thought that I would ask here before closing this case. So does anyone have a secret hack which makes pre core i series intel GPUs work with Windows guests in QEMU?
thanks for any tips
Edit: well considering the overwhelming amount of responses, I think I will conclude this as “Don’t use a pre core i series laptop if you’re expecting to run a Windows VM in it, dummie.”
I’ll probably use my ITX desktop as a portable work computer and use the thinkpad as a VNC client then.