Indra Wahyu Posted on Apr 26, 2022 • Edited on Sep 18, 2022 Change Fedora display scale to 150% #linux #fedora Easy to change with this code, change 1.5 to your display gsettings set org.gnome.desktop.interface text-scaling-factor 1.5 Enter fullscreen mode Exit fullscreen mode Or install Gnome Tweak And change on Fonts tab Reference ask.fedoraproject.org Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand MOPC MOPC MOPC Follow Joined Nov 11, 2023 • Nov 11 '23 • Edited on Nov 11 • Edited Dropdown menu Copy link Hide This is highly misleading since Display Scale and Font Scale are not the same thing. The correct answer to "Changing the Display Scale" is to enable fractional scaling with following command: gsettings set org.gnome.mutter experimental-features "[]" Collapse Expand Yaya HC Yaya HC Yaya HC Follow Education UFHB Work software developper Joined Sep 16, 2021 • Sep 5 '23 Dropdown menu Copy link Hide Realy helpfull thanks guy... Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
This is highly misleading since Display Scale and Font Scale are not the same thing.
The correct answer to "Changing the Display Scale" is to enable fractional scaling with following command:
gsettings set org.gnome.mutter experimental-features "[]"
Realy helpfull thanks guy...