~burhanilinux/+junk/plymouth

« back to all changes in this revision

Viewing changes to debian/plymouth.README.Debian

  • Committer: Juzer Dana
  • Date: 2024-01-14 13:03:08 UTC
  • Revision ID: juzerdana@gmail.com-20240114130308-urizjbjhjqmenga6
New Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plymouth for Debian
 
2
-------------------
 
3
 
 
4
Plymouth supports both KMS (kernel mode setting) and standard console output.
 
5
For standard console support the plymouth-x11 package has to be installed.
 
6
 
 
7
The following steps are required in order to enable the plymouth bootsplash:
 
8
 
 
9
  * In case the KMS backend should be used and KMS is not yet enabled on your
 
10
    system, add the following lines to /etc/initramfs-tools/modules:
 
11
 
 
12
    # for KMS with Intel graphic cards
 
13
    i915 modeset=1
 
14
 
 
15
    # for KMS with NVIDIA graphic cards
 
16
    nouveau modeset=1
 
17
 
 
18
    # for KMS with AMD (ATI) graphic cards
 
19
    radeon modeset=1
 
20
 
 
21
    Remember to afterwards rebuild the initrd with 'update-initramfs -u' as
 
22
    root.
 
23
 
 
24
  * Install plymouth and optionally the plymouth-themes packages.
 
25
 
 
26
  * Add 'splash' as boot parameter in your bootloader configuration.
 
27
 
 
28
  * Optionally switch to a different theme by running
 
29
    update-alternative --config default.plymouth (and rebuilding the initrd again).
 
30
 
 
31
 -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 12:11:20 +0200