Linux Notice App

Boot splash change

 

It is possible to install the plymouth package called bootsplash and install the image you want when you start your operating system. But for an arch-based deployment, you can change the upload theme and customize it to:

First you must install the plymouth package.

There are a few ways to install this package

https://aur.archlinux.org/packages/plymouth/

$ sudo wget https://aur.archlinux.org/packages/pl/plymouth/plymouth.tar.gz

$ tar -xvzf plymouth.tar.gz

$ cd plymouth

$ makepkg -s

$ sudo pacman -U * .pkg.tar.xz

or by typing ccr plymouth on the command line

you need to add plymouth to the hook line and enter the command below

sudo nano /etc/mkinitcpio.conf

HOOKS = "base systemd keymap"

Hooks should be as above and

If you are using Intel, you need to have your Intel driver installed (if not "pacman-xf86-video-intel").

MODULES = "i915"

If you use ati / amd "pacman -S xf86-video-ati"

MODULES = "radeon"

If you are using Nvidia.

pacman -S nvidia nvidia-utils

and open source nvidia drivers should be installed.

pacman -S libgl xf86-video-nouveau

nvidia propietary is installed

pacman -Rdds nvidia nvidia-utils

pacman -S --asdeps libgl

To activate the 3D image

pacman -S nouveau-dri

For 64bit

pacman -S nouveau-dri lib32-noveau-dri

and finally the mkinitcpio.conf file

MODULES = "nouveau"

should be.

After you edit according to the brand you use, you can save it with control + o and exit the control + x with the nano editor.

You have to make an adjustment in the group.

sudo nano / etc / default / grub

Add the word splash next to quiet in the line named GRUB_CMDLINE_LINUX_DEFAULT.

GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash". Then update with the following command

sudo grub-mkconfig -o /boot/grub/grub.cfg

Give the following command to see available boot themes

plymouth-set-default-theme -l

Command the following command to select the one you want

sudo plymouth-set-default-theme -R solar

Finally, to update the installation steps, give the following command:

mkinitcpio -p linux

When you turn on your computer, the installation images you select will come to your screen. See the link below for images that you can't find in the arch repositories http://kde-look.org/index.php?xcontentmode=61x66x67x68x79

Chakra or arch files to open a folder to open it to select and use enough.

If you tell me where I'm going to open the arch and chakra for boot themes should be located.

/ Usr / share / plymouth / themes /

You can use the command below to check the themes you put here in a way out of the box.

plymouth-set-default-theme -l

We have selected the selection above.

So there's no reason why you shouldn't use your operating system both fast and private.

No comments

Powered by Blogger.