-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
broken fractional scaling #1843
Comments
Normally when the integer scaling options are only shown you are on an X11
session. Fractional Scaling patch is only on Wayland
…On Sun, Oct 27, 2024 at 8:42 PM Malix ***@***.***> wrote:
Describe the bug
On ***@***.***, the fractional scaling doesn't seem to
be available and the toggle to enable it is not displayed either
image.png (view on web)
<https://github.com/user-attachments/assets/0f123ce6-9e29-467e-bb06-7ff8cd75b458>
What did you expect to happen?
A working fractional scaling
Output of rpm-ostree status
***@***.*** ~> rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
Digest: sha256:956f3bdc63735db2f34d6b77a9c82f58e8d4fdd379e2531f32d46bfcecb5baa1
Version: 40.20241027.0 (2024-10-27T05:46:49Z)
LayeredPackages: google-chrome-beta
ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx-nvidia:stable
Digest: sha256:f733cc86d54895b239bb160465c8c7898bdaf4bd5fb7097d01fee6bd0c9658d4
Version: 40.20241019.0 (2024-10-20T22:26:03Z)
LayeredPackages: google-chrome-beta
Output of groups
***@***.*** ~> groups
malix wheel docker incus-admin lxd libvirt
Extra information or context
Tollbacking for now
—
Reply to this email directly, view it on GitHub
<#1843>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPNFFJEFYVNRRKV6MD3JITZ5V245AVCNFSM6AAAAABQWKRRBSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTOMBQG4ZTKMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I am and always was on Wayland, afaik :
|
Will take a look to see what's changed in commits. @BrodyB when was your previous image from? |
Running the following and rebooting fixed it for me: gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" |
My previous version shown on |
Great! It might be a problem with this argument not being included or escaped for some reason Needs to be fixed upstream for sure |
On the beta tag, it is present, but it is not in latest. It seems that it doesn't like the newly added
|
In case it is of any value, it is also happening in Framework 13 running ❯ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
Digest: sha256:726b9cadec6c9c0cf05a0fec83cf5647e41e37e07726a31989f928e1d2af8af1
Version: 39.20241027.0 (2024-10-27T05:44:35Z)
ostree-image-signed:docker://ghcr.io/ublue-os/bluefin-dx:gts
Digest: sha256:35148d883fbd3b07e7eed946860307cbbb44623781c5d37d032feece97aeb43e
Version: 39.20241019.0 (2024-10-20T22:26:25Z)
❯ echo $XDG_SESSION_TYPE
wayland
|
I wonder if it's also happening on vanilla Fedora Silverblue, or even Fedora Workstation |
Seems to be working in bazzite so let's just match their setting: Attempts to fix #1843
Ok pushed a fix to latest but pretty sure befanyt's is probably the way to go, I could use a hand testing if you've got the hardware! |
Ok had a pow wow with the others, my fix for sure won't work since we have GNOME versions, so we're going with #1847 When this goes greens and lands (about 30m from this post), we'll need another round of testing if people have time! |
I will, ofc |
Any changes? |
Rebasing to |
Yes, it works |
Describe the bug
On [email protected], the fractional scaling doesn't seem to be available and the toggle to enable it is not displayed either
What did you expect to happen?
A working fractional scaling
Here is how it looked on the previous version
Output of
rpm-ostree status
Output of
groups
Extra information or context
Tried also reverting https://discussion.fedoraproject.org/t/gdk-message-error-71-protocol-error-dispatching-to-wayland-display/127927/42
By
rm -rf ~/.config/environment.d/
(environment.d
was a directory)Maybe something broke there ?
If I remember correctly, the
environment.d
directory didn't exist before doing the custom patch from https://discussion.fedoraproject.org/t/gdk-message-error-71-protocol-error-dispatching-to-wayland-display/127927/32Rollbacking for now
The text was updated successfully, but these errors were encountered: