Deepin intel 8 代U显卡驱动更新方法
Tofloor
poster avatar
hanxi
deepin
2019-11-01 07:53
Author
本帖最后由 hanxi 于 2019-10-31 23:56 编辑

我的 NUC 8i7BEH 花屏了,更新驱动解决了。

使用清华的 debian 10.1 的源

/etc/apt/sources.list

  1. deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
  2. # deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
  3. deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
  4. # deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
Copy the Code


更新驱动

  1. sudo apt update
  2. sudo apt install xserver-xorg-video-intel
  3. sudo apt install xserver-xorg-core
Copy the Code








Reply Favorite View the author
All Replies
avatar
hanxi
deepin
2019-11-01 07:59
#1
更新完后把这个源注释掉,再执行 sudo apt update
Reply View the author