-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some applications are blurry #24
Comments
Do you have fractional scaling enabled? |
Yes. I enabled 125% scaling. |
Its probably just a mutter thing? Mutter even after all this years does not handle fractional scaling properly(scaling up to 200 and then scaling it down blah blah blah). Their implementation is very hacky and results in blurry texts, among other artifacts so I wouldn't really blame this extension. I don't even have this installed and yet there are these issues. Mostly noticeable in electron apps though, did you test them? |
This may be a Mutter thing, though I only experienced a similar thing with Electron apps, and it happened even without rounded corners. @ZhangYaoan can you please provide a list of apps where this happens? |
I don't have this issue with QT apps, but I do have it with chromium apps (including electron, which is chromium based) |
@LSeelig Are them native Wayland apps? XWayland apps are blurry when enabling fractional scaling, which caused by mutter. If they are not Wayland apps, you can install mutter with XWayland native scaling from Fedora COPR or AUR, and enable experimental feature |
I am using wayland flags. But I could try the mutter experiment at some point. |
Ok. I did some more testing, and I can confirm a very slight blur on any application I tried, GTK3 or QT. I can't say QT apps or libreoffice stick out though; the only apps I had in the past noticed were electron apps (and the new Zed editor, which has broken window decorations without rounded). Everything is wayland, as I am using vanilla mutter and all xwayland apps would be blurry. In the meantime, I am disabling rounded window corners unless I am attached to a monitor which doesn't need fractional scaling. I am afraid the approach taken by this extension simply might cause issues with mutter's fractional scaling that cannot be easily fixed. But if you're interested in trying to, I'd recommend you ask for assistance on the mutter or GNOME extensions Matrix. |
I am not sure if I experience the same thing with extension version 3, as for me the windows are only blurry on GNOME's overview. I am on GNOME 46.3.1 Wayland, 200% scaling, 4k display and every non GTK4 app is blurry and slightly distorted on overview. See screen grabs below: Let me know if this is a new issue and I am happy to create a separate report. Many thanks in advance for looking into this. |
Yes, I have the same issue. But I think it is a different issue. This issue (#24) may be related with fractional scaling and you haven't enabled it. I suggest you to open a new issue. P.S. I think the system information is not necessary (it make the comment too long and might increase the risk of your privacy leakage) |
OK, I will open a new issue tomorrow. And thanks for the note about the system information. I was always a little worried about putting it in trackers, but I was never quite sure what someone could do with that information. I removed it for now. |
@amadeusp this is a side effect of solving #29. Read the description of 1c0e89c for more information. It will be solved in the future, and you can open a tracking issue for it if you want, but there I can't really figure it out right now because the original codebase is a mess and I'm in the process of rewriting most of it just so that I could understand what's going on. For now, I decided that the distortion isn't that significant since I've been running with it for a few days and completely forgot that it's even there |
Just a heads up: The problems with fractional scaling in GNOME 46 are larger than your extension, so there might be some confusing feedback from people in the future. Specifically, there are some bugs/flaws in the implementation in GTK4 apps (native, and flatpaks on GNOME 46 runtime) that make them fuzzier on some fractionally scaled screens. For reference: |
I added the issue now: #36 |
Happens to me too. I have 2 computers running the extension. Both use Wayland, but one is at 200% scaling and the other is normal 100. |
The extension will cause slightly blurry application, including GTK-3 and Qt6 applications (both native wayland application). Just like issue#141 and #32 from original repo.
Is it the extension's bug or mutter's bug?
Will it be fixed in the future?
The text was updated successfully, but these errors were encountered: