FS#72661 - [xorg-server] Apps big scale
Attached to Project:
Arch Linux
Opened by Amin Vakil (aminvakil) - Monday, 08 November 2021, 05:53 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 10 November 2021, 20:45 GMT
Opened by Amin Vakil (aminvakil) - Monday, 08 November 2021, 05:53 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 10 November 2021, 20:45 GMT
|
Details
Description:
Different applications like telegram-desktop, all kde applications, toolbars, konsole, etc. show apps abnormally big like you have set scale to 150% or something like that. I've checked display configuration and it has not been changed, and scale is at 100%. I'm using x11. $ loginctl show-session 2 -p Type Type=x11 Additional info: xorg-server 21.1.1-2 Steps to reproduce: Install xorg-server 21.1.1-2 from testing. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Wednesday, 10 November 2021, 20:45 GMT
Reason for closing: Fixed
Additional comments about closing: 21.1.1-3 reverts that commit back to previous behavior
Wednesday, 10 November 2021, 20:45 GMT
Reason for closing: Fixed
Additional comments about closing: 21.1.1-3 reverts that commit back to previous behavior
https://wiki.archlinux.org/title/Xorg#Display_size_and_DPI
https://linuxreviews.org/HOWTO_set_DPI_in_Xorg#How_To_Permanently_Set_Your_Display_DPI
$ sudo cat /etc/X11/xorg.conf.d/40-dpi.conf
Section "Monitor"
Identifier "<default monitor>"
DisplaySize 508 285 # In millimeters
EndSection
```
This worked after a restart on my laptop screen, thanks!
Sometimes I use a LCD though (cannot test with it at the moment), does this change affect that too?
https://gitlab.freedesktop.org/xorg/xserver/-/issues/1241
There is a report about DPI issues in this bug report.
https://gitlab.freedesktop.org/xorg/xserver/-/issues/1241#note_1153655
so we may as well revert it already, since this is causing quite a stir judging by the multiple bug reports in different projects.