在外部显示器上切换到4K会关闭显示器

朱ho

编辑:将内核升级到4.11-rc2解决了该问题。

我在Lenovo Thinkpad L460上全新安装了Ubuntu Gnome。似乎无法通过DP将外接显示器连接到4K模式。FullHD和WQHD似乎可以工作。

有人建议尝试安装4.4.8-040408-​​generic。没用 还安装了英特尔微码专有驱动程序。

当我尝试从显示屏幕将分辨率提高到4K时,显示器被禁用。将以下内容打印到syslog中:

Sep  7 10:46:10 juho-ThinkPad-L460 wpa_supplicant[2686]: wlp3s0: Failed to initiate sched scan
Sep  7 10:46:10 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[3011]: (II) intel(0): resizing framebuffer to 3840x3240
Sep  7 10:46:10 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[3011]: (II) intel(0): switch to mode [email protected] on DP1 using pipe 0, position (0, 0), rotation normal, reflection none
Sep  7 10:46:10 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[3011]: (EE) intel(0): failed to set mode: Numerical result out of range [34]
Sep  7 10:46:10 juho-ThinkPad-L460 gnome-session[3027]: Window manager warning: Configuring CRTC 63 with mode 226 (3840 x 2160 @ 59,996624) at position 0, 0 and transform 0 failed
Sep  7 10:46:10 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[3011]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 1, position (1920, 2160), rotation normal, reflection none

编辑:这是在displays-config中尝试4K并在之后按Restore后的完整journalctl输出。

syys 13 10:05:43 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): resizing framebuffer to 5760x2160
syys 13 10:05:44 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 1, position (0, 0), rotation normal, reflection none
syys 13 10:05:45 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on DP1 using pipe 0, position (1920, 0), rotation normal, reflection none
syys 13 10:05:45 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (EE) intel(0): failed to set mode: Numerical result out of range [34]
syys 13 10:05:45 juho-ThinkPad-L460 gnome-session[2944]: Window manager warning: Configuring CRTC 63 with mode 226 (3840 x 2160 @ 59,996624) at position 1920, 0 and transform 0 failed
syys 13 10:05:51 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): resizing framebuffer to 4480x1440
syys 13 10:05:51 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
syys 13 10:05:52 juho-ThinkPad-L460 kernel: ------------[ cut here ]------------
syys 13 10:05:52 juho-ThinkPad-L460 kernel: WARNING: CPU: 2 PID: 2930 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_pm.c:3597 skl_update_other_pipe_wm+0x1de/0x1f0 [i915]()
syys 13 10:05:52 juho-ThinkPad-L460 kernel: WARN_ON(!wm_changed)
syys 13 10:05:52 juho-ThinkPad-L460 kernel: Modules linked in:
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  snd_seq_dummy rfcomm bnep snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_realtek snd_hda_codec_generic kvm arc4 binfmt_mis
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  mei snd_seq_device snd_timer snd soundcore mac_hid tpm_crb parport_pc ppdev lp parport autofs4 hid_generic usbhid hid rtsx_pci_sdmmc i915 e1000e ptp pps_core psmouse 
syys 13 10:05:52 juho-ThinkPad-L460 kernel: CPU: 2 PID: 2930 Comm: Xorg Tainted: G        W       4.4.8-040408-generic #201604200335
syys 13 10:05:52 juho-ThinkPad-L460 kernel: Hardware name: LENOVO 20FU002DMS/20FU002DMS, BIOS R08ET42W (1.16 ) 06/17/2016
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  0000000000000286 00000000592b92cf ffff88030df67810 ffffffff813cee93
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  ffff88030df67858 ffffffffc0273c70 ffff88030df67848 ffffffff8107fe12
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  ffff88030df6797c ffff88003541e000 ffff88003541f000 0000000000000000
syys 13 10:05:52 juho-ThinkPad-L460 kernel: Call Trace:
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff813cee93>] dump_stack+0x63/0x90
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8107fe12>] warn_slowpath_common+0x82/0xc0
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8107feac>] warn_slowpath_fmt+0x5c/0x80
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc01add9e>] skl_update_other_pipe_wm+0x1de/0x1f0 [i915]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc01ae002>] skl_update_wm+0x252/0x7d0 [i915]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc01f6ee4>] ? gen9_read32+0x124/0x2f0 [i915]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc01b266e>] intel_update_watermarks+0x1e/0x30 [i915]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc0217b77>] intel_atomic_commit+0x427/0x6f0 [i915]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc007bb17>] drm_atomic_commit+0x37/0x60 [drm]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc00ee5a6>] drm_atomic_helper_set_config+0x76/0xb0 [drm_kms_helper]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc006ad22>] drm_mode_set_config_internal+0x62/0x100 [drm]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc006f242>] drm_mode_setcrtc+0x3d2/0x4f0 [drm]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc0060722>] drm_ioctl+0x152/0x540 [drm]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffffc006ee70>] ? drm_mode_setplane+0x1b0/0x1b0 [drm]
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8121d108>] do_vfs_ioctl+0x298/0x480
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8108ceb1>] ? __set_task_blocked+0x41/0xa0
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8108f846>] ? __set_current_blocked+0x36/0x60
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8121d369>] SyS_ioctl+0x79/0x90
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff8108fafe>] ? SyS_rt_sigprocmask+0x8e/0xc0
syys 13 10:05:52 juho-ThinkPad-L460 kernel:  [<ffffffff81806276>] entry_SYSCALL_64_fastpath+0x16/0x75
syys 13 10:05:52 juho-ThinkPad-L460 kernel: ---[ end trace 972d78447654bc07 ]---
syys 13 10:05:52 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on DP1 using pipe 1, position (1920, 0), rotation normal, reflection none
syys 13 10:05:53 juho-ThinkPad-L460 kernel: snd_hda_codec_hdmi hdaudioC0D2: HDMI: ELD buf size is 0, force 128
syys 13 10:05:53 juho-ThinkPad-L460 kernel: snd_hda_codec_hdmi hdaudioC0D2: HDMI: invalid ELD data byte 0
syys 13 10:05:53 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): resizing framebuffer to 1920x1080
syys 13 10:05:53 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): resizing framebuffer to 4480x1440
syys 13 10:05:53 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on DP1 using pipe 0, position (1920, 0), rotation normal, reflection none
syys 13 10:05:53 juho-ThinkPad-L460 wpa_supplicant[2706]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
syys 13 10:05:53 juho-ThinkPad-L460 /usr/lib/gdm3/gdm-x-session[2928]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 1, position (0, 0), rotation normal, reflection none
阿米亚斯

看来您已经成为越野车i915驱动程序的另一个受害者。

该fedora错误报告https://bugzilla.redhat.com/show_bug.cgi?id=1188772中列出了很多尝试的选项。

主要的一种是尝试更改加速方法,以查看哪种方法最适合您的设置。

将其添加到您的/etc/X11/xorg.conf.d/20-intel.conf中,并通过取消注释其中一种来尝试每种不同的加速方法。

Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
#   Option      "AccelMethod"  "sna"
#   Option     "AccelMethod"   "uxa"
#   Option      "AccelMethod"  "glamor"
    Option      "TearFree"    "true"
EndSection

还有很多引导选项可能会有所帮助,要获取i915引导选项的列表,请运行以下命令

modinfo i915 | grep '^parm:'

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

4k显示器上的Visual Studio

当我在Flash(Youtube等)上切换到全屏模式时,为什么我的一台显示器会关闭(休眠)?

Lenovo Yoga 2 Pro上的外部4k显示器

显示器不会关闭

从旧的CRT显示器切换到新的LED显示器

如何轻松切换到外接显示器

4K显示器无图像

4K显示器刷新率低

Ubuntu 18.04 处理 4k 外接显示器

为什么在同一4k显示器上显示的winform不同

iOS Swift App AVPlayerController关闭,无法在外部显示器上使用

Dell XPS 9550-外部4k显示器分辨率低

从PC显示器切换到HDMI连接的PS4

在Nvidia GTX 850M上使用4k显示器@ 60hz

戴尔4k显示器上“高级色彩”的优势

在没有4K显示器的4K图形卡上运行Ubuntu

如何在多显示器设置上快速切换显示器?

将较小的显示器切换到较大的显示器时,有什么方法可以重画tmux窗口?

插入外接显示器后,笔记本电脑的显示器会关闭

如何在 ubuntu 18.04.1lts 上的 hidpi (4k) 显示器上启用 1.5 倍缩放?

4k 显示器和 Android 模拟器:失败

无法从笔记本电脑切换到显示器

从“肖像”切换到“风景”时,如何保持显示器的布局

如何通过PC将显示器的输入从DVI切换到HDMI?

4K显示器在3840x2160上不支持通过HDMI的60HZ

硬件问题:与 MacBook 一起使用的 4k 外接显示器上的小字体?

显示器无法关闭

在外接显示器上分割区域

是否可以在18.04中使登录屏幕出现在外部显示器上?