我有一个 Intel i7 6700 Skylake CPU 并且经常遭受内核恐慌。我最好的猜测是它与 Skylake 图形驱动程序有关。而且我注意到在Linux kernel 3.19系列中,图形驱动程序是i915_bpo,而在Linux kernel 4.0+系列中,它使用i915驱动程序。
比如内核4.1.0-040100rc1下,结果sudo lspci -k | grep -EA2 'VGA|3D'是
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
Subsystem: ASRock Incorporation Device 1912
Kernel driver in use: i915
Run Code Online (Sandbox Code Playgroud)
而在内核 3.19.0-28 中,结果是
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
Subsystem: ASRock Incorporation Device 1912
Kernel driver in use: i915_bpo
Run Code Online (Sandbox Code Playgroud)
那么,问题是 Intel i915_bpo 和 i915 驱动程序之间有什么区别?
更新
我尝试了一些 4.3 系列内核,但它们都不能正常工作,而且,当我使用 4.3 …