Hi,
I have disabled the splash screen - which worked fine by editing the /boot/grub/menu.lst file removing reference to splash. However this leaves very large blurry 640x480 terminal text during boot up and or when exiting to tty.
So the kernel line has quiet and splash removed and vga=795 put in. 795 is the code for 24-bit 1280x1024.
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e870d1a9-e118-459c-8f23-903daa9f4b98 ro vga=795
Upon reboot - only see blank screen before login. I also tried 794, 791 (1024x768) but all made no difference.
I have a Nvidia GT7600
Ubuntu 7.10 (kernel 2.6.22-14)
The above follows the
official guidelines, ie just need to add vga=xxx.
Tried this suggestion - but upon reboot - no joy.
1. sudo vi /etc/initramfs-tools/modules and add fbcon and vesafb
so my /etc/initramfs-tools/modules looks like:
fbcon
vesafb
2. sudo update-initramfs -u
3. sudo vi /etc/modprobe.d/blacklist-framebuffer
4. change the line "blacklist vesafb" to "# blacklist vesafb"
Anyone get this working?