作者/来源:yixinu.com
栏目:运维/编程
日期:2016-11-19 16:11:22
sudo gedit /etc/default/grub,编辑启动引导文件
找到这行:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash",改成:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset" 保存文档
更新GRUB: sudo update-grub
不同品牌显卡,有区别:
a. Intel 82852/82855 或8系列顯示晶片: i915.modeset=1 或 i915.modeset=0
b. Nvidia: nomodeset
c. 其它品牌(如ATI): xforcevesa 或 radeon.modeset=0 xforcevesa