diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1423.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1423.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1423.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1423.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1423.toml new file mode 100644 index 000000000..103ed74a3 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1423.toml @@ -0,0 +1,21 @@ +id = 1423 +title = "QEMU 6.2.0 fullscreen problem" +state = "opened" +created_at = "2023-01-08T01:29:33.203Z" +closed_at = "n/a" +labels = ["GUI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1423" +host-os = "Ubuntu 22.04" +host-arch = "x86_64" +qemu-version = "6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.6)" +guest-os = "Ubuntu 22.04" +guest-arch = "x86_64" +description = """After running the command above, clicking on "Try Ubuntu" and adjusting the guest display resolution in GNOME to the native resolution, pressing ctrl+alt+f yields a "fullscreen" that only covers the QEMU window but not the entire host screen. This is not the case when switching to fullscreen while the boot screen is active or running `qemu-system-x86_64 -display gtk,full-screen=on`. + +The problem also occurs when replacing `-device qxl-vga` by `-device VGA,vgamem_mb=64`. The problem however does not occur when using `-device virtio-vga` instead of `-device qxl-vga` or `-display sdl` instead of `-display gtk`.""" +reproduce = """1. Run the command above +2. Click "Try Ubuntu" +3. Set guest resolution to native resolution (1920x1200 in my case) +4. Move the window a bit off the corners to observe the effect +5. Press ctrl+alt+f""" +additional = """The bug has also been [reported here](https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2000739).""" |