作者: albume 出自: http://www.linuxdiyf.com
1280×800的分辨率 开机后的 Splash 画面变形,看着别扭。网上找了个 Splash.so 文档拷贝到/usr/lib/usplash/里
做个连接
sudo ln -sf /usr/lib/usplash/xxxxxx.so /etc/alternatives/usplash-artwork.so
重新配置一下
sudo dpkg-reconfigure linux-image-$(uname -r)
如有源代码也能够自己制作,编译源代码需要
sudo apt-get install libusplash-dev

本文来自ChinaUnix博客,假如查看原文请点:http://blog.chinaunix.net/u/31/showart_521838.html