reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
onetom 2020-07-25T12:01:55.109600Z

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.

onetom 2020-07-26T13:58:11.109900Z

➜ 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)

vlaaad 2020-07-26T17:43:24.110100Z

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

vlaaad 2020-07-26T17:45:18.110300Z

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

1👍
vlaaad 2020-07-25T15:14:52.109700Z

By the way, what Java version do you use?