不管是新的还是老的笔记本。 只要是用intel的集成显卡的。 都要修改 /boot/grub/grub.cfg

GRUB_CMDLINE_LINUX_DEFAULT="text splash nomodeset vga=791"

改成

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 vga=791"

 

然后执行 update-grub之后, 重启。

 

参考: http://joachims-techtips.blogspot.jp/2011/06/backtrack-5-and-startx-crashes-hard.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
  • 2021-11-21
  • 2021-07-25
  • 2021-06-01
  • 2021-07-07
  • 2021-07-22
猜你喜欢
  • 2021-12-26
  • 2021-07-31
  • 2021-12-30
  • 2022-12-23
  • 2021-12-12
  • 2021-04-02
  • 2022-12-23
相关资源
相似解决方案