Skip to content

Instantly share code, notes, and snippets.

@alexkuz
Last active April 29, 2023 17:16
Show Gist options
  • Save alexkuz/09d650dc2f693de0532ab6e637b12e61 to your computer and use it in GitHub Desktop.
Save alexkuz/09d650dc2f693de0532ab6e637b12e61 to your computer and use it in GitHub Desktop.
Recipe: if your linux login screen looks shitty (low resolution), this might help
# /etc/plymouth/plymouthd.conf
[Daemon]
DeviceScale=1
@alexkuz
Copy link
Author

alexkuz commented Apr 29, 2023

# check if it looks ok
sudo plymouthd; sudo plymouth --show-splash; sleep 3; sudo plymouth --quit

# update boot image
sudo update-initramfs -u -k all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment