Skip to content
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

Client ignores scaling setting on Ubuntu 18.04.5 LTS #2283

Open
germanicianus opened this issue Jun 19, 2021 · 0 comments
Open

Client ignores scaling setting on Ubuntu 18.04.5 LTS #2283

germanicianus opened this issue Jun 19, 2021 · 0 comments

Comments

@germanicianus
Copy link
Contributor

germanicianus commented Jun 19, 2021

This is a known issue of Java which is especially a problem on small high resolution screens and detailed fonts like for traditional Chinese (zh_TW) because these are additionally blurred by the JavaFX anti-aliasing.
1_unscaled
The scaling can be fixed with the startup parameter -Dglass.gtk.uiScale=144%, setting it to the desired value.
2_scaled
It would be nice to either have some documentation/mention of that or some obvious setting available to the average user. Some more info on the issue:
https://blog.lobraun.de/2021/04/16/JavaFX-DPI-Scaling-Factor-on-Ubuntu-20-04/
https://wiki.archlinux.org/title/HiDPI#JavaFX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant