uname -r
1. 4.4.0-21-generic
sudo lshw -numeric -class video
* -display UNCLAIMED
description: VGA compatible controller
product: GM204M [GeForce GTX 970M] [10DE:13D8]
configuration: latency=0
* -display UNCLAIMED
description: VGA compatible controller
product: Intel Corporation [8086:191B]
configuration: latency=0
2. 雙顯卡
2-1. 目前
都沒有合適驅動作用中
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06)
Subsystem: CLEVO/KAPOK Computer Skylake Integrated Graphics [1558:6540]
Kernel modules: i915_bpo
3.集顯 Skylake Integrated Graphics [8086:
191b]
預裝開源驅動 i915_bpo 實驗性 沒完全發揮作用
3-1. 參照 Intel 專為 Ubuntu 16.04 提供的 i915 及 其它配套程式 的安裝方法
https://01.org/zh/linuxgraphics/downloa ... redirect=1
Intel Graphics Update Tool for Linux* OS v2.0.2
3-1-1.
https://01.org/zh/linuxgraphics/downloa ... redirect=1
Stack Release
3-2. 集顯 Intel HD Graphics 530 受到的支援情形
3-2-1.
http://pciids.sourceforge.net/v2.2/pci.ids
191b HD Graphics 530
3-2-2.
http://ark.intel.com/products/codename/ ... ylake#@All
搜尋 最右側欄位 530
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM204M [GeForce GTX 970M] [10de:13d8] (rev a1)
Subsystem: CLEVO/KAPOK Computer GM204M [GeForce GTX 970M] [1558:6540]
Kernel modules: nvidiafb, nouveau
sudo ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
vendor : NVIDIA Corporation
model : GM204M [GeForce GTX 970M]
modalias : pci:v000010DEd000013D8sv00001558sd00006540bc03sc00i00
driver : xserver-xorg-video-nouveau - distro free builtin
driver : nvidia-367 - distro non-free recommended
4. 獨顯 970M
必須安裝由 Ubuntu 套件庫提供的
nvidia-367 套件
4-1.
http://packages.ubuntu.com/xenial/nvidia-367
目前提供的版本是 367.57
4-2.
http://www.nvidia.com/Download/driverRe ... 8586/en-us
Version: 367.57
Supported products
GeForce 900M Series (Notebooks):
GeForce GTX 970M
4-3. 安裝方法
https://help.ubuntu.com/community/Binar ... wto/Nvidia
BinaryDriverHowto/Nvidia
sudo ubuntu-drivers devices
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
5. 可以安裝 intel-microcode 套件
sudo apt-get install intel-microcode
5-1. 是否需要安裝 詳見
http://askubuntu.com/questions/819872/i ... -necessary
Intel Microcode Necessary?
6. 以上指令 均可在 tty 下指令安裝
7. 確信都已安裝/設定/啟用 正確以後 重開機 不再增加 "acpi_osi=linux nomodeset"参数
看看 是否能正常進入桌面
7-1. 如果可以
7-1-1. sudo lshw -numeric -class video
7-1-2. nvidia-settings --glxinfo | grep "OpenGL version string"
7-1-3. 把結果全部直接 選取/複製/貼上來