自从安装 Ubuntu 12.10 以来,我一直在尝试让我的 Radeon HD 5450 gpu 与专有驱动程序一起工作,因为从一开始安装驱动程序就意味着失去统一性。
我不会列出我采取的步骤,因为这不是回答这个问题的必要条件。
采取一项措施然后安装 fglrx-updates 后,重新启动时系统挂在紫色屏幕上。所以我决定使用nomodeset
我编辑过
quiet splash $vt_handoff
Run Code Online (Sandbox Code Playgroud)
看起来像这样
quiet splash nomodeset
Run Code Online (Sandbox Code Playgroud)
进行此更改后,我可以使用 Unity 登录并安装专有驱动程序并运行良好。我什至会说它的性能比 12.04 更好
fglrxinfo 阅读
display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Mobility Radeon HD 5000 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context
Run Code Online (Sandbox Code Playgroud)
请注意我添加的方式我已经nomodeset有一段时间没有这样做了,所以它是凭记忆完成的。在寻找这个问题的答案时,我遇到了这个并发现我的编辑应该从
quiet splash $vt_handoff
Run Code Online (Sandbox Code Playgroud)
到
nomodeset $vt_handoff
Run Code Online (Sandbox Code Playgroud)
我的nomodeset编辑做了什么?我注意到的唯一错误是在启动时我没有看到 plymouth Ubuntu 徽标屏幕。
如果这是唯一的权衡,我很乐意让编辑永久化。
我在我的新笔记本电脑上安装 11.04 时遇到问题,解决方案是启用以下任何启动选项:
acpi=offnoapicnolapic但是,这些选项实际上有什么作用呢?
启用它们有哪些问题?
即它们会导致硬件问题(例如风扇不运行导致系统过热)。
我最近安装了 Ubuntu,但无法加载它。通过在 Interned 上搜索,我找到了一个对我有用的解决方案,但我不明白。解决方案取自此处。
更详细地说,当我加载 Ubuntu 时,我会进入一个菜单,询问我想做什么。此时我按e。之后,我会看到一个带有一些文本的屏幕,我将在其中替换quiet splash为nomodeset,然后按F10。之后 Ubuntu 加载。
现在,我的问题是:
我正在使用 Ubuntu 18.04
我对quiet splash添加nomodeset这样的东西感到困惑..
提高启动时间的最佳选择是什么?我的主要目标是在给定的选择中减少启动时间,quiet splash nomodeset或者如果要添加 50 个东西,如果可以减少启动时间,我准备这样做。
我运行命令
sudo journalctl --boot > boot.log它在我的主文件夹中保存了一个副本。
这是链接https://paste.ubuntu.com/p/sSV9vhsyKh/
https://paste.ubuntu.com/p/Bd7wcbX5qF/的输出systemd-analyze blame
我在这里已经有一段时间了,有时我看到人们回答与关闭或重新启动问题相关的问题:“"quiet splash"从/etc/default/grub文件中删除”。
我的问题是:有什么"quiet splash"用?