当前位置:网站首页>FreeBSD 12 changing the background of the startup interface
FreeBSD 12 changing the background of the startup interface
2022-07-19 07:25:00 【sayang_ shao】
The initial screen function supports bitmap (.bmp)、zsoft pcx(.pcx) Or extract (.bin) In the format 256 color ..bmp、.pcx or .bin The image must be placed on the root partition , For example, in /boot in . The resolution of the startup image file must be less than or equal to 320 x 200 Pixels , Only in the standard VGA Work on adapter . about 256 Color and 320 x 200 Pixel or smaller default boot display resolution , Please add the following line to /boot/loader.conf. Replace with the bitmap file name you want to use splash.bmp:splash_bmp_load="YES"
bitmap_load="YES"
bitmap_name="/boot/splash.bmp"
To use PCX File instead of bitmap file , Do the following :
splash_txt="YES"
bitmap_load="YES"
bitmap_name="/boot/splash.bin"
Use a larger image that fills the entire display ( The highest resolution is 1024 x 768 Pixels ), It must also be loaded during system boot VESA modular . If you use a custom kernel , Please ensure that the custom kernel configuration file contains VESA Kernel configuration options . To load the startup screen VESA modular , Please add this line to /boot/loader.conf, Before the three lines mentioned in the above example :
vesa_load="YES"
边栏推荐
- Redis 详解
- Fundamentals of crawler - basic principles of agent
- Network knowledge-05 transport layer TCP
- 网络知识-04 网络层-IPv6
- How to record enterprise or personal domain names
- Cracking Metric/Business Case/Product Sense Problems
- 網絡知識-03 數據鏈路層-PPPoE
- Pychart installation tutorial
- PyTorch学习日记(三)
- Nanny level one-stop service - self correlation to construct parent-child relationship (@jsonbackreference and @jsonmanagedreference solve circular dependency)
猜你喜欢

m基于matlab的DQPSK调制解调技术的仿真

PyTorch学习日记(四)

Hypothesis testing

Connaissance du réseau - 03 couche de liaison de données - PPPoE

Fundamentals of crawlers - basic principles of multithreading and multiprocessing

网络知识-05 传输层-UDP

Matlab simulation of cognitive femtocell performance in m3gpp LTE communication network

Crawler Basics - session and cookies

爬虫基础—WEB网页基础

数据分析及可视化——京东上销量最高的鞋子
随机推荐
网络知识-03 数据链路层-以太网
AB Testing Review
剑指Offer刷题记录——Offer 05. 替换空格
MySql
Fundamentals of reptiles - basic principles of reptiles
Sword finger offer question brushing record - offer 04 Search in two-dimensional array
m基于matlab的协作mimo分布式空时编码技术的仿真
保姆级一条龙服务——自关联构造父子级关系(@JsonBackReference和@JsonManagedReference解决循环依赖)
My world 1.12.2 Magic Baby (Fairy treasure dream) service opening tutorial
剑指Offer刷题记录——Offer 06.从尾到头打印链表
Solution to the conflict between security automatic login and anti CSRF attack
M matlab simulation of bit error rate using LDPC, turbo and convolutional channel coding and decoding in VBLAST cooperative MIMO system segment
Review of Linear Algebra
WCDMA soft handoff performance matlab simulation m, comparing the average number of activation sets (MasN), activation set update rate (Asur) and call interruption probability (OP) three performance i
What role does 5g era server play in this?
What if the website is hijacked?
爬虫基础—多线程和多进程的基本原理
Data protection / disk array raid protection IP segment 103.103.188 xxx
Cracking Metric/Business Case/Product Sense Problems
Security自动登录与防CSRF攻击冲突解决办法