Mod-edit: Formatting
Hi,
I am currently facing an issue where I don’t exactly know what the root cause is but closest I can think of is this section.
So I recently bought me a new laptop, a “Lenovo Yoga Slim 7 (14ITL05)”.
I am running “Linux laptop 5.10.0-1-MANJARO” as a kernel, otherwise Manjaro stable.
From the inside this laptop is on the Intel Tiger Lake platform with the integrated “Xe” GPU. Everything runs mostly fine but I cannot figure out how to get HDMI out working on the laptop.
It definitely worked with Windows 10 which was what the system came installed with.
xrandr shows:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 310mm x 170mm 1920x1080 60.05*+
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
This is weird because the laptop has 2x Thunderbolt4 but it shows 3x DP connectors so perhaps that is already detected wrong.
It definitely has a dedicated HDMI port and 2x DP but not 3x DP.
I do get messages regarding HDCP in my journal so their is something happening when it comes to HDCP I guess:
laptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
I also see HDMI mentioned by aplay:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
I know that there are other laptops with Tiger Lake and it seems that at least one of them has working HDMI out, but I got in contact with that person and she is new to Linux so that makes debugging a little cumbersome and honestly I don’t know where to look, to be honest.
Is this an i915 issue?
Do I need to test with different parameters?
Which could/would that be?
Any help would be appreciated, thanks!