Разрешение в консоли или не работает fbsplash

Делал всё как здесь http://ru.gentoo-wiki.com/HOWTO_fbsplash
Вот мой конфиг граба:

# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.

default 0
timeout 10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title Gentoo Linux 
root (hd0,1)
kernel /boot/2.6.26-gentoo root=/dev/sda4 video=vesafb:ywrap,mtrr,1024x768-16@85 splash=verbose,theme:emergence
initrd (hd0,1)/boot/fbsplash-emergence-1024x768


title=Windows Vista
rootnoverify (hd0,0)
makeactive
chainloader +1
# vim:ft=conf:

и fstab (к теме не относится, но помоему чтото неправильно)

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't 
# needed; notail increases performance of ReiserFS (at the expense of storage 
# efficiency).  It's safe to drop the noatime options if you want and to 
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>			<mountpoint>	<type>		<opts>		<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda2		/boot		ext2		noauto,noatime	1 2
/dev/sda4		/		ext3		noatime		0 1
/dev/sdb1		/mnt/sdb	reiserfs        defaults	0 0
/dev/sda3		none		swap		sw		0 0
/dev/cdrom		/mnt/cdrom	auto		noauto,ro	0 0
#/dev/fd0		/mnt/floppy	auto		noauto		0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for 
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0
#/dev/sda1 /mnt/windows ntfs-3g silent,umask=0				 0 0
/dev/sda1   /mnt/windows       ntfs-3g locale=ru_RU.utf8,force 0 0

вместо

вместо video=vesafb:ywrap,mtrr,1024x768-16@85 сделай vga=791 или внимательнее читай куководство, там это тоже описано

блин, а я если указываю

блин, а я если указываю vga=0x318, то экран становится просто черным и ничего не происходит (может и происходит, но ничего не отображается) в чем может быть проблема?

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".