blob: 8eb0e0bcebe25e4c7d8a1b10ef78f95bacda8c7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, so I need to classify this bug report: "Broken scaling with gtk,gl=on on a hidpi display". The possible categories are a bunch like mistranslation, assembly, other, device, graphic, etc. Let me think about what each category means.
First, the bug is related to scaling issues when using GTK and OpenGL on a high-DPI (hidpi) display. So it's about how graphics are rendered or scaled, especially with these settings enabled.
Looking at the categories, "graphic" seems directly related because it's dealing with how images or UI elements scale on a display. Other options like device might be more about hardware devices rather than graphical rendering. Performance could be a possibility if it's about speed issues, but the main issue here is scaling brokenness, not necessarily performance.
GTK and OpenGL are both part of the graphics stack in QEMU, so this seems to fit under the graphic category. High-DPI displays require proper scaling for clarity, so any bug affecting that would fall under graphic issues.
</think>
graphic
|