AzenisBuntu plymouth themes

Plymouth Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
7.1

Description:
AzenisBuntu

#-----------------------------------------------
how to use:

open your terminal:

go to :

cd /lib/plymouth/themes/

sudo cp -r /home/***/Download/AzenisBuntu/ ./

(note : *** = is a your user directory, so change it as your name)

and then:

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/AzenisBuntu/AzenisBuntu.plymouth 100


and:

sudo update-alternatives --config default.plymouth

and chose AzenisBuntu from list

end run:

sudo update-initramfs -u

#--------------------------------------------


by : pegellinux
Last changelog:

update download link <img class="decoda-emoticon" src="/emoticons/happy.png" alt="">


Ratings & Comments

12 Comments

xiaolindraconis

aside from the poor instructions, which i can understand there being lots of reasons for that. this is a very popular design in my opinion, i absolutely love the azenis themes.

xiaolindraconis

First step would be to extract the folder from the archive into Downloads folder. This step (sudo cp -r /home/***/Download/AzenisBuntu/ ./) should read "sudo cp -r ~/Downloads/AzenisBuntu/ ./" the tilde will point to current users home directory, also it was missing the s in Downloads.

xiaolindraconis

First step would be to extract the folder from the archive into Downloads folder. This step (sudo cp -r /home/***/Download/AzenisBuntu/ ./) should read "sudo cp -r ~/Downloads/AzenisBuntu/ ./" the tilde will point to current users home directory, also it was missing the s in Downloads.

phatboy

Very cool! Works great! Thx! :)

hackkpo

I have a Nvidia GeForce 7000M. That solution that u suggest, is a solution to fix only the splashscreen problem?? Or for the X's enviroment too?? Because im tried to say that the ONLY the splashscreen it's bugged... Txs for the answer ^^

pegellinux

actually this just for fix plymouth, to working properly on graphic card nvidia or ati.

hackkpo

I followed the steps, then i restarted my pc to watch the results but i see the slpashcreen only in gray/white/black, its bugged on colors, it was like the screen has only 256 colors. Someway to solve this problem??? Or even any reason whay happen this to me?? PD: Sorry about my crappy english.

pegellinux

what the graphic card you use? if you use some graphic card like nvidia or ati, this problem may appear, but as long I creat and use playmouth themes in my computer, I never found error problem like this, if this problem becouse your graphic card, you should try this following method to fix your problem : to fix resolution and color try this method : 1. install v86d => sudo apt-get install v86d 2. type this => sudo hwinfo --framebuffer (to get a list of supported bits and screen resolution modes (800×600 16bits, 1280×1024 24bits 1024×768 16bits, etc). if your graphic card supported 24 bit, use 24 bit on next step.) 3.edit your Grub => sudo nano gedit /etc/default/grub find this : GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and change to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x800-24,mtrr=3,scroll=ywrap" (adjust size of 1280x800 with a screen size of your monitor resolution) #GRUB_GFXMODE=640x480 change to GRUB_GFXMODE=1280x800 (adjust size of 1280x800 with a screen size of your monitor resolution) 4. save and quit 5. tipe this on terminal => sudo nano gedit /etc/initramfs-tools/modules in the end of line, add this : uvesafb mode_option=1280x800-24 mtrr=3 scroll=ywrap (adjust size of 1280x800 with a screen size of your monitor resolution) 6. Save and quit 7. tipe this on terminal => echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash 8. update grub => sudo update-grub2 9. and update initramfs => sudo update-initramfs -u 10. Reboot .

crazups

This is pretty sweet! Inspired me to want to learn to make my own Thanks! BTW "sudo cp -r /home/***/Download/AzenisBuntu/ ./" I believe it should be "Downloads" **note the added "s" at the end** at least on my machine it is :)

pegellinux

yah you right, thanks to correctting my type ^_^

D4v3

It's beautiful. Thank you.

pegellinux

thanks...^_^

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Plymouth Themes from pegellinux:

U-p_2 Plymouth theme
pegellinux
last update date: 14 years ago

Score 5.8

FWL_Gold plymouth
pegellinux
last update date: 14 years ago

Score 6.6

Fun_With_Linux_2 plymouth
pegellinux
last update date: 14 years ago

Score 7.4

Ubuntu_green_2_1 Plymouth
pegellinux
last update date: 14 years ago

Score 5.7

Fun_With_Linux Plymouth Themes
pegellinux
last update date: 14 years ago

Score 6.8

Ubuntu_green Plymouth
pegellinux
last update date: 14 years ago

Score 5.7

Other Plymouth Themes:

Metro bootsplash for Linux Mint
Brahimsalem
last update date: 11 years ago

Score 3.8

Asphyxia BootSplash 0.0.1 Plymouth MOD
T-Head
last update date: 13 years ago

Score 5.1

debian_dreams2_plymouth
edzi
last update date: 13 years ago

Score 4.7

Sputnik
cfaber
last update date: 11 years ago

Score 4.7

Plymouth Theme mud Logs
tigger-gg
last update date: 15 years ago

Score 5.3

dreams-debian-plymouth
edzi
last update date: 14 years ago

Score 5.9




Plymouth

Plymouth is a bootsplash for Linux supporting animations using Direct Rendering Manager and KMS driver. It gets packed into the initrd. Besides eye-candy, Plymouth also handles user interaction during boot. Wikipedia

Installation instructions:

  1. copy YOURTHEME folder to usr/share/plymouth/themes/YOURTHEME

  2. run in terminal:

sudo plymouth-set-default-theme YOURTHEME -R