All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1425597] [NEW] moving window + changing screen resolution = bug
@ 2015-02-25 17:00 Askar Safin
  2018-05-22 13:30 ` [Qemu-devel] [Bug 1425597] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Askar Safin @ 2015-02-25 17:00 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Steps to reproduce:
1. Run qemu (sdl)
2. Start moving the window
3. At that moment the virtualized OS should change its screen resolution (for example, when switching from initial qemu screen to grub)

What I see:
Window size doesn't change, but internal screen resolution changes, so, image scale stops to be 1:1, now I see virtualized OS in wrong scale.

What I expected to see:
Window size changes so, that it keeps synchronized with internal resolution (as usual)

This bug preserves at lastest git version at the moment, i. e.
3d30395f7fb3315e4ecf0de4e48790e1326bbd47

** 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/1425597

Title:
  moving window + changing screen resolution = bug

Status in QEMU:
  New

Bug description:
  Steps to reproduce:
  1. Run qemu (sdl)
  2. Start moving the window
  3. At that moment the virtualized OS should change its screen resolution (for example, when switching from initial qemu screen to grub)

  What I see:
  Window size doesn't change, but internal screen resolution changes, so, image scale stops to be 1:1, now I see virtualized OS in wrong scale.

  What I expected to see:
  Window size changes so, that it keeps synchronized with internal resolution (as usual)

  This bug preserves at lastest git version at the moment, i. e.
  3d30395f7fb3315e4ecf0de4e48790e1326bbd47

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

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

* [Qemu-devel] [Bug 1425597] Re: moving window + changing screen resolution = bug
  2015-02-25 17:00 [Qemu-devel] [Bug 1425597] [NEW] moving window + changing screen resolution = bug Askar Safin
@ 2018-05-22 13:30 ` Thomas Huth
  2018-05-23 11:58 ` Askar Safin
  2018-07-23  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-05-22 13:30 UTC (permalink / raw)
  To: qemu-devel

Looking through old bug tickets... can you still reproduce this issue
with the latest version of QEMU, using SDL2? Or could we close this
ticket nowadays? In case the problem persists, please also specify which
host system (Linux? Window manager? Or Windows?) you are using!

** 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/1425597

Title:
  moving window + changing screen resolution = bug

Status in QEMU:
  Incomplete

Bug description:
  Steps to reproduce:
  1. Run qemu (sdl)
  2. Start moving the window
  3. At that moment the virtualized OS should change its screen resolution (for example, when switching from initial qemu screen to grub)

  What I see:
  Window size doesn't change, but internal screen resolution changes, so, image scale stops to be 1:1, now I see virtualized OS in wrong scale.

  What I expected to see:
  Window size changes so, that it keeps synchronized with internal resolution (as usual)

  This bug preserves at lastest git version at the moment, i. e.
  3d30395f7fb3315e4ecf0de4e48790e1326bbd47

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

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

* [Qemu-devel] [Bug 1425597] Re: moving window + changing screen resolution = bug
  2015-02-25 17:00 [Qemu-devel] [Bug 1425597] [NEW] moving window + changing screen resolution = bug Askar Safin
  2018-05-22 13:30 ` [Qemu-devel] [Bug 1425597] " Thomas Huth
@ 2018-05-23 11:58 ` Askar Safin
  2018-07-23  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Askar Safin @ 2018-05-23 11:58 UTC (permalink / raw)
  To: qemu-devel

The bug is not present in Qemu 2.12 (version reported by dpkg: qemu-
system-x86 1:2.12+dfsg-1+b1). There is similar minor bug instead. The
new bug doesn't harm me and I am not even sure is this a bug.

So, this is info about new minor bug.

Host is Debian Sid installed today (23 May MSK) with mentioned Qemu
2.12. I run Qemu in X using:

# qemu-system-x86_64 -m 1024 -daemonize -snapshot -drive
file=/dev/sda,format=raw,cache=none -kernel /boot/vmlinuz* -initrd
/boot/initrd* -append root=/dev/sda

Then I started to move Qemu window using mouse. I kept Qemu window
catched by my mouse while guest OS boot. At some moment guest OS (Linux)
switched from text mode to framebuffer. Internal screen resolution
changed, but Qemu window didn't change its size (I kept moving Qemu
window all this time), but likely window content didn't scale (this is
as opposed to 3d30395f [3d30395f7fb3315e4ecf0de4e48790e1326bbd47]
behavior, 3d30395f scaled window content). So text in window remain
concrete (not fluid, as opposed to 3d30395f). Then I tried to resize
Qemu window and window size imidiately became normal, i. e. it started
to fit content.

All this is acceptable for me. I. e. I see this is nothing wrong when
Qemu cannot change its window size when I move Qemu 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/1425597

Title:
  moving window + changing screen resolution = bug

Status in QEMU:
  Incomplete

Bug description:
  Steps to reproduce:
  1. Run qemu (sdl)
  2. Start moving the window
  3. At that moment the virtualized OS should change its screen resolution (for example, when switching from initial qemu screen to grub)

  What I see:
  Window size doesn't change, but internal screen resolution changes, so, image scale stops to be 1:1, now I see virtualized OS in wrong scale.

  What I expected to see:
  Window size changes so, that it keeps synchronized with internal resolution (as usual)

  This bug preserves at lastest git version at the moment, i. e.
  3d30395f7fb3315e4ecf0de4e48790e1326bbd47

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

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

* [Qemu-devel] [Bug 1425597] Re: moving window + changing screen resolution = bug
  2015-02-25 17:00 [Qemu-devel] [Bug 1425597] [NEW] moving window + changing screen resolution = bug Askar Safin
  2018-05-22 13:30 ` [Qemu-devel] [Bug 1425597] " Thomas Huth
  2018-05-23 11:58 ` Askar Safin
@ 2018-07-23  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2018-07-23  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/1425597

Title:
  moving window + changing screen resolution = bug

Status in QEMU:
  Expired

Bug description:
  Steps to reproduce:
  1. Run qemu (sdl)
  2. Start moving the window
  3. At that moment the virtualized OS should change its screen resolution (for example, when switching from initial qemu screen to grub)

  What I see:
  Window size doesn't change, but internal screen resolution changes, so, image scale stops to be 1:1, now I see virtualized OS in wrong scale.

  What I expected to see:
  Window size changes so, that it keeps synchronized with internal resolution (as usual)

  This bug preserves at lastest git version at the moment, i. e.
  3d30395f7fb3315e4ecf0de4e48790e1326bbd47

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

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

end of thread, other threads:[~2018-07-23  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25 17:00 [Qemu-devel] [Bug 1425597] [NEW] moving window + changing screen resolution = bug Askar Safin
2018-05-22 13:30 ` [Qemu-devel] [Bug 1425597] " Thomas Huth
2018-05-23 11:58 ` Askar Safin
2018-07-23  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.