<div dir="ltr"><div>Thanks for the quick answer.</div><div><br></div><div>The use-case i have in mind is similar to the "virtScreen" app that I mentioned in my previous email. That link also has an animated GIF on how it works.<br></div><div>I want to extend the KDEConnect app to allow users to use their mobile device as an external screen for their laptop.</div><div>For example, when one is travelling and happens to have both a laptop and a tablet, one can use the tablet as a second display over wifi (p2pwifi).</div><div><br></div><div>The new output needs to present itself to the current Xsession or whatever display service is running, So that it can be shown as an attached screen. To allow users to change its position orientation and all that.<br></div><div><br></div><div>I did play around with "xrandr --newmode..." and managed to use one of the non attached outputs of the videocard as a display, but KDE display settings tool doses not pick it up as a screen. So users can't change anything about it.<br></div><div>The only solution that worked was to use the intel VIRTUAL output drivers, but this require X11 config "hacks".<br></div><div>Now since I don't know if the intel virtual output works on any other video card (I didn't test), I was thinking of QXL/spice so that it will be hardware agnostic.</div><div><br></div><div>I also found this article: <a href="https://weekly-geekly.github.io/articles/147185/index.html">https://weekly-geekly.github.io/articles/147185/index.html</a></div><div>But the changes it is proposing don't work.</div><div><br></div><div>Thanks.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 29, 2019 at 9:08 AM Frediano Ziglio <<a href="mailto:fziglio@redhat.com">fziglio@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> Hi all,<br>
<br>
> I was wondering if it is possible to get a SPICE (QXL) extra screen on real<br>
> hardware.<br>
> The idea is to use the qxl output and stream it over network to a secondary<br>
> display.<br>
<br>
> One solution that is out there is the virtScreen:<br>
> <a href="https://github.com/kbumsik/VirtScreen" rel="noreferrer" target="_blank">https://github.com/kbumsik/VirtScreen</a><br>
> This solution uses the intel virtualoutput and VNC server, but it is not very<br>
> responsive.<br>
<br>
> While doing some tests with the x11spice server, SPICE protocol seems to be<br>
> better then vnc at remote display.<br>
<br>
> Thanks.<br>
<br>
Technically no, QXL is the virtual card which is provided to VMs.<br>
If you want to have an additional screen added to your bare metal machine<br>
is not possible.<br>
There was a xspice project giving both a Xorg driver and an Xserver but<br>
has not been updated recently.<br>
<br>
I'm curious about the usage. Is it like putting the presentation on the<br>
second screen and being able to share it using SPICE ?<br>
<br>
Frediano<br>
<br>
</blockquote></div>