Forum Discussion

bdupont's avatar
bdupont
New Contributor
3 years ago

Problem with high resolution on Ubunutu

Hello,

 

After issues with running SOAPUI in a high resolution on Ubuntu, I tried the various propositions on the forum  but it was not really satisfying on my laptop.This post completes the existing post, but I was not able to post my answer there.

 

I found that the following fix which works perfectly on Ubuntu: add an extra argument to your Java command line: -Dsun.java2d.uiScale=2.0, which I found in the file soapui.sh (for instance add the following line: JAVA_OPTS="$JAVA_OPTS -Dsun.java2d.uiScale=2.0")

 

Source: https://askubuntu.com/questions/526484/fix-scaling-of-java-based-applications-for-a-high-dpi-screen

 

 

 

No RepliesBe the first to reply