acpi_video: module already loaded or in kernel
helloSystem 0.7.0, FreeBSD 13.0-RELEASE-p13:

kldload: can't load acpi_video: module already loaded or in kernel
Thanks @grahamperrin. Do you know what the solution would be?
If the module is already loaded or in kernel, then do the linked parts of overlays/uzip/hello/files/etc/rc.d/load_acpi (loading the module) make sense?
The question is, how can we find out whether the module is already loaded (and why) or in the kernel?
(and why)
Try debug.verbose_sysinit=1 in loader.conf(5).
https://github.com/freebsd/freebsd-src/commit/c7962400c9a7500eed8822218cae6e8ec7ac0c2d
Postscript: that'll not work in distributions that are based on STABLE or RELEASE.
https://github.com/freebsd/freebsd-src/commit/be352d20d5198f55ed91c3805d5e7272b3f636a7 … turned off in stable branches …, so no VERBOSE_SYSINIT in releng/13.0 at https://github.com/freebsd/freebsd-src/blob/releng/13.0/sys/amd64/conf/GENERIC, and so on.
kldload: can't load acpi_video: module already loaded or in kernel
I don't see this with an installation of experimental-14.0-0.8.0_0H77:
