No, it is not like that. You need to follow FreeBSD Handbook, ref. 4.4.2.
Page 131 thanks!No, it is not like that. You need to follow FreeBSD Handbook, ref. 4.4.2.
drm-61-kmod
and drm-kmod
and so I was able to lift the graphic without problems, after countless 14.2 installations.$ 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
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:~ $
Runtime dependencies:
- gpu-firmware-kmod>=20220511 : graphics/gpu-firmware-kmod
- drm.ko : graphics/drm-61-kmod
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.
thanks for posting this - I compared that to my situation and that gave me the confidence to do the step to 14.2.$ pkg version -o -v | grep drm
Try this, it might help:Update: Just saw the bootlogo disappeared. https://forums.freebsd.org/threads/freebsd-14-2-bootsplash-gone.96142/ So be it then, sigh.
Images at the boot menu can be displayed only in frame buffer. If the system is BIOS, it must support Vesa BIOS Extension (VBE) ( VT(vbefb): ). UEFI firmware does support frame buffer ( VT(efifb): ):... how to change this FreeBSD logo that I see as soon as it boots :
dmesg | grep 'VT('
. mv daemon.png /boot/images
.# cd /boot/lua
# cp gfx-orb.lua gfx-daemon.lua
# sed -i '' 's/freebsd-logo-rev.png/daemon.png/' gfx-daemon.lua
continue at https://forums.freebsd.org/threads/freebsd-14-2-bootsplash-gone.96142/post-683660Try this, it might help:
Images at the boot menu can be displayed only in frame buffer. If the system is BIOS, it must support Vesa BIOS Extension (VBE) ( VT(vbefb): ). UEFI firmware does support frame buffer ( VT(efifb): ):... how to change this FreeBSD logo that I see as soon as it boots :dmesg | grep 'VT('
.
From the opening post #1, save beastie in browser on local system, i.e daemon.png,mv daemon.png /boot/images
.
Code:# cd /boot/lua # cp gfx-orb.lua gfx-daemon.lua # sed -i '' 's/freebsd-logo-rev.png/daemon.png/' gfx-daemon.lua
/boot/loader.conf...
and if it works, it will make your bootlogo look nicer.