Solved Intel Alder Lake does not start the graphics card with FBSD14.2

I mean that I didn't need to install Emrion or Charlie_'s repos simply because this time I didn't install drm-515-kmod, but I installed the ports drm-61-kmod and drm-kmod and so I was able to lift the graphic without problems, after countless 14.2 installations.

Code:
$ pkg version -o -v | grep drm
graphics/drm-61-kmod               =   up-to-date with port
graphics/drm-kmod                  =   up-to-date with port
graphics/libdrm                    =   up-to-date with port

I simply added .ko to the end of kld_list=“i915.kms.ko” from sysrc
Code:
judd@fbsd:~ $ fastfetch --localip-name-prefix x
```                        `        judd@fbsd
  ` `.....---.......--.```   -/     ---------
  +o   .--`         /y:`      +.    Host: Vivobook_ASUSLaptop X1502ZA_X1502ZA ()
   yo`:.            :o      `+-     Kernel: FreeBSD 14.2-RELEASE
    y/               -/`   -o/      Uptime: 1 hour, 9 mins
   .-                  ::/sy+:.     Packages: 708 (pkg)
   /                     `--  /     Shell: sh
  `:                          :`    Display (BOE0903): 1920x1080 @ 60 Hz in 16"]
  `:                          :`    DE: Mate 1.28.1
   /                          /     WM: Marco (X11)
   .-                        -.     WM Theme: BlackMATE
    --                      -.      Theme: BlackMATE [GTK2/3/4]
     `:`                  `:`       Icons: mate [GTK2/3/4]
       .--             `--.         Font: Sans (10pt) [GTK2/3/4]
          .---.....----.            Cursor: mate (24px)
                                    Terminal: mate-terminal 1.28.1
                                    Terminal Font: Monospace (10pt)
                                    CPU: 12th Gen Intel(R) Core(TM) i7-1260P (1z
                                    GPU: Intel Iris Xe Graphics [Integrated]
                                    Memory: 3.69 GiB / 39.66 GiB (9%)
                                    Swap: 0 B / 2.00 GiB (0%)
                                    Disk (/): 5.57 GiB / 912.82 GiB (1%) - zfs
                                    Disk (/zroot): 96.00 KiB / 907.25 GiB (0%) s
                                    Battery (ASUS Battery): 29% [Charging, AC C]
                                    Locale: es_ES.UTF-8

                                                            
                                                            
judd@fbsd:~ $ uname -aU
FreeBSD fbsd 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64 1402000
judd@fbsd:~ $

That's all.
 
  • Thanks
Reactions: mro
Sometimes, depending on the kmod version and maybe on your hardware, it may work with the next FreeBSD release.

There is no point to set i915kms.ko instead of i915kms in kld_list because it's the same file i915kms.ko.

No point again, I think, to install both drm-kmod and drm-61-kmod because the second is a dependency of the first.

graphics/drm-kmod
Runtime dependencies:
  1. gpu-firmware-kmod>=20220511 : graphics/gpu-firmware-kmod
  2. drm.ko : graphics/drm-61-kmod

I hope that this solution will find its way in the future upgrades and default installations. So, everyone will forget this problem.
 
Hi Emrion!

Sometimes, depending on the kmod version and maybe on your hardware, it may work with the next FreeBSD release.

There is no point to set i915kms.ko instead of i915kms in kld_list because it's the same file i915kms.ko.

No point again, I think, to install both drm-kmod and drm-61-kmod because the second is a dependency of the first.

I know and it is just as you say, but for my hardware it worked this way and I think that is the important thing.

Thank you very much for your attention and your experience!
 
Update: Just saw the bootlogo disappeared. https://forums.freebsd.org/threads/freebsd-14-2-bootsplash-gone.96142/ So be it then, sigh.
Try this, it might help:


and if it works, it will make your bootlogo look nicer.
 
Try this, it might help:


and if it works, it will make your bootlogo look nicer.
continue at https://forums.freebsd.org/threads/freebsd-14-2-bootsplash-gone.96142/post-683660
 
Back
Top