Search found 4 matches

by deerewright
16 Apr 2020, 14:26
Forum: Ubuntu & Desktop Linux
Topic: 4K suport for Ubuntu 18.04
Replies: 7
Views: 5780

Re: 4K suport for Ubuntu 18.04

Answered my own question. I did add it to filebot.sh. Works perfectly. THANKS!
by deerewright
16 Apr 2020, 14:08
Forum: Ubuntu & Desktop Linux
Topic: 4K suport for Ubuntu 18.04
Replies: 7
Views: 5780

Re: 4K suport for Ubuntu 18.04

Forgive my ignorance, but is the JAVA_OPTS environment variable you cite system wide? In other words, would it affect all other Java apps? If so, I would rather have it just affect Filebot. (Most of my other java apps are scaling as desired.) Would placing export JAVA_OPTS="-Dsun.java2d.uiScale=2 ...
by deerewright
16 Apr 2020, 12:48
Forum: Ubuntu & Desktop Linux
Topic: 4K suport for Ubuntu 18.04
Replies: 7
Views: 5780

Re: 4K suport for Ubuntu 18.04

rednoah wrote: 15 Apr 2020, 05:15
rednoah wrote: 30 Aug 2018, 08:50 Might be possible to to force things with Java properties such as -Dsun.java2d.uiScale=2 maybe.
Have you tried this yet?
No, I haven't. Where/how do I enter Java properties?
by deerewright
15 Apr 2020, 03:06
Forum: Ubuntu & Desktop Linux
Topic: 4K suport for Ubuntu 18.04
Replies: 7
Views: 5780

Re: 4K suport for Ubuntu 18.04

I am running Pop!_OS 19.04 and Filebot 4.9.1. with Openjdk 11. I already have 200% scaling on a 3200x1800 display, but filebot does not seem to honor the scaling. I found that if I run GDK_SCALE=2 filebot it scales properly for me. So, I added "export GDK_SCALE=2" to the beginning of /usr/share ...