
Fun_With_Linux_2 plymouth
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Fun With Linux V 2.0 plymouth theme
come with New look, more animated and Funny ^_^
Note :
in some screen resolution, this plymouth may not working or look properly.
Please feed back to me if you have any problem when using this plymouth , so I can try to fix that problem as long as I can ^_^
how to use:
open your terminal:
go to :
cd /lib/plymouth/themes/
sudo cp -r /home/***/Download/Fun_With_Linux_2/ ./
(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/Fun_With_Linux_2/Fun_With_Linux_2.plymouth 100
and:
sudo update-alternatives --config default.plymouth
and chose Fun_With_Linux_2 from list
end run:
sudo update-initramfs -u
by :pegellinux :)
9 years ago
Update download link :)
9 years ago
Update download link :)
r4x171
1 year ago
Report
JohnnyBlack
7 years ago
(Sorry my bad english)
Report
phatboy
9 years ago
Report
Noxo09
10 years ago
But, could you help me out a little ? So first when i boot up ubuntu , comes a black screen with the lil white thing up left. And then comes writtings, and then comes the splashscreen for ~2seconds. Too bad for sucha cool splash !
Any ideas -anyone !- ?
Thanks !
Report
pegellinux
9 years ago
what grapic card you use? some grapic card may have a little bit problem when use playmouth themes,
you can try to fix delay or resolution of your playmouth,
just to fix delayed you can try this :
sudo -s
echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
update-initramfs -u
or to fix resolution try this method :
1. install v86d => sudo apt-get install v86d
2.edit your Grub => sudo nano gedit /etc/default/grub
3.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
6. 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)
7. Save and quit
8. tipe this on terminal => echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
9. update grub => sudo update-grub2
10. and update initramfs => sudo update-initramfs -u
11. Reboot .
hope this work at your computer.. ^_^
Report
Noxo09
9 years ago
And my graphic card.. Real SH*T (default on emachine el1600)
i will try this stuff later (i ordered a new screen so when ill get changed, i will have to re-ajust res & co)
Thanks !
Cya !
Great Work btw !
Report
pegellinux
9 years ago
what grapic card you use? some grapic card may have a little bit problem when use playmouth themes,
you can try to fix delay or resolution of your playmouth,
just to fix delayed you can try this :
sudo -s
echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
update-initramfs -u
or to fix resolution try this method :
1. install v86d => sudo apt-get install v86d
2.edit your Grub => sudo nano gedit /etc/default/grub
3.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
6. 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)
7. Save and quit
8. tipe this on terminal => echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
9. update grub => sudo update-grub2
10. and update initramfs => sudo update-initramfs -u
11. Reboot .
hope this work at your computer.. ^_^
Report