본문 바로가기

우분투

splashy 설정 데비안

출처: http://getvasanth.blogspot.com/2009/03/splashy-in-debian-lenny.html

here comes the Splashy...

installing splashy in debian 5 is just few steps

and make sure that u have installed initramfs-tools

apt-get install splashy splashy-themes

thats it splashy is ready

add this in your kernel parameter in your grub.conf (if ur using grub legacy or grub.cfg if ur using grub2)
정확하게 /boot/grub/menu.lst에서


defoptions=vga=791 splash quiet
그리고 아래와 같은 에러가 나오면

 you get an error like ERROR: Couldn't splashy_start_splashy(). Error -2

Make sure your bootloader config file has the vga=791 splash parameter. Values bigger than 792 might not be supported by VESA; make sure that your resolution is within the allowed range.

For GRuB users this is done through the /boot/grub/menu.lst file, in the lines nonaltoptions, kopt or kernel (for the kernel you are running), adding vga=791 splash.

title		Ubuntu 8.04.1, kernel 2.6.24-21-generic
root (hd0,0)
kernel /vmlinuz-2.6.24-21-generic root=/dev/mapper/bootdisk-root00 ro quiet vga=791 splash
initrd /initrd.img-2.6.24-21-generic
quiet

if this vga parameter doesn't works then u can use the

hwinfo --framebuffer

to get the details of the vga parameters which ur monitor supports

or u can select the vga parameter from the boot, the defualt linux boot will ask for the vga mode to be selected while booting in that u can choose the screen resolution to 800x600 so u get the splshy working properly..
참고
                 640x480    800x600    1024x768       1280x1024       1600x1200
256 colors (8b) 769 771 773 775 796
32K colors (15b) 784 787 790 793 797
64K colors (16b) 785 788 791 794 798
16M colors (24b) 786 789 792 795 799