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

The GUI doesn't scale well on HiDPI monitors #14

Open
itoshkov opened this issue Aug 25, 2017 · 1 comment
Open

The GUI doesn't scale well on HiDPI monitors #14

itoshkov opened this issue Aug 25, 2017 · 1 comment

Comments

@itoshkov
Copy link
Owner

This is basically a problem with Swing. I think Oracle are going to fix it with Java 9. But we still may need to implement something to make it work.

BTW, I think Swing is now deprecated in favor of JavaFX, so we may use that if we end up with massive re-implementation of the GUI code.

@Hritik14
Copy link

Hritik14 commented Jul 27, 2020

On Linux system, with Java-14, I was able to get better results with:
export GDK_SCALE=2 then running the bash script. (Some of the window parts goes out of the screen]
or
xrandr --output eDP-1 --scale 0.7 ( Fonts are choppy).

eDP-1 needs to be replaced with the correct monitor as shown by xrandr

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

2 participants