#-----------------------------------------------
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

Ratings & Comments
12 Comments
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.
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.
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.
Very cool! Works great! Thx! :)
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 ^^
actually this just for fix plymouth, to working properly on graphic card nvidia or ati.
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.
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 .
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 :)
yah you right, thanks to correctting my type ^_^
It's beautiful. Thank you.
thanks...^_^