


Plymouth Themes by chinwildchicken 11 comments

GnoMenu Skins by sudusleri 1 comment

Plymouth Themes by pegellinux 12 comments

Plymouth Themes by pegellinux 12 comments
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 . - Mar 22 2011

Plymouth Themes by pegellinux 12 comments

Plymouth Themes by pegellinux 7 comments
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.. ^_^ - Mar 08 2011

Plymouth Themes by pegellinux 7 comments
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.. ^_^ - Mar 08 2011

Plymouth Themes by pegellinux 12 comments

GnoMenu Skins by pegellinux 2 comments
- Feb 16 2011

GRUB Themes by andrewdion04 8 comments