
AzenisBuntu plymouth themes
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
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 :)
9 years ago
update download link :)
9 years ago
update download link :)
xiaolindraconis
8 years ago
Report
xiaolindraconis
8 years ago
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.
Report
xiaolindraconis
8 years ago
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.
Report
phatboy
9 years ago
Report
hackkpo
9 years ago
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 ^^
Report
pegellinux
9 years ago
Report
hackkpo
9 years ago
PD: Sorry about my crappy english.
Report
pegellinux
9 years ago
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 .
Report
crazups
9 years ago
Report
pegellinux
9 years ago
Report
D4v3
10 years ago
Thank you.
Report
pegellinux
10 years ago
Report