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.
➜ 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)
ah. java 8's javafx does not support hidpi on linux, but java 11 generally does. I certainly have it working on hidpi ubuntu
I know in some cases -Djdk.gtk.version=2
system property helps with some issues on linux
By the way, what Java version do you use?