我已将内核更新至 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 Rosa解决了!
不知何故,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
我在使用配备 i7 6700hq 的 msi gs40 6qe。
- 英特尔高清 530:并将 xorg 加入
i915.preliminary_hw_support=1
黑名单nouveau
。已使用 4.1.13lts、4.1.15lts、4.2.5、4.3、4.4.0-rc4-gb9d845、4.4.0-rc5 进行测试。但令人难过的是:使用 5 秒到 2 小时后,它会冻结,有时我可以关闭 xorg,这样可以多花一些时间,有时笔记本电脑会因此挂起(什么都不起作用,甚至 tty 切换也不行)。 - GTX 970我试过 Optimus 和 Prime,但都没用。
- Optimus 产生黑屏且无背光,但 xorg 启动了(我在系统启动时有 skype 并且听到了它的声音)。
- Prime 无法读取 DRM 并且根本无法启动。
也请看一下我的话题在论坛上。
答案4
大家好。幸运的是,最近 Linux/Ubuntu 的流行,您可以使用位于英特尔网站上的新英特尔显卡安装程序:
https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.4.0
它修复了我的新款 Dell XPS 13 (9350) 上的所有奇怪的图形问题,所以现在一切都正常了 :)
grub 启动屏幕后出现黑屏(将 i915.modeset=0 添加到 grub conf 即可成功启动 - 更新显卡驱动程序后删除)
xrandr 输出会出错
图形故障,例如 lightdm 导致桌面半崩溃
无法通过现有的 x 配置添加第二台显示器(即使使用 dpkg-reconfigure xserver-xorg)
这确实需要内核 4.3 > 所以您可能需要升级,我相信我发布的网站上有安装驱动程序所需的所有内容的链接,所以您应该可以开始了。
- 现在全屏观看电影非常流畅(我之前一直在降低 FPS,好像它已经过时了。(配置中的显示器数量比当时的多,然后就崩溃了)
祝潮流引领者好运。