summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1276
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1276
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1276')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/127615
1 files changed, 0 insertions, 15 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1276 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1276
deleted file mode 100644
index aacb6a834..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1276
+++ /dev/null
@@ -1,15 +0,0 @@
-[SDL] Fractional scaling is blurry
-Description of problem:
-The display looks blurry
-Steps to reproduce:
-1. Use a Wayland compositor (eg. Sway) with scale set to `1.25`
-2. Launch an Ubuntu guest with the SDL display
-3. Notice blurryness
-Additional information:
-https://github.com/libsdl-org/SDL/issues/6438
-
-Blurry display https://user-images.githubusercontent.com/67585967/197484538-fde750aa-8982-4ac2-9d83-3861f6411a31.png
-
-Display with 1.00 scale https://user-images.githubusercontent.com/67585967/197484417-afd1d1c5-5ea1-46ce-82c5-fa8d9b2df459.png
-
-It was suggested in the SDL issue (https://github.com/libsdl-org/SDL/issues/6438#issuecomment-1289513402) that it's caused by the `SDL_WINDOW_ALLOW_HIGHDPI` not being set. However, after setting that flag, the display is sharp again but it's not scaled properly (boxed) https://github.com/libsdl-org/SDL/issues/6438#issuecomment-1291663284, no idea what other changes need to be made.