-
Notifications
You must be signed in to change notification settings - Fork 59
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
Changing font DPI has no effect #403
Comments
see #1129 Some applications ignore ~/.config/fontconfig/fonts.conf and look in xrdb |
there are currently three sources that various applications look for DPI settings:
Setting DPI should affect all of them for consistent look. |
also keep in mind this: |
@Vladimir-csp Thanks for the info! My knowledge of this part of LXQt is poor; just reported the issue. I think @palinek and @luis-pereira could fix this. @palinek, @luis-pereira any progress on this? |
Given my previous comments: what response should there be if display has changed, i.e. laptop is connected to a monitor with completely different dimensions? I do not know it this is a proper place, but I hope some wise people will give some valuable info: I've started a topic 'Current state of DPI settings under X' on XDG mailing list. https://lists.freedesktop.org/archives/xdg/2017-July/013926.html |
I've messed around with various settings. |
I didn't look into this yet.. |
Did not look into it. Helth issues in my family has taken all my "free" time. |
Bumped into new info in plain sight: According to this, Fontconfig will default to the Xft.dpi xrdb value if it is set. Also a useful feature would be the ability to leave fontconfig DPI value unset. |
ok, we should spend some time on it - it might be that i will be a victim of some HDPI issues soon - my new small monitor will arrive hopefully tomorrow ... 🕶️ EDIT: So nobody should be surprised or offended if i might force HDPI things in the next time, it's only scratching own itches. |
Should be a breeze to fix at least the dpi thing - no release without it. |
having this issue... |
This is still an issue please kindly fix it. |
If you want scaling with HDPI screens, you could use |
An update on this may be needed after years: Qt considers the default font DPI to be 96. Any change should be reflected in the EV Since we should port LXQt to Qt6, setting Add to this the behaviors of GTK3 and GTK4 (if we still want to support them), to see how complex the situation will be. EDIT: Don't mistake the behavior of Fusion in Qt5 for a GUI scaling when |
It's under Configuration Center → Appearance → Font → Resolution (DPI). The same setting has effect in KDE's systemsettings and if changed from 96 to 192, fonts will be double-sized.
Changing font resolution is needed with HDPI monitors. Please see lxqt/lxqt#916 (comment) !
The text was updated successfully, but these errors were encountered: