All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1908266] [NEW] spice unnecessary forces nographic
@ 2020-12-15 12:39 Tom Yan
  2020-12-15 12:46 ` [Bug 1908266] " Tom Yan
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tom Yan @ 2020-12-15 12:39 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

When spice is enabled, qemu does not give the graphical window. It
should not imply -nographic but only -display none.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  New

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
@ 2020-12-15 12:46 ` Tom Yan
  2020-12-15 15:59 ` Gerd Hoffmann
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tom Yan @ 2020-12-15 12:46 UTC (permalink / raw)
  To: qemu-devel

More precisely, there should be a way to prevent -vga qxl from being
wired to the graphical window.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  New

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
  2020-12-15 12:46 ` [Bug 1908266] " Tom Yan
@ 2020-12-15 15:59 ` Gerd Hoffmann
  2020-12-16  9:50 ` Thomas Huth
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2020-12-15 15:59 UTC (permalink / raw)
  To: qemu-devel

Not clear what you are looking for ...

-spice doesn't imply -nographic.
-spice flips the default for -display to none.
-vnc has the same effect btw.

You can use -display {gtk,sdl} and -spice at the same time,
but you have to explicitly enable -display then.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  New

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
  2020-12-15 12:46 ` [Bug 1908266] " Tom Yan
  2020-12-15 15:59 ` Gerd Hoffmann
@ 2020-12-16  9:50 ` Thomas Huth
  2020-12-29 15:38 ` Tom Yan
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2020-12-16  9:50 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Incomplete

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
                   ` (2 preceding siblings ...)
  2020-12-16  9:50 ` Thomas Huth
@ 2020-12-29 15:38 ` Tom Yan
  2021-01-05 13:59 ` Gerd Hoffmann
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tom Yan @ 2020-12-29 15:38 UTC (permalink / raw)
  To: qemu-devel

The gtk window is not limited for -display but also for compatmonitor /
serial /paralel, but when -spice is used, the gtk window does not show
at all. While you can force the window to show with -display gtk, but
the *side effect* is the vga will be wired/connected to the gtk window
(which seems to break things when gl and so on is enabled).

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Incomplete

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
                   ` (3 preceding siblings ...)
  2020-12-29 15:38 ` Tom Yan
@ 2021-01-05 13:59 ` Gerd Hoffmann
  2021-01-06  0:38 ` Tom Yan
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2021-01-05 13:59 UTC (permalink / raw)
  To: qemu-devel

Yes, display devices show up on both UI and spice/vnc,
and right now there is no way to contigure that.

Using spice fot the vga and gtk for serial/monitor
is rather unusual though.  Any reason for this?

I'd suggest to simply use the gtk ui instead.
It works with opengl (-display gtk,gl=on).
You also can show stuff side-by-side in
separate windows, via menu -> view -> detach tab.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Incomplete

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
                   ` (4 preceding siblings ...)
  2021-01-05 13:59 ` Gerd Hoffmann
@ 2021-01-06  0:38 ` Tom Yan
  2021-01-07 11:13 ` Gerd Hoffmann
  2021-03-09  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Tom Yan @ 2021-01-06  0:38 UTC (permalink / raw)
  To: qemu-devel

Does the spice protocol / any spice client allow access to compatmonitor
/ serial /paralel?

Spice can be (if not often / mainly) used for remote access like VNC,
but that does not necessarily mean users would want to host "fully-
headless".

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Incomplete

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
                   ` (5 preceding siblings ...)
  2021-01-06  0:38 ` Tom Yan
@ 2021-01-07 11:13 ` Gerd Hoffmann
  2021-03-09  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2021-01-07 11:13 UTC (permalink / raw)
  To: qemu-devel

Try "qemu -display spice-app", then go to menu -> view -> displays in
virt-viewer.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Incomplete

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1908266] Re: spice unnecessary forces nographic
  2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
                   ` (6 preceding siblings ...)
  2021-01-07 11:13 ` Gerd Hoffmann
@ 2021-03-09  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2021-03-09  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1908266

Title:
  spice unnecessary forces nographic

Status in QEMU:
  Expired

Bug description:
  When spice is enabled, qemu does not give the graphical window. It
  should not imply -nographic but only -display none.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1908266/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-03-09  4:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 12:39 [Bug 1908266] [NEW] spice unnecessary forces nographic Tom Yan
2020-12-15 12:46 ` [Bug 1908266] " Tom Yan
2020-12-15 15:59 ` Gerd Hoffmann
2020-12-16  9:50 ` Thomas Huth
2020-12-29 15:38 ` Tom Yan
2021-01-05 13:59 ` Gerd Hoffmann
2021-01-06  0:38 ` Tom Yan
2021-01-07 11:13 ` Gerd Hoffmann
2021-03-09  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.