How to get shared clipboard and good performance? #1043
-
Expected behaviourFirst of all, I'm only experimenting with Linux VMs. And the spice agent software is installed on the host. I seem to understand that shared clipboard only works when using Long story short: is there a way to have a shared clipboard in the Linux VM without sacrificing performance? Quickemu outputRun
Linux Distribution & KernelRun the following and paste the output. lsb_release --all
LSB Version: n/a
Distributor ID: EndeavourOS
Description: EndeavourOS Linux
Release: rolling
Codename: rolling
uname -a
Linux eos-optiplex 6.6.16-1-lts #1 SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 21:20:21 +0000 x86_64 GNU/Linux |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
You are never going to get fast slick graphical desktop performance. The Spice feature is useful for pasting the file. It ends up in the Downloads folder. You can use qqX to set up a shared drive that all the different VM's can access. Also works in SDL mode too ... That's about it. https://github.com/HikariKnight has a 3D pass through project you might want to look at. I haven't tried it. More aimed at gamers. |
Beta Was this translation helpful? Give feedback.
-
You mean with spice, right? |
Beta Was this translation helpful? Give feedback.
-
Well, I wouldn't say that the performance is ever going to bowl you over, but yes, I think it is a bit crisper with SDL. And you can set things up to launch at a given screen size too ... |
Beta Was this translation helpful? Give feedback.
-
I wouldn't call it just a bit crispier ;) |
Beta Was this translation helpful? Give feedback.
-
Good to hear 👍 |
Beta Was this translation helpful? Give feedback.
-
I have the same issue, Is there anyway to get shared clipboard to work in |
Beta Was this translation helpful? Give feedback.
-
No. That's it at present. Those are the tools that we have. But at least we have those .... Edit & Update to the above and probably over-quick reply: On the horizon is SDL3. This is not yet in general release and is still somewhat a work in progress. Things could change in the next few months. @LorenzoBettini @muhmud if you are able to keep an eye on this and post up here, maybe, I think this could get implemented. Currently, I am working to get the existing quickemu and quickget running as it should within qqX. This is taking up most of my time. But there is quite a bit of discussion going on behind the scenes about how to take the whole project forward. We would probably need to see SDL3 generally available before we can do much. Note in screenshot of Ubuntu 23.10 that only SDL2 is possible. Although, some kind of test for system availability could be worked ... Thinking aloud a bit here; problems with LTS and 6 month update distros etc According to libsdl here libsdl-org/SDL#8338 a clipboard is making it's way into circulation. 🚀 |
Beta Was this translation helpful? Give feedback.
You are never going to get fast slick graphical desktop performance. The Spice feature is useful for pasting the file. It ends up in the Downloads folder. You can use qqX to set up a shared drive that all the different VM's can access. Also works in SDL mode too ... That's about it.
https://github.com/HikariKnight has a 3D pass through project you might want to look at. I haven't tried it. More aimed at gamers.