Re: Splash Screen Lost After Kernel Customization
|
Originally Posted by kh54
|
After customizing, building and installing my keenel today and rebooting, all went OK except that the PCBSD splash screen was lost with the following two lines generated in /var/log/messages boot record:
May 15 16:01:01 localhost kernel: splash_bmp: No appropriate video mode found
May 15 16:01:01 localhost kernel: module_register_init: MOD_LOAD (splash_bmp, 0xc0743908, 0) error 19
Any clues on this error and how it can be managed?
|
You can reach PC-BSD default kernel config file in /PCBSD/conf/PCBSD.i386 file. I think you just missed couple of lines:
|
Code:
|
options VESA # Vesa Support for Splash
options SC_PIXEL_MODE # add support for the raster tex |
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|