無法讓 Intel HD Graphics 530 (Skylake i7 6700) 運作

無法讓 Intel HD Graphics 530 (Skylake i7 6700) 運作

我已經將核心更新到4.3.0,但驅動程式似乎仍然關閉。我還能嘗試什麼?

starfall@nx ~ $ IBGL_DEBUG=verbose glxinfo
name of display: :0
i965_dri.so does not support the 0x1912 PCI ID.
libGL error: failed to create dri screen
libGL error: failed to load driver: i965

starfall@nx ~ $ sudo lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Device 1912 (rev 06)
  Subsystem: Gigabyte Technology Co., Ltd Device d000
  Kernel driver in use: i915

starfall@nx ~ $ uname -a
Linux nx 4.3.0-040300-generic #201511020846 SMP Mon Nov 2 13:48:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

starfall@nx ~ $ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.3.0-040300-generic root=UUID=2210e25b-435d-431e-a001-2707f532d714 ro quiet splash i915.preliminary_hw_support=1 vt.handoff=7

答案1

安裝中Linux Mint 17.3 羅莎解決了!

不知何故,Mint 17.3i915_bpo自動啟用了驅動程式。這是lshw輸出:

    *-display
         description: VGA compatible controller
         product: Intel Corporation
         vendor: Intel Corporation
         physical id: 2
         bus info: pci@0000:00:02.0
         version: 06
         width: 64 bits`
         clock: 33MHz
         capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
         configuration: driver=i915_bpo latency=0

如果您仍在運行 17.2,您可能會幸運地嘗試i915_bpo手動安裝。

答案2

我發現如果您有較晚的核心(4.3 左右)並且沒有 nomodeset,則 DP 而不是 HDMI 可以工作。

這是一個小錯誤,我確信隨著時間的推移和 Skylake 的流行,它會被修復。

我沒有使用外置顯示卡,只使用整合式英特爾顯示卡。

frank@flash:~$ inxi -b
System:    Host: flash Kernel: 4.4.0-040400rc5-generic x86_64 (64 bit)
           Desktop: Unity 7.4.0  Distro: Ubuntu 16.04 xenial
Machine:   Mobo: ASRock model: Z170 Gaming-ITX/ac
           Bios: American Megatrends v: P1.50 date: 11/04/2015
CPU:       Dual core Intel Core i3-6100 (-HT-MCP-) speed/max: 799/3700 MHz
Graphics:  Card: Intel Sky Lake Integrated Graphics
           Display Server: X.Org 1.17.3 drivers: intel (unloaded: fbdev,vesa)
           Resolution: [email protected]
           GLX Renderer: Mesa DRI Intel Skylake DT GT2
           GLX Version: 3.0 Mesa 11.0.7
Network:   Card-1: Intel Ethernet Connection (2) I219-V driver: e1000e
           Card-2: Broadcom BCM4352 802.11ac Wireless Network Adapter
           driver: bcma-pci-bridge
Drives:    HDD Total Size: 756.2GB (32.1% used)
Info:      Processes: 250 Uptime: 1 min Memory: 615.2/15736.5MB
           Client: Shell (bash) inxi: 2.2.28 

答案3

我使用的是 msi gs40 6qe 和 i7 6700hq。

  • 英特爾核芯530:i915.preliminary_hw_support=1黑名單nouveau讓 xorg 啟動。使用 4.1.13lts、4.1.15lts、4.2.5、4.3、4.4.0-rc4-gb9d845、4.4.0-rc5 進行測試。但令人悲傷的是:使用5 到2 小時後它會凍結,有時我可以殺死xorg,這會多給一些時間,有時筆記型電腦會掛起(沒有任何效果,甚至tty 切換也不起作用) 。
  • 顯示卡970我嘗試了 Optimus 和 Prime,但都不起作用。
    • Optimus 產生一個沒有背光的黑屏,但 xorg 啟動(我在系統啟動時有 Skype,我聽到它的聲音)。
    • Prime 無法讀取 DRM,且根本無法啟動。

還請看一下我的話題在論壇上。

答案4

夥計們,大家好。

https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.4.0

它修復了我的新戴爾 XPS 13 (9350) 上所有奇怪的圖形問題,因此現在一切正常:)

  • grub 啟動畫面後黑屏(將 i915.modeset=0 新增至 grub conf 以成功啟動 - 圖形驅動程式更新後刪除)

  • xrandr 會在輸出中出錯

  • 圖形故障,例如 lightdm 讓桌面半崩潰

  • 無法在現有 x 配置中新增第二個監視器(即使使用 dpkg-reconfigure xserver-xorg)

這確實需要內核 4.3 > 所以你可能需要升級,我相信我發布的網站有安裝驅動程式所需的所有內容的鏈接,所以你應該可以開始了。

  • 電影現在在全螢幕下流暢(我放棄了 FPS,就像它已經過時了一樣。(顯示數量比配置中的顯示數量多,然後被炸掉)

祝趨勢引領者好運..

相關內容