[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: splashy in sid



On Sat, 18 Feb 2006 13:31:01 -0800
L.V.Gandhi <lvgandhi@gmail.com> wrote:

> title           Debian GNU/Linux, kernel 2.6.15.20060216
> root            (hd0,8)
> kernel          /boot/vmlinuz-2.6.15.20060216 root=/dev/hda9 ro quiet
> splash vga=791
> initrd          /boot/initrd.img-2.6.15.20060216
> savedefault

If vga=791 is not working for you you might try a different one.

In case it's not obvious rows are color depth columns are resolution. ;)

...#...640x480.800x600.1024x768.1280x1024
##########################################
256#....769.....771.....773......775
32K#....784.....787.....790......793
64K#....785.....788.....791......794
16M#....786.....789.....792......795

If you have an auto generated grub menu.lst then you should add the
option in the upper part of the file if you want to keep it from
getting nuked in a future upgrade:

## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda3 ro

To add the vga option the kopt line would then become:

# kopt=root=/dev/hda3 ro vga=791

Later, Seeker



Reply to: