-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve HDPI support #1160
Comments
Yes, Flowlade is not native Wayland app yet because MLT does not have Wayland video output. For now you can select from app menu Edit -> Preferences and in View panel in Track Heights preference select Double For HDPI - 100px option. BTW, would it be possible for you to post 2 screenshots. First before applying Double For HDPI - 100px option and second one after applying it, with some clips in timeline so that I'll see how bad the small GUI problem is? I don't have HDPI monitor available to test, so all additional info would be good. |
In https://superuser.com/questions/950794/per-application-window-scaling-in-xorg-for-high-dpi-display I found this
So does something like:
help? |
Ok, thanks, this helps a lot. The Double Track Size seems broken and "Project Profile" and some others need panel sizes to be scaled by user selected multipliers.
No, we don't need real GPU to run, so testing in virtual machine seems very interesting. If I can actually see what is going on, and get some screenshots I can easily see many ways to get improvement. I'll rename this Issue as Improve HDPI support. I'm not doing any new features for the upcoming 2.16 release as of today now that I got motion features in, but for 2.18 we can get much nicer results by giving users more preference options. |
Please include the following information.
log.txt
Also, in the kernel log:
kernel python[363963]: segfault at 14 ip 00007e7b33228efd sp 00007e7b067ff910 error 4 in libmltavformat.so[7e7b33217000+1b000] likely on CPU 7 (core 1, socket 0)
kernel log.txt
The GPU is Intel A770, which currently has some sort of driver bug that makes Blender stuck when trying to use GPU rendering ( https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10895 ), but I am not sure if that is related here.
When launched in Xwayland mode, like below, it does not crash, but since I use "Apps scaling themselves" for X11, the UI elements look tiny. I don't want to use System scaling for X11, because it makes other apps blurry.
SDL12COMPAT_NO_QUIT_VIDEO=1 GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 /usr/bin/flowblade
The text was updated successfully, but these errors were encountered: