blob: f4fb75eb6909b7a2ef906c67ea26c20d9a6454f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<think>
Okay, so I need to classify this bug report into one of the given categories related to QEMU. Let me read through the bug report carefully.
The user reports an issue where VMs are rendered at a higher resolution than their window when using GNOME Mutter's fractional scaling under Wayland. They enabled fractional scaling and launched a VM, which resulted in incorrect rendering. The problem occurs specifically with Wayland fractional scaling, not text scaling. The user believes that Mutter is upscaling the display, causing QEMU to think the VM window has a higher resolution than it actually does.
So, the issue seems related to how the graphical output of the VM is handled when fractional scaling is applied. It's causing incorrect rendering because the VM thinks the window is larger than it appears on screen.
Looking at the possible categories: graphic, device, network, etc. The problem affects the display and resolution of the VM, which falls under the 'graphic' category. Other possibilities like 'mistranslation' or 'assembly' don't seem to fit here because the issue isn't about code translation errors but rather graphical output scaling.
Therefore, the most appropriate classification is 'graphic'.
</think>
The bug report describes an issue with how VMs are rendered when fractional scaling is enabled under Wayland using GNOME Mutter. The problem arises from incorrect resolution handling due to upscaling by the windowing system, which causes QEMU to misinterpret the display size of the VM window. This directly impacts the graphical output of the virtual machine, leading to rendering issues. Therefore, the category that best fits this bug is:
**graphic**
|