I can't run intel 13th gen N100 cpu with Graphics

Upon trying to get this running, I couldn't get graphics with drm-515-kmod or the gpu-firmware-alderlake-kmod module.

I need some help, All advice is greatly appreciated thank you.
 
I really doubt drm-510-kmod will work with a 13th gen. I think 515 might, and 61 should… but I wasn’t able to find a definitive list of supported models last time I went looking.
 
Just install drm-66-kmod by ports
Requires 15-CURRENT.

Code:
.if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500031 )
IGNORE=		not supported on older than 1500031, no kernel support
.endif
 
Back
Top