SUSE 15.4 conflicts intel driver with video apps

Hi,
I have an HP notebook, i7 processonr and integrated video card Intel IRIS Xe.
After routine coded downalod after OS installation I noticed this problem:

  1. If I don’t use the intel driver when I plug-in the HDMI cable nothing happens;
  2. If I use the intel driver when I plug-in the HDMI the OS recognize the external monitor BUT some apps does not work. For example VLC has a full green video instead of reproducing the original video, Teams and zoom continuously flashing the shared video during calls.

In order to use the Intel driver, I installed it but I had to force them by editing the /etc/default/grub file adding GRUB_CMDLINE_LINUX=“i915.force_probe=4628”, before to force them I had:

sudo dmesg | grep i915
 
[    1.378303] i915 0000:00:02.0: Your graphics device 4268 is not properly supported by the driver in this
               kernel version. To force driver probe anyway, use i915.force_probe=4268
[   64.574579] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec

If I don’t force the i915 driver they don’t work.

Any hints?
Is there a solution to use the Intel driver without force them or the possibility to “enable” the HDMI with other drivers?

Thanks in advance!