You are not logged in.

#1 2021-07-15 16:24:34

druka-grey
Member
Registered: 2021-07-15
Posts: 2

[Solved] No output from Intel integrated graphics

Hi.

I just switched to new hardware and I have yet another issue making Arch working properly on my machine.

My new config has integrated graphics (i9-10850k with UHD Graphics 630) and a discrete GPU (GTX 1060).

I can't get any output from the integrated graphics when I boot from a live USB, nor after installing Arch using the GTX 1060 and trying to configure stuff according to the archwiki.

I'm stuck with a black screen right at the booting process. At this point I don't even use a graphical interface.

I need Arch to use integrated graphics only, just like with my previous config (i7 6700k with HD Graphics 530 + the same GTX 1060) because I plan to reuse my discrete GPU in a VM with a PCI passthrough.

I tried :
* Both HDMI and Display Port outputs from the motherboard,
* Changing various GPU related options in the BIOS,
* Linux 5.12.15,
* Linux LTS 5.10.49 (Current),
* Adding `intel_agp` and `i915` modules in `mkinitcpio.conf`, rebuilding the initramfs (Then reverting),
* Blacklisting `nouveau` (Then reverting obviously because no output at all)

I also tried the latest Pop OS on Linux 5.11.0 where I successfully got an output from the integrated graphics, so this make me think my hardware is not faulty.

dmesg output :
https://pastebin.com/BvtSwUhk

mkinitcpio.conf :
https://pastebin.com/iT2Ms1ec

I can't get any information on this, maybe I'm just dumb and missed something. Any idea what is preventing me from getting an output from the integrated graphics ?

Thank you.

Last edited by druka-grey (2021-07-15 20:07:41)

Offline

#2 2021-07-15 19:14:21

seth
Member
Registered: 2012-09-03
Posts: 50,929

Re: [Solved] No output from Intel integrated graphics

Did you notice

[    2.737610] ------------[ cut here ]------------
[    2.737611] i915 0000:00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv, INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))
[    2.737646] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/i915/intel_pch.c:123 intel_pch_type+0x88d/0x940 [i915]
[    2.737647] Modules linked in: x86_pkg_temp_thermal(+) intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) snd_hda_codec_hdmi(+) acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.737669] CPU: 16 PID: 379 Comm: systemd-udevd Not tainted 5.10.49-1-lts #1
[    2.737670] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.737689] RIP: 0010:intel_pch_type+0x88d/0x940 [i915]
[    2.737690] Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 ac 0d 13 e3 48 c7 c1 70 d6 ab c1 4c 89 e2 48 c7 c7 6e 75 ae c1 48 89 c6 e8 8f 8b 49 e3 <0f> 0b e9 f2 f8 ff ff 48 8b 7b 18 4c 8b 67 50 4d 85 e4 75 03 4c 8b
[    2.737691] RSP: 0018:ffffb84d40f27b78 EFLAGS: 00010286
[    2.737691] RAX: 0000000000000000 RBX: ffff91a214a00000 RCX: 0000000000000027
[    2.737692] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.737692] RBP: ffff91a201f1a000 R08: 0000000000000000 R09: ffffb84d40f27998
[    2.737693] R10: ffffb84d40f27990 R11: ffff91a57c7ae8a8 R12: ffff91a201ebac70
[    2.737693] R13: ffff91a214a00000 R14: 0000000000004380 R15: ffff91a214a00000
[    2.737694] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.737694] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.737695] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.737695] PKRU: 55555554
[    2.737696] Call Trace:
[    2.737715]  intel_detect_pch+0x5b/0x2d0 [i915]
[    2.737734]  i915_driver_probe+0x2c1/0xc70 [i915]
[    2.737736]  ? acpi_dev_found+0x63/0x70
[    2.737738]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.737756]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.737757]  local_pci_probe+0x42/0x80
[    2.737758]  pci_device_probe+0xfa/0x1b0
[    2.737760]  really_probe+0xf2/0x440
[    2.737761]  driver_probe_device+0xe1/0x150
[    2.737762]  device_driver_attach+0xa1/0xb0
[    2.737763]  __driver_attach+0x8a/0x150
[    2.737764]  ? device_driver_attach+0xb0/0xb0
[    2.737765]  ? device_driver_attach+0xb0/0xb0
[    2.737765]  bus_for_each_dev+0x78/0xc0
[    2.737766]  bus_add_driver+0x12b/0x1e0
[    2.737767]  driver_register+0x8f/0xe0
[    2.737768]  ? 0xffffffffc1bd0000
[    2.737789]  i915_init+0x5d/0x70 [i915]
[    2.737791]  do_one_initcall+0x44/0x1d0
[    2.737792]  ? do_init_module+0x23/0x260
[    2.737794]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.737795]  do_init_module+0x5c/0x260
[    2.737796]  __do_sys_init_module+0x12e/0x1b0
[    2.737798]  do_syscall_64+0x33/0x40
[    2.737799]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.737800] RIP: 0033:0x7f667da5632e
[    2.737801] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.737801] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.737802] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.737803] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.737803] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.737804] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.737804] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.737805] ---[ end trace 55747f8d32184ed0 ]---
[    2.738208] checking generic (80000000 1e0000) vs hw (a2000000 1000000)
[    2.738209] checking generic (80000000 1e0000) vs hw (80000000 10000000)
[    2.738209] fb0: switching to inteldrmfb from EFI VGA
[    2.738238] Console: switching to colour dummy device 80x25
[    2.738255] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.739580] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.740274] i915 0000:00:02.0: [drm] *ERROR* crtc 51: Can't calculate constants, dotclock = 0!
[    2.740275] i915 0000:00:02.0: [drm] *ERROR* crtc 72: Can't calculate constants, dotclock = 0!
[    2.740277] ------------[ cut here ]------------
[    2.740277] i915 0000:00:02.0: drm_WARN_ON_ONCE(drm_drv_uses_atomic_modeset(dev))
[    2.740299] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/drm_vblank.c:722 drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x313/0x320 [drm]
[    2.740300] Modules linked in: x86_pkg_temp_thermal(+) intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) snd_hda_codec_hdmi(+) acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.740320] CPU: 16 PID: 379 Comm: systemd-udevd Tainted: G        W         5.10.49-1-lts #1
[    2.740321] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.740327] RIP: 0010:drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x313/0x320 [drm]
[    2.740328] Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 76 84 74 e4 48 c7 c1 08 a0 35 c0 4c 89 ea 48 c7 c7 48 5a 35 c0 48 89 c6 e8 59 02 ab e4 <0f> 0b e9 e5 fe ff ff e8 31 bf af e4 90 0f 1f 44 00 00 48 8b 87 b0
[    2.740329] RSP: 0018:ffffb84d40f27958 EFLAGS: 00010082
[    2.740329] RAX: 0000000000000000 RBX: ffff91a214a00000 RCX: 0000000000000027
[    2.740330] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.740330] RBP: ffffb84d40f279c8 R08: 0000000000000000 R09: ffffb84d40f27778
[    2.740331] R10: ffffb84d40f27770 R11: ffff91a57c7ae8a8 R12: 0000000000000000
[    2.740331] R13: ffff91a201ebac70 R14: ffffffffc193c3d0 R15: ffff91a203bbc4a8
[    2.740332] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.740332] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.740333] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.740333] PKRU: 55555554
[    2.740333] Call Trace:
[    2.740336]  ? idr_alloc+0x36/0x60
[    2.740342]  drm_get_last_vbltimestamp+0xaa/0xc0 [drm]
[    2.740348]  drm_reset_vblank_timestamp+0x5b/0xd0 [drm]
[    2.740354]  drm_crtc_vblank_on+0x7b/0x130 [drm]
[    2.740380]  intel_modeset_setup_hw_state+0xbcb/0x18f0 [i915]
[    2.740388]  ? drm_modeset_lock_all+0x21/0xa0 [drm]
[    2.740412]  intel_modeset_init_nogem+0x85c/0x1d10 [i915]
[    2.740432]  ? fwtable_write32+0x4c/0x230 [i915]
[    2.740450]  ? intel_irq_postinstall+0x38b/0x680 [i915]
[    2.740468]  i915_driver_probe+0x5c2/0xc70 [i915]
[    2.740470]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.740488]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.740489]  local_pci_probe+0x42/0x80
[    2.740490]  pci_device_probe+0xfa/0x1b0
[    2.740491]  really_probe+0xf2/0x440
[    2.740492]  driver_probe_device+0xe1/0x150
[    2.740493]  device_driver_attach+0xa1/0xb0
[    2.740494]  __driver_attach+0x8a/0x150
[    2.740495]  ? device_driver_attach+0xb0/0xb0
[    2.740496]  ? device_driver_attach+0xb0/0xb0
[    2.740497]  bus_for_each_dev+0x78/0xc0
[    2.740497]  bus_add_driver+0x12b/0x1e0
[    2.740498]  driver_register+0x8f/0xe0
[    2.740499]  ? 0xffffffffc1bd0000
[    2.740520]  i915_init+0x5d/0x70 [i915]
[    2.740521]  do_one_initcall+0x44/0x1d0
[    2.740522]  ? do_init_module+0x23/0x260
[    2.740523]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.740524]  do_init_module+0x5c/0x260
[    2.740525]  __do_sys_init_module+0x12e/0x1b0
[    2.740527]  do_syscall_64+0x33/0x40
[    2.740528]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.740528] RIP: 0033:0x7f667da5632e
[    2.740529] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.740530] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.740531] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.740531] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.740531] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.740532] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.740532] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.740533] ---[ end trace 55747f8d32184ed1 ]---
[    2.740929] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    2.740949] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    2.740964] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    2.740994] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    2.741018] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    2.741044] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    2.741093] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    2.741485] ACPI Warning: \_SB.PC00.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
[    2.741518] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[    2.741669] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[    2.741860] ------------[ cut here ]------------
[    2.741862] i915 0000:00:02.0: drm_WARN_ON(!pll->info->funcs->get_hw_state(dev_priv, pll, &pipe_config->dpll_hw_state))
[    2.741906] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/i915/display/intel_display.c:11160 hsw_get_pipe_config+0xf71/0x12c0 [i915]
[    2.741907] Modules linked in: x86_pkg_temp_thermal intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) nouveau(+) snd_hda_codec_hdmi acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.741941] CPU: 16 PID: 379 Comm: systemd-udevd Tainted: G        W         5.10.49-1-lts #1
[    2.741941] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.741975] RIP: 0010:hsw_get_pipe_config+0xf71/0x12c0 [i915]
[    2.741976] Code: 4c 8b 7f 50 4d 85 ff 75 03 4c 8b 3f e8 f8 de 08 e3 48 c7 c1 e0 7e ac c1 4c 89 fa 48 c7 c7 a1 c5 ae c1 48 89 c6 e8 db 5c 3f e3 <0f> 0b e9 e8 f3 ff ff 4d 8d be 08 08 00 00 ba 01 00 00 00 be 08 00
[    2.741977] RSP: 0018:ffffb84d40f27898 EFLAGS: 00010282
[    2.741978] RAX: 0000000000000000 RBX: 0000000000000202 RCX: 0000000000000027
[    2.741979] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.741980] RBP: ffff91a214a00000 R08: 0000000000000000 R09: ffffb84d40f276b8
[    2.741980] R10: ffffb84d40f276b0 R11: ffff91a57c7ae8a8 R12: ffff91a20bf3a000
[    2.741981] R13: ffff91a201173000 R14: ffff91a214a00000 R15: ffff91a201ebac70
[    2.741982] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.741983] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.741984] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.741984] PKRU: 55555554
[    2.741985] Call Trace:
[    2.741988]  ? ktime_get_mono_fast_ns+0x4e/0x90
[    2.742021]  ? skl_ddi_pll_get_hw_state+0xa7/0xf0 [i915]
[    2.742054]  ? verify_single_dpll_state+0xa0/0x340 [i915]
[    2.742087]  intel_atomic_commit_tail+0x96e/0x12c0 [i915]
[    2.742120]  intel_atomic_commit+0x32b/0x3b0 [i915]
[    2.742153]  intel_modeset_init+0x11d/0x210 [i915]
[    2.742180]  i915_driver_probe+0x5e8/0xc70 [i915]
[    2.742183]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.742209]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.742211]  local_pci_probe+0x42/0x80
[    2.742213]  pci_device_probe+0xfa/0x1b0
[    2.742215]  really_probe+0xf2/0x440
[    2.742217]  driver_probe_device+0xe1/0x150
[    2.742218]  device_driver_attach+0xa1/0xb0
[    2.742219]  __driver_attach+0x8a/0x150
[    2.742220]  ? device_driver_attach+0xb0/0xb0
[    2.742222]  ? device_driver_attach+0xb0/0xb0
[    2.742223]  bus_for_each_dev+0x78/0xc0
[    2.742224]  bus_add_driver+0x12b/0x1e0
[    2.742225]  driver_register+0x8f/0xe0
[    2.742227]  ? 0xffffffffc1bd0000
[    2.742256]  i915_init+0x5d/0x70 [i915]
[    2.742258]  do_one_initcall+0x44/0x1d0
[    2.742260]  ? do_init_module+0x23/0x260
[    2.742262]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.742263]  do_init_module+0x5c/0x260
[    2.742265]  __do_sys_init_module+0x12e/0x1b0
[    2.742267]  do_syscall_64+0x33/0x40
[    2.742268]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.742270] RIP: 0033:0x7f667da5632e
[    2.742271] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.742272] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.742274] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.742275] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.742275] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.742276] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.742277] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.742278] ---[ end trace 55747f8d32184ed2 ]---
[    2.742310] ------------[ cut here ]------------
[    2.742311] crtc active state doesn't match with hw state (expected 0, found 1)
[    2.742351] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/i915/display/intel_display.c:14330 intel_atomic_commit_tail+0x1264/0x12c0 [i915]
[    2.742351] Modules linked in: x86_pkg_temp_thermal intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) nouveau(+) snd_hda_codec_hdmi acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.742384] CPU: 16 PID: 379 Comm: systemd-udevd Tainted: G        W         5.10.49-1-lts #1
[    2.742385] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.742417] RIP: 0010:intel_atomic_commit_tail+0x1264/0x12c0 [i915]
[    2.742418] Code: e3 0f 0b e9 ff f7 ff ff e8 55 79 3f e3 0f 0b e9 02 fe ff ff e8 49 79 3f e3 0f 0b 0f b6 44 24 04 e9 b3 f7 ff ff e8 38 79 3f e3 <0f> 0b 48 8b 44 24 08 0f b6 80 48 01 00 00 e9 2e f7 ff ff e8 20 79
[    2.742419] RSP: 0018:ffffb84d40f27a28 EFLAGS: 00010282
[    2.742420] RAX: 0000000000000000 RBX: ffff91a201173000 RCX: 0000000000000027
[    2.742421] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.742422] RBP: ffff91a214a00000 R08: 0000000000000000 R09: ffffb84d40f27848
[    2.742422] R10: ffffb84d40f27840 R11: ffff91a57c7ae8a8 R12: ffff91a212eae000
[    2.742423] R13: ffff91a214a00000 R14: ffff91a20bf3f000 R15: ffff91a20bf3a000
[    2.742424] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.742425] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.742425] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.742426] PKRU: 55555554
[    2.742426] Call Trace:
[    2.742458]  intel_atomic_commit+0x32b/0x3b0 [i915]
[    2.742490]  intel_modeset_init+0x11d/0x210 [i915]
[    2.742516]  i915_driver_probe+0x5e8/0xc70 [i915]
[    2.742518]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.742544]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.742546]  local_pci_probe+0x42/0x80
[    2.742548]  pci_device_probe+0xfa/0x1b0
[    2.742549]  really_probe+0xf2/0x440
[    2.742550]  driver_probe_device+0xe1/0x150
[    2.742552]  device_driver_attach+0xa1/0xb0
[    2.742553]  __driver_attach+0x8a/0x150
[    2.742554]  ? device_driver_attach+0xb0/0xb0
[    2.742555]  ? device_driver_attach+0xb0/0xb0
[    2.742557]  bus_for_each_dev+0x78/0xc0
[    2.742558]  bus_add_driver+0x12b/0x1e0
[    2.742559]  driver_register+0x8f/0xe0
[    2.742560]  ? 0xffffffffc1bd0000
[    2.742587]  i915_init+0x5d/0x70 [i915]
[    2.742590]  do_one_initcall+0x44/0x1d0
[    2.742591]  ? do_init_module+0x23/0x260
[    2.742592]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.742593]  do_init_module+0x5c/0x260
[    2.742595]  __do_sys_init_module+0x12e/0x1b0
[    2.742596]  do_syscall_64+0x33/0x40
[    2.742598]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.742599] RIP: 0033:0x7f667da5632e
[    2.742600] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.742601] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.742602] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.742603] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.742603] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.742604] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.742605] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.742606] ---[ end trace 55747f8d32184ed3 ]---
[    2.742615] ------------[ cut here ]------------
[    2.742616] i915 0000:00:02.0: drm_WARN_ON(!pll->info->funcs->get_hw_state(dev_priv, pll, &pipe_config->dpll_hw_state))
[    2.742655] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/i915/display/intel_display.c:11160 hsw_get_pipe_config+0xf71/0x12c0 [i915]
[    2.742655] Modules linked in: x86_pkg_temp_thermal intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) nouveau(+) snd_hda_codec_hdmi acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.742688] CPU: 16 PID: 379 Comm: systemd-udevd Tainted: G        W         5.10.49-1-lts #1
[    2.742688] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.742720] RIP: 0010:hsw_get_pipe_config+0xf71/0x12c0 [i915]
[    2.742721] Code: 4c 8b 7f 50 4d 85 ff 75 03 4c 8b 3f e8 f8 de 08 e3 48 c7 c1 e0 7e ac c1 4c 89 fa 48 c7 c7 a1 c5 ae c1 48 89 c6 e8 db 5c 3f e3 <0f> 0b e9 e8 f3 ff ff 4d 8d be 08 08 00 00 ba 01 00 00 00 be 08 00
[    2.742722] RSP: 0018:ffffb84d40f27898 EFLAGS: 00010282
[    2.742723] RAX: 0000000000000000 RBX: 0000000000000404 RCX: 0000000000000027
[    2.742724] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.742724] RBP: ffff91a214a00000 R08: 0000000000000000 R09: ffffb84d40f276b8
[    2.742725] R10: ffffb84d40f276b0 R11: ffff91a57c7ae8a8 R12: ffff91a20bf3b000
[    2.742726] R13: ffff91a201171800 R14: ffff91a214a00000 R15: ffff91a201ebac70
[    2.742727] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.742727] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.742728] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.742729] PKRU: 55555554
[    2.742729] Call Trace:
[    2.742731]  ? __warn+0xbe/0x110
[    2.742763]  ? intel_atomic_commit_tail+0x1264/0x12c0 [i915]
[    2.742765]  ? report_bug+0x9a/0xc0
[    2.742766]  ? handle_bug+0x3a/0xa0
[    2.742767]  ? exc_invalid_op+0x14/0x70
[    2.742768]  ? asm_exc_invalid_op+0x12/0x20
[    2.742799]  intel_atomic_commit_tail+0x96e/0x12c0 [i915]
[    2.742830]  intel_atomic_commit+0x32b/0x3b0 [i915]
[    2.742861]  intel_modeset_init+0x11d/0x210 [i915]
[    2.742888]  i915_driver_probe+0x5e8/0xc70 [i915]
[    2.742891]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.742916]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.742918]  local_pci_probe+0x42/0x80
[    2.742920]  pci_device_probe+0xfa/0x1b0
[    2.742921]  really_probe+0xf2/0x440
[    2.742922]  driver_probe_device+0xe1/0x150
[    2.742923]  device_driver_attach+0xa1/0xb0
[    2.742925]  __driver_attach+0x8a/0x150
[    2.742926]  ? device_driver_attach+0xb0/0xb0
[    2.742927]  ? device_driver_attach+0xb0/0xb0
[    2.742928]  bus_for_each_dev+0x78/0xc0
[    2.742929]  bus_add_driver+0x12b/0x1e0
[    2.742931]  driver_register+0x8f/0xe0
[    2.742932]  ? 0xffffffffc1bd0000
[    2.742959]  i915_init+0x5d/0x70 [i915]
[    2.742961]  do_one_initcall+0x44/0x1d0
[    2.742962]  ? do_init_module+0x23/0x260
[    2.742964]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.742965]  do_init_module+0x5c/0x260
[    2.742967]  __do_sys_init_module+0x12e/0x1b0
[    2.742969]  do_syscall_64+0x33/0x40
[    2.742970]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.742971] RIP: 0033:0x7f667da5632e
[    2.742972] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.742972] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.742974] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.742975] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.742975] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.742976] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.742977] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.742978] ---[ end trace 55747f8d32184ed4 ]---
[    2.743009] ------------[ cut here ]------------
[    2.743010] crtc active state doesn't match with hw state (expected 0, found 1)
[    2.743045] WARNING: CPU: 16 PID: 379 at drivers/gpu/drm/i915/display/intel_display.c:14330 intel_atomic_commit_tail+0x1264/0x12c0 [i915]
[    2.743046] Modules linked in: x86_pkg_temp_thermal intel_powerclamp pcc_cpufreq(-) fjes(-) coretemp i915(+) nouveau(+) snd_hda_codec_hdmi acpi_cpufreq(-) btrfs kvm_intel snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation kvm soundwire_cadence snd_hda_codec snd_hda_core snd_hwdep soundwire_bus vfat fat irqbypass snd_soc_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel blake2b_generic crypto_simd xor cryptd raid6_pq glue_helper rapl mxm_wmi snd_compress intel_cstate i2c_algo_bit ttm ac97_bus snd_pcm_dmaengine intel_uncore libcrc32c snd_pcm drm_kms_helper r8169 intel_spi_pci intel_spi spi_nor snd_timer realtek mdio_devres libphy snd mei_me mtd cec i2c_i801 pcspkr intel_gtt mei i2c_smbus soundcore syscopyarea sysfillrect sysimgblt fb_sys_fops wmi video mac_hid acpi_tad acpi_pad drm fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 crc32c_intel xhci_pci xhci_pci_renesas
[    2.743068] CPU: 16 PID: 379 Comm: systemd-udevd Tainted: G        W         5.10.49-1-lts #1
[    2.743069] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H570 Steel Legend, BIOS P1.30 01/29/2021
[    2.743092] RIP: 0010:intel_atomic_commit_tail+0x1264/0x12c0 [i915]
[    2.743093] Code: e3 0f 0b e9 ff f7 ff ff e8 55 79 3f e3 0f 0b e9 02 fe ff ff e8 49 79 3f e3 0f 0b 0f b6 44 24 04 e9 b3 f7 ff ff e8 38 79 3f e3 <0f> 0b 48 8b 44 24 08 0f b6 80 48 01 00 00 e9 2e f7 ff ff e8 20 79
[    2.743094] RSP: 0018:ffffb84d40f27a28 EFLAGS: 00010282
[    2.743094] RAX: 0000000000000000 RBX: ffff91a201171800 RCX: 0000000000000027
[    2.743095] RDX: ffff91a56c818bb8 RSI: 0000000000000001 RDI: ffff91a56c818bb0
[    2.743095] RBP: ffff91a214a00000 R08: 0000000000000000 R09: ffffb84d40f27848
[    2.743096] R10: ffffb84d40f27840 R11: ffff91a57c7ae8a8 R12: ffff91a212eae000
[    2.743096] R13: ffff91a214a00000 R14: ffff91a20bf3c000 R15: ffff91a20bf3b000
[    2.743097] FS:  00007f667d120a40(0000) GS:ffff91a56c800000(0000) knlGS:0000000000000000
[    2.743097] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.743098] CR2: 00007f667c5b8d3a CR3: 00000001049a6004 CR4: 00000000007706e0
[    2.743098] PKRU: 55555554
[    2.743098] Call Trace:
[    2.743123]  intel_atomic_commit+0x32b/0x3b0 [i915]
[    2.743146]  intel_modeset_init+0x11d/0x210 [i915]
[    2.743166]  i915_driver_probe+0x5e8/0xc70 [i915]
[    2.743168]  ? vga_switcheroo_client_probe_defer+0x1f/0x40
[    2.743187]  ? i915_pci_probe+0x3f/0x150 [i915]
[    2.743188]  local_pci_probe+0x42/0x80
[    2.743189]  pci_device_probe+0xfa/0x1b0
[    2.743190]  really_probe+0xf2/0x440
[    2.743191]  driver_probe_device+0xe1/0x150
[    2.743192]  device_driver_attach+0xa1/0xb0
[    2.743193]  __driver_attach+0x8a/0x150
[    2.743194]  ? device_driver_attach+0xb0/0xb0
[    2.743196]  ? device_driver_attach+0xb0/0xb0
[    2.743196]  bus_for_each_dev+0x78/0xc0
[    2.743197]  bus_add_driver+0x12b/0x1e0
[    2.743198]  driver_register+0x8f/0xe0
[    2.743199]  ? 0xffffffffc1bd0000
[    2.743219]  i915_init+0x5d/0x70 [i915]
[    2.743221]  do_one_initcall+0x44/0x1d0
[    2.743222]  ? do_init_module+0x23/0x260
[    2.743223]  ? kmem_cache_alloc_trace+0x130/0x260
[    2.743224]  do_init_module+0x5c/0x260
[    2.743225]  __do_sys_init_module+0x12e/0x1b0
[    2.743226]  do_syscall_64+0x33/0x40
[    2.743227]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.743228] RIP: 0033:0x7f667da5632e
[    2.743228] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    2.743229] RSP: 002b:00007ffc5d076b68 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    2.743230] RAX: ffffffffffffffda RBX: 000055ed2014cff0 RCX: 00007f667da5632e
[    2.743230] RDX: 00007f667dbada9d RSI: 0000000000508ac1 RDI: 000055ed209f4140
[    2.743230] RBP: 000055ed209f4140 R08: 000055ed2013b510 R09: 00007ffc5d0754d1
[    2.743231] R10: 000055e87ec0382b R11: 0000000000000246 R12: 00007f667dbada9d
[    2.743231] R13: 000055ed2014cff0 R14: 000055ed200ebed0 R15: 000055ed2014cff0
[    2.743232] ---[ end trace 55747f8d32184ed5 ]---
[    2.747190] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.842047] nouveau 0000:01:00.0: bios: version 86.06.11.00.42
[    2.842266] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    2.843109] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.843180] nouveau 0000:01:00.0: pmu: firmware unavailable
[    2.843454] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[    2.843541] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.843547] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes

Maybe try the linux kernel instead of the lts kernel that whatever install script or derivate you're using shoved onto your disk?

Offline

#3 2021-07-15 19:40:34

loqs
Member
Registered: 2014-03-06
Posts: 17,310

Re: [Solved] No output from Intel integrated graphics

If it is Comet Lake + TigerPoint it will need 5.13 currently in testing to avoid the warning https://github.com/torvalds/linux/commi … 0cffe395f6
5.13 also added the rest of support for the combination.

Offline

#4 2021-07-15 20:02:53

seth
Member
Registered: 2012-09-03
Posts: 50,929

Re: [Solved] No output from Intel integrated graphics

@druka-grey, since you claim the  Linux 5.12.15 kernel doesn't work either (I'm really sorry, missed that - my bad) but 5.11 on pop!Os does, please post the dmesg from there to get "cleaner" kernel messages and also the dmesg from pop!Os.

Offline

#5 2021-07-15 20:07:01

druka-grey
Member
Registered: 2021-07-15
Posts: 2

Re: [Solved] No output from Intel integrated graphics

Okay, I tested Linux 5.13 and I successfully got video output on Intel graphics. This is what I've done :

* Copying /etc/pacman.conf to /etc/pacman-testing.conf,
* Enabling [testing] in /etc/pacman-testing.conf,
* pacman -R linux-lts
* pacman -Sy linux --config=/etc/pacman-testing.conf
* grub-mkconfig -o /boot/grub.grub.cfg

I hope 5.13 will not be too buggy. Thank you very much <3

Offline

#6 2021-07-15 20:17:22

loqs
Member
Registered: 2014-03-06
Posts: 17,310

Re: [Solved] No output from Intel integrated graphics

The Pop!OS kernel had https://github.com/pop-os/linux/commit/ … 53a604d2db while Arch generally does not backport none upstreamed commits.

Last edited by loqs (2021-07-15 20:19:21)

Offline

#7 2021-07-15 20:39:48

seth
Member
Registered: 2012-09-03
Posts: 50,929

Re: [Solved] No output from Intel integrated graphics

Woah, that's a pretty aggressively patched "5.11" over there…

Offline

Board footer

Powered by FluxBB