Fork me on GitHub
#reveal
<
2020-07-25
>
onetom12:07:55

I tried reveal on my ThinkPad T480 with Pop!_OS + Nix It starts noticably faster than on my 2012 iMac However, it doesn't handle HiDPI mode ;( The characters just stay 1:1 size... Does anyone have experience with such things? I've upgraded to JavaFX 15-ea+7, but same result.

vlaaad15:07:52

By the way, what Java version do you use?

onetom13:07:11

➜ java -version
openjdk version "11.0.1" 2018-10-16 LTS
OpenJDK Runtime Environment Zulu11.2+3 (build 11.0.1+13-LTS)
OpenJDK 64-Bit Server VM Zulu11.2+3 (build 11.0.1+13-LTS, mixed mode)

vlaaad17:07:24

ah. java 8's javafx does not support hidpi on linux, but java 11 generally does. I certainly have it working on hidpi ubuntu

vlaaad17:07:18

I know in some cases -Djdk.gtk.version=2 system property helps with some issues on linux

👍 3