this post was submitted on 25 Jul 2024
37 points (97.4% liked)
Linux
47969 readers
1016 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.