this post was submitted on 25 Jul 2024
37 points (97.4% liked)

Linux

47151 readers
1406 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Running EndeavourOS and found a few games that have had some issues on linux, that I have found to be pretty much unfixable.

Unfortunately that would mean using a windows dualboot, and I really don't want windows on this laptop.

Would there be a way to run a windows VM with passing through the dgpu (AMD RX 6700m GPU), BUT able to use the dgpu when the VM is powered off? Unless I'm misunderstanding the guides, the gpu would be "locked" to the VM, and that would be unacceptable as I would mostly game on the host OS.

This is probably a given but the laptop does have integrated graphics as well (AMD Ryzen 7 5800H).

Any potential help would be appreciated, thanks!

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 month ago

Isn't that looking glass?

[–] [email protected] 13 points 1 month ago

This is possible! At least, I’ve seen it described in other people’s setups. Having the integrated GPU should help in this case.

If I remember correctly, you need to make sure the vm shuts down properly so that it shuts down the graphics card properly. Then you can unload the vfio-pci module and load the correct module for your card.

Two great resources are the subreddit (unfortunately) r/vfio and the arch wiki page: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF

[–] [email protected] 13 points 1 month ago* (last edited 1 month ago) (1 children)

There's a way to do this with an iGPU/dGPU pair. Essentially it means firing up the VM with dedicated GPU passthrough, and then remoting directly into it from the native install using something like Parsec; but if I recall there was a direct memory access way to get the passthrough GPU output to the main display as well; I just can't remember it at the moment.

The alternative is having a monitor with dual/tri inputs, and swapping the output to the dedicated GPU. Maybe some trickery with a KVM to move the mouse/keyboard over.

https://looking-glass.io/ -- This may be the other solution I was having trouble remembering.

Using something like "Barrier/Synergy" might be a software-solution for the KVM side of things. Some guys also just opt to have their dedicated GPU hooked up to a second, dedicated monitor.

edit Reading more into this, I missed the part where this was a laptop - you're likely hosed. Laptop dedicated GPUs also run through the internal GPU; so technically you have 2 GPUs in your system - but from what I understand, they basically have dedicated switching hardware for handling the handoff, and I'm not sure modern laptops allow any such control over all of that.

[–] [email protected] 4 points 1 month ago

KVM + LookingGlass + VirtManager should be the way to go. I don’t have a good complete tutorial on this right now though. But good place to start looking.

[–] [email protected] 1 points 1 month ago (1 children)

You would probably have to change your settings back then reboot to use it with the host then change again and reboot to use it with the vm

[–] [email protected] 2 points 1 month ago (1 children)

Change what kind of settings?

[–] [email protected] 1 points 1 month ago

On my server I had to bind the GPU to vfio then reboot, this way the host doesn't use the card and I can then assign it to my vm