Plasma/X11 was torn apart for downscaling using the below environment varibles
Due to so, every Qt6/5 apps are entirely unusable until i disable the related scaling arguments below
ELM_SCALE=0.62
GDK_DPI_SCALE=0.62
GTK_IM_MODULE=ibus
HISTFILESIZE=0
HISTIGNORE=*
HISTSIZE=0
KWIN_FORCE_SW_CURSOR=1
LANG="en_GB.UTF-8"
LANGUAGE="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_CTYPE="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
PLASMA_USE_QT_SCALING=1
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_FONT_DPI=54
QT_IM_MODULE=ibus
QT_QPA_PLATFORMTHEME=qt5ct
QT_SCALE_FACTOR=0.62
QT_SCREEN_SCALE_FACTOR=0.62
SAVEHIST=0
XMODIFIERS=@im=ibus
However, even when unscaled, still too high in DPI for me, i also set the related section X11 arguments for my sddm.conf to,
ServerArguments = -nolisten tcp -dpi 54
But SDDM entirely doesn't react to my settings for downscaling
Finally, when i run the below command, it still entirely doesn't reacct,
% xrandr --dpi 54
%