> kernel /boot/vmlinuz root=/dev/ram0 > real_root=/dev/mapper/system-slash \ ro > resume=swap:/dev/mapper/system-swap vga=0x318 quiet \ > video=intelfb:1024x768...@60,mttr,noaccel,hwcursor,vram=4 \ > splash=silent,theme:natural_gentoo console=tty1
I use vesafb, my line is much more simple, just kernel ... video=vesafb:mtrr:3,ywrap vga=795 That gives me 1280x1024. I don't know at what refreshrate though... those options, what do they do? are they also valid for vesafb? noaccel hwcursor vram=4 ? Tom