kouchat icon indicating copy to clipboard operation
kouchat copied to clipboard

4K Screen Support

Open ml48603 opened this issue 3 years ago • 3 comments

Running on Ubuntu 20.04

Can the UI be scaled for use on a 4k screen?

What are the steps to accomplish this? Thanks

ml48603 avatar Feb 27 '22 17:02 ml48603

I am not sure, as I don't have a 4k monitor. It works on macOS with a retina screen though.

From a simple search I found some tips: https://wiki.archlinux.org/title/HiDPI#Java_applications

Could you test the suggestions there?

blurpy avatar Feb 28 '22 17:02 blurpy

Thank-you,

This scaling method allows adjustment of the Java UI on my 4k screen. Attached is a pdf showing the scaling fix in action. This fix opens up a whole world of great little Java utilities that can be now be used.

$ java -Dsun.java2d.uiScale=200% -jar kouchat-1.3.0.jar

HOW-TO-Ubuntu-2004-Java-Jar-Scaling-On-4k-Screen.pdf Kouchat_icon f

ml48603 avatar Feb 28 '22 20:02 ml48603

That looks like a good improvement! Glad to see it worked.

I'll keep this open as a reminder to look for a way to handle this with code in the future, or document the parameters.

blurpy avatar Mar 01 '22 18:03 blurpy