splashscreen

Hello
I'm trying to get a spashscreen working with FreeBSD. I learned by trial you have to put mesa_load on top of others modules in /boot/loader.conf. To get X dual display working
I've done it 9 yrs ago but I can't anymore.
Does anyone know how. I using drm_kmod as a driver that works i915kms.

I have the image 1024*768. I'll upload the picture in png format.
 

Attachments

  • splash.png
    splash.png
    317.6 KB · Views: 54
I don't think splash has been working for years, or for many version of Freebsd.

Nearest thing you can use now, which you cannot customise, is boot_mute="YES" in loader.conf .
 
I messed with splash on sc(4)
/boot/loader.conf
Code:
#splash_bmp_load="YES"
#bitmap_load="YES"
#bitmap_name="/boot/freebsd.bmp"
It took some fooling around until I found a good aspect ratio for the bitmap.

vt(4) does have some pre-defined bitmaps.
cat /boot/defaults/loader.conf|grep orb
Code:
#loader_logo="orbbw"        # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
 
I messed with splash on sc(4)
/boot/loader.conf
Code:
#splash_bmp_load="YES"
#bitmap_load="YES"
#bitmap_name="/boot/freebsd.bmp"
It took some fooling around until I found a good aspect ratio for the bitmap.

vt(4) does have some pre-defined bitmaps.
cat /boot/defaults/loader.conf|grep orb
Code:
#loader_logo="orbbw"        # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
what was the aspect ratio please
 
Back
Top