(release/25.1) Fix DPI property not reporting accurate value when autosetDPI is TRUE - #3668
Conversation
Reviewed Verdict: PASSThe cherry-pick of merge commit 7cc65bb applied cleanly to 25.1 and 25.2, bringing No ABI impact (internal DPI property logic). The feature adds new global 25.0 skipped: predates the DPI feature entirely; the bugfix doesn't apply standalone. No blocking findings. |
|
Add commit e950e1f058 to this PR. |
This PR re-adds support for DPI Auto-Detection which was available in X.Org till 21.1, but was removed. This reverts commit 35af129 and allows to get Auto DPI Detection back only when specified by user as: $ X -dpi auto Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
(cherry picked from commit 7cc65bb) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
965d7d2 to
6ec23dd
Compare
thanks. big question now is: shall we really add it to existing release - does it qualify as a bugfix ? |
6ec23dd to
115ee51
Compare
@metux I think this should be added into the newer version, it works fine with 25.1.9. Shouldn't be labeled as a Bugfix in my opinion, rather it should be added as a feature. |
Fix DPI property not reporting accurate value when autosetDPI is TRUE
This fix corrects the DPI value calculation to use autosetDPI when monitorResolution
is not set.
Backport of #3628 (merge commit 7cc65bb)
(cherry picked from commit 7cc65bb)