you can run in the terminal ``` sudo bash -c 'printf "[Wayland]\nEnableHiDPI=true\n\n[General]\nGree

you can run in the terminal
sudo bash -c 'printf "[Wayland]\nEnableHiDPI=true\n\n[General]\nGreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192" > /etc/sddm.conf.d/hidpi.conf'


to get 200% scaling in the login screen. I'm not sure if it will survive an update
Was this page helpful?