Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Last active November 25, 2017 05:52
Show Gist options
  • Save kurtis318/3980b3e77795767cc00842594dfc77a1 to your computer and use it in GitHub Desktop.
Save kurtis318/3980b3e77795767cc00842594dfc77a1 to your computer and use it in GitHub Desktop.
F26: SSDM bigger font with 4K display
My Dell XP2 (9560) has a 4K display. I am using the display manager (dm) that came with KDE/Plasma which is SDDM.
The problem I had was the login screen had very small text and the resolution was full 4K (small everything).
I found the solution in the following ArchWiki:
https://wiki.archlinux.org/index.php/SDDM#DPI_settings
All I did was edit /etc/sddm.conf and uncomment the [X11] setting and add the -dpi option and value:
ServerArguments=-nolisten tcp -dpi 200
A simple logout from whatever desktop revealed the much easier to read login screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment