Replies: 2 comments 1 reply
-
I tried with niri rootful mode GDK_SCALE=2 \
GDK_DPI_SCALE=0.5 \
QT_SCALE_FACTOR=1 \
XCURSOR_SIZE=24 \
DISPLAY=:0 wps to run the xwayland app. Even though the cursor is still blurry, the app by itself looks better (All icons are rendered not pixelated as xwayland-satellite does). |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is probably a bug, so I opened a bug for it: #194 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is how the cursor looks like in wayland:


This is how the cursor looks like in xwayland window:
I tried to use
Xwayland -hidpi
andxprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
to reproduce this issue from just Xwayland, it has the same result. So this might not be an issue caused by xwayland-satellite. But I wonder how can I get rid of this? Before I switch to niri I used gnome, which works perfectly with xwayland in 200% scaling.BTW I have some Qt apps can not scale 200% properly (only font can be scaled correctly, icons are pixelated).
Beta Was this translation helpful? Give feedback.
All reactions