Last active
October 27, 2017 21:12
-
-
Save NF1198/09829ffc9c415462f63599adecc0825f to your computer and use it in GitHub Desktop.
Set DPI in Linux VM before login screen starts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find / -name Xsetup 2>/dev/null | |
# -or- | |
# find / -name Default 2>/dev/null (e.g. /etc/gdm3/Init/Default) -- doesn't work in gdm3 ... | |
# vim <path to file>/Xsetup | |
# verify with $ xdpyinfo | grep -B 2 resolution | |
# add line: | |
# xrandr --dpi <dpi> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment