[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] qemu graphics acceleration windows host for linux guest -
From: |
Delmar Wichnieski |
Subject: |
[Qemu-discuss] qemu graphics acceleration windows host for linux guest - how to enable OpenGL? |
Date: |
Fri, 26 Jul 2019 10:50:50 -0300 |
Good Morning
host windows
guest linux
windows specification
Windows 10 pro edition
1809 version
hyper-v enabled
windows hypervisor platform enabled (WHPX)
2019-07-17: New QEMU installers (4.1.0-rc1).
qemu-w64-setup-20190717.exe
c:\Program Files\qemu>qemu-system-x86_64.exe -version
QEMU emulator version 4.0.91 (v4.1.0-rc1-11776-gcd32f657fd-dirty)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
ryzen 2700x
MSI RADEON RX 570 8GB
all following commands successfully run guest operating system
qemu-system-x86_64.exe -hda d:\QEmu\mint-cinnamon -boot c -m 4096 -accel
whpx -smp 8,sockets=1,cores=8,threads=1
qemu-system-x86_64.exe -hda d:\QEmu\mint-cinnamon -boot c -m 4096 -accel
whpx,thread=multi -smp 8,sockets=1,cores=8,threads=1
qemu-system-x86_64.exe -hda d:\QEmu\mint-cinnamon -boot c -m 4096 -machine
type=pc,accel=whpx, -smp 8,sockets=1,cores=8,threads=1
Windows Hypervisor Platform accelerator is operational
but I tried four more commands to try video card acceleration through the
virtio driver
qemu-system-x86_64.exe -hda d:\QEmu\mint-cinnamon -boot c -m 4096 -machine
type=pc,accel=whpx, -smp 8,sockets=1,cores=8,threads=1 -vga virtio -display
sdl,gl=on
qemu-system-x86_64.exe -hda d:\QEmu\mint-cinnamon -boot c -m 4096 -machine
type=pc,accel=whpx, -smp 8,sockets=1,cores=8,threads=1 -vga virtio -display
gtk,gl=on
qemu-system-x86_64.exe -drive file=d:\QEmu\mint-cinnamon,if=virtio -boot c
-m 4096 -machine type=pc,accel=whpx, -smp 8,sockets=1,cores=8,threads=1
-vga virtio -display sdl,gl=on
qemu-system-x86_64.exe -drive file=d:\QEmu\mint-cinnamon,if=virtio -boot c
-m 4096 -machine type=pc,accel=whpx, -smp 8,sockets=1,cores=8,threads=1
-vga virtio -display gtk,gl=on
and all it results
qemu-system-x86_64.exe: OpenGL support is disabled
At this time, version, is it possible to enable OpenGL virtio driver on
qemu under windows host for graphics acceleration on the guest linux?
if possible, how to enable OpenGL support for QEmu on windows host (hardly
found documentation)?
Sorry if this is not the appropriate list. In this case please move or
delete.
Thanks for all the help
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-discuss] qemu graphics acceleration windows host for linux guest - how to enable OpenGL?,
Delmar Wichnieski <=