一、Usplash画面(开机/启动画面)
它就相当于Windows的开机/启动画面,因为 Ubuntu 使用usplash这个软件作为启动画面,所以我们就叫它为Usplash画面。
修改这个画面是3个中难度最高的,如果使用Splashy的话就要简单多了。默认的启动画面在这里/usr/lib/usplash/usplash-default.so,它是一个编译好的.so文件,所以不能直接修改。以下是替换Usplash画面的方法。
1、复制一个制作好的xxx.so文件到你喜欢的目录,例如:/usr/local/usplash/xxx.so
2、然后选定一个 uSplash 方案(以下两种方法任选一种即可)
方法一:
sudo ln -sf /usr/local/usplash/xxx.so /etc/alternatives/usplash-artwork.so
方法二:
sudo update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/local/usplash/xxx.so 55
sudo update-alternatives --config usplash-artwork.so
选择xxx.so前面那个数字选项。
3、重新配置核心
sudo dpkg-reconfigure linux-image-$(uname -r)
或者:
sudo dpkg-reconfigure usplash-theme-ubuntu
4、修改usplash画面分辨率(根据需要)
sudo gedit /boot/grub/menu.lst
找到
kernel /boot/vmlinuz-2.6.xx-xx-xx root=/dev/hdxx ro quiet splash
在最后添加vga=792
*vga参考表
depth—–640×480—-800×600—-1024×768—–1280×1024—–1600×1200
8bit————769————771————-773————–775—————–796
15bit———-784————787————-790————–793—————–797
16bit———-785————788————-791————–794—————–798
24bit———-786————789————-792————–795—————–799
*也可以修改 usplash.conf 文件来更改分辨率:
sudo gedit /etc/usplash.conf
update: Ubuntu uSplash theme beans
自己动手定制ubuntu系统的3个画面
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/73e90155aa1ea7efed6250bb28dd03c3.html