Anno domini 2019 Sat, 9 Feb 18:49:48 -0500 Felix Miata scripsit:
Dr. Nikolaus Klepp composed on 2019-02-10 00:36 (UTC+0100):
I just upgraded my devuan boxes to beowulf. Most things work as expected, but there are 2 issues that just kill my nerves:
- DPI settings are not correct anymore: I have dpi set to 120 via tde controlcenter. After the upgrade gtk2-applications still use 120 dpi, but TDE ignores the dpi-settings, it uses 96. Now this is quite irritating.
Where do you see it report 96?
Nowhere. I just mesured the ratio from fonts in applications that did not change (e.g. menu in libreoffice) and compare it to fonts in applications that changed (e.g. menu in kmail): Result is that kmail fonts are ~ 20% smaller than before --> ~ 96 dpi.
What does
xrdb -query | grep dpi
report?
Xft.dpi: 120
What about?
tdecmshell xserver
120x120 dpi
Same as?
xdpyinfo | egrep 'dimen|ution'
dimensions: 1400x1050 pixels (296x222 millimeters) resolution: 120x120 dots per inch
What about:
inxi -Gxx
Graphics: Device-1: Intel Mobile GM965/GL960 Integrated Graphics vendor: Lenovo ThinkPad T61/R61 driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:2a02 Display: server: X.Org 1.20.3 driver: intel resolution: 1400x1050~60Hz OpenGL: renderer: Mesa DRI Intel 965GM v: 2.1 Mesa 18.3.2 direct render: Yes
Nothing about DPI from the last command.