View previous topic :: View next topic |
Author |
Message |
s|mon Apprentice
Joined: 04 Jul 2004 Posts: 216 Location: Bayern [de]
|
Posted: Tue Apr 09, 2024 6:25 pm Post subject: jdownloader & openjdk [solved] |
|
|
With dev-java/icedtea getting masked and removed i switched over to openjdk.
I could no longer pass "-Xms1g -Xmx6g" to specify heap sizes but i don't recall the originall issue why i used it so i am trying without.
But the ui rendering now looks very bad and fonts are barely readable.
Are there ways to influence this?
Example (needs zooming in)
https://postimg.cc/5jhzxD7z
Last edited by s|mon on Thu Apr 11, 2024 7:06 am; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31255 Location: here
|
Posted: Wed Apr 10, 2024 5:24 am Post subject: |
|
|
Try to export the env variable _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
s|mon Apprentice
Joined: 04 Jul 2004 Posts: 216 Location: Bayern [de]
|
Posted: Wed Apr 10, 2024 6:22 am Post subject: |
|
|
a good bit better, not yet as crisp as my fonts on the console or firefox (tbh. could not tell what is used there, fc-match mono gives me
LiberationMono-Regular.ttf: "Liberation Mono" "Regular")
But thanks for this hint. I tried passing "-Dawt.useSystemAAFontSettings=on" but that did not help but using lcd on the env worked.
Thanks a lot! |
|
Back to top |
|
|
|