01-22-2023, 10:05 PM
I can confirm that the usb-c to HDMI functionality is working on Manjaro with the kernel image linux-lts-5.15. This image is available in the repo currently.
In order to make the mkinitcpio script not fail when downgrading to kernel linux-lts, due to the missing panel_edp module just edit the file /etc/mkinitcpio.conf and add a "?" In front of the line "MODULES= panel_edp?", and that way the script is successful creating the initramfs file.
In order to make the mkinitcpio script not fail when downgrading to kernel linux-lts, due to the missing panel_edp module just edit the file /etc/mkinitcpio.conf and add a "?" In front of the line "MODULES= panel_edp?", and that way the script is successful creating the initramfs file.