Hi. I need some quick testing from people using Linux and High-DPI / >1 Desktop Scale Factor.
Just added support for this on DPF Linux side, so testing is very much appreciated.
To test:
```
git clone --recursive -b develop https://github.com/DISTRHO/DPF.git
make -C DPF
./DPF/bin/d_info
```
The test requires OpenGL and X11 develop packages installed and a working audio setup (if you are on archlinux you should always have this)
Let me know if it scales properly, see screenshot for an example
@falktx i get a Vulkan error:
`
Compiling src/Vulkan.cpp (Vulkan variant)
In file included from src/Vulkan.cpp:17:
src/../Vulkan.hpp:22:10: fatal error: vulkan/vulkan_core.h: No such file or directory
`
runnin latest Manjaro, using video-linux driver on intel 620 chip, let me know if there's anything i can do to help test
@vari huh so it detects vulkan but then it is not really usable...
well use this as the 2nd step:
$ make HAVE_VULKAN=0 -C DPF
thanks
@falktx oh also excuse my bullshit firefox font size, i've been messing with wayland and apparently going back to X11 means Firefox fucked up it's font size. as i said, i know nothing :)
@vari hey it's sunny afternoon here 😂
so is that working correctly for you? your desktop scaling is 1.8?
it looks correct to me..?
@falktx yeah mate 2000x3000, scaling perfectly
@falktx Looks okay on my 3840 x 2160 screen.