[分享]关于Dapper升级后启动画面丢失或者电视台那中效果的解决方法
发表于 : 2006-10-01 11:03
我也是从Dapper直接升级到knot3的(第2天就发布了beta版.....)
本来希望有个好的界面,可启动后,好家伙,启动界面成没有信号的电视一样,
找了几天了,发现是/usr/lib/usplash/usplash-artwork.so连接出错
设置好后就可以看见启动页面了
sudo ls -sf /usr/lib/usplash/usplash-artwork.so /etc/alternatives/usplash-artwork.so
sudo ls -sf /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-theme-ubuntu.so
sudo update-initramfs -u
你也可以参考英文的:
Here's what I did:
1)
sudo rm /etc/alternatives/usplash-artwork.so
sudo rm /usr/lib/usplash/usplash-artwork.so
sudo ln -s /usr/lib/usplash/usplash-theme-ubuntu.so /etc/alternatives/usplash-artwork.so
sudo ln -s /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-artwork.so
2)
sudo nano -w /etc/usplash.conf
Change it to:
xres=1024
yres=768
Save the file: ctrl+o, enter, ctrl+x
3)
sudo update-alternatives --config usplash-artwork.so
select: /usr/lib/usplash/usplash-theme-ubuntu.so
4)
sudo nano -w /boot/grub/menu.lst
On the defoptions= line, make sure these values are there: quiet splash vga=792
Scroll down to your default boot section under ## ## End Default Options ##
On the kernel line, make sure these values are there: quiet splash vga=792
Save the file: ctrl+o, enter, ctrl+x
5)
sudo dpkg-reconfigure linux-image-$(uname -r)
6)
reboot
本来希望有个好的界面,可启动后,好家伙,启动界面成没有信号的电视一样,
找了几天了,发现是/usr/lib/usplash/usplash-artwork.so连接出错
设置好后就可以看见启动页面了
sudo ls -sf /usr/lib/usplash/usplash-artwork.so /etc/alternatives/usplash-artwork.so
sudo ls -sf /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-theme-ubuntu.so
sudo update-initramfs -u
你也可以参考英文的:
Here's what I did:
1)
sudo rm /etc/alternatives/usplash-artwork.so
sudo rm /usr/lib/usplash/usplash-artwork.so
sudo ln -s /usr/lib/usplash/usplash-theme-ubuntu.so /etc/alternatives/usplash-artwork.so
sudo ln -s /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-artwork.so
2)
sudo nano -w /etc/usplash.conf
Change it to:
xres=1024
yres=768
Save the file: ctrl+o, enter, ctrl+x
3)
sudo update-alternatives --config usplash-artwork.so
select: /usr/lib/usplash/usplash-theme-ubuntu.so
4)
sudo nano -w /boot/grub/menu.lst
On the defoptions= line, make sure these values are there: quiet splash vga=792
Scroll down to your default boot section under ## ## End Default Options ##
On the kernel line, make sure these values are there: quiet splash vga=792
Save the file: ctrl+o, enter, ctrl+x
5)
sudo dpkg-reconfigure linux-image-$(uname -r)
6)
reboot