Hola,
If you’re referring to the SDDM greeter, the one that shows only at boot and not on the lock screen, this Reddit post might help:
https://www.reddit.com/r/kde/comments/1bahvog/fix_sddm_on_hidpi_screens_on_plasma_6/
Here’s the solution provided by user kalzEOS:
1. Create a text file (if it doesn’t already exist) at
/etc/sddm.conf.d/hidpi.conf
2. Add the following content:
[Wayland]
EnableHiDPI=true
[X11]
EnableHiDPI=true
[General]
GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2, QT_FONT_DPI=192
Adjust QT_SCREEN_SCALE_FACTORS=2 to the value you prefer.
3. Since you have multiple monitors, you can set a different scaling factor for each one, separated by a semicolon. The last line becomes:
GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=1.5;1, QT_FONT_DPI=192
This is the configuration I am using on my Slimbook Evo 14, where "1.5" is for the laptop display and "1" for the external full HD monitor.