使用 Nvidia 驱动程序,如何修复 Ubuntu 13.10 (Saucy Salamander) 中的 Plymouth?
在其他版本中有一个脚本可以修复它,但它在 Ubuntu 13.10 中不起作用并且hwinfo
缺少软件包,但使用免费驱动程序则不会出现这种情况。
答案1
解决方法只需几个步骤:
- 备份你的
sources.list
:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
- 只需添加以前的版本仓库(位于这里)到你的
/etc/apt/sources.list
并运行sudo apt-get update
- 下载并运行这个脚本
- 放回
sources.list
原位:sudo mv /etc/apt/sources.list_backup /etc/apt/sources.list
然后执行sudo apt-get update
之后,您可以下载并更改一些普利茅斯主题:
sudo apt-get install plymouth-theme-solar
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u
答案2
尝试这个解决方案(对我来说,另一种方法可行,但你必须对一些终端命令进行一些调整以适应 ubuntu 13.10);)
答案3
- sudo apt-get 安装 libhal1
- sudo apt-get 安装 libhd16
sudo apt-get 安装 hwinfo
下载并运行脚本