misc:console
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:console [2023-06-12 21:38] – ↷ Links adapted because of a move operation 18.222.207.164 | misc:console [2024-05-20 11:33] (current) – Clarification jens | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Resolution ===== | ===== Resolution ===== | ||
- | Modern displays reach [[http:// | + | Modern displays reach at least [[http:// |
So a higher resolution on the console is desirable. There used to be a kernel parameter '' | So a higher resolution on the console is desirable. There used to be a kernel parameter '' | ||
Line 21: | Line 21: | ||
This is already it. All that remains is running '' | This is already it. All that remains is running '' | ||
+ | |||
+ | ===== Splash Screen ===== | ||
+ | I used to describe here how to add your own self-made splashscreen and also provided my own ' | ||
+ | |||
+ | To use Plymouth, install some packages first (all of the following steps should be done as ' | ||
+ | <code bash> | ||
+ | apt install plymouth plymouth-theme-breeze plymouth-themes | ||
+ | </ | ||
+ | |||
+ | Now you can check the available themes using: | ||
+ | <code bash> | ||
+ | plymouth-set-default-theme -l | ||
+ | </ | ||
+ | |||
+ | After you choose your theme (I use '' | ||
+ | <code bash> | ||
+ | plymouth-set-default-theme -R < | ||
+ | </ | ||
+ | |||
+ | And last but not least, you need to tell GRUB to actually show the splash screen. To do so, find the line starting with '' | ||
+ | |||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | | ||
+ | Once this is done just update the Grub config with '' | ||
+ | |||
+ | For more information and especially troubleshooting, | ||
===== Console Font ===== | ===== Console Font ===== | ||
Line 30: | Line 56: | ||
Afterwards, reboot your machine and enjoy the console! | Afterwards, reboot your machine and enjoy the console! | ||
+ | |||
+ | ~~DISCUSSION~~ |
misc/console.1686605896.txt.gz · Last modified: 2023-06-12 21:38 by 18.222.207.164