2024-05-24, 09:42 PM
(This post was last modified: 2024-05-24, 09:44 PM by TheDreadPirate. Edited 1 time in total.)
I'm wondering if this is a kernel bug or something. For the record, this is what it should look like. Not quite apples-to-apples since I have an Intel Arc. But it should be very similar.
Are you able to try booting with an older kernel?
Code:
root@rat-trap:/var/log# grep i915 dmesg.0
[ 4.708599] kernel: i915 0000:03:00.0: [drm] VT-d active for gfx access
[ 4.799512] kernel: i915 0000:03:00.0: vgaarb: deactivate vga console
[ 4.799556] kernel: i915 0000:03:00.0: [drm] Local memory IO size: 0x000000017c800000
[ 4.799558] kernel: i915 0000:03:00.0: [drm] Local memory available: 0x000000017c800000
[ 4.813635] kernel: i915 0000:03:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
[ 4.817734] kernel: i915 0000:03:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8)
[ 4.823421] kernel: i915 0000:03:00.0: [drm] GT0: GuC firmware i915/dg2_guc_70.bin version 70.20.0
[ 4.823424] kernel: i915 0000:03:00.0: [drm] GT0: HuC firmware i915/dg2_huc_gsc.bin version 7.10.3
[ 4.833204] kernel: i915 0000:03:00.0: [drm] GT0: GUC: submission enabled
[ 4.833206] kernel: i915 0000:03:00.0: [drm] GT0: GUC: SLPC enabled
[ 4.833434] kernel: i915 0000:03:00.0: [drm] GT0: GUC: RC enabled
[ 4.905338] kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:03:00.0 on minor 1
[ 4.906060] kernel: i915 display info: display version: 13
[ 4.906062] kernel: i915 display info: cursor_needs_physical: no
[ 4.906063] kernel: i915 display info: has_cdclk_crawl: no
[ 4.906064] kernel: i915 display info: has_cdclk_squash: yes
[ 4.906064] kernel: i915 display info: has_ddi: yes
[ 4.906065] kernel: i915 display info: has_dp_mst: yes
[ 4.906066] kernel: i915 display info: has_dsb: yes
[ 4.906066] kernel: i915 display info: has_fpga_dbg: yes
[ 4.906067] kernel: i915 display info: has_gmch: no
[ 4.906067] kernel: i915 display info: has_hotplug: yes
[ 4.906068] kernel: i915 display info: has_hti: no
[ 4.906068] kernel: i915 display info: has_ipc: yes
[ 4.906069] kernel: i915 display info: has_overlay: no
[ 4.906069] kernel: i915 display info: has_psr: yes
[ 4.906070] kernel: i915 display info: has_psr_hw_tracking: no
[ 4.906071] kernel: i915 display info: overlay_needs_physical: no
[ 4.906071] kernel: i915 display info: supports_tv: no
[ 4.906072] kernel: i915 display info: has_hdcp: yes
[ 4.906072] kernel: i915 display info: has_dmc: yes
[ 4.906073] kernel: i915 display info: has_dsc: yes
[ 4.932022] kernel: snd_hda_intel 0000:04:00.0: bound 0000:03:00.0 (ops i915_audio_component_bind_ops [i915])
[ 4.933456] kernel: fbcon: i915drmfb (fb0) is primary device
[ 5.010283] kernel: i915 0000:03:00.0: [drm] fb0: i915drmfb frame buffer device
[ 5.660703] kernel: i915 0000:03:00.0: [drm] GT0: HuC: authenticated for all workloads
[ 5.660719] kernel: mei_pxp i915.mei-gsc.768-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:03:00.0 (ops i915_pxp_tee_component_ops [i915])
Are you able to try booting with an older kernel?