KVM Spice connection to hardware GPU2019 Community Moderator ElectionHow to create KVM guest with SPICE graphics but TLS disabled using virt-install?How do I detach, then re-attach to a kvm spice session?Configure KVM/QEMU with TLS?How to let Qemu autoselect a listening port for Spice?GPU pass-through KVM Fedora 23Guest-agent vs Spice agentKVM - How to remove virtual video card, but keep the SPICE Server?Spice for graphic, pulseaudio for soundkvm Spice graphics error: failed to get_drawable16:9 aspect ratio on Windows KVM guest (specifically 1366x768)
I2C signal and power over long range (10meter cable)
Simple image editor tool to draw a simple box/rectangle in an existing image
Is there enough fresh water in the world to eradicate the drinking water crisis?
Books on the History of math research at European universities
How to check participants in at events?
Invariance of results when scaling explanatory variables in logistic regression, is there a proof?
Are taller landing gear bad for aircraft, particulary large airliners?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Why is delta-v is the most useful quantity for planning space travel?
Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?
Simulating a probability of 1 of 2^N with less than N random bits
Can a Bard use an arcane focus?
"lassen" in meaning "sich fassen"
The most efficient algorithm to find all possible integer pairs which sum to a given integer
Indicating multiple different modes of speech (fantasy language or telepathy)
How will losing mobility of one hand affect my career as a programmer?
Was the picture area of a CRT a parallelogram (instead of a true rectangle)?
Can I use my Chinese passport to enter China after I acquired another citizenship?
Why isn't KTEX's runway designation 10/28 instead of 9/27?
What will be the benefits of Brexit?
Giant Toughroad SLR 2 for 200 miles in two days, will it make it?
Could solar power be utilized and substitute coal in the 19th century?
What if somebody invests in my application?
Is it okay / does it make sense for another player to join a running game of Munchkin?
KVM Spice connection to hardware GPU
2019 Community Moderator ElectionHow to create KVM guest with SPICE graphics but TLS disabled using virt-install?How do I detach, then re-attach to a kvm spice session?Configure KVM/QEMU with TLS?How to let Qemu autoselect a listening port for Spice?GPU pass-through KVM Fedora 23Guest-agent vs Spice agentKVM - How to remove virtual video card, but keep the SPICE Server?Spice for graphic, pulseaudio for soundkvm Spice graphics error: failed to get_drawable16:9 aspect ratio on Windows KVM guest (specifically 1366x768)
I have an asymmetric triple-head linux box. It's hosting a Windows 10 VM with GPU passthrough, which I'd like to also have triple-head soft display on the Linux host.
Is there any way to use Spice to expose my NVidia display to virt-viewer?
What I've tried:
- Manually switching the three monitors and having a second keyboard and mouse. This got old very fast.
- Running tightvnc on the guest. Couldn't figure out how to do cross-platform triple-head, and the performance wasn't great anyhow.
- Reinstalled Spice/QXL, and tried to use Actual Multiple Monitors to mirror the GPU display onto the QXL display. Couldn't make it go.
kvm vnc spice
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an asymmetric triple-head linux box. It's hosting a Windows 10 VM with GPU passthrough, which I'd like to also have triple-head soft display on the Linux host.
Is there any way to use Spice to expose my NVidia display to virt-viewer?
What I've tried:
- Manually switching the three monitors and having a second keyboard and mouse. This got old very fast.
- Running tightvnc on the guest. Couldn't figure out how to do cross-platform triple-head, and the performance wasn't great anyhow.
- Reinstalled Spice/QXL, and tried to use Actual Multiple Monitors to mirror the GPU display onto the QXL display. Couldn't make it go.
kvm vnc spice
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an asymmetric triple-head linux box. It's hosting a Windows 10 VM with GPU passthrough, which I'd like to also have triple-head soft display on the Linux host.
Is there any way to use Spice to expose my NVidia display to virt-viewer?
What I've tried:
- Manually switching the three monitors and having a second keyboard and mouse. This got old very fast.
- Running tightvnc on the guest. Couldn't figure out how to do cross-platform triple-head, and the performance wasn't great anyhow.
- Reinstalled Spice/QXL, and tried to use Actual Multiple Monitors to mirror the GPU display onto the QXL display. Couldn't make it go.
kvm vnc spice
I have an asymmetric triple-head linux box. It's hosting a Windows 10 VM with GPU passthrough, which I'd like to also have triple-head soft display on the Linux host.
Is there any way to use Spice to expose my NVidia display to virt-viewer?
What I've tried:
- Manually switching the three monitors and having a second keyboard and mouse. This got old very fast.
- Running tightvnc on the guest. Couldn't figure out how to do cross-platform triple-head, and the performance wasn't great anyhow.
- Reinstalled Spice/QXL, and tried to use Actual Multiple Monitors to mirror the GPU display onto the QXL display. Couldn't make it go.
kvm vnc spice
kvm vnc spice
asked Nov 6 '17 at 4:53
DS JusticeDS Justice
1215
1215
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Not technically an answer to my (slightly XY) question, but Xfreerdp supports multi-monitor RDP quite nicely, and windows guests conveniently come with the server already installed. Here's the commandline I needed to connect to a Windows 10 guest.
xfreerdp +nego +sec-rdp +sec-tls +sec-nla /multimon /smart-sizing /v:guestname
Warnings:
- it automatically goes to full-screen, and the only way out is with ctrl-alt-enter (or r-ctrl in v2).
- Obviously, for the host-to-guest connection to work, you have to be using bridged networking
- If your distro doesn't have v2 by default, jump through the hoops to get it. If for nothing else, it's worth it to be able to tap r-ctrl in fullscreen in order to have your mouse and keyboard un-grabbed. Lets you switch to a different workspace with no hassle.
- On Windows 7, you must have Ultimate or Enterprise. Pro just gives you one large desktop spanning all your monitors. Windows 10 appears to support multi-monitor RDP across the board.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402766%2fkvm-spice-connection-to-hardware-gpu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Not technically an answer to my (slightly XY) question, but Xfreerdp supports multi-monitor RDP quite nicely, and windows guests conveniently come with the server already installed. Here's the commandline I needed to connect to a Windows 10 guest.
xfreerdp +nego +sec-rdp +sec-tls +sec-nla /multimon /smart-sizing /v:guestname
Warnings:
- it automatically goes to full-screen, and the only way out is with ctrl-alt-enter (or r-ctrl in v2).
- Obviously, for the host-to-guest connection to work, you have to be using bridged networking
- If your distro doesn't have v2 by default, jump through the hoops to get it. If for nothing else, it's worth it to be able to tap r-ctrl in fullscreen in order to have your mouse and keyboard un-grabbed. Lets you switch to a different workspace with no hassle.
- On Windows 7, you must have Ultimate or Enterprise. Pro just gives you one large desktop spanning all your monitors. Windows 10 appears to support multi-monitor RDP across the board.
add a comment |
Not technically an answer to my (slightly XY) question, but Xfreerdp supports multi-monitor RDP quite nicely, and windows guests conveniently come with the server already installed. Here's the commandline I needed to connect to a Windows 10 guest.
xfreerdp +nego +sec-rdp +sec-tls +sec-nla /multimon /smart-sizing /v:guestname
Warnings:
- it automatically goes to full-screen, and the only way out is with ctrl-alt-enter (or r-ctrl in v2).
- Obviously, for the host-to-guest connection to work, you have to be using bridged networking
- If your distro doesn't have v2 by default, jump through the hoops to get it. If for nothing else, it's worth it to be able to tap r-ctrl in fullscreen in order to have your mouse and keyboard un-grabbed. Lets you switch to a different workspace with no hassle.
- On Windows 7, you must have Ultimate or Enterprise. Pro just gives you one large desktop spanning all your monitors. Windows 10 appears to support multi-monitor RDP across the board.
add a comment |
Not technically an answer to my (slightly XY) question, but Xfreerdp supports multi-monitor RDP quite nicely, and windows guests conveniently come with the server already installed. Here's the commandline I needed to connect to a Windows 10 guest.
xfreerdp +nego +sec-rdp +sec-tls +sec-nla /multimon /smart-sizing /v:guestname
Warnings:
- it automatically goes to full-screen, and the only way out is with ctrl-alt-enter (or r-ctrl in v2).
- Obviously, for the host-to-guest connection to work, you have to be using bridged networking
- If your distro doesn't have v2 by default, jump through the hoops to get it. If for nothing else, it's worth it to be able to tap r-ctrl in fullscreen in order to have your mouse and keyboard un-grabbed. Lets you switch to a different workspace with no hassle.
- On Windows 7, you must have Ultimate or Enterprise. Pro just gives you one large desktop spanning all your monitors. Windows 10 appears to support multi-monitor RDP across the board.
Not technically an answer to my (slightly XY) question, but Xfreerdp supports multi-monitor RDP quite nicely, and windows guests conveniently come with the server already installed. Here's the commandline I needed to connect to a Windows 10 guest.
xfreerdp +nego +sec-rdp +sec-tls +sec-nla /multimon /smart-sizing /v:guestname
Warnings:
- it automatically goes to full-screen, and the only way out is with ctrl-alt-enter (or r-ctrl in v2).
- Obviously, for the host-to-guest connection to work, you have to be using bridged networking
- If your distro doesn't have v2 by default, jump through the hoops to get it. If for nothing else, it's worth it to be able to tap r-ctrl in fullscreen in order to have your mouse and keyboard un-grabbed. Lets you switch to a different workspace with no hassle.
- On Windows 7, you must have Ultimate or Enterprise. Pro just gives you one large desktop spanning all your monitors. Windows 10 appears to support multi-monitor RDP across the board.
edited Nov 20 '17 at 6:53
answered Nov 12 '17 at 5:36
DS JusticeDS Justice
1215
1215
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402766%2fkvm-spice-connection-to-hardware-gpu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown