You are not logged in.

#1 2023-02-13 21:08:19

xpt
Member
Registered: 2012-10-23
Posts: 60

Screen Flickering Iris Xe Graphics i915

Hi!

I've a Huawei Matebook E 2022 with the following:

00:02.0 VGA compatible controller: Intel Corporation Tiger Lake-UP4 GT2 [Iris Xe Graphics] (rev 01)
        Subsystem: Wingtech Group(HongKong)Limited Device 3e44
        Kernel driver in use: i915
        Kernel modules: i915

and I've problems with the internal screen (external screen works fine) and it looks like the following photo:
screen photo
In the middle of the screen it looks divided and the mouse does not respond fluently.

So, I check the Intel Graphics Arch Wiki and I tested the following kernel parameters (between others) with no luck:

 i915.enable_guc=0 i915.enable_psr=0

Checking dmesg I got:

# dmesg  | grep i915
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-drm-tip-git root=UUID=9f6e464f-17e1-4edf-bc99-c5bf03885792 rw loglevel=3 quiet i915.enable_psr=0
[    0.048952] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-drm-tip-git root=UUID=9f6e464f-17e1-4edf-bc99-c5bf03885792 rw loglevel=3 quiet i915.enable_psr=0
[    1.146228] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.146334] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.146379] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.147905] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.149246] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    1.171865] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 70.1.1
[    1.171869] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc_7.9.3.bin version 7.9.3
[    1.176054] i915 0000:00:02.0: [drm] GT0: HuC: authenticated!
[    1.176860] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    1.176861] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    1.177333] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    1.178182] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.279174] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)
[    2.279184] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2840, found 2720)
[    2.279187] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    2.279190] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    2.279192] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2840, found 2720)
[    2.279194] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2840, found 2720)
[    2.279197] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    2.279199] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[    2.279225] WARNING: CPU: 3 PID: 121 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    2.279545] Modules linked in: i915(+) i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    2.279568] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    2.279887]  ? intel_fbc_activate+0x37/0x90 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.280203]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.280507]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.280816]  intel_modeset_init+0x1a0/0x280 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.281106]  i915_driver_probe+0x577/0xbf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.281395]  i915_init+0x23/0x83 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.281620]  ? __pfx_init_module+0x10/0x10 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.285236] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.289545] i915 0000:00:02.0: Backlight is not disabled.
[    2.289566] WARNING: CPU: 6 PID: 9 at drivers/gpu/drm/i915/display/intel_display_power_well.c:831 skl_enable_dc6+0x132/0x180 [i915]
[    2.289959] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    2.289986] RIP: 0010:skl_enable_dc6+0x132/0x180 [i915]
[    2.290311]  __intel_display_power_put_domain+0xd9/0x1a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.290606]  release_async_put_domains+0x6c/0xd0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.290885]  intel_display_power_flush_work+0xbb/0xf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.291157]  intel_tc_port_update_mode+0xb9/0x4d0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.291444]  __intel_tc_port_lock+0x9a/0xf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.291717]  intel_tc_port_connected+0x27/0xc0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.291982]  intel_digital_port_connected+0x41/0x80 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.292255]  intel_dp_detect+0x25d/0x6a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.292563]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.335944] fbcon: i915drmfb (fb0) is primary device
[    2.582135] i915 0000:00:02.0: Unclaimed read from register 0x67400
[    2.582155] WARNING: CPU: 5 PID: 9 at drivers/gpu/drm/i915/intel_uncore.c:1901 __unclaimed_reg_debug+0x80/0xa0 [i915]
[    2.582427] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    2.582456] RIP: 0010:__unclaimed_reg_debug+0x80/0xa0 [i915]
[    2.582729]  fwtable_read32+0x213/0x230 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.582961]  gen11_dsi_pre_enable+0x919/0x1440 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.583288]  intel_encoders_pre_enable+0x7b/0x90 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.583641]  hsw_crtc_enable+0xae/0x670 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.583987]  intel_enable_crtc+0x60/0xa0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.584326]  skl_commit_modeset_enables+0x3e0/0x4f0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.584662]  intel_atomic_commit_tail+0x6bf/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.584998]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.585366]  intel_fbdev_set_par+0x1a/0x60 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    2.585760]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.640023] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2842, found 2720)
[    3.640032] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2842, found 2720)
[    3.640036] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_start (expected 2762, found 1380)
[    3.640039] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_end (expected 2802, found 1400)
[    3.640042] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    3.640045] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    3.640048] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2842, found 2720)
[    3.640050] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2842, found 2720)
[    3.640053] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_start (expected 2762, found 1380)
[    3.640056] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_end (expected 2802, found 1400)
[    3.640059] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    3.640061] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[    3.640065] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in pixel_rate (expected 291594, found 332418)
[    3.640070] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_clock (expected 291594, found 332418)
[    3.640073] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_clock (expected 291594, found 332418)
[    3.640101] WARNING: CPU: 1 PID: 9 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    3.640521] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    3.640555] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    3.640973]  ? intel_fbc_activate+0x37/0x90 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.641348]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.641746]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.642170]  intel_fbdev_set_par+0x1a/0x60 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.642599]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.664122] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    5.806294] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    5.821643] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.220971] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  610.132523] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2842, found 2720)
[  610.132534] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2842, found 2720)
[  610.132538] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_start (expected 2762, found 1)
[  610.132541] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_end (expected 2802, found 1)
[  610.132544] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[  610.132547] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[  610.132550] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vsync_start (expected 1615, found 1)
[  610.132553] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vsync_end (expected 1630, found 1)
[  610.132556] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2842, found 2720)
[  610.132559] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2842, found 2720)
[  610.132562] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_start (expected 2762, found 1)
[  610.132565] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_end (expected 2802, found 1)
[  610.132567] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[  610.132570] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[  610.132573] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vsync_start (expected 1615, found 1)
[  610.132576] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vsync_end (expected 1630, found 1)
[  610.132579] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in pixel_rate (expected 291594, found 332418)
[  610.132586] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_clock (expected 291594, found 332418)
[  610.132589] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_clock (expected 291594, found 332418)
[  610.132670] WARNING: CPU: 3 PID: 329 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[  610.133160]  nvme vivaldi_fmap nvme_core spi_intel_pci crc32c_intel xhci_pci spi_intel nvme_common xhci_pci_renesas i8042 serio i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[  610.133195] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[  610.133511]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[  610.133807]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[ 1204.771923] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2842, found 2720)
[ 1204.771934] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2842, found 2720)
[ 1204.771938] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_start (expected 2762, found 1)
[ 1204.771942] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_end (expected 2802, found 1)
[ 1204.771945] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[ 1204.771948] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[ 1204.771950] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vsync_start (expected 1615, found 1)
[ 1204.771953] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vsync_end (expected 1630, found 1)
[ 1204.771956] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2842, found 2720)
[ 1204.771959] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2842, found 2720)
[ 1204.771962] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_start (expected 2762, found 1)
[ 1204.771965] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_end (expected 2802, found 1)
[ 1204.771968] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[ 1204.771970] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[ 1204.771973] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vsync_start (expected 1615, found 1)
[ 1204.771976] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vsync_end (expected 1630, found 1)
[ 1204.771980] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in pixel_rate (expected 291594, found 332418)
[ 1204.771986] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_clock (expected 291594, found 332418)
[ 1204.771989] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_clock (expected 291594, found 332418)
[ 1204.772068] WARNING: CPU: 5 PID: 329 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[ 1204.772531]  nvme vivaldi_fmap nvme_core spi_intel_pci crc32c_intel xhci_pci spi_intel nvme_common xhci_pci_renesas i8042 serio i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[ 1204.772565] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[ 1204.772876]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[ 1204.773208]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]

That led me to the following issue https://gitlab.freedesktop.org/drm/intel/-/issues/6476. Therefore, I tested the kernel linux-drm-tip-git from the AUR with the same issues (with linux-lts there is no screen output).

I also installed Ubuntu 22.04 for testing and only get image in safe mode without flickering.

Any help is greatly appreciated.

Thanks in advance!

Offline

#2 2023-02-14 07:30:35

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

[    3.640973]  ? intel_fbc_activate+0x37/0x90 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]

*Dis*able https://wiki.archlinux.org/title/Intel_ … nable_fbc)

Also what's the output of

pacman -Qs xf86-video

Offline

#3 2023-02-14 16:57:48

xpt
Member
Registered: 2012-10-23
Posts: 60

Re: Screen Flickering Iris Xe Graphics i915

Thank you for your anser seth.

I disabled the Framebuffer compression with

i915.enable_fbc=0

as kernel parameter and it still the same.

The output of

pacman -Qs xf86-video

is empty.

Now I got

# dmesg | grep i915
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-drm-tip-git root=UUID=9f6e464f-17e1-4edf-bc99-c5bf03885792 rw loglevel=3 quiet i915.enable_psr=0 i915.enable_fbc=0 i915.enable_guc=0
[    0.033470] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-drm-tip-git root=UUID=9f6e464f-17e1-4edf-bc99-c5bf03885792 rw loglevel=3 quiet i915.enable_psr=0 i915.enable_fbc=0 i915.enable_guc=0
[    0.949012] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    0.949122] i915 0000:00:02.0: vgaarb: deactivate vga console
[    0.949166] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    0.950440] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.951808] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    0.958899] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    3.939723] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)
[    3.939733] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2840, found 2720)
[    3.939736] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    3.939739] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    3.939741] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2840, found 2720)
[    3.939744] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2840, found 2720)
[    3.939746] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    3.939748] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[    3.939774] WARNING: CPU: 2 PID: 121 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    3.940096] Modules linked in: i915(+) i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    3.940119] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    3.940437]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.940768]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.941077]  intel_modeset_init+0x1a0/0x280 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.941367]  i915_driver_probe+0x577/0xbf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.941656]  i915_init+0x23/0x83 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.941886]  ? __pfx_init_module+0x10/0x10 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.944916] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.949750] i915 0000:00:02.0: Backlight is not disabled.
[    3.949770] WARNING: CPU: 4 PID: 11 at drivers/gpu/drm/i915/display/intel_display_power_well.c:831 skl_enable_dc6+0x132/0x180 [i915]
[    3.950090] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    3.950118] RIP: 0010:skl_enable_dc6+0x132/0x180 [i915]
[    3.950441]  __intel_display_power_put_domain+0xd9/0x1a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.950762]  release_async_put_domains+0x6c/0xd0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.951048]  intel_display_power_flush_work+0xbb/0xf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.951321]  intel_tc_port_update_mode+0xb9/0x4d0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.951605]  __intel_tc_port_lock+0x9a/0xf0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.951882]  intel_tc_port_connected+0x27/0xc0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.952153]  intel_digital_port_connected+0x41/0x80 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.952429]  intel_dp_detect+0x25d/0x6a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.952739]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    3.953763] fbcon: i915drmfb (fb0) is primary device
[    4.191173] i915 0000:00:02.0: Unclaimed read from register 0x67400
[    4.191193] WARNING: CPU: 4 PID: 11 at drivers/gpu/drm/i915/intel_uncore.c:1901 __unclaimed_reg_debug+0x80/0xa0 [i915]
[    4.191467] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    4.191497] RIP: 0010:__unclaimed_reg_debug+0x80/0xa0 [i915]
[    4.191768]  fwtable_read32+0x213/0x230 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.191997]  gen11_dsi_pre_enable+0x919/0x1440 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.192316]  intel_encoders_pre_enable+0x7b/0x90 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.192658]  hsw_crtc_enable+0xae/0x670 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.192985]  intel_enable_crtc+0x60/0xa0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.193295]  skl_commit_modeset_enables+0x3e0/0x4f0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.193596]  intel_atomic_commit_tail+0x6bf/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.193904]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.194254]  intel_fbdev_set_par+0x1a/0x60 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    4.194637]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    6.936100] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2842, found 2720)
[    6.936108] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2842, found 2720)
[    6.936111] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_start (expected 2762, found 1380)
[    6.936113] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_end (expected 2802, found 1400)
[    6.936116] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    6.936118] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    6.936120] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2842, found 2720)
[    6.936122] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2842, found 2720)
[    6.936125] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_start (expected 2762, found 1380)
[    6.936127] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_end (expected 2802, found 1400)
[    6.936129] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    6.936131] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[    6.936134] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in pixel_rate (expected 291594, found 332418)
[    6.936138] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_clock (expected 291594, found 332418)
[    6.936140] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_clock (expected 291594, found 332418)
[    6.936169] WARNING: CPU: 4 PID: 11 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:219 intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    6.936513] Modules linked in: i915 i2c_algo_bit drm_buddy intel_gtt video wmi drm_display_helper cec ttm
[    6.936542] RIP: 0010:intel_modeset_verify_crtc+0x3d1/0x400 [i915]
[    6.936875]  intel_atomic_commit_tail+0x958/0xea0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    6.937225]  intel_atomic_commit+0x353/0x3a0 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    6.937583]  intel_fbdev_set_par+0x1a/0x60 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    6.937939]  intel_fbdev_initial_config+0x12/0x30 [i915 7e926e6162944f38ee2fb87924416b0e08fe0c0c]
[    6.957804] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.710056] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    8.715721] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    9.068568] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])

Offline

#4 2023-02-14 17:16:27

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

Does the flicker also happen in the multi-user.target (2nd link below) or just on a console TTY?

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

xrandr --verbose

Offline

#5 2023-02-14 23:29:17

xpt
Member
Registered: 2012-10-23
Posts: 60

Re: Screen Flickering Iris Xe Graphics i915

In the multi-user.target I have the same problem and also the image does not update. I have to switch between tty for it to update.

I removed the details of the disconnected screens.

$ xrandr --verbose 
Screen 0: minimum 320 x 200, current 2560 x 1600, maximum 16384 x 16384
DSI-1 connected primary 2560x1600+0+0 (0x48) normal (normal left inverted right x axis y axis) 0mm x 0mm
        Identifier: 0x42
        Timestamp:  8911
        Subpixel:   horizontal rgb
        Gamma:      1.0:1.0:1.0
        Brightness: 1.0
        Clones:    
        CRTC:       0
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        panel orientation: Normal 
                supported: Normal, Upside Down, Left Side Up, Right Side Up
        scaling mode: Full aspect 
                supported: Full, Center, Full aspect
        link-status: Good 
                supported: Good, Bad
        CONNECTOR_ID: 349 
                supported: 349
        non-desktop: 0 
                range: (0, 1)
  2560x1600 (0x48) 291.594MHz +HSync +VSync *current +preferred
        h: width  2560 start 2762 end 2802 total 2842 skew    0 clock 102.60KHz
        v: height 1600 start 1615 end 1630 total 1710           clock  60.00Hz
  2560x1600 (0x49) 348.500MHz -HSync +VSync
        h: width  2560 start 2760 end 3032 total 3504 skew    0 clock  99.46KHz
        v: height 1600 start 1603 end 1609 total 1658           clock  59.99Hz
  2560x1600 (0x4a) 268.500MHz +HSync -VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  98.71KHz
        v: height 1600 start 1603 end 1609 total 1646           clock  59.97Hz
  2560x1440 (0x4b) 638.250MHz -HSync +VSync DoubleScan
        h: width  2560 start 2780 end 3064 total 3568 skew    0 clock 178.88KHz
        v: height 1440 start 1441 end 1444 total 1491           clock  59.99Hz
  2560x1440 (0x4c) 469.125MHz +HSync -VSync DoubleScan
        h: width  2560 start 2584 end 2600 total 2640 skew    0 clock 177.70KHz
        v: height 1440 start 1441 end 1444 total 1481           clock  59.99Hz
  2560x1440 (0x4d) 312.250MHz -HSync +VSync
        h: width  2560 start 2752 end 3024 total 3488 skew    0 clock  89.52KHz
        v: height 1440 start 1443 end 1448 total 1493           clock  59.96Hz
  2560x1440 (0x4e) 241.500MHz +HSync -VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  88.79KHz
        v: height 1440 start 1443 end 1448 total 1481           clock  59.95Hz
  2048x1536 (0x4f) 266.950MHz -HSync +VSync
        h: width  2048 start 2200 end 2424 total 2800 skew    0 clock  95.34KHz
        v: height 1536 start 1537 end 1540 total 1589           clock  60.00Hz
  1920x1440 (0x50) 234.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2256 total 2600 skew    0 clock  90.00KHz
        v: height 1440 start 1441 end 1444 total 1500           clock  60.00Hz
  1856x1392 (0x51) 218.300MHz -HSync +VSync
        h: width  1856 start 1952 end 2176 total 2528 skew    0 clock  86.35KHz
        v: height 1392 start 1393 end 1396 total 1439           clock  60.01Hz
  1792x1344 (0x52) 204.800MHz -HSync +VSync
        h: width  1792 start 1920 end 2120 total 2448 skew    0 clock  83.66KHz
        v: height 1344 start 1345 end 1348 total 1394           clock  60.01Hz
  2048x1152 (0x53) 406.500MHz -HSync +VSync DoubleScan
        h: width  2048 start 2220 end 2444 total 2840 skew    0 clock 143.13KHz
        v: height 1152 start 1153 end 1156 total 1193           clock  59.99Hz
  2048x1152 (0x54) 302.500MHz +HSync -VSync DoubleScan
        h: width  2048 start 2072 end 2088 total 2128 skew    0 clock 142.15KHz
        v: height 1152 start 1153 end 1156 total 1185           clock  59.98Hz
  2048x1152 (0x55) 197.000MHz -HSync +VSync
        h: width  2048 start 2184 end 2400 total 2752 skew    0 clock  71.58KHz
        v: height 1152 start 1155 end 1160 total 1195           clock  59.90Hz
  2048x1152 (0x56) 156.750MHz +HSync -VSync
        h: width  2048 start 2096 end 2128 total 2208 skew    0 clock  70.99KHz
        v: height 1152 start 1155 end 1160 total 1185           clock  59.91Hz
  1920x1200 (0x57) 193.250MHz -HSync +VSync
        h: width  1920 start 2056 end 2256 total 2592 skew    0 clock  74.56KHz
        v: height 1200 start 1203 end 1209 total 1245           clock  59.88Hz
  1920x1200 (0x58) 154.000MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  74.04KHz
        v: height 1200 start 1203 end 1209 total 1235           clock  59.95Hz
  1920x1080 (0x59) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x5a) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x5b) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x5c) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1600x1200 (0x5d) 162.000MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock  75.00KHz
        v: height 1200 start 1201 end 1204 total 1250           clock  60.00Hz
  1680x1050 (0x5e) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x5f) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1400x1050 (0x60) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x61) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x62) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x63) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x64) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x65) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1400x900 (0x66) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x67) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x68) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x69) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x6a) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x6b) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x6c) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1280x800 (0x6d) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x6e) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x6f) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x70) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1280x720 (0x71) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x72) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x73) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x74) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x75) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x76) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x77) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x78) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x79) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x7a) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x7b) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x7c) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x7d) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x7e) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x7f) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x80) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x81) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x82) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x83) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x84) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x85) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x86) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x87) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x88) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x89) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x8a) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  700x525 (0x8b) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x8c) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x8d) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x8e) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  700x450 (0x8f) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x90) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x91) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x92) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x93) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x94) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x95) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x96) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  640x400 (0x97) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x98) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  640x360 (0x99) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x9a) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x9b) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x9c) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x9d) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x9e) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x9f) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0xa0) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0xa1) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0xa2) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0xa3) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0xa4) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0xa5) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0xa6) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0xa7) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0xa8) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0xa9)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0xaa)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
DP-1 disconnected (normal left inverted right x axis y axis)
...
DP-2 disconnected (normal left inverted right x axis y axis)
...
DP-3 disconnected (normal left inverted right x axis y axis)
...
DP-4 disconnected (normal left inverted right x axis y axis)
...
$ cat /var/log/Xorg.0.log
[     8.911] (--) Log file renamed from "/var/log/Xorg.pid-339.log" to "/var/log/Xorg.0.log"
[     8.912] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[     8.912] Current Operating System: Linux matebookarch 6.2.0-rc7-1-drm-tip-git-gc54b5fcf3e68 #1 SMP PREEMPT_DYNAMIC Sun, 12 Feb 2023 12:53:22 +0000 x86_64
[     8.912] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-drm-tip-git root=UUID=9f6e464f-17e1-4edf-bc99-c5bf03885792 rw loglevel=3 quiet i915.enable_psr=0 i915.enable_fbc=0 i915.enable_guc=0
[     8.912]  
[     8.912] Current version of pixman: 0.42.2
[     8.912]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     8.912] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.912] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 14 20:17:00 2023
[     8.912] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.913] (==) No Layout section.  Using the first Screen section.
[     8.913] (==) No screen section available. Using defaults.
[     8.913] (**) |-->Screen "Default Screen Section" (0)
[     8.913] (**) |   |-->Monitor "<default monitor>"
[     8.913] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     8.913] (==) Automatically adding devices
[     8.913] (==) Automatically enabling devices
[     8.913] (==) Automatically adding GPU devices
[     8.913] (==) Automatically binding GPU devices
[     8.913] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.913] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     8.913]    Entry deleted from font path.
[     8.913] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.913]    Entry deleted from font path.
[     8.913]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     8.913] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     8.913]    Entry deleted from font path.
[     8.913] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.913]    Entry deleted from font path.
[     8.913] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.913]    Entry deleted from font path.
[     8.913] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.913]    Entry deleted from font path.
[     8.913] (==) FontPath set to:

[     8.913] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.913] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.913] (II) Module ABI versions:
[     8.913]    X.Org ANSI C Emulation: 0.4
[     8.913]    X.Org Video Driver: 25.2
[     8.913]    X.Org XInput driver : 24.4
[     8.913]    X.Org Server Extension : 10.0
[     8.914] (++) using VT number 1

[     8.914] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.914] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.914] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     8.935] (--) PCI:*(0@0:2:0) 8086:9a40:1ec9:3e44 rev 1, Mem @ 0x601d000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[     8.935] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.935] (II) LoadModule: "glx"
[     8.935] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.938] (II) Module glx: vendor="X.Org Foundation"
[     8.938]    compiled for 1.21.1.7, module version = 1.0.0
[     8.938]    ABI class: X.Org Server Extension, version 10.0
[     8.938] (==) Matched intel as autoconfigured driver 0
[     8.938] (==) Matched modesetting as autoconfigured driver 1
[     8.938] (==) Matched fbdev as autoconfigured driver 2
[     8.938] (==) Matched vesa as autoconfigured driver 3
[     8.938] (==) Assigned the driver to the xf86ConfigLayout
[     8.938] (II) LoadModule: "intel"
[     8.938] (WW) Warning, couldn't open module intel
[     8.938] (EE) Failed to load module "intel" (module does not exist, 0)
[     8.938] (II) LoadModule: "modesetting"
[     8.938] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.940] (II) Module modesetting: vendor="X.Org Foundation"
[     8.940]    compiled for 1.21.1.7, module version = 1.21.1
[     8.940]    Module class: X.Org Video Driver
[     8.940]    ABI class: X.Org Video Driver, version 25.2
[     8.940] (II) LoadModule: "fbdev"
[     8.940] (WW) Warning, couldn't open module fbdev
[     8.940] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.940] (II) LoadModule: "vesa"
[     8.940] (WW) Warning, couldn't open module vesa
[     8.940] (EE) Failed to load module "vesa" (module does not exist, 0)
[     8.940] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.950] (II) modeset(0): using drv /dev/dri/card0
[     8.950] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     8.950] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     8.950] (==) modeset(0): RGB weight 888
[     8.950] (==) modeset(0): Default visual is TrueColor
[     8.950] (II) Loading sub module "glamoregl"
[     8.950] (II) LoadModule: "glamoregl"
[     8.950] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.953] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.953]    compiled for 1.21.1.7, module version = 1.0.1
[     8.953]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.090] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[     9.090] (II) modeset(0): glamor initialized
[     9.090] (==) modeset(0): VariableRefresh: disabled
[     9.090] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.090] (II) modeset(0): Output DSI-1 has no monitor section
[     9.091] (II) modeset(0): Output DP-1 has no monitor section
[     9.091] (II) modeset(0): Output DP-2 has no monitor section
[     9.091] (II) modeset(0): Output DP-3 has no monitor section
[     9.091] (II) modeset(0): Output DP-4 has no monitor section
[     9.091] (II) modeset(0): EDID for output DSI-1
[     9.092] (II) modeset(0): Printing probed modes for output DSI-1
[     9.092] (II) modeset(0): Modeline "2560x1600"x60.0  291.59  2560 2762 2802 2842  1600 1615 1630 1710 +hsync +vsync (102.6 kHz eP)
[     9.092] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     9.092] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     9.092] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     9.092] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     9.092] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     9.092] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     9.092] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     9.092] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     9.092] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     9.092] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     9.092] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     9.092] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.092] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.092] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.092] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.092] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.092] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.092] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.092] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.092] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.092] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.092] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.092] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.092] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.092] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.092] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.092] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.092] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.092] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.092] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.092] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.092] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.092] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.092] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.092] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.092] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.092] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.092] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.092] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.092] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.092] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.092] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.092] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.092] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.092] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.092] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.092] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.092] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.092] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.092] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.092] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.092] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.092] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.092] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.092] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.092] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.092] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.092] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.092] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.092] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.092] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.092] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.092] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.092] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.092] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.092] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.092] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.092] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.092] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.092] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.092] (II) modeset(0): EDID for output DP-1
[     9.092] (II) modeset(0): EDID for output DP-2
[     9.092] (II) modeset(0): EDID for output DP-3
[     9.092] (II) modeset(0): EDID for output DP-4
[     9.092] (II) modeset(0): Output DSI-1 connected
[     9.092] (II) modeset(0): Output DP-1 disconnected
[     9.092] (II) modeset(0): Output DP-2 disconnected
[     9.092] (II) modeset(0): Output DP-3 disconnected
[     9.092] (II) modeset(0): Output DP-4 disconnected
[     9.092] (II) modeset(0): Using exact sizes for initial modes
[     9.092] (II) modeset(0): Output DSI-1 using initial mode 2560x1600 +0+0
[     9.092] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.092] (==) modeset(0): DPI set to (96, 96)
[     9.092] (II) Loading sub module "fb"
[     9.092] (II) LoadModule: "fb"
[     9.092] (II) Module "fb" already built-in
[     9.108] (==) modeset(0): Backing store enabled
[     9.108] (==) modeset(0): Silken mouse enabled
[     9.148] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.149] (==) modeset(0): DPMS enabled
[     9.149] (II) modeset(0): [DRI2] Setup complete
[     9.149] (II) modeset(0): [DRI2]   DRI driver: iris
[     9.149] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     9.149] (II) Initializing extension Generic Event Extension
[     9.149] (II) Initializing extension SHAPE
[     9.149] (II) Initializing extension MIT-SHM
[     9.149] (II) Initializing extension XInputExtension
[     9.149] (II) Initializing extension XTEST
[     9.149] (II) Initializing extension BIG-REQUESTS
[     9.149] (II) Initializing extension SYNC
[     9.149] (II) Initializing extension XKEYBOARD
[     9.149] (II) Initializing extension XC-MISC
[     9.149] (II) Initializing extension SECURITY
[     9.149] (II) Initializing extension XFIXES
[     9.149] (II) Initializing extension RENDER
[     9.149] (II) Initializing extension RANDR
[     9.149] (II) Initializing extension COMPOSITE
[     9.150] (II) Initializing extension DAMAGE
[     9.150] (II) Initializing extension MIT-SCREEN-SAVER
[     9.150] (II) Initializing extension DOUBLE-BUFFER
[     9.150] (II) Initializing extension RECORD
[     9.150] (II) Initializing extension DPMS
[     9.150] (II) Initializing extension Present
[     9.150] (II) Initializing extension DRI3
[     9.150] (II) Initializing extension X-Resource
[     9.150] (II) Initializing extension XVideo
[     9.150] (II) Initializing extension XVideo-MotionCompensation
[     9.150] (II) Initializing extension GLX
[     9.155] (II) AIGLX: Loaded and initialized iris
[     9.155] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.155] (II) Initializing extension XFree86-VidModeExtension
[     9.155] (II) Initializing extension XFree86-DGA
[     9.155] (II) Initializing extension XFree86-DRI
[     9.155] (II) Initializing extension DRI2
[     9.156] (II) modeset(0): Damage tracking initialized
[     9.156] (II) modeset(0): Setting screen physical size to 677 x 423
[     9.190] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     9.190] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.190] (II) LoadModule: "libinput"
[     9.190] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.192] (II) Module libinput: vendor="X.Org Foundation"
[     9.192]    compiled for 1.21.1.3, module version = 1.2.1
[     9.192]    Module class: X.Org XInput Driver
[     9.192]    ABI class: X.Org XInput driver, version 24.4
[     9.192] (II) Using input driver 'libinput' for 'Video Bus'
[     9.192] (**) Video Bus: always reports core events
[     9.192] (**) Option "Device" "/dev/input/event2"
[     9.195] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     9.195] (II) event2  - Video Bus: device is a keyboard
[     9.195] (II) event2  - Video Bus: device removed
[     9.257] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[     9.257] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     9.258] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     9.258] (II) event2  - Video Bus: device is a keyboard
[     9.258] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     9.258] (II) No input driver specified, ignoring this device.
[     9.258] (II) This device may have been added with another device file.
[     9.258] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     9.258] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.258] (II) Using input driver 'libinput' for 'Power Button'
[     9.258] (**) Power Button: always reports core events
[     9.258] (**) Option "Device" "/dev/input/event1"
[     9.259] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     9.259] (II) event1  - Power Button: device is a keyboard
[     9.259] (II) event1  - Power Button: device removed
[     9.291] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     9.291] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     9.291] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     9.291] (II) event1  - Power Button: device is a keyboard
[     9.292] (II) config/udev: Adding input device HID 12d1:10b8 Keyboard (/dev/input/event8)
[     9.292] (**) HID 12d1:10b8 Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.292] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Keyboard'
[     9.292] (**) HID 12d1:10b8 Keyboard: always reports core events
[     9.292] (**) Option "Device" "/dev/input/event8"
[     9.292] (II) event8  - HID 12d1:10b8 Keyboard: is tagged by udev as: Keyboard
[     9.292] (II) event8  - HID 12d1:10b8 Keyboard: device is a keyboard
[     9.292] (II) event8  - HID 12d1:10b8 Keyboard: device removed
[     9.317] (II) libinput: HID 12d1:10b8 Keyboard: needs a virtual subdevice
[     9.317] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input18/event8"
[     9.317] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Keyboard" (type: MOUSE, id 8)
[     9.317] (**) Option "AccelerationScheme" "none"
[     9.317] (**) HID 12d1:10b8 Keyboard: (accel) selected scheme none/0
[     9.317] (**) HID 12d1:10b8 Keyboard: (accel) acceleration factor: 2.000
[     9.317] (**) HID 12d1:10b8 Keyboard: (accel) acceleration threshold: 4
[     9.318] (II) event8  - HID 12d1:10b8 Keyboard: is tagged by udev as: Keyboard
[     9.318] (II) event8  - HID 12d1:10b8 Keyboard: device is a keyboard
[     9.318] (II) config/udev: Adding input device HID 12d1:10b8 UNKNOWN (/dev/input/event9)
[     9.318] (II) No input driver specified, ignoring this device.
[     9.318] (II) This device may have been added with another device file.
[     9.319] (II) config/udev: Adding input device HID 12d1:10b8 Mouse (/dev/input/event10)
[     9.319] (**) HID 12d1:10b8 Mouse: Applying InputClass "libinput pointer catchall"
[     9.319] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Mouse'
[     9.319] (**) HID 12d1:10b8 Mouse: always reports core events
[     9.319] (**) Option "Device" "/dev/input/event10"
[     9.319] (II) event10 - HID 12d1:10b8 Mouse: is tagged by udev as: Mouse
[     9.319] (II) event10 - HID 12d1:10b8 Mouse: device is a pointer
[     9.320] (II) event10 - HID 12d1:10b8 Mouse: device removed
[     9.401] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input20/event10"
[     9.401] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Mouse" (type: MOUSE, id 9)
[     9.401] (**) Option "AccelerationScheme" "none"
[     9.401] (**) HID 12d1:10b8 Mouse: (accel) selected scheme none/0
[     9.401] (**) HID 12d1:10b8 Mouse: (accel) acceleration factor: 2.000
[     9.401] (**) HID 12d1:10b8 Mouse: (accel) acceleration threshold: 4
[     9.401] (II) event10 - HID 12d1:10b8 Mouse: is tagged by udev as: Mouse
[     9.401] (II) event10 - HID 12d1:10b8 Mouse: device is a pointer
[     9.402] (II) config/udev: Adding input device HID 12d1:10b8 Mouse (/dev/input/mouse1)
[     9.402] (II) No input driver specified, ignoring this device.
[     9.402] (II) This device may have been added with another device file.
[     9.402] (II) config/udev: Adding input device HID 12d1:10b8 Touchpad (/dev/input/event11)
[     9.402] (**) HID 12d1:10b8 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.402] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Touchpad'
[     9.402] (**) HID 12d1:10b8 Touchpad: always reports core events
[     9.402] (**) Option "Device" "/dev/input/event11"
[     9.402] (II) event11 - HID 12d1:10b8 Touchpad: is tagged by udev as: Touchpad
[     9.403] (II) event11 - HID 12d1:10b8 Touchpad: device is a touchpad
[     9.403] (II) event11 - HID 12d1:10b8 Touchpad: device removed
[     9.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input21/event11"
[     9.434] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Touchpad" (type: TOUCHPAD, id 10)
[     9.435] (**) Option "AccelerationScheme" "none"
[     9.435] (**) HID 12d1:10b8 Touchpad: (accel) selected scheme none/0
[     9.435] (**) HID 12d1:10b8 Touchpad: (accel) acceleration factor: 2.000
[     9.435] (**) HID 12d1:10b8 Touchpad: (accel) acceleration threshold: 4
[     9.435] (II) event11 - HID 12d1:10b8 Touchpad: is tagged by udev as: Touchpad
[     9.436] (II) event11 - HID 12d1:10b8 Touchpad: device is a touchpad
[     9.436] (II) config/udev: Adding input device HID 12d1:10b8 Touchpad (/dev/input/mouse2)
[     9.436] (II) No input driver specified, ignoring this device.
[     9.436] (II) This device may have been added with another device file.
[     9.436] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event12)
[     9.436] (II) No input driver specified, ignoring this device.
[     9.436] (II) This device may have been added with another device file.
[     9.436] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event15)
[     9.436] (II) No input driver specified, ignoring this device.
[     9.436] (II) This device may have been added with another device file.
[     9.437] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event16)
[     9.437] (II) No input driver specified, ignoring this device.
[     9.437] (II) This device may have been added with another device file.
[     9.437] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event17)
[     9.437] (II) No input driver specified, ignoring this device.
[     9.437] (II) This device may have been added with another device file.
[     9.437] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[     9.437] (II) No input driver specified, ignoring this device.
[     9.437] (II) This device may have been added with another device file.
[     9.437] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[     9.437] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     9.437] (II) Using input driver 'libinput' for 'Intel HID events'
[     9.437] (**) Intel HID events: always reports core events
[     9.437] (**) Option "Device" "/dev/input/event4"
[     9.437] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     9.437] (II) event4  - Intel HID events: device is a keyboard
[     9.438] (II) event4  - Intel HID events: device removed
[     9.460] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input4/event4"
[     9.460] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 11)
[     9.461] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[     9.461] (II) event4  - Intel HID events: device is a keyboard
[     9.461] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[     9.461] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[     9.461] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[     9.461] (**) Intel HID 5 button array: always reports core events
[     9.461] (**) Option "Device" "/dev/input/event5"
[     9.462] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     9.462] (II) event5  - Intel HID 5 button array: device is a keyboard
[     9.462] (II) event5  - Intel HID 5 button array: device removed
[     9.481] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input5/event5"
[     9.481] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 12)
[     9.481] (II) event5  - Intel HID 5 button array: is tagged by udev as: Keyboard
[     9.481] (II) event5  - Intel HID 5 button array: device is a keyboard
[     9.481] (II) config/udev: Adding input device Huawei WMI hotkeys (/dev/input/event14)
[     9.481] (**) Huawei WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     9.481] (II) Using input driver 'libinput' for 'Huawei WMI hotkeys'
[     9.481] (**) Huawei WMI hotkeys: always reports core events
[     9.481] (**) Option "Device" "/dev/input/event14"
[     9.482] (II) event14 - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[     9.482] (II) event14 - Huawei WMI hotkeys: device is a keyboard
[     9.482] (II) event14 - Huawei WMI hotkeys: device removed
[     9.524] (**) Option "config_info" "udev:/sys/devices/platform/huawei-wmi/input/input14/event14"
[     9.524] (II) XINPUT: Adding extended input device "Huawei WMI hotkeys" (type: KEYBOARD, id 13)
[     9.524] (II) event14 - Huawei WMI hotkeys: is tagged by udev as: Keyboard
[     9.524] (II) event14 - Huawei WMI hotkeys: device is a keyboard
[     9.525] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event3)
[     9.525] (**) AT Raw Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.525] (II) Using input driver 'libinput' for 'AT Raw Set 2 keyboard'
[     9.525] (**) AT Raw Set 2 keyboard: always reports core events
[     9.525] (**) Option "Device" "/dev/input/event3"
[     9.525] (II) event3  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[     9.525] (II) event3  - AT Raw Set 2 keyboard: device is a keyboard
[     9.525] (II) event3  - AT Raw Set 2 keyboard: device removed
[     9.554] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     9.554] (II) XINPUT: Adding extended input device "AT Raw Set 2 keyboard" (type: KEYBOARD, id 14)
[     9.554] (II) event3  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[     9.554] (II) event3  - AT Raw Set 2 keyboard: device is a keyboard
[     9.555] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[     9.555] (II) No input driver specified, ignoring this device.
[     9.555] (II) This device may have been added with another device file.
[     9.578] (**) HID 12d1:10b8 Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.578] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Keyboard'
[     9.578] (**) HID 12d1:10b8 Keyboard: always reports core events
[     9.578] (**) Option "Device" "/dev/input/event8"
[     9.578] (II) libinput: HID 12d1:10b8 Keyboard: is a virtual subdevice
[     9.578] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input18/event8"
[     9.578] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Keyboard" (type: KEYBOARD, id 15)
[     9.649] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event17)
[     9.649] (II) No input driver specified, ignoring this device.
[     9.649] (II) This device may have been added with another device file.
[     9.649] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event16)
[     9.649] (II) No input driver specified, ignoring this device.
[     9.649] (II) This device may have been added with another device file.
[     9.650] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event18)
[     9.650] (II) No input driver specified, ignoring this device.
[     9.650] (II) This device may have been added with another device file.
[     9.654] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event15)
[     9.654] (II) No input driver specified, ignoring this device.
[     9.654] (II) This device may have been added with another device file.
[     9.654] (II) config/udev: removing device HID 12d1:10b8 Mouse
[     9.654] (II) event10 - HID 12d1:10b8 Mouse: device removed
[     9.701] (II) UnloadModule: "libinput"
[     9.701] (II) config/udev: Adding input device HID 12d1:10b8 Mouse (/dev/input/event10)
[     9.701] (**) HID 12d1:10b8 Mouse: Applying InputClass "libinput pointer catchall"
[     9.701] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Mouse'
[     9.701] (**) HID 12d1:10b8 Mouse: always reports core events
[     9.701] (**) Option "Device" "/dev/input/event10"
[     9.703] (II) event10 - HID 12d1:10b8 Mouse: is tagged by udev as: Mouse
[     9.703] (II) event10 - HID 12d1:10b8 Mouse: device is a pointer
[     9.703] (II) event10 - HID 12d1:10b8 Mouse: device removed
[     9.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input20/event10"
[     9.731] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Mouse" (type: MOUSE, id 9)
[     9.731] (**) Option "AccelerationScheme" "none"
[     9.731] (**) HID 12d1:10b8 Mouse: (accel) selected scheme none/0
[     9.731] (**) HID 12d1:10b8 Mouse: (accel) acceleration factor: 2.000
[     9.731] (**) HID 12d1:10b8 Mouse: (accel) acceleration threshold: 4
[     9.732] (II) event10 - HID 12d1:10b8 Mouse: is tagged by udev as: Mouse
[     9.733] (II) event10 - HID 12d1:10b8 Mouse: device is a pointer
[     9.733] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event12)
[     9.733] (II) No input driver specified, ignoring this device.
[     9.733] (II) This device may have been added with another device file.
[     9.734] (II) config/udev: Adding input device HID 12d1:10b8 UNKNOWN (/dev/input/event9)
[     9.734] (II) No input driver specified, ignoring this device.
[     9.734] (II) This device may have been added with another device file.
[     9.735] (II) config/udev: removing device HID 12d1:10b8 Keyboard
[     9.735] (II) UnloadModule: "libinput"
[     9.736] (II) config/udev: removing device HID 12d1:10b8 Keyboard
[     9.736] (II) event8  - HID 12d1:10b8 Keyboard: device removed
[     9.771] (II) UnloadModule: "libinput"
[     9.771] (II) config/udev: Adding input device HID 12d1:10b8 Keyboard (/dev/input/event8)
[     9.771] (**) HID 12d1:10b8 Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.771] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Keyboard'
[     9.771] (**) HID 12d1:10b8 Keyboard: always reports core events
[     9.771] (**) Option "Device" "/dev/input/event8"
[     9.773] (II) event8  - HID 12d1:10b8 Keyboard: is tagged by udev as: Keyboard
[     9.773] (II) event8  - HID 12d1:10b8 Keyboard: device is a keyboard
[     9.773] (II) event8  - HID 12d1:10b8 Keyboard: device removed
[     9.794] (II) libinput: HID 12d1:10b8 Keyboard: needs a virtual subdevice
[     9.794] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input18/event8"
[     9.794] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Keyboard" (type: MOUSE, id 8)
[     9.794] (**) Option "AccelerationScheme" "none"
[     9.794] (**) HID 12d1:10b8 Keyboard: (accel) selected scheme none/0
[     9.794] (**) HID 12d1:10b8 Keyboard: (accel) acceleration factor: 2.000
[     9.794] (**) HID 12d1:10b8 Keyboard: (accel) acceleration threshold: 4
[     9.796] (II) event8  - HID 12d1:10b8 Keyboard: is tagged by udev as: Keyboard
[     9.796] (II) event8  - HID 12d1:10b8 Keyboard: device is a keyboard
[     9.796] (**) HID 12d1:10b8 Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.796] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Keyboard'
[     9.796] (**) HID 12d1:10b8 Keyboard: always reports core events
[     9.796] (**) Option "Device" "/dev/input/event8"
[     9.796] (II) libinput: HID 12d1:10b8 Keyboard: is a virtual subdevice
[     9.796] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input18/event8"
[     9.797] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Keyboard" (type: KEYBOARD, id 15)
[     9.797] (II) config/udev: removing device HID 12d1:10b8 Touchpad
[     9.797] (II) event11 - HID 12d1:10b8 Touchpad: device removed
[     9.844] (II) UnloadModule: "libinput"
[     9.844] (II) config/udev: Adding input device HID 12d1:10b8 Touchpad (/dev/input/event11)
[     9.844] (**) HID 12d1:10b8 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.844] (II) Using input driver 'libinput' for 'HID 12d1:10b8 Touchpad'
[     9.844] (**) HID 12d1:10b8 Touchpad: always reports core events
[     9.844] (**) Option "Device" "/dev/input/event11"
[     9.845] (II) event11 - HID 12d1:10b8 Touchpad: is tagged by udev as: Touchpad
[     9.845] (II) event11 - HID 12d1:10b8 Touchpad: device is a touchpad
[     9.845] (II) event11 - HID 12d1:10b8 Touchpad: device removed
[     9.891] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:12D1:10B8.0002/input/input21/event11"
[     9.891] (II) XINPUT: Adding extended input device "HID 12d1:10b8 Touchpad" (type: TOUCHPAD, id 10)
[     9.891] (**) Option "AccelerationScheme" "none"
[     9.891] (**) HID 12d1:10b8 Touchpad: (accel) selected scheme none/0
[     9.891] (**) HID 12d1:10b8 Touchpad: (accel) acceleration factor: 2.000
[     9.891] (**) HID 12d1:10b8 Touchpad: (accel) acceleration threshold: 4
[     9.892] (II) event11 - HID 12d1:10b8 Touchpad: is tagged by udev as: Touchpad
[     9.893] (II) event11 - HID 12d1:10b8 Touchpad: device is a touchpad
[     9.893] (II) config/udev: Adding input device HID 12d1:10b8 Mouse (/dev/input/mouse1)
[     9.893] (II) No input driver specified, ignoring this device.
[     9.893] (II) This device may have been added with another device file.
[     9.893] (II) config/udev: Adding input device HID 12d1:10b8 Touchpad (/dev/input/mouse2)
[     9.893] (II) No input driver specified, ignoring this device.
[     9.893] (II) This device may have been added with another device file.
[     9.893] (II) config/udev: Adding input device HID 12d1:10b8 (/dev/input/event6)
[     9.893] (**) HID 12d1:10b8: Applying InputClass "libinput touchscreen catchall"
[     9.893] (II) Using input driver 'libinput' for 'HID 12d1:10b8'
[     9.893] (**) HID 12d1:10b8: always reports core events
[     9.894] (**) Option "Device" "/dev/input/event6"
[     9.948] (II) event6  - HID 12d1:10b8: is tagged by udev as: Touchscreen
[     9.948] (II) event6  - HID 12d1:10b8: device is a touch device
[     9.948] (II) event6  - HID 12d1:10b8: device removed
[     9.984] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:12D1:10B8.0001/input/input15/event6"
[     9.984] (II) XINPUT: Adding extended input device "HID 12d1:10b8" (type: TOUCHSCREEN, id 16)
[     9.984] (**) Option "AccelerationScheme" "none"
[     9.984] (**) HID 12d1:10b8: (accel) selected scheme none/0
[     9.984] (**) HID 12d1:10b8: (accel) acceleration factor: 2.000
[     9.984] (**) HID 12d1:10b8: (accel) acceleration threshold: 4
[    10.041] (II) event6  - HID 12d1:10b8: is tagged by udev as: Touchscreen
[    10.041] (II) event6  - HID 12d1:10b8: device is a touch device
[    10.042] (II) config/udev: Adding input device HID 12d1:10b8 UNKNOWN (/dev/input/event7)
[    10.042] (**) HID 12d1:10b8 UNKNOWN: Applying InputClass "libinput touchscreen catchall"
[    10.042] (II) Using input driver 'libinput' for 'HID 12d1:10b8 UNKNOWN'
[    10.042] (**) HID 12d1:10b8 UNKNOWN: always reports core events
[    10.042] (**) Option "Device" "/dev/input/event7"
[    10.042] (II) event7  - HID 12d1:10b8 UNKNOWN: is tagged by udev as: Touchscreen
[    10.042] (II) event7  - HID 12d1:10b8 UNKNOWN: device is a touch device
[    10.042] (II) event7  - HID 12d1:10b8 UNKNOWN: device removed
[    10.071] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:12D1:10B8.0001/input/input17/event7"
[    10.071] (II) XINPUT: Adding extended input device "HID 12d1:10b8 UNKNOWN" (type: TOUCHSCREEN, id 17)
[    10.071] (**) Option "AccelerationScheme" "none"
[    10.071] (**) HID 12d1:10b8 UNKNOWN: (accel) selected scheme none/0
[    10.071] (**) HID 12d1:10b8 UNKNOWN: (accel) acceleration factor: 2.000
[    10.071] (**) HID 12d1:10b8 UNKNOWN: (accel) acceleration threshold: 4
[    10.071] (II) event7  - HID 12d1:10b8 UNKNOWN: is tagged by udev as: Touchscreen
[    10.071] (II) event7  - HID 12d1:10b8 UNKNOWN: device is a touch device
[    10.072] (II) config/udev: Adding input device HID 12d1:10b8 (/dev/input/mouse0)
[    10.072] (II) No input driver specified, ignoring this device.
[    10.072] (II) This device may have been added with another device file.

Offline

#6 2023-02-15 07:27:49

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

In the multi-user.target I have the same problem and also the image does not update. I have to switch between tty for it to update.

It's kernel, edid or HW then.

Since you tested various kernels incl. the lts one, regression tests are probably pointless.

1. Does it happen if you run the output at a low resolution (xrandr --output DSI-1 --mode 1024x768)?
2. Add "i915.enable_dc=0 intel_idle.max_cstate=1" to the kernel parameters (disables power saving)
3. As for the 2560x1440 modes, there're quite some. Try to select a different (~60Hz) one, eg. "xrandr --output DSI-1 --mode 0x4a"

Offline

#7 2023-02-15 17:41:12

xpt
Member
Registered: 2012-10-23
Posts: 60

Re: Screen Flickering Iris Xe Graphics i915

1. It's the same.
2. I tried adding these parameters (together with the others and only them) and still the same.
3. It's the same.

Thank you for your help.

Offline

#8 2023-02-23 15:10:19

apaskal
Member
Registered: 2023-02-23
Posts: 1

Re: Screen Flickering Iris Xe Graphics i915

Hi!
I'm using Huawei Matebook E 2022 too.
I was able to install Ubuntu 23.10 and then kernel 6.1.4 to get no flickering screen output.

Steps to reproduce )
0. Get kernel 6.1.4 files. See how at https://9to5linux.com/you-can-now-insta … -heres-how
1. Install Ubuntu 23.10
2. Start in recovery single user (root) mode
3. Mount flash drive with 6.1.4 kernels *deb files (run dmesg after usb drive plug to get device name to mount)
6. Install *deb files
7. Reboot

I have tried all kernels above 6.1.4 till 6.2 without success.
Other working kernel was 6.0.19.

P.S.
# uname -a
Linux  6.1.4-060104-generic #202301071207 SMP PREEMPT_DYNAMIC Sun Jan  8 18:52:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Offline

#9 2023-02-23 15:13:52

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

The OP wrote:

I also installed Ubuntu 22.04 for testing and only get image in safe mode without flickering.

I have tried all kernels above 6.1.4 till 6.2 without success.

https://wiki.archlinux.org/title/Arch_Linux_Archive

Offline

#10 2023-02-23 15:25:15

xpt
Member
Registered: 2012-10-23
Posts: 60

Re: Screen Flickering Iris Xe Graphics i915

apaskal wrote:

I was able to install Ubuntu 23.10 and then kernel 6.1.4 to get no flickering screen output.

Thank you apaskal for your answer.

It's not clear to me if you tested kernel 6.14 on Arch Linux or only on Ubuntu, could you specify that?

Also, as I said in the beginning, I know that in Ubuntu can run, the idea is that it can work on Arch Linux.

Offline

#11 2023-04-17 00:14:48

xpt
Member
Registered: 2012-10-23
Posts: 60

Re: Screen Flickering Iris Xe Graphics i915

Is there any solution?

Offline

#12 2023-04-17 06:52:07

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

Also, as I said in the beginning, I know that in Ubuntu can run

I also installed Ubuntu 22.04 for testing and only get image in safe mode without flickering.

xf86-video-vesa and "nomodeset" - but that's hardly a solution you want.

To be sure, "xrandr --output DSI-1 --mode 0x76"  (non-doublescan XGA) causes the same?

external screen works fine

And the behavior is the same w/o the external output?

[    3.939723] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)
[    3.939733] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2840, found 2720)
[    3.939736] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    3.939739] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    3.939741] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2840, found 2720)
[    3.939744] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2840, found 2720)
[    3.939746] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    3.939748] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)

Please post the entire system journal, not only the i915 greps in dmesg.
Ifff this complaint starts w/ the kernel modeline (thus nomodeset would be relevant here) and that problem somehow bleeds into the X11 session, you might get away w/ selecting a different mode for the console, https://www.kernel.org/doc/Documentation/fb/modedb.rst - try 1024x768

Offline

#13 2023-04-24 07:18:08

Blacklands
Member
Registered: 2023-04-24
Posts: 3

Re: Screen Flickering Iris Xe Graphics i915

I have the same device, with the same issue.
I'm running Fedora Workstation right now though, but I can install Arch instead if the forum rules require that (it's really hard to find help for this... I just want to get this to work with Linux, I don't particularly care about which distro it ends up with).

How can I contribute to hopefully figuring this out?

Booting with "nomodeset" makes the issue go away for me! But that's basically just software rendering, right? So not a permanent solution.

I tried manually updating to the latest mainline kernel, 6.3, but that didn't help.
Next I suppose I will try downgrading to 6.1.4, since that apparently works for apaskal?

seth wrote:

Ifff this complaint starts w/ the kernel modeline (thus nomodeset would be relevant here) and that problem somehow bleeds into the X11 session, you might get away w/ selecting a different mode for the console, https://www.kernel.org/doc/Documentation/fb/modedb.rst - try 1024x768

Could you give some more details on how to do that, please? Where would I set this?

What other details could I give to make it possible to track this down?

Last edited by Blacklands (2023-04-24 07:19:02)

Offline

#14 2023-04-24 07:30:00

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

Where would I set this?

https://wiki.archlinux.org/title/Kernel_parameters - same as adding "nomodeset"

What other details could I give to make it possible to track this down?

Do you also get

[    3.939723] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)

Offline

#15 2023-04-24 08:31:41

Blacklands
Member
Registered: 2023-04-24
Posts: 3

Re: Screen Flickering Iris Xe Graphics i915

I tried adding "video=1024x768", sadly this did not seem to do anything (same flickering issue, looks the same too).

[    3.939723] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)

I am getting that as well, yes. Would me posting the full "dmesg" output help?
In terms of errors (prefixed with "ERROR"), the above one seems to be the only one, although there's a bunch of them with different numbers (is that for video modes or something like that?).

Something else that I noticed (might be unrelated) is that the ambient light sensor seems to not really work, at least the display is extremely dark and I have to set it brighter manually after every boot (setting the brightness manually works though).
Also, suspend doesn't seem to work, it just doesn't wake up again and I need to hold the power button to entirely kill it and then boot from scratch. Of course this could be a separate issue, but I'm mentioning this because it does work when "nomodeset" is being used. So it might be that the display just doesn't wake up properly because of the video driver issues?

There's also "System Failure"s being reported upon boot by xorg-x11-drv-intel (this even happens with "nomodeset"), is there anything from the details of that I could post? There's a short backtrace, a giant dmesg output, and some more (which seems to be mostly system info stuff).

EDIT 1:

I've tried out kernel 6.0.18. (I couldn't find any RPMs for kernel 6.0.19 to 6.1.4 for Fedora.)
Like for apaskal further above in this thread, this kernel version seems to not have the issue. I don't know why this older version works and later versions are not working anymore. A regression of some kind?
I also don't get the xorg-x11-drv-intel System Failures reported anymore with that kernel version.

Resuming from suspend is still broken. The device doesn't seem to really wake up at all (my attached keyboard lights up though, so it's not entirely dead, but the screen never turns on). So that still only works with "nomodeset". Seems it is S0 sleep, specifically, in case that matters. Seems this is the only supported version (I wish it had S3 sleep).
The errors from "dmesg" (see beginning of post) are also still present.

EDIT 2:

I installed Ubuntu 23.04. Same (half) screen flicker issue. I then switched it to kernel 6.1.4. That also works, no screen flicker anymore.
However, the "mismatch in hw.pipe_mode.crtc_htotal" errors are still appearing.

Suspend is broken there, too. Seems that the MateBook E only supports "s2idle" sleep, which is pretty bad. No deep sleep. Well, with this kernel anyway. But a lot of modern devices don't support S3 sleep anymore, so this might be the same on Windows.
I then enabled hibernation, which does work fine from what I saw.
Auto-rotation when rotating the tablet also works, by the way.
However, I then discovered that I can't turn the screen off when using Wayland. Apparently this is just not possible right now...?
I then switched Ubuntu to X11. Apparently something is broken there, because the UI performance is atrocious. Just moving the mouse is lagging and stuttering like crazy. Unusable.

Now I'm stuck again. I guess I can't use Wayland right now because there's no way to turn the screen off. This is an OLED screen, so I definitely want to be able to turn it off.
I'll probably go back to Fedora, or try Arch.
But ultimately if this doesn't get fixed in the kernel, I guess I'll end up on Windows again, as much as I don't want to. sad I don't want to be stuck on an old kernel version.

Last edited by Blacklands (2023-04-24 18:27:45)

Offline

#16 2023-04-24 22:37:28

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

"nomodeset" should break what "xorg-x11-drv-intel" likely is (xf86-video-intel, the intel ddx driver) and that driver is advised against in the arch wiki (and on the forum) for newer IGPs anyway (causing all sorts of trouble)

Just to be sure that you're facing the same situation as the OP, you did try "i915.enable_psr=0" and "i915.enable_fbc=0"?

Though there seem really device specific issues:
https://gitlab.freedesktop.org/drm/intel/-/issues/6607
and previously the internal display didn't work at all:
https://gitlab.freedesktop.org/drm/intel/-/issues/6476

Offline

#17 2023-04-25 08:04:59

Blacklands
Member
Registered: 2023-04-24
Posts: 3

Re: Screen Flickering Iris Xe Graphics i915

Yes, I've tried "i915.enable_psr=0" and "i915.enable_fbc=0". No change (at least not visually), still broken, unfortunately.

I saw the thread about the display not working at all before I bought this tablet, and since that was fixed, I had foolishly assumed that the display would work correctly. Turns out it doesn't, yet! Or I guess it did, in those earlier kernel versions, but not anymore now for whatever reason.

I wish I knew that it is about this tablet in particular that makes things so difficult to work. Unfortunately there are only a tiny handful of tablets with an x86 CPU and an OLED display on the market right now, so there isn't really much of an alternative there either.
I wonder if it's the specific hardware configuration for the display. Given that only exactly one half is glitching out, maybe the display is being driven by two separate chips, one for each half? And they are somehow not quite in sync, or something like that. In case it matters: Which half of the display is glitchy seems to be random. Sometimes it's the right side, sometimes it's the left side. It seems like it varies on each boot (it doesn't change once the device is booted).

Interesting information about the xf86-video-intel driver. I wonder why it is still apparently being used right out of the box with Fedora, then. (But I know this is the Arch forums, so that doesn't matter here.) I guess I will try to replace/remove it, then?
If it would help for this issue, I can also install Arch. (But I heard Arch isn't that easy for Linux newbies?)

EDIT:
On the first issue you linked, it's interesting that that one user apparently had suspend working on Ubuntu. That has not been my experience. I only got hibernate to work, but not S2 sleep.

EDIT 2:
Seems the "performance issues" on X11 are actually just an issue with my wireless dongle mouse (Logitech receiver). Something is wrong with that. Otherwise X11 seems to work fine.
But I've tested Fedora with KDE Plasma (on Wayland) now and I can turn the display off there. So it seems I can stay on Wayland, in any case. Good to know! (Suspend is broken on this setup too, by the way.)

EDIT 3:
After hopping through various distros and kernel versions, I've finally given up. I never managed to enable hardware-accelerated video decoding successfully (no matter what video player I tried), I never managed to fix suspend. I also found another issue where if I turn the screen off, after some minutes, it does not turn back on. The device is just dead, and I need to hard-reset. It's not suspending, because suspend is disabled. The screen just doesn't come back on. Especially given that this is using an OLED screen, this alone is unacceptable, unfortunately.
Despite all my hopes, I had to go back to Windows... sad
But I'll keep my hopes up that someday, Linux will work properly on this tablet. Then I'll gladly switch back to it!!

Last edited by Blacklands (2023-05-07 20:50:40)

Offline

#18 2024-05-25 22:18:31

Matew
Member
Registered: 2024-05-25
Posts: 1

Re: Screen Flickering Iris Xe Graphics i915

apaskal wrote:

Hi!
I'm using Huawei Matebook E 2022 too.
I was able to install Ubuntu 23.10 and then kernel 6.1.4 to get no flickering screen output.

Steps to reproduce )
0. Get kernel 6.1.4 files. See how at https://9to5linux.com/you-can-now-insta … -heres-how
1. Install Ubuntu 23.10
2. Start in recovery single user (root) mode
3. Mount flash drive with 6.1.4 kernels *deb files (run dmesg after usb drive plug to get device name to mount)
6. Install *deb files
7. Reboot

I have tried all kernels above 6.1.4 till 6.2 without success.
Other working kernel was 6.0.19.

P.S.
# uname -a
Linux  6.1.4-060104-generic #202301071207 SMP PREEMPT_DYNAMIC Sun Jan  8 18:52:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux


THANK YOU VERY Match, its working for debian  12 too. I search resolv of this problem long time)

Offline

#19 2024-10-03 07:52:27

Rufish
Member
Registered: 2024-10-01
Posts: 2

Re: Screen Flickering Iris Xe Graphics i915

apaskal wrote:

Hi!
I'm using Huawei Matebook E 2022 too.
I was able to install Ubuntu 23.10 and then kernel 6.1.4 to get no flickering screen output.

Steps to reproduce )
0. Get kernel 6.1.4 files. See how at https://9to5linux.com/you-can-now-insta … -heres-how
1. Install Ubuntu 23.10
2. Start in recovery single user (root) mode
3. Mount flash drive with 6.1.4 kernels *deb files (run dmesg after usb drive plug to get device name to mount)
6. Install *deb files
7. Reboot

I have tried all kernels above 6.1.4 till 6.2 without success.
Other working kernel was 6.0.19.

P.S.
# uname -a
Linux  6.1.4-060104-generic #202301071207 SMP PREEMPT_DYNAMIC Sun Jan  8 18:52:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Thanks a lot! It works for me.
And furthermore, i found where is the problem is.
I research into the difference of kernel 6.1.4 and 6.1.5 and found the problem lies in /drivers/gpu/drm/i915/display/intel_dsi_vbt.c in the source code of kernel.
In 6.1.5, the kernel added a new function icl_native_gpio_set_value() which result the problem.
Owing to lack of the knowledge of coding the kernel, i just annotated some of the code. And then i builded  the kernel in my computer and install it. The flickering problem is gone with the version of kernel 6.1.5.

Here is my solution:
1. Download the source code of kernel you want after 6.1.5
2. Find the file intel_dsi_vbt.c in /linux-6.*.*/drivers/gpu/drm/i915/display/intel_dsi_vbt.c
3. In that file, find function icl_native_gpio_set_value(),and then annotated all of the code in case "MIPI_RESET_1" and "MIPI_RESET_2"
4. And then build this kernel and install it.
That all.

And by the way, i found the code annotated is about Hot Plug Detect, and i guessed it may have some bad effect to that, next i would like to contact the author of that file to know more infomation about it.

EDIT 1:
I found there are still some problem for new version of kernel, the screen flickering was gone, but the screen was black, not able to display anything...

Last edited by Rufish (2024-10-03 14:36:46)

Offline

#20 2024-10-03 13:28:48

seth
Member
Registered: 2012-09-03
Posts: 63,331

Re: Screen Flickering Iris Xe Graphics i915

Does "i915.enable_guc=0 i915.enable_dc=0 i915.enable_fbc=0 i915.enable_psr=0" help w/ the unpatched kernel?
https://wiki.archlinux.org/title/Kernel_parameters

Offline

#21 2024-10-07 02:52:35

Rufish
Member
Registered: 2024-10-01
Posts: 2

Re: Screen Flickering Iris Xe Graphics i915

seth wrote:

Does "i915.enable_guc=0 i915.enable_dc=0 i915.enable_fbc=0 i915.enable_psr=0" help w/ the unpatched kernel?
https://wiki.archlinux.org/title/Kernel_parameters

Thanks for your help, but these parameters are still not work, the problem is the same, and these are my dmesg info.

[    0.575694] ACPI: bus type drm_connector registered
[    0.583247] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.596919] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    3.154359] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.164181] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.164254] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    4.164298] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    4.204593] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    4.207962] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    4.232772] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    7.766957] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2840, found 2720)
[    7.766973] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2840, found 2720)
[    7.766979] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[    7.766984] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[    7.766988] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2840, found 2720)
[    7.766992] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2840, found 2720)
[    7.766997] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[    7.767001] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[    7.767058] WARNING: CPU: 1 PID: 419 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:223 verify_crtc_state+0x50c/0x690 [i915]
[    7.767621]  btbcm spi_nor hid_sensor_trigger rapl btmtk processor_thermal_device_pci_legacy mtd intel_rapl_msr mei_me bluetooth snd intel_cstate huawei_wmi processor_thermal_device drm_buddy industrialio_triggered_buffer i2c_i801 kfifo_buf ledtrig_audio cfg80211 processor_thermal_wt_hint wmi_bmof soundcore mei ttm hid_sensor_iio_common processor_thermal_rfim spi_intel_pci ecdh_generic i2c_smbus spi_intel industrialio ecc drm_display_helper processor_thermal_rapl cec intel_rapl_common processor_thermal_wt_req rc_core processor_thermal_power_floor processor_thermal_mbox i2c_algo_bit intel_soc_dts_iosf intel_skl_int3472_tps68470 tps68470_regulator clk_tps68470 intel_pmc_core int3403_thermal int340x_thermal_zone soc_button_array intel_skl_int3472_discrete intel_hid intel_vsec sparse_keymap int3400_thermal pmt_telemetry joydev acpi_thermal_rel acpi_pad acpi_tad input_leds pmt_class serio_raw mac_hid msr parport_pc ppdev lp parport efi_pstore nfnetlink dmi_sysfs ip_tables x_tables autofs4 hid_multitouch usbhid
[    7.770801]  drm_atomic_commit+0x96/0xd0
[    7.770811]  ? __pfx___drm_printfn_info+0x10/0x10
[    7.771270]  ? drm_privacy_screen_get+0x16d/0x190
[    7.773453] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[    7.776292] fbcon: i915drmfb (fb0) is primary device
[    7.776473] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   11.319230] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_htotal (expected 2842, found 2720)
[   11.319245] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hblank_end (expected 2842, found 2720)
[   11.319250] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_start (expected 2762, found 1380)
[   11.319254] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_hsync_end (expected 2802, found 1400)
[   11.319259] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vtotal (expected 1710, found 1800)
[   11.319262] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_vblank_end (expected 1710, found 1800)
[   11.319266] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_htotal (expected 2842, found 2720)
[   11.319270] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hblank_end (expected 2842, found 2720)
[   11.319274] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_start (expected 2762, found 1380)
[   11.319278] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_hsync_end (expected 2802, found 1400)
[   11.319282] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vtotal (expected 1710, found 1800)
[   11.319286] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_vblank_end (expected 1710, found 1800)
[   11.319291] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in pixel_rate (expected 291594, found 332418)
[   11.319298] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.pipe_mode.crtc_clock (expected 291594, found 332418)
[   11.319302] i915 0000:00:02.0: [drm] *ERROR* [CRTC:98:pipe A] mismatch in hw.adjusted_mode.crtc_clock (expected 291594, found 332418)
[   11.319357] WARNING: CPU: 4 PID: 230 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:223 verify_crtc_state+0x50c/0x690 [i915]
[   11.319719] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_soc_intel_hda_dsp_common snd_sof_probes xe snd_hda_codec_hdmi snd_hda_codec_conexant drm_gpuvm drm_exec snd_hda_codec_generic gpu_sched drm_suballoc_helper drm_ttm_helper snd_soc_dmic cmac algif_hash algif_skcipher af_alg qrtr bnep snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core intel_uncore_frequency snd_soc_acpi_intel_match intel_uncore_frequency_common snd_soc_acpi soundwire_generic_allocation soundwire_bus snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi binfmt_misc kvm_intel snd_hda_codec iwlmvm snd_hda_core snd_hwdep nls_iso8859_1 kvm mac80211 snd_pcm snd_seq_midi snd_seq_midi_event i915 irqbypass crct10dif_pclmul snd_rawmidi
[   11.319803]  polyval_clmulni libarc4 polyval_generic ghash_clmulni_intel sha256_ssse3 snd_seq sha1_ssse3 btusb mei_hdcp mei_pxp aesni_intel snd_seq_device btrtl crypto_simd iwlwifi cmdlinepart btintel hid_sensor_gyro_3d snd_timer hid_sensor_rotation hid_sensor_accel_3d hid_sensor_als cryptd btbcm spi_nor hid_sensor_trigger rapl btmtk processor_thermal_device_pci_legacy mtd intel_rapl_msr mei_me bluetooth snd intel_cstate huawei_wmi processor_thermal_device drm_buddy industrialio_triggered_buffer i2c_i801 kfifo_buf ledtrig_audio cfg80211 processor_thermal_wt_hint wmi_bmof soundcore mei ttm hid_sensor_iio_common processor_thermal_rfim spi_intel_pci ecdh_generic i2c_smbus spi_intel industrialio ecc drm_display_helper processor_thermal_rapl cec intel_rapl_common processor_thermal_wt_req rc_core processor_thermal_power_floor processor_thermal_mbox i2c_algo_bit intel_soc_dts_iosf intel_skl_int3472_tps68470 tps68470_regulator clk_tps68470 intel_pmc_core int3403_thermal int340x_thermal_zone soc_button_array
[   11.322850]  drm_atomic_commit+0x96/0xd0
[   11.322860]  ? __pfx___drm_printfn_info+0x10/0x10
[   11.322868]  drm_client_modeset_commit_atomic+0x200/0x240
[   11.322877]  drm_client_modeset_commit_locked+0x5b/0x170
[   11.322893]  drm_client_modeset_commit+0x26/0x50
[   11.322908]  __drm_fb_helper_restore_fbdev_mode_unlocked+0xc2/0x100

Offline

Board footer

Powered by FluxBB