* [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen
@ 2010-08-05 0:39 ZTG
2010-08-17 8:23 ` [Qemu-devel] [Bug 613681] " Jes Sorensen
` (7 more replies)
0 siblings, 8 replies; 12+ messages in thread
From: ZTG @ 2010-08-05 0:39 UTC (permalink / raw)
To: qemu-devel
Public bug reported:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
** Affects: qemu
Importance: Undecided
Status: New
** Tags: wishlist
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
@ 2010-08-17 8:23 ` Jes Sorensen
2010-08-17 13:20 ` Paolo Bonzini
` (6 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: Jes Sorensen @ 2010-08-17 8:23 UTC (permalink / raw)
To: qemu-devel
Your bug report is incomplete, you are using which display method? SDL,
VNC, or something else?
Second, for what is it worth, asking to just have it implemented is
unlikely to result in anything happening. With an open source project
someone who wants it needs to write the code.
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
2010-08-17 8:23 ` [Qemu-devel] [Bug 613681] " Jes Sorensen
@ 2010-08-17 13:20 ` Paolo Bonzini
2010-08-17 13:57 ` [Qemu-devel] " ZTG
2010-08-17 13:36 ` [Qemu-devel] " agraf
` (5 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: Paolo Bonzini @ 2010-08-17 13:20 UTC (permalink / raw)
To: qemu-devel
Since he's reporting it for QEMU, that would be SDL or Cocoa.
ZTG, can you comment on this?
> Second, for what is it worth, asking to just have it implemented is
> unlikely to result in anything happening. With an open source project
> someone who wants it needs to write the code.
I think I've seen many request for enhancement bugs in all projects
I worked on. And ZTG indeed tagged his report as wishlist.
Second, for what it is worth, asking to just implement it is unlikely to
result in anything happening. Plus, being impolite will likely send
users away to proprietary solution like vmware that ZTG mentioned,
which doesn't help QEMU either.
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
2010-08-17 8:23 ` [Qemu-devel] [Bug 613681] " Jes Sorensen
2010-08-17 13:20 ` Paolo Bonzini
@ 2010-08-17 13:36 ` agraf
2010-08-17 15:38 ` Paolo Bonzini
` (4 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: agraf @ 2010-08-17 13:36 UTC (permalink / raw)
To: qemu-devel
For SDL I usually use the -no-frame option which gets rid of all the
window decorations. IIRC there's also a magic key combination (ctrl-
alt-f?) to switch to real full screen.
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] Re: [Bug 613681] Re: implement true fullscreen
2010-08-17 13:20 ` Paolo Bonzini
@ 2010-08-17 13:57 ` ZTG
0 siblings, 0 replies; 12+ messages in thread
From: ZTG @ 2010-08-17 13:57 UTC (permalink / raw)
To: qemu-devel
On Tue, Aug 17, 2010 at 9:20 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
> Since he's reporting it for QEMU, that would be SDL or Cocoa.
> ZTG, can you comment on this?
>
>
I use the binary kvm provided by qemu-kvm 0.12.4+dfsg-1 in Debian testing.
The command is launched with the switch -vnc 127.0.0.1:1
> Second, for what is it worth, asking to just have it implemented is
> > unlikely to result in anything happening. With an open source project
> > someone who wants it needs to write the code.
>
> I think I've seen many request for enhancement bugs in all projects
> I worked on. And ZTG indeed tagged his report as wishlist.
>
> Second, for what it is worth, asking to just implement it is unlikely to
> result in anything happening. Plus, being impolite will likely send
> users away to proprietary solution like vmware that ZTG mentioned,
> which doesn't help QEMU either.
>
>
Indeed this is only a wish. I understand very well that I may be of low
priority as well, I just thought it would be a feature that increases the
usability of the software.
And I want to take this opportunity to assure you that I'm very appreciative
of all the hard work that is being done on these projects.
> --
> implement true fullscreen
> https://bugs.launchpad.net/bugs/613681
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in QEMU: New
>
> Bug description:
> Please implement a fullscreen functionality (similar to the one found in
> vmware, where there is an autohide bar), that enables display of a 1920x1080
> VM on a 1920x1080 (for example) without resizing (currently the menubar
> prevents this).
> Thank you.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/qemu/+bug/613681/+subscribe
>
--ZTG
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
` (2 preceding siblings ...)
2010-08-17 13:36 ` [Qemu-devel] " agraf
@ 2010-08-17 15:38 ` Paolo Bonzini
2010-08-17 16:40 ` [Qemu-devel] " ZTG
2010-08-17 16:04 ` [Qemu-devel] " Michael Tokarev
` (3 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: Paolo Bonzini @ 2010-08-17 15:38 UTC (permalink / raw)
To: qemu-devel
For SDL, ctrl-alt-f works. For VNC, please file your request in the bug
tracker for the VNC client you are using. QEMU cannot provide any
features in the VNC client.
** Changed in: qemu
Status: New => Invalid
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
` (3 preceding siblings ...)
2010-08-17 15:38 ` Paolo Bonzini
@ 2010-08-17 16:04 ` Michael Tokarev
2010-08-17 16:52 ` agraf
` (2 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: Michael Tokarev @ 2010-08-17 16:04 UTC (permalink / raw)
To: qemu-devel
Actually it does not quite work (ctrl+alt+f). It works for some small
standard screen sizes, but chokes (aborts) on larger screen sizes.
"Could not open SDL display"
and.. oops.
This is what Anthony had to say to my email to qemu-devel about this
issue:
===
Depending on how SDL is configured, it uses DGA or some other relic to actually implement full screen mode. You cannot get a DGA screen that's larger than the physical monitor since it's often backed by video memory. SDL isn't smart enough to degrade into a scaled mode either.
Honestly, SDL full screen mode is a bad idea. We offer no indication
that the guest is actually running which is potentially very
confusing/dangerous. We need a better backend to really implement a
functioning full screen mode.
Regards,
Anthony Liguori
===
So I'm not seeing how this bugreport is invalid... ;)
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] Re: [Bug 613681] Re: implement true fullscreen
2010-08-17 15:38 ` Paolo Bonzini
@ 2010-08-17 16:40 ` ZTG
0 siblings, 0 replies; 12+ messages in thread
From: ZTG @ 2010-08-17 16:40 UTC (permalink / raw)
To: qemu-devel
On Tue, Aug 17, 2010 at 11:38 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
> For SDL, ctrl-alt-f works. For VNC, please file your request in the bug
> tracker for the VNC client you are using. QEMU cannot provide any
> features in the VNC client.
>
>
Indeed I'm using the VNC client embedded in virt-manager. I understand this
is not a QEMU functionality and my "bug/wishlist" is not really relevant
here.
Thanks
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
` (4 preceding siblings ...)
2010-08-17 16:04 ` [Qemu-devel] " Michael Tokarev
@ 2010-08-17 16:52 ` agraf
2010-08-17 20:32 ` Anthony Liguori
2010-08-18 8:27 ` Paolo Bonzini
7 siblings, 0 replies; 12+ messages in thread
From: agraf @ 2010-08-17 16:52 UTC (permalink / raw)
To: qemu-devel
In a perfect world, we wouldn't have an SDL output at all. We would only
have a VNC output with SHM extensions and a proper decoupled front-end
that talks to Qemu via QMP and VNC. Then all the magic required can be
implemented there and everyone is happy :).
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
` (5 preceding siblings ...)
2010-08-17 16:52 ` agraf
@ 2010-08-17 20:32 ` Anthony Liguori
2010-08-18 8:27 ` Paolo Bonzini
7 siblings, 0 replies; 12+ messages in thread
From: Anthony Liguori @ 2010-08-17 20:32 UTC (permalink / raw)
To: qemu-devel
If anyone deeply cares, I'd suggest opening another wish list request
for doing a better backend than SDL.
But we're in pony territory so it's all somewhat academic.
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
` (6 preceding siblings ...)
2010-08-17 20:32 ` Anthony Liguori
@ 2010-08-18 8:27 ` Paolo Bonzini
2010-08-18 12:24 ` Sergei Steshenko
7 siblings, 1 reply; 12+ messages in thread
From: Paolo Bonzini @ 2010-08-18 8:27 UTC (permalink / raw)
To: qemu-devel
Michael, I still think it's invalid; this particular bug in SDL fullscreen mode is an SDL
bug, not a front-end bug.
--
implement true fullscreen
https://bugs.launchpad.net/bugs/613681
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
Please implement a fullscreen functionality (similar to the one found in vmware, where there is an autohide bar), that enables display of a 1920x1080 VM on a 1920x1080 (for example) without resizing (currently the menubar prevents this).
Thank you.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Qemu-devel] [Bug 613681] Re: implement true fullscreen
2010-08-18 8:27 ` Paolo Bonzini
@ 2010-08-18 12:24 ` Sergei Steshenko
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Steshenko @ 2010-08-18 12:24 UTC (permalink / raw)
To: qemu-devel, Bug 613681
I didn't read the whole thread; still, I see the issue this way:
1) it's good that QEMU developers decided to implement full screen mode;
2) it's good that QEMU developers decided not reinvent the wheel and to
use a library which is supposedly able to accomplish the task (SDL);
3) alas, full screen mode doesn't work - because of an SDL bug;
4) so the choice of library (SDL) to accomplish the task was wrong and as
such it's a QEMU bug - because QEMU developers made the choice.
Regards,
Sergei.
--- On Wed, 8/18/10, Paolo Bonzini <bonzini@gnu.org> wrote:
> From: Paolo Bonzini <bonzini@gnu.org>
> Subject: [Qemu-devel] [Bug 613681] Re: implement true fullscreen
> To: qemu-devel@nongnu.org
> Date: Wednesday, August 18, 2010, 1:27 AM
> Michael, I still think it's invalid;
> this particular bug in SDL fullscreen mode is an SDL
> bug, not a front-end bug.
>
> --
> implement true fullscreen
> https://bugs.launchpad.net/bugs/613681
> You received this bug notification because you are a member
> of qemu-
> devel-ml, which is subscribed to QEMU.
>
> Status in QEMU: Invalid
>
> Bug description:
> Please implement a fullscreen functionality (similar to the
> one found in vmware, where there is an autohide bar), that
> enables display of a 1920x1080 VM on a 1920x1080 (for
> example) without resizing (currently the menubar prevents
> this).
> Thank you.
>
>
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2010-08-18 12:32 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 0:39 [Qemu-devel] [Bug 613681] [NEW] implement true fullscreen ZTG
2010-08-17 8:23 ` [Qemu-devel] [Bug 613681] " Jes Sorensen
2010-08-17 13:20 ` Paolo Bonzini
2010-08-17 13:57 ` [Qemu-devel] " ZTG
2010-08-17 13:36 ` [Qemu-devel] " agraf
2010-08-17 15:38 ` Paolo Bonzini
2010-08-17 16:40 ` [Qemu-devel] " ZTG
2010-08-17 16:04 ` [Qemu-devel] " Michael Tokarev
2010-08-17 16:52 ` agraf
2010-08-17 20:32 ` Anthony Liguori
2010-08-18 8:27 ` Paolo Bonzini
2010-08-18 12:24 ` Sergei Steshenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).