HiDPI Auto Scaling on Linux
See original GitHub issueDo not scale if GDK_SCALE
environment variable is set. Also, do not auto scale if app is being run with JetBrain-Runtime which has auto scaling enabled by default.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
HiDPI - ArchWiki
Go to Settings Manager > Appearance > Settings > Window Scaling and select 2 as the scaling factor. Go to Settings Manager >...
Read more >How to Change HiDPI Scaling Settings on Linux - MakeUseOf
GNOME automatically detects HiDPI displays, but it doesn't provide much in the way of options for tweaking the degree of scaling. By default, ......
Read more >Auto-scaling on HiDPI and normal DPI displays .... how?
I have problem with most apps. they don't scale properly on external display - they stay double size (2x) which makes them barely...
Read more >HiDPI (High Dots Per Inch) Display | Kali Linux Documentation
This mode adjusts the scaling-factor for GTK, QT and even Java based interfaces, so that the user doesn't need to modify each one...
Read more >How To Enable HiDPi Scaling on Linux - AddictiveTips
Inside of the Settings Panel, and click on the “look” section, then select “Scaling”. Under scaling, the user is able to easily adjust...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cristatus many thanks for testing.
I now realize the bug in my fix and the difference to your fix.
It should be:
I think it is better to return early from
getGnomeFontScale()
for the case that the desktop property “gnome.Xft/DPI” is not set.BTW what Linux distro do you use? It looks very nice. Want try this distro…
@DevCharly I just tried and found few issues. Looks like it’s being tracked with #94, I will provide my feedback there.