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