Skip to content

Instantly share code, notes, and snippets.

@torsten-online
Last active December 27, 2022 02:57
Show Gist options
  • Save torsten-online/2cf5d0f9d666ad8634fd70ed10b9cd1c to your computer and use it in GitHub Desktop.
Save torsten-online/2cf5d0f9d666ad8634fd70ed10b9cd1c to your computer and use it in GitHub Desktop.

OpenSuSE MicroOS OpenGL Virtio Support for WindowsVMs

Its possible, if you know - to use OpenGL Support over Spice at Virt-Manager, e.g. for a WindowsVM Instance.

Just install the following dependencies to the Host:

transactional-update pkg install qemu-ui-spice-core libvirglrenderer1 qemu-ui-opengl 

The following settings at the Virt-Manager Configuration must be set:

Spice Server lokal-only with OpenGL and Video-Device selected (its not possible for Virtio!)

image

After enabling this - you can add/set the OpenGL Support for Virtio. If you want enable OpenGL without Spice enabled before, you get an confusing error, that OpenGL Support for Virtio is not available!

Video Modell Virtio

image

And just install the Spice and qemu-guest-tools dependencies for the VM.

For Example on a Windows 11 Guest VM:

OpenGL Package for Windows 11

To be able to use OpenGL at your Windows11 Client, you must install the following package from the appstore OpenGL at Windows 11 VM Client

Have a lot fun with OpenGL on your virtual Client!

Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment