I have issue similar to https://forum.manjaro.org/t/inconsistent-global-scale-in-kde-on-1440p-monitor/7018
With global scale set at 100% most KDE applications and system UI elements are scaled to the equivalent of 200%. Increasing the scale to 125% changes the scaling of KDE applications etc to what appears to be 150%.
If I uninstall proprietary Nvidia drivers and reboot my PC everything look normal - 100% scale.
I have 43" 3840x2160 monitor and NVIDIA GeForce GTX 1060, Linux Kernel 5.9.16.
From the original post, I tried:
-
From the post: “Probably you could reset all the configs for KDE and start over. Here is what for instance @xircon used to recommend: Reset and backup plasma.” - No effect.
-
Regarding post by funtaurse, in my original
/etc/X11/mhwd.d/nvidia.conf
I didn’t have line that starts withOption
.
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
- I created a new config via Nvidia X Server settings and it had
Option
line. I commented it out - No effect.
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
# Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
- I changed global scaling to 125% - it is somehow usable.
I can’t change scaling to 106.25% as mcoz suggested, only 100%, 125% etc options available.