ASRock B650M-HDV/M.2 - FreeBSD
Hardware info on main page.
This machine runs the amd64 version of FreeBSD.
The first SSD (nda0) is partitoned like this
root@kg-core3:~ # gpart show -p nda0 => 40 1953525088 nda0 GPT (932G) 40 532480 nda0p1 efi (260M) 532520 33554432 nda0p2 freebsd-swap (16G) 34086952 209715200 nda0p3 freebsd-ufs (100G) FreeBSD 14, currently 14.3 243802152 314572800 nda0p4 freebsd-ufs (150G) FreeBSD 15, currently 15.0 558374952 1395150176 - free - (665G)
to boot from a different partition, escape to bootloader prompt and set currdev to the partition you want, example
set currdev=disk0p4 boot-conf
History
2026-02-08: nda0p4 - If I issue gop set 0 from boot loader, dmesg reports
root@kg-core3:~ # dmesg | grep VT VT(efifb): resolution 1920x1200
if not, I get
root@kg-core3:~ # dmesg | grep VT VT(efifb): resolution 800x600
2026-02-08: nda0p4 - try to set correct resoultion in /boot/loader.conf:
root@kg-core3:~ # cat /boot/loader.conf kern.vt.fb.default_mode="1920x1200" efi_max_resolution="1920x1200"
unfortunately, neither does work. Nor does
exec="gop set 0"
in the same file.
2026-02-08: nda0p4 - add i915kms and amdgpu to kld_list
root@kg-core3:~ # sysrc kld_list+=" i915kms" kld_list: if_rge amdtemp -> if_rge amdtemp i915kms root@kg-core3:~ # sysrc kld_list+=" amdgpu" kld_list: if_rge amdtemp i915kms -> if_rge amdtemp i915kms amdgpu
2026-02-08: nda0p4 - Xorg - config files so far - keyboard mapping
tingo@kg-core3:~ $ cat /usr/local/etc/X11/xorg.conf.d/keyboard-no.conf Section "InputClass" Identifier "keyboard defaults" MatchIsKeyboard "on" Option "XkbLayout" "no" EndSection
device and screen
tingo@kg-core3:~ $ cat /usr/local/etc/X11/xorg.conf.d/10-intel.conf Section "Screen" Identifier "First Screen" Device "Card0" EndSection Section "Device" Identifier "Card0" #Driver "modesetting" Driver "scfb" BusID "pci:3:0:0" EndSection
2026-02-08: nda0p4 - Xorg - with 'gop set 0' in loader, the scfb video driver works in 1920x1200 mode.
2026-02-08: loader - gop, gop get says mode 2: 800x600x32, gop list says
mode 0: 1920x1200x32 mode 1: 640x480x32 mode 2: 800x600x32 mode 3: 1024x768x32 mode 4: 1280x720x32 mode 5: 1280x1024x32 mode 6: 1600x1200x32 mode 7: 1920x1080x32
let me try gop set 0 and see if that works.
2026-02-04: nda0p4 - gfx - Intel B580 - if I disconnect the monitor from the DP port, I can't connect it later and get a picture (the monitor goes to standby). If have to reboot the machine. Bummer.
2026-02-04: nda0p4 - drm - amdgpu - Xorg - unfortunately startx fails. Xorg.0.log contains
root@kg-core3:~ # more /var/log/Xorg.0.log [ 875.843] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 875.843] Current Operating System: FreeBSD kg-core3 15.0-RELEASE-p2 FreeBSD 15.0-RELEASE-p2 GENERIC amd64 [ 875.843] [ 875.843] Current version of pixman: 0.46.2 [ 875.843] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 875.843] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 875.843] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 22:15:11 2026 [ 875.843] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 875.843] (==) No Layout section. Using the first Screen section. [ 875.843] (==) No screen section available. Using defaults. [ 875.843] (**) |-->Screen "Default Screen Section" (0) [ 875.843] (**) | |-->Monitor "<default monitor>" [ 875.843] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 875.843] (**) Allowing byte-swapped clients [ 875.843] (==) Automatically adding devices [ 875.843] (==) Automatically enabling devices [ 875.843] (==) Automatically adding GPU devices [ 875.843] (==) Automatically binding GPU devices [ 875.843] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 875.843] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 875.843] Entry deleted from font path. [ 875.843] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 875.843] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 875.843] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 875.843] (II) Module ABI versions: [ 875.843] X.Org ANSI C Emulation: 0.4 [ 875.843] X.Org Video Driver: 25.2 [ 875.843] X.Org XInput driver : 24.4 [ 875.843] X.Org Server Extension : 10.0 [ 875.845] (II) xfree86: Adding drm device (/dev/dri/card0) [ 875.845] (II) Platform probe for /dev/dri/card0 [ 875.880] (!!) More than one possible primary device found [ 875.880] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 875.880] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 875.880] (II) LoadModule: "glx" [ 875.880] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 875.881] (II) Module glx: vendor="X.Org Foundation" [ 875.881] compiled for 1.21.1.20, module version = 1.0.0 [ 875.881] ABI class: X.Org Server Extension, version 10.0 [ 875.881] (==) Matched ati as autoconfigured driver 0 [ 875.881] (==) Matched modesetting as autoconfigured driver 1 [ 875.881] (==) Matched scfb as autoconfigured driver 2 [ 875.881] (==) Matched vesa as autoconfigured driver 3 [ 875.881] (==) Assigned the driver to the xf86ConfigLayout [ 875.881] (II) LoadModule: "ati" [ 875.881] (WW) Warning, couldn't open module ati [ 875.881] (EE) Failed to load module "ati" (module does not exist, 0) [ 875.881] (II) LoadModule: "modesetting" [ 875.881] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 875.881] (II) Module modesetting: vendor="X.Org Foundation" [ 875.881] compiled for 1.21.1.20, module version = 1.21.1 [ 875.881] Module class: X.Org Video Driver [ 875.881] ABI class: X.Org Video Driver, version 25.2 [ 875.881] (II) LoadModule: "scfb" [ 875.881] (WW) Warning, couldn't open module scfb [ 875.881] (EE) Failed to load module "scfb" (module does not exist, 0) [ 875.881] (II) LoadModule: "vesa" [ 875.881] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 875.881] (II) Module vesa: vendor="X.Org Foundation" [ 875.881] compiled for 1.21.1.20, module version = 2.5.0 [ 875.881] Module class: X.Org Video Driver [ 875.881] ABI class: X.Org Video Driver, version 25.2 [ 875.881] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 875.881] (II) VESA: driver for VESA chipsets: vesa [ 875.881] (--) Using syscons driver with X support (version 2.0) [ 875.881] (--) using VT number 9 [ 875.921] (WW) Falling back to old probe method for modesetting [ 875.964] (II) modeset(0): using default device [ 876.014] (II) modeset(G0): using drv /dev/dri/card0 [ 876.014] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 876.014] (EE) Fatal server error: [ 876.014] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices [ 876.014] (EE) [ 876.014] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 876.014] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 876.014] (EE) [ 876.054] (EE) Server terminated with error (1). Closing log file.
2026-02-04: nda0p4 - drm - admgpu - and I can connect a monitor via DP and get a picture.
2026-02-04: nda0p4 - drm - try to kldload amdgpu, I get this in /var/log/messages
Feb 4 22:01:06 kg-core3 kernel: iic0: <I2C generic I/O> on iicbus0 Feb 4 22:01:06 kg-core3 kernel: iic1: <I2C generic I/O> on iicbus1 Feb 4 22:01:06 kg-core3 kernel: [drm] Got Intel graphics stolen memory base 0x0, size 0x0 Feb 4 22:01:47 kg-core3 kernel: [drm] amdgpu kernel modesetting enabled. Feb 4 22:01:47 kg-core3 kernel: drmn1: <drmn> on vgapci1 Feb 4 22:01:47 kg-core3 kernel: vgapci1: child drmn1 requested pci_enable_io Feb 4 22:01:47 kg-core3 syslogd: last message repeated 1 times Feb 4 22:01:47 kg-core3 kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1849:0x364E 0xC3). Feb 4 22:01:47 kg-core3 kernel: [drm] register mmio base: 0xF6800000 Feb 4 22:01:47 kg-core3 kernel: [drm] register mmio size: 524288 Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 0 <nv_common> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 1 <gmc_v10_0> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 2 <navi10_ih> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 3 <psp> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 4 <smu> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 5 <dm> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 6 <gfx_v10_0> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 7 <sdma_v5_2> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 8 <vcn_v3_0> Feb 4 22:01:47 kg-core3 kernel: [drm] add ip block number 9 <jpeg_v3_0> Feb 4 22:01:47 kg-core3 kernel: drmn1: Fetched VBIOS from VFCT Feb 4 22:01:47 kg-core3 kernel: amdgpu: ATOM BIOS: 102-RAPHAEL-008 Feb 4 22:01:47 kg-core3 kernel: amdgpu/psp_13_0_5_toc.bin: could not load binary firmware /boot/firmware/amdgpu/psp_13_0_5_toc.bin either Feb 4 22:01:47 kg-core3 kernel: psp_13_0_5_toc.bin: could not load binary firmware /boot/firmware/psp_13_0_5_toc.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_psp_13_0_5_toc.bin: could not load binary firmware /boot/firmware/amdgpu_psp_13_0_5_toc.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/psp_13_0_5_toc.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/psp_13_0_5_ta.bin: could not load binary firmware /boot/firmware/amdgpu/psp_13_0_5_ta.bin either Feb 4 22:01:47 kg-core3 kernel: psp_13_0_5_ta.bin: could not load binary firmware /boot/firmware/psp_13_0_5_ta.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_psp_13_0_5_ta.bin: could not load binary firmware /boot/firmware/amdgpu_psp_13_0_5_ta.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/psp_13_0_5_ta.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/dcn_3_1_5_dmcub.bin: could not load binary firmware /boot/firmware/amdgpu/dcn_3_1_5_dmcub.bin either Feb 4 22:01:47 kg-core3 kernel: dcn_3_1_5_dmcub.bin: could not load binary firmware /boot/firmware/dcn_3_1_5_dmcub.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_dcn_3_1_5_dmcub.bin: could not load binary firmware /boot/firmware/amdgpu_dcn_3_1_5_dmcub.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/dcn_3_1_5_dmcub.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_pfp.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_pfp.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_pfp.bin: could not load binary firmware /boot/firmware/gc_10_3_6_pfp.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_pfp.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_pfp.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_pfp.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_me.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_me.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_me.bin: could not load binary firmware /boot/firmware/gc_10_3_6_me.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_me.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_me.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_me.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_ce.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_ce.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_ce.bin: could not load binary firmware /boot/firmware/gc_10_3_6_ce.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_ce.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_ce.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_ce.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_rlc.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_rlc.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_rlc.bin: could not load binary firmware /boot/firmware/gc_10_3_6_rlc.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_rlc.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_rlc.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_rlc.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_mec.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_mec.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_mec.bin: could not load binary firmware /boot/firmware/gc_10_3_6_mec.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_mec.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_mec.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_mec.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/gc_10_3_6_mec2.bin: could not load binary firmware /boot/firmware/amdgpu/gc_10_3_6_mec2.bin either Feb 4 22:01:47 kg-core3 kernel: gc_10_3_6_mec2.bin: could not load binary firmware /boot/firmware/gc_10_3_6_mec2.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_gc_10_3_6_mec2.bin: could not load binary firmware /boot/firmware/amdgpu_gc_10_3_6_mec2.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/gc_10_3_6_mec2.bin' Feb 4 22:01:47 kg-core3 kernel: amdgpu/sdma_5_2_6.bin: could not load binary firmware /boot/firmware/amdgpu/sdma_5_2_6.bin either Feb 4 22:01:47 kg-core3 kernel: sdma_5_2_6.bin: could not load binary firmware /boot/firmware/sdma_5_2_6.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_sdma_5_2_6.bin: could not load binary firmware /boot/firmware/amdgpu_sdma_5_2_6.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/sdma_5_2_6.bin' Feb 4 22:01:47 kg-core3 kernel: [drm] VCN(0) decode is enabled in VM mode Feb 4 22:01:47 kg-core3 kernel: [drm] VCN(0) encode is enabled in VM mode Feb 4 22:01:47 kg-core3 kernel: amdgpu/vcn_3_1_2.bin: could not load binary firmware /boot/firmware/amdgpu/vcn_3_1_2.bin either Feb 4 22:01:47 kg-core3 kernel: vcn_3_1_2.bin: could not load binary firmware /boot/firmware/vcn_3_1_2.bin either Feb 4 22:01:47 kg-core3 kernel: amdgpu_vcn_3_1_2.bin: could not load binary firmware /boot/firmware/amdgpu_vcn_3_1_2.bin either Feb 4 22:01:47 kg-core3 kernel: drmn1: successfully loaded firmware image 'amdgpu/vcn_3_1_2.bin' Feb 4 22:01:47 kg-core3 kernel: [drm] JPEG decode is enabled in VM mode Feb 4 22:01:47 kg-core3 kernel: drmn1: Trusted Memory Zone (TMZ) feature disabled as experimental (default) Feb 4 22:01:47 kg-core3 kernel: drmn1: PCIE atomic ops is not supported Feb 4 22:01:47 kg-core3 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit Feb 4 22:01:47 kg-core3 kernel: drmn1: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used) Feb 4 22:01:47 kg-core3 kernel: drmn1: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF Feb 4 22:01:47 kg-core3 kernel: [drm ERROR :amdgpu_bo_init] Unable to set WC memtype for the aperture base Feb 4 22:01:47 kg-core3 kernel: [drm] Detected VRAM RAM=512M, BAR=512M Feb 4 22:01:47 kg-core3 kernel: [drm] RAM width 128bits DDR5 Feb 4 22:01:47 kg-core3 kernel: [drm] amdgpu: 512M of VRAM memory ready Feb 4 22:01:47 kg-core3 kernel: [drm] amdgpu: 32282M of GTT memory ready. Feb 4 22:01:47 kg-core3 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144 Feb 4 22:01:47 kg-core3 kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000). Feb 4 22:01:47 kg-core3 kernel: [drm] Loading DMUB firmware via PSP: version=0x05001C00 Feb 4 22:01:47 kg-core3 kernel: [drm] use_doorbell being set to: [true] Feb 4 22:01:47 kg-core3 kernel: [drm] Found VCN firmware Version ENC: 1.31 DEC: 3 VEP: 0 Revision: 3 Feb 4 22:01:47 kg-core3 kernel: drmn1: Will use PSP to load VCN firmware Feb 4 22:01:47 kg-core3 kernel: drmn1: reserve 0xa00000 from 0xf41e000000 for PSP TMR Feb 4 22:01:47 kg-core3 kernel: drmn1: RAS: optional ras ta ucode is not available Feb 4 22:01:47 kg-core3 kernel: drmn1: RAP: optional rap ta ucode is not available Feb 4 22:01:47 kg-core3 kernel: drmn1: SECUREDISPLAY: securedisplay ta ucode is not available Feb 4 22:01:47 kg-core3 kernel: drmn1: SMU is initialized successfully! Feb 4 22:01:47 kg-core3 kernel: [drm] Seamless boot condition check passed Feb 4 22:01:47 kg-core3 kernel: [drm] Display Core v3.2.273 initialized on DCN 3.1.5 Feb 4 22:01:47 kg-core3 kernel: [drm] DP-HDMI FRL PCON supported Feb 4 22:01:47 kg-core3 kernel: [drm] DMUB hardware initialized: version=0x05001C00 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic0: <LinuxKPI I2C> on drmn1 Feb 4 22:01:47 kg-core3 kernel: iicbus2: <Philips I2C bus> on lkpi_iic0 Feb 4 22:01:47 kg-core3 kernel: iic2: <I2C generic I/O> on iicbus2 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic1: <LinuxKPI I2C> on drmn1 Feb 4 22:01:47 kg-core3 kernel: iicbus3: <Philips I2C bus> on lkpi_iic1 Feb 4 22:01:47 kg-core3 kernel: iic3: <I2C generic I/O> on iicbus3 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic2: <LinuxKPI I2C> on drmn1 Feb 4 22:01:47 kg-core3 kernel: iicbus4: <Philips I2C bus> on lkpi_iic2 Feb 4 22:01:47 kg-core3 kernel: iic4: <I2C generic I/O> on iicbus4 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic3: <LinuxKPI I2C> on drmn1 Feb 4 22:01:47 kg-core3 kernel: iicbus5: <Philips I2C bus> on lkpi_iic3 Feb 4 22:01:47 kg-core3 kernel: iic5: <I2C generic I/O> on iicbus5 Feb 4 22:01:47 kg-core3 kernel: [drm] kiq ring mec 2 pipe 1 q 0 Feb 4 22:01:47 kg-core3 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode). Feb 4 22:01:47 kg-core3 kernel: [drm] JPEG decode initialized successfully. Feb 4 22:01:47 kg-core3 kernel: drmn1: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.0.0 uses VM inv eng 1 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.1.0 uses VM inv eng 4 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.2.0 uses VM inv eng 5 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.3.0 uses VM inv eng 6 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.0.1 uses VM inv eng 7 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.1.1 uses VM inv eng 8 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.2.1 uses VM inv eng 9 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring comp_1.3.1 uses VM inv eng 10 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring sdma0 uses VM inv eng 12 on hub 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring vcn_dec_0 uses VM inv eng 0 on hub 8 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8 Feb 4 22:01:47 kg-core3 kernel: drmn1: ring jpeg_dec uses VM inv eng 5 on hub 8 Feb 4 22:01:47 kg-core3 kernel: vgapci1: child drmn1 requested pci_get_powerstate Feb 4 22:01:47 kg-core3 kernel: sysctl_add_oid: can't re-use a leaf (hw.dri.debug)! Feb 4 22:01:47 kg-core3 kernel: lkpi_iic4: <LinuxKPI I2C> on drm2 Feb 4 22:01:47 kg-core3 kernel: iicbus6: <Philips I2C bus> on lkpi_iic4 Feb 4 22:01:47 kg-core3 kernel: iic6: <I2C generic I/O> on iicbus6 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic5: <LinuxKPI I2C> on drm3 Feb 4 22:01:47 kg-core3 kernel: iicbus7: <Philips I2C bus> on lkpi_iic5 Feb 4 22:01:47 kg-core3 kernel: iic7: <I2C generic I/O> on iicbus7 Feb 4 22:01:47 kg-core3 kernel: lkpi_iic6: <LinuxKPI I2C> on drm4 Feb 4 22:01:47 kg-core3 kernel: iicbus8: <Philips I2C bus> on lkpi_iic6 Feb 4 22:01:47 kg-core3 kernel: iic8: <I2C generic I/O> on iicbus8 Feb 4 22:01:47 kg-core3 kernel: [drm] Initialized amdgpu 3.57.0 20150101 for drmn1 on minor 0 Feb 4 22:01:47 kg-core3 kernel: drmn1: [drm] Cannot find any crtc or sizes Feb 4 22:01:47 kg-core3 kernel: [drm] DSC precompute is not needed.
2026-02-04: nda0p4 - BIOS version after upgrade
root@kg-core3:~ # kenv smbios.bios.version 3.50
2026-02-04: nda0p4 - kenv - bios-related variables
root@kg-core3:~ # kenv | grep bios hint.smbios.0.mem="0x970d6000" smbios.bios.reldate="08/27/2025" smbios.bios.revision="5.35" smbios.bios.vendor="American Megatrends International, LLC." smbios.bios.version="3.40" smbios.chassis.maker="Default string" smbios.chassis.serial="Default string" smbios.chassis.tag="Default string" smbios.chassis.type="Desktop" smbios.chassis.version="Default string" smbios.entry_point_type="v3 (64-bit)" smbios.memory.enabled="67106816" smbios.planar.location="Default string" smbios.planar.maker="ASRock" smbios.planar.product="B650M-HDV/M.2" smbios.planar.serial="M80-J8M23701428" smbios.planar.tag="Default string" smbios.planar.version="Default string" smbios.processor.version="AMD Ryzen 7 7700X 8-Core Processor " smbios.socket.enabled="1" smbios.socket.populated="1" smbios.system.family="Default string" smbios.system.maker="ASRock" smbios.system.product="B650M-HDV/M.2" smbios.system.serial="Default string" smbios.system.sku="Default string" smbios.system.uuid="c7006b9c-6677-0000-0000-000000000000" smbios.system.version="Default string" smbios.version="3.4"
2026-02-04: nda0p4 - pkg - install curl
Feb 4 20:24:00 kg-core3 pkg[2617]: libnghttp2-1.68.0 installed Feb 4 20:24:00 kg-core3 pkg[2617]: libssh2-1.11.1,3 installed Feb 4 20:24:00 kg-core3 pkg[2617]: libunistring-1.4.1 installed Feb 4 20:24:00 kg-core3 pkg[2617]: libidn2-2.3.8 installed Feb 4 20:24:00 kg-core3 pkg[2617]: libpsl-0.21.5_2 installed Feb 4 20:24:01 kg-core3 pkg[2617]: curl-8.17.0 installed
pkg - install nss_mdns (and avahi)
Feb 4 20:25:49 kg-core3 pkg[2967]: dbus-1.16.2_4,1 installed Feb 4 20:25:49 kg-core3 pkg[2967]: dbus-glib-0.114 installed Feb 4 20:25:49 kg-core3 pkg[2967]: gdbm-1.26 installed Feb 4 20:25:49 kg-core3 pkg[2967]: gnome_subr-1.0 installed Feb 4 20:25:49 kg-core3 pkg[2967]: libdaemon-0.14_1 installed Feb 4 20:25:49 kg-core3 pkg[2967]: libevent-2.1.12 installed Feb 4 20:25:49 kg-core3 pkg[2967]: avahi-app-0.8_6 installed Feb 4 20:25:49 kg-core3 pkg[2967]: nss_mdns-0.14.1.20200624_1 installed
enable dbus and avahi-daemon
root@kg-core3:~ # sysrc dbus_enable="YES" dbus_enable: YES -> YES root@kg-core3:~ # sysrc avahi_daemon_enable="YES" avahi_daemon_enable: YES -> YES
configure nsswitch.conf. before
root@kg-core3:~ # grep ^hosts /etc/nsswitch.conf hosts: files dns
after
root@kg-core3:~ # grep ^hosts /etc/nsswitch.conf hosts: files mdns_minimal [NOTFOUND=return] dns mdns
start services
root@kg-core3:~ # service dbus start Starting dbus. root@kg-core3:~ # service avahi-daemon start Starting avahi-daemon.
2026-02-04: nda0p4 - reboot, FreeBSD 15.0-release-p2 is in
root@kg-core3:~ # freebsd-version -ku 15.0-RELEASE-p2 15.0-RELEASE-p2
kernel
root@kg-core3:~ # uname -a FreeBSD kg-core3 15.0-RELEASE-p2 FreeBSD 15.0-RELEASE-p2 GENERIC amd64
2026-02-04: nda0p4 - freebsd-update fetch
root@kg-core3:~ # freebsd-update fetch src component not installed, skipped [..] The following files will be updated as part of updating to 15.0-RELEASE-p2: /bin/freebsd-version /boot/kernel/kernel /boot/kernel/vmm.ko /boot/kernel/zfs.ko /lib/libcrypto.so.35 [..] /sbin/rtsol /usr/bin/openssl /usr/lib/libcrypto.a /usr/lib/libssl.a /usr/lib/libssl.so.35 /usr/lib32/libcrypto.a /usr/lib32/libcrypto.so.35 /usr/lib32/libssl.a /usr/lib32/libssl.so.35 /usr/sbin/devinfo /usr/sbin/rtsold /usr/share/man/man8/devinfo.8.gz
install
root@kg-core3:~ # freebsd-update install src component not installed, skipped Installing updates... Restarting sshd after upgrade Performing sanity check on sshd configuration. Stopping sshd. Waiting for PIDS: 2475. Performing sanity check on sshd configuration. Starting sshd. done.
2026-02-04: nda0p4 - Xorg - test startx with xf86-video-scfb installed. Works, but wrong resolution (800x600). From /var/log/Xorg.0.log
root@kg-core3:~ # cat /var/log/Xorg.0.log [ 300.218] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 300.218] Current Operating System: FreeBSD kg-core3 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-n280995-7aedc8de6446 GENERIC amd64 [ 300.218] [ 300.218] Current version of pixman: 0.46.2 [ 300.218] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 300.218] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 300.218] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 20:06:33 2026 [ 300.218] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 300.218] (==) No Layout section. Using the first Screen section. [ 300.218] (==) No screen section available. Using defaults. [ 300.218] (**) |-->Screen "Default Screen Section" (0) [ 300.218] (**) | |-->Monitor "<default monitor>" [ 300.218] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 300.218] (**) Allowing byte-swapped clients [ 300.218] (==) Automatically adding devices [ 300.218] (==) Automatically enabling devices [ 300.218] (==) Automatically adding GPU devices [ 300.218] (==) Automatically binding GPU devices [ 300.218] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 300.218] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 300.218] Entry deleted from font path. [ 300.218] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 300.218] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 300.218] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 300.218] (II) Module ABI versions: [ 300.218] X.Org ANSI C Emulation: 0.4 [ 300.218] X.Org Video Driver: 25.2 [ 300.218] X.Org XInput driver : 24.4 [ 300.218] X.Org Server Extension : 10.0 [ 300.220] (!!) More than one possible primary device found [ 300.220] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 300.220] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 300.220] (II) LoadModule: "glx" [ 300.220] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 300.221] (II) Module glx: vendor="X.Org Foundation" [ 300.221] compiled for 1.21.1.20, module version = 1.0.0 [ 300.221] ABI class: X.Org Server Extension, version 10.0 [ 300.221] (==) Matched modesetting as autoconfigured driver 0 [ 300.221] (==) Matched scfb as autoconfigured driver 1 [ 300.221] (==) Matched vesa as autoconfigured driver 2 [ 300.221] (==) Assigned the driver to the xf86ConfigLayout [ 300.221] (II) LoadModule: "modesetting" [ 300.221] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 300.221] (II) Module modesetting: vendor="X.Org Foundation" [ 300.221] compiled for 1.21.1.20, module version = 1.21.1 [ 300.221] Module class: X.Org Video Driver [ 300.221] ABI class: X.Org Video Driver, version 25.2 [ 300.221] (II) LoadModule: "scfb" [ 300.221] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so [ 300.221] (II) Module scfb: vendor="X.Org Foundation" [ 300.221] compiled for 1.21.1.20, module version = 0.0.5 [ 300.221] ABI class: X.Org Video Driver, version 25.2 [ 300.221] (II) LoadModule: "vesa" [ 300.221] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 300.221] (II) Module vesa: vendor="X.Org Foundation" [ 300.221] compiled for 1.21.1.20, module version = 2.5.0 [ 300.221] Module class: X.Org Video Driver [ 300.221] ABI class: X.Org Video Driver, version 25.2 [ 300.221] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 300.221] (II) scfb: driver for wsdisplay framebuffer: scfb [ 300.221] (II) VESA: driver for VESA chipsets: vesa [ 300.221] (--) Using syscons driver with X support (version 2.0) [ 300.221] (--) using VT number 9 [ 300.229] (WW) Falling back to old probe method for modesetting [ 300.229] (EE) open /dev/dri/card0: No such file or directory [ 300.229] (WW) Falling back to old probe method for scfb [ 300.229] scfb trace: probe start [ 300.229] (II) scfb(0): using default device [ 300.229] scfb trace: probe done [ 300.229] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 300.229] scfb: PreInit 0 [ 300.229] (II) scfb(0): Using: depth (32), width (800), height (600) [ 300.229] (II) scfb(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 300.229] (==) scfb(0): Depth 24, (==) framebuffer bpp 32 [ 300.229] (==) scfb(0): RGB weight 888 [ 300.229] (==) scfb(0): Default visual is TrueColor [ 300.229] (==) scfb(0): Using gamma correction (1.0, 1.0, 1.0) [ 300.229] (II) scfb(0): Vidmem: 1875k [ 300.229] (DB) xf86MergeOutputClassOptions unsupported bus type 0 [ 300.229] (==) scfb(0): DPI set to (96, 96) [ 300.229] (**) scfb(0): Using "Shadow Framebuffer" [ 300.229] (II) Loading sub module "shadow" [ 300.229] (II) LoadModule: "shadow" [ 300.229] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 300.230] (II) Module shadow: vendor="X.Org Foundation" [ 300.230] compiled for 1.21.1.20, module version = 1.1.0 [ 300.230] ABI class: X.Org ANSI C Emulation, version 0.4 [ 300.230] (II) Loading sub module "fb" [ 300.230] (II) LoadModule: "fb" [ 300.230] (II) Module "fb" already built-in [ 300.230] scfb: PreInit done [ 300.230] (II) UnloadModule: "modesetting" [ 300.230] (II) Unloading modesetting [ 300.230] (II) UnloadModule: "vesa" [ 300.230] (II) Unloading vesa [ 300.230] scfb: ScfbScreenInit 0 [ 300.230] bitsPerPixel=32, depth=24, defaultVisual=TrueColor mask: ff0000,ff00,ff, offset: 16,8,0 [ 300.230] mmap returns: addr 0x83889a000 len 0x1d5000, fd 12, off 0 [ 300.230] scfb: ScfbSave 0 [ 300.230] scfb: ScfbSave done [ 300.230] (==) scfb(0): Backing store enabled [ 300.231] scfb: ScfbScreenInit done [ 300.231] (II) Initializing extension Generic Event Extension [ 300.231] (II) Initializing extension SHAPE [ 300.231] (II) Initializing extension MIT-SHM [ 300.231] (II) Initializing extension XInputExtension [ 300.231] (II) Initializing extension XTEST [ 300.231] (II) Initializing extension BIG-REQUESTS [ 300.231] (II) Initializing extension SYNC [ 300.232] (II) Initializing extension XKEYBOARD [ 300.232] (II) Initializing extension XC-MISC [ 300.232] (II) Initializing extension SECURITY [ 300.232] (II) Initializing extension XFIXES [ 300.232] (II) Initializing extension RENDER [ 300.232] (II) Initializing extension RANDR [ 300.232] (II) Initializing extension COMPOSITE [ 300.232] (II) Initializing extension DAMAGE [ 300.232] (II) Initializing extension MIT-SCREEN-SAVER [ 300.232] (II) Initializing extension DOUBLE-BUFFER [ 300.232] (II) Initializing extension RECORD [ 300.232] (II) Initializing extension DPMS [ 300.232] (II) Initializing extension Present [ 300.232] (II) Initializing extension DRI3 [ 300.232] (II) Initializing extension X-Resource [ 300.232] (II) Initializing extension XVideo [ 300.233] (II) Initializing extension XVideo-MotionCompensation [ 300.233] (II) Initializing extension GLX [ 300.233] (II) AIGLX: Screen 0 is not DRI2 capable [ 300.392] (II) IGLX: Loaded and initialized swrast [ 300.392] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 300.392] (II) Initializing extension XFree86-VidModeExtension [ 300.392] (II) Initializing extension XFree86-DGA [ 300.392] (II) Initializing extension XFree86-DRI [ 300.392] (II) Initializing extension DRI2 [ 300.412] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) [ 300.412] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard" [ 300.412] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall" [ 300.412] (II) LoadModule: "libinput" [ 300.412] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so [ 300.419] (II) Module libinput: vendor="X.Org Foundation" [ 300.419] compiled for 1.21.1.20, module version = 1.3.0 [ 300.419] Module class: X.Org XInput Driver [ 300.419] ABI class: X.Org XInput driver, version 24.4 [ 300.419] (II) Using input driver 'libinput' for 'System keyboard multiplexer' [ 300.419] (**) System keyboard multiplexer: always reports core events [ 300.419] (**) Option "Device" "/dev/input/event0" [ 300.423] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 300.424] (II) event0 - System keyboard multiplexer: device is a keyboard [ 300.424] (II) event0 - System keyboard multiplexer: device removed [ 300.424] (**) Option "config_info" "udev:/dev/input/event0" [ 300.424] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6) [ 300.424] (**) Option "xkb_rules" "evdev" [ 300.436] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 300.437] (II) event0 - System keyboard multiplexer: device is a keyboard [ 300.437] (II) config/udev: Adding input device System mouse (/dev/input/event1) [ 300.437] (**) System mouse: Applying InputClass "libinput pointer catchall" [ 300.437] (II) Using input driver 'libinput' for 'System mouse' [ 300.437] (**) System mouse: always reports core events [ 300.437] (**) Option "Device" "/dev/input/event1" [ 300.438] (II) event1 - System mouse: is tagged by udev as: Mouse [ 300.438] (II) event1 - System mouse: device is a pointer [ 300.439] (II) event1 - System mouse: device removed [ 300.439] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.439] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.439] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.439] (**) Option "config_info" "udev:/dev/input/event1" [ 300.439] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7) [ 300.439] (**) Option "AccelerationScheme" "none" [ 300.439] (**) System mouse: (accel) selected scheme none/0 [ 300.439] (**) System mouse: (accel) acceleration factor: 2.000 [ 300.439] (**) System mouse: (accel) acceleration threshold: 4 [ 300.439] (II) event1 - System mouse: is tagged by udev as: Mouse [ 300.440] (II) event1 - System mouse: device is a pointer [ 300.440] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 300.440] (**) Power Button: Applying InputClass "Evdev keyboard" [ 300.440] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 300.440] (II) Using input driver 'libinput' for 'Power Button' [ 300.440] (**) Power Button: always reports core events [ 300.440] (**) Option "Device" "/dev/input/event2" [ 300.441] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 300.441] (II) event2 - Power Button: device is a keyboard [ 300.442] (II) event2 - Power Button: device removed [ 300.442] (**) Option "config_info" "udev:/dev/input/event2" [ 300.442] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 300.442] (**) Option "xkb_rules" "evdev" [ 300.442] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 300.443] (II) event2 - Power Button: device is a keyboard [ 300.443] (II) config/udev: Adding input device Glorious Model O- Wireless Keyboard (/dev/input/event3) [ 300.443] (**) Glorious Model O- Wireless Keyboard: Applying InputClass "Evdev keyboard" [ 300.443] (**) Glorious Model O- Wireless Keyboard: Applying InputClass "libinput keyboard catchall" [ 300.443] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless Keyboard' [ 300.443] (**) Glorious Model O- Wireless Keyboard: always reports core events [ 300.443] (**) Option "Device" "/dev/input/event3" [ 300.444] (II) event3 - Glorious Model O- Wireless Keyboard: is tagged by udev as: Keyboard [ 300.444] (II) event3 - Glorious Model O- Wireless Keyboard: device is a keyboard [ 300.445] (II) event3 - Glorious Model O- Wireless Keyboard: device removed [ 300.445] (**) Option "config_info" "udev:/dev/input/event3" [ 300.445] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless Keyboard" (type: KEYBOARD, id 9) [ 300.445] (**) Option "xkb_rules" "evdev" [ 300.445] (II) event3 - Glorious Model O- Wireless Keyboard: is tagged by udev as: Keyboard [ 300.446] (II) event3 - Glorious Model O- Wireless Keyboard: device is a keyboard [ 300.446] (II) config/udev: Adding input device vendor 0x0461 HP USB Keyboard (/dev/input/event4) [ 300.446] (**) vendor 0x0461 HP USB Keyboard: Applying InputClass "Evdev keyboard" [ 300.446] (**) vendor 0x0461 HP USB Keyboard: Applying InputClass "libinput keyboard catchall" [ 300.446] (II) Using input driver 'libinput' for 'vendor 0x0461 HP USB Keyboard' [ 300.446] (**) vendor 0x0461 HP USB Keyboard: always reports core events [ 300.446] (**) Option "Device" "/dev/input/event4" [ 300.447] (II) event4 - vendor 0x0461 HP USB Keyboard: is tagged by udev as: Keyboard [ 300.447] (II) event4 - vendor 0x0461 HP USB Keyboard: device is a keyboard [ 300.448] (II) event4 - vendor 0x0461 HP USB Keyboard: device removed [ 300.448] (**) Option "config_info" "udev:/dev/input/event4" [ 300.448] (II) XINPUT: Adding extended input device "vendor 0x0461 HP USB Keyboard" (type: KEYBOARD, id 10) [ 300.448] (**) Option "xkb_rules" "evdev" [ 300.449] (II) event4 - vendor 0x0461 HP USB Keyboard: is tagged by udev as: Keyboard [ 300.449] (II) event4 - vendor 0x0461 HP USB Keyboard: device is a keyboard [ 300.450] (II) config/udev: Adding input device Glorious Model O- Wireless Mouse (/dev/input/event5) [ 300.450] (**) Glorious Model O- Wireless Mouse: Applying InputClass "libinput pointer catchall" [ 300.450] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless Mouse' [ 300.450] (**) Glorious Model O- Wireless Mouse: always reports core events [ 300.450] (**) Option "Device" "/dev/input/event5" [ 300.450] (II) event5 - Glorious Model O- Wireless Mouse: is tagged by udev as: Mouse [ 300.451] (II) event5 - Glorious Model O- Wireless Mouse: device is a pointer [ 300.451] (II) event5 - Glorious Model O- Wireless Mouse: device removed [ 300.451] (II) libinput: Glorious Model O- Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.451] (II) libinput: Glorious Model O- Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.451] (II) libinput: Glorious Model O- Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 300.451] (**) Option "config_info" "udev:/dev/input/event5" [ 300.451] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless Mouse" (type: MOUSE, id 11) [ 300.451] (**) Option "AccelerationScheme" "none" [ 300.451] (**) Glorious Model O- Wireless Mouse: (accel) selected scheme none/0 [ 300.451] (**) Glorious Model O- Wireless Mouse: (accel) acceleration factor: 2.000 [ 300.451] (**) Glorious Model O- Wireless Mouse: (accel) acceleration threshold: 4 [ 300.452] (II) event5 - Glorious Model O- Wireless Mouse: is tagged by udev as: Mouse [ 300.452] (II) event5 - Glorious Model O- Wireless Mouse: device is a pointer [ 300.453] (II) config/udev: Adding input device Glorious Model O- Wireless Consumer Control (/dev/input/event6) [ 300.453] (**) Glorious Model O- Wireless Consumer Control: Applying InputClass "Evdev keyboard" [ 300.453] (**) Glorious Model O- Wireless Consumer Control: Applying InputClass "libinput keyboard catchall" [ 300.453] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless Consumer Control' [ 300.453] (**) Glorious Model O- Wireless Consumer Control: always reports core events [ 300.453] (**) Option "Device" "/dev/input/event6" [ 300.454] (II) event6 - Glorious Model O- Wireless Consumer Control: is tagged by udev as: Keyboard [ 300.454] (II) event6 - Glorious Model O- Wireless Consumer Control: device is a keyboard [ 300.454] (II) event6 - Glorious Model O- Wireless Consumer Control: device removed [ 300.454] (**) Option "config_info" "udev:/dev/input/event6" [ 300.454] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless Consumer Control" (type: KEYBOARD, id 12) [ 300.454] (**) Option "xkb_rules" "evdev" [ 300.455] (II) event6 - Glorious Model O- Wireless Consumer Control: is tagged by udev as: Keyboard [ 300.455] (II) event6 - Glorious Model O- Wireless Consumer Control: device is a keyboard [ 300.456] (II) config/udev: Adding input device Glorious Model O- Wireless System Control (/dev/input/event7) [ 300.456] (**) Glorious Model O- Wireless System Control: Applying InputClass "Evdev keyboard" [ 300.456] (**) Glorious Model O- Wireless System Control: Applying InputClass "libinput keyboard catchall" [ 300.456] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless System Control' [ 300.456] (**) Glorious Model O- Wireless System Control: always reports core events [ 300.456] (**) Option "Device" "/dev/input/event7" [ 300.456] (II) event7 - Glorious Model O- Wireless System Control: is tagged by udev as: Keyboard [ 300.457] (II) event7 - Glorious Model O- Wireless System Control: device is a keyboard [ 300.457] (II) event7 - Glorious Model O- Wireless System Control: device removed [ 300.457] (**) Option "config_info" "udev:/dev/input/event7" [ 300.457] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless System Control" (type: KEYBOARD, id 13) [ 300.457] (**) Option "xkb_rules" "evdev" [ 300.458] (II) event7 - Glorious Model O- Wireless System Control: is tagged by udev as: Keyboard [ 300.458] (II) event7 - Glorious Model O- Wireless System Control: device is a keyboard [ 300.459] (II) config/udev: Adding input device vendor 0x0461 HP USB Keyboard Consumer Control (/dev/input/event8) [ 300.459] (**) vendor 0x0461 HP USB Keyboard Consumer Control: Applying InputClass "Evdev keyboard" [ 300.459] (**) vendor 0x0461 HP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall" [ 300.459] (II) Using input driver 'libinput' for 'vendor 0x0461 HP USB Keyboard Consumer Control' [ 300.459] (**) vendor 0x0461 HP USB Keyboard Consumer Control: always reports core events [ 300.459] (**) Option "Device" "/dev/input/event8" [ 300.459] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: is tagged by udev as: Keyboard [ 300.460] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: device is a keyboard [ 300.460] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: device removed [ 300.514] (**) Option "config_info" "udev:/dev/input/event8" [ 300.514] (II) XINPUT: Adding extended input device "vendor 0x0461 HP USB Keyboard Consumer Control" (type: KEYBOARD, id 14) [ 300.514] (**) Option "xkb_rules" "evdev" [ 300.514] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: is tagged by udev as: Keyboard [ 300.514] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: device is a keyboard [ 300.516] scfb: SaveScreen 0 [ 300.516] scfb: SaveScreen done [ 308.027] (II) event0 - System keyboard multiplexer: device removed [ 308.027] (II) event1 - System mouse: device removed [ 308.027] (II) event2 - Power Button: device removed [ 308.027] (II) event3 - Glorious Model O- Wireless Keyboard: device removed [ 308.027] (II) event4 - vendor 0x0461 HP USB Keyboard: device removed [ 308.027] (II) event5 - Glorious Model O- Wireless Mouse: device removed [ 308.027] (II) event6 - Glorious Model O- Wireless Consumer Control: device removed [ 308.027] (II) event7 - Glorious Model O- Wireless System Control: device removed [ 308.027] (II) event8 - vendor 0x0461 HP USB Keyboard Consumer Control: device removed [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.066] (II) UnloadModule: "libinput" [ 308.069] scfb: ScfbCloseScreen 0 [ 308.069] scfb: ScfbRestore 0 [ 308.069] scfb: ScfbRestore done [ 308.069] scfb: ScfbCloseScreen done [ 308.078] (II) Server terminated successfully (0). Closing log file.
2026-02-04: nda0p4 - pkg - install xf86-video-scfb
Feb 4 20:04:47 kg-core3 pkg[2591]: xf86-video-scfb-0.0.7_2 installed
2026-02-04: nda0p4 - Xorg - test startx with drm-latest-kmod installed. nope. /var/log/Xorg.0.log:
root@kg-core3:~ # cat /var/log/Xorg.0.log [ 54.898] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 54.898] Current Operating System: FreeBSD kg-core3 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-n280995-7aedc8de6446 GENERIC amd64 [ 54.898] [ 54.898] Current version of pixman: 0.46.2 [ 54.898] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 54.898] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 54.898] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 20:02:28 2026 [ 54.899] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 54.899] (==) No Layout section. Using the first Screen section. [ 54.899] (==) No screen section available. Using defaults. [ 54.899] (**) |-->Screen "Default Screen Section" (0) [ 54.899] (**) | |-->Monitor "<default monitor>" [ 54.900] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 54.900] (**) Allowing byte-swapped clients [ 54.900] (==) Automatically adding devices [ 54.900] (==) Automatically enabling devices [ 54.900] (==) Automatically adding GPU devices [ 54.900] (==) Automatically binding GPU devices [ 54.900] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 54.900] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 54.900] Entry deleted from font path. [ 54.900] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 54.900] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 54.900] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 54.900] (II) Module ABI versions: [ 54.900] X.Org ANSI C Emulation: 0.4 [ 54.900] X.Org Video Driver: 25.2 [ 54.900] X.Org XInput driver : 24.4 [ 54.900] X.Org Server Extension : 10.0 [ 54.902] (!!) More than one possible primary device found [ 54.902] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 54.902] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 54.902] (II) LoadModule: "glx" [ 54.903] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 54.907] (II) Module glx: vendor="X.Org Foundation" [ 54.907] compiled for 1.21.1.20, module version = 1.0.0 [ 54.907] ABI class: X.Org Server Extension, version 10.0 [ 54.908] (==) Matched modesetting as autoconfigured driver 0 [ 54.908] (==) Matched scfb as autoconfigured driver 1 [ 54.908] (==) Matched vesa as autoconfigured driver 2 [ 54.908] (==) Assigned the driver to the xf86ConfigLayout [ 54.908] (II) LoadModule: "modesetting" [ 54.908] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 54.909] (II) Module modesetting: vendor="X.Org Foundation" [ 54.909] compiled for 1.21.1.20, module version = 1.21.1 [ 54.909] Module class: X.Org Video Driver [ 54.909] ABI class: X.Org Video Driver, version 25.2 [ 54.909] (II) LoadModule: "scfb" [ 54.909] (WW) Warning, couldn't open module scfb [ 54.909] (EE) Failed to load module "scfb" (module does not exist, 0) [ 54.909] (II) LoadModule: "vesa" [ 54.909] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 54.909] (II) Module vesa: vendor="X.Org Foundation" [ 54.909] compiled for 1.21.1.20, module version = 2.5.0 [ 54.909] Module class: X.Org Video Driver [ 54.909] ABI class: X.Org Video Driver, version 25.2 [ 54.909] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 54.909] (II) VESA: driver for VESA chipsets: vesa [ 54.909] (--) Using syscons driver with X support (version 2.0) [ 54.909] (--) using VT number 9 [ 54.917] (WW) Falling back to old probe method for modesetting [ 54.917] (EE) open /dev/dri/card0: No such file or directory [ 54.917] (WW) Falling back to old probe method for modesetting [ 54.917] (EE) open /dev/dri/card0: No such file or directory [ 54.917] (EE) No devices detected. [ 54.917] (EE) Fatal server error: [ 54.917] (EE) no screens found(EE) [ 54.917] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 54.917] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 54.917] (EE) [ 54.925] (EE) Server terminated with error (1). Closing log file.
2026-02-04: nda0p4 - pkg - install drm-latest-kmod
Feb 4 19:59:46 kg-core3 pkg[6193]: drm-kmod-20250428 deinstalled Feb 4 19:59:46 kg-core3 pkg[6193]: drm-66-kmod-6.6.25.1500068_8 deinstalled Feb 4 19:59:46 kg-core3 pkg[6193]: drm-latest-kmod-6.9.1500068_1 installed
message
The drm-latest-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled. For amdgpu: kld_list="amdgpu" For Intel: kld_list="i915kms" For radeonkms: kld_list="radeonkms" Please ensure that all users requiring graphics are members of the "video" group. Please note that this package was built for FreeBSD 15.0. If this is not your current running version, please rebuild it from ports to prevent panics when loading the module.
2026-02-04: nda0p4 - enable linux kernel module
root@kg-core3:~ # sysrc linux_enable="YES" linux_enable: NO -> YES
2026-02-04: Xorg - try startx. Nope. Contents og /var/log/Xorg.0.log
root@kg-core3:~ # less /var/log/Xorg.0.log [ 1323.795] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 1323.795] Current Operating System: FreeBSD kg-core3 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-n280995-7aedc8de6446 GENERIC amd64 [ 1323.795] [ 1323.795] Current version of pixman: 0.46.2 [ 1323.795] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1323.795] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1323.795] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 4 19:55:38 2026 [ 1323.796] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 1323.796] (==) No Layout section. Using the first Screen section. [ 1323.796] (==) No screen section available. Using defaults. [ 1323.796] (**) |-->Screen "Default Screen Section" (0) [ 1323.796] (**) | |-->Monitor "<default monitor>" [ 1323.796] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1323.796] (**) Allowing byte-swapped clients [ 1323.796] (==) Automatically adding devices [ 1323.796] (==) Automatically enabling devices [ 1323.796] (==) Automatically adding GPU devices [ 1323.796] (==) Automatically binding GPU devices [ 1323.796] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 1323.796] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 1323.796] Entry deleted from font path. [ 1323.796] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 1323.796] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 1323.796] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1323.796] (II) Module ABI versions: [ 1323.796] X.Org ANSI C Emulation: 0.4 [ 1323.796] X.Org Video Driver: 25.2 [ 1323.796] X.Org XInput driver : 24.4 [ 1323.796] X.Org Server Extension : 10.0 [ 1323.798] (!!) More than one possible primary device found [ 1323.798] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 1323.798] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 1323.798] (II) LoadModule: "glx" [ 1323.798] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 1323.798] (II) Module glx: vendor="X.Org Foundation" [ 1323.798] compiled for 1.21.1.20, module version = 1.0.0 [ 1323.798] ABI class: X.Org Server Extension, version 10.0 [ 1323.798] (==) Matched modesetting as autoconfigured driver 0 [ 1323.798] (==) Matched scfb as autoconfigured driver 1 [ 1323.798] (==) Matched vesa as autoconfigured driver 2 [ 1323.798] (==) Assigned the driver to the xf86ConfigLayout [ 1323.798] (II) LoadModule: "modesetting" [ 1323.798] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 1323.798] (II) Module modesetting: vendor="X.Org Foundation" [ 1323.798] compiled for 1.21.1.20, module version = 1.21.1 [ 1323.798] Module class: X.Org Video Driver [ 1323.798] ABI class: X.Org Video Driver, version 25.2 [ 1323.798] (II) LoadModule: "scfb" [ 1323.799] (WW) Warning, couldn't open module scfb [ 1323.799] (EE) Failed to load module "scfb" (module does not exist, 0) [ 1323.799] (II) LoadModule: "vesa" [ 1323.799] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 1323.799] (II) Module vesa: vendor="X.Org Foundation" [ 1323.799] compiled for 1.21.1.20, module version = 2.5.0 [ 1323.799] Module class: X.Org Video Driver [ 1323.799] ABI class: X.Org Video Driver, version 25.2 [ 1323.799] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1323.799] (II) VESA: driver for VESA chipsets: vesa [ 1323.799] (--) Using syscons driver with X support (version 2.0) [ 1323.799] (--) using VT number 9 [ 1323.806] (WW) Falling back to old probe method for modesetting [ 1323.806] (EE) open /dev/dri/card0: No such file or directory [ 1323.806] (WW) Falling back to old probe method for modesetting [ 1323.806] (EE) open /dev/dri/card0: No such file or directory [ 1323.806] (EE) No devices detected. [ 1323.806] (EE) Fatal server error: [ 1323.806] (EE) no screens found(EE) [ 1323.806] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 1323.806] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 1323.806] (EE) [ 1323.814] (EE) Server terminated with error (1). Closing log file.
2026-02-04: pkg - install xorg-minimal xterm xclock twm xrandr xset
Feb 4 19:48:02 kg-core3 pkg[2708]: brotli-1.2.0,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: encodings-1.1.0,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: expat-2.7.3 installed Feb 4 19:48:02 kg-core3 pkg[2708]: hwdata-0.403,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: indexinfo-0.3.1_1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: gettext-runtime-0.26 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libICE-1.1.2,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libSM-1.2.6,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libXau-1.0.12 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libedit-3.1.20251016_1,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libepoll-shim-0.0.20240608 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libevdev-1.13.2 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libffi-3.5.1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libfontenc-1.1.8 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libiconv-1.18_1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libmtdev-1.1.7 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libpciaccess-0.18.1_1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libdrm-2.4.131,1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libudev-devd-0.6.0 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libunwind-20250904 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libxcvt-0.1.3 installed Feb 4 19:48:02 kg-core3 pkg[2708]: libxshmfence-1.3.3 installed Feb 4 19:48:02 kg-core3 pkg[2708]: lua53-5.3.6_1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: mpdecimal-4.0.1 installed Feb 4 19:48:02 kg-core3 pkg[2708]: pcre2-10.47_1 installed Feb 4 19:48:03 kg-core3 pkg[2708]: perl5-5.42.0_1 installed Feb 4 19:48:03 kg-core3 pkg[2708]: pixman-0.46.2 installed Feb 4 19:48:03 kg-core3 pkg[2708]: png-1.6.53 installed Feb 4 19:48:03 kg-core3 pkg[2708]: freetype2-2.14.1 installed Feb 4 19:48:03 kg-core3 pkg[2708]: fontconfig-2.17.1,1 installed Feb 4 19:48:03 kg-core3 pkg[2708]: libXfont2-2.0.6 installed Feb 4 19:48:03 kg-core3 pkg[2708]: readline-8.3.3 installed Feb 4 19:48:03 kg-core3 pkg[2708]: libxml2-2.15.1 installed Feb 4 19:48:04 kg-core3 pkg[2708]: python311-3.11.14_1 installed Feb 4 19:48:04 kg-core3 pkg[2708]: py311-evdev-1.9.1_1 installed Feb 4 19:48:04 kg-core3 pkg[2708]: py311-libevdev-0.11_2 installed Feb 4 19:48:04 kg-core3 pkg[2708]: py311-packaging-25.0 installed Feb 4 19:48:06 kg-core3 pkg[2708]: glib-2.84.4,2 installed Feb 4 19:48:06 kg-core3 pkg[2708]: libgudev-237 installed Feb 4 19:48:06 kg-core3 pkg[2708]: libwacom-2.12.1 installed Feb 4 19:48:06 kg-core3 pkg[2708]: py311-six-1.17.0 installed Feb 4 19:48:06 kg-core3 pkg[2708]: py311-pyudev-0.24.1_1 installed Feb 4 19:48:06 kg-core3 pkg[2708]: libinput-1.28.1 installed Feb 4 19:48:06 kg-core3 pkg[2708]: spirv-tools-2025.5 installed Feb 4 19:48:06 kg-core3 pkg[2708]: wayland-1.24.0_2 installed Feb 4 19:48:06 kg-core3 pkg[2708]: xkeyboard-config-2.41_4 installed Feb 4 19:48:06 kg-core3 pkg[2708]: xorgproto-2024.1 installed Feb 4 19:48:06 kg-core3 pkg[2708]: libXdmcp-1.1.5 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libxcb-1.17.0 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libX11-1.8.12,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXext-1.3.6,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXfixes-6.0.1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXdamage-1.1.6 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXi-1.8.2,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXrender-0.9.12 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXft-2.3.8 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXrandr-1.5.4 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXt-1.3.0,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXmu-1.1.4,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXpm-3.5.17_1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXaw-1.0.16,2 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXv-1.0.13,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libXxf86vm-1.1.6 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libglvnd-1.7.0 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libepoxy-1.5.10 installed Feb 4 19:48:07 kg-core3 pkg[2708]: libxkbfile-1.1.3 installed Feb 4 19:48:07 kg-core3 pkg[2708]: luit-20240102_1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: twm-1.0.12_1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xauth-1.1.4 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xclock-1.0.9_1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xinit-1.4.4,1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xkbcomp-1.5.0 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xrandr-1.5.3 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xset-1.2.5_1 installed Feb 4 19:48:07 kg-core3 pkg[2708]: xterm-406 installed Feb 4 19:48:07 kg-core3 pkg[2708]: zstd-1.5.7_1 installed Feb 4 19:48:10 kg-core3 pkg[2708]: llvm19-19.1.7_1 installed Feb 4 19:48:10 kg-core3 pkg[2708]: mesa-libs-24.1.7_1 installed Feb 4 19:48:10 kg-core3 pkg[2708]: spirv-llvm-translator-llvm19-19.1.14 installed Feb 4 19:48:10 kg-core3 pkg[2708]: mesa-dri-24.1.7_10 installed Feb 4 19:48:10 kg-core3 pkg[2708]: xorg-server-21.1.20,1 installed Feb 4 19:48:11 kg-core3 pkg[2708]: xf86-input-libinput-1.3.0_1 installed Feb 4 19:48:11 kg-core3 pkg[2708]: xf86-video-vesa-2.5.0_3 installed Feb 4 19:48:11 kg-core3 pkg[2708]: xorg-minimal-7.5.2_3 installed
2026-02-04: nda0p4 - pkg - install drm-kmod
Feb 4 19:38:24 kg-core3 pkg[2541]: drm-66-kmod-6.6.25.1500068_8 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-aldebaran-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-arcturus-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-banks-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-beige-goby-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-bonaire-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-carrizo-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-cyan-skillfish2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dcn-3-1-4-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dcn-3-1-6-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dcn-3-2-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dcn-3-2-1-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dcn-3-5-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-dimgrey-cavefish-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-fiji-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-10-3-7-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-0-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-0-1-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-0-2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-0-3-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-0-4-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-11-5-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-gc-9-4-3-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-green-sardine-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-hainan-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-hawaii-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-kabini-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-kaveri-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-mullins-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-navi10-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-navi12-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-navi14-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-navy-flounder-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-oland-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-picasso-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-pitcairn-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-polaris10-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-polaris11-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-polaris12-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-10-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-11-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-4-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-6-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-7-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-13-0-8-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-psp-14-0-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-raven-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-raven2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-renoir-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-4-4-2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-5-2-7-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-6-0-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-6-0-1-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-6-0-2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-6-0-3-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sdma-6-1-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-si58-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-sienna-cichlid-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-smu-13-0-0-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-smu-13-0-10-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-smu-13-0-6-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-smu-13-0-7-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-smu-14-0-2-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-stoney-20250109.1500068 installed Feb 4 19:38:24 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-tahiti-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-tonga-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-topaz-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vangogh-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vcn-4-0-0-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vcn-4-0-2-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vcn-4-0-3-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vcn-4-0-4-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vcn-4-0-5-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vega10-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vega12-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vega20-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vegam-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-verde-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-vpe-6-1-0-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-amd-kmod-yellow-carp-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-alderlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-broxton-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-cannonlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-dg1-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-dg2-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-elkhartlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-geminilake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-icelake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-kabylake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-meteorlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-rocketlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-skylake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-intel-kmod-tigerlake-20250109.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-aruba-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-barts-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-bonaire-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-btc-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-caicos-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-cayman-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-cedar-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-cypress-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-hainan-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-hawaii-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-juniper-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-kabini-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-kaveri-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-mullins-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-oland-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-palm-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-pitcairn-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r100-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r200-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r300-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r420-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r520-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r600-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-r700-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-redwood-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rs600-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rs690-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rs780-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv610-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv620-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv630-20220511.1500068 installed Feb 4 19:38:25 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv635-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv670-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv710-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv730-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv740-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-rv770-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-sumo-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-sumo2-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-tahiti-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-turks-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-radeon-kmod-verde-20220511.1500068 installed Feb 4 19:38:26 kg-core3 pkg[2541]: gpu-firmware-kmod-20250109,1 installed Feb 4 19:38:26 kg-core3 pkg[2541]: drm-kmod-20250428 installed
message
GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled. For amdgpu: kld_list="amdgpu" For Intel: kld_list="i915kms" For radeonkms: kld_list="radeonkms" Please ensure that all users requiring graphics are members of the "video" group. Please note that this package was built for FreeBSD 15.0. If this is not your current running version, please rebuild it from ports to prevent panics when loading the module.
add my user to the video group
root@kg-core3:~ # pw groupshow video video:*:44: root@kg-core3:~ # pw groupmod video -m tingo root@kg-core3:~ # pw groupshow video video:*:44:tingo
2026-02-04: nda0p4 - pkg - install realtek-rge-kmod
Feb 4 19:18:54 kg-core3 pkg[2869]: realtek-rge-kmod-20251211.1500068 installed
message
Add the following lines to your /boot/loader.conf to load the FreeBSD rge(4) driver. if_rge_load="YES"
check
root@kg-core3:~ # sysrc kld_list kld_list: if_rge amdtemp
its already in kld_list, good. Configure interface for DHCP
root@kg-core3:~ # sysrc ifconfig_rge0="DHCP" ifconfig_rge0: -> DHCP
2026-02-04: nda0p4 - pkg - check which repositories are in use
root@kg-core3:~ # pkg -vv | grep url | grep -v libcurl url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/quarterly", url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_quarterly_0", url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
2026-02-04: nda0p4 - I installed FreeBSD 15.0-release on nda0p4
root@kg-core3:~ # freebsd-version -ku 15.0-RELEASE 15.0-RELEASE
kernel
root@kg-core3:~ # uname -a FreeBSD kg-core3 15.0-RELEASE FreeBSD 15.0-RELEASE releng/15.0-n280995-7aedc8de6446 GENERIC amd64
2026-02-04: nda0p3 - pkg - install nss_mdns (and avahi-app)
Feb 4 17:55:47 kg-core3 pkg[5572]: dbus-1.16.2_4,1 installed Feb 4 17:55:47 kg-core3 pkg[5572]: dbus-glib-0.114 installed Feb 4 17:55:47 kg-core3 pkg[5572]: gdbm-1.26 installed Feb 4 17:55:47 kg-core3 pkg[5572]: gnome_subr-1.0 installed Feb 4 17:55:47 kg-core3 pkg[5572]: libdaemon-0.14_1 installed Feb 4 17:55:47 kg-core3 pkg[5572]: libevent-2.1.12 installed Feb 4 17:55:47 kg-core3 pkg[5572]: avahi-app-0.8_6 installed Feb 4 17:55:47 kg-core3 pkg[5572]: nss_mdns-0.14.1.20200624_1 installed
enable dbus and avahi_daemon
root@kg-core3:~ # sysrc dbus_enable="YES" dbus_enable: -> YES root@kg-core3:~ # sysrc avahi_daemon_enable="YES" avahi_daemon_enable: -> YES
start the services
root@kg-core3:~ # service dbus start Starting dbus. root@kg-core3:~ # service avahi_daemon start avahi_daemon does not exist in /etc/rc.d or the local startup directories (/usr/local/etc/rc.d), or is not executable root@kg-core3:~ # service avahi-daemon start Starting avahi-daemon.
fix /etc/nsswitch.conf - before
root@kg-core3:~ # grep ^hosts /etc/nsswitch.conf hosts: files dns
after
root@kg-core3:~ # grep ^hosts /etc/nsswitch.conf hosts: files mdns_minimal [NOTFOUND=return] dns mdns
2026-02-03: nda0p3 - Xorg with xf86-video-scfb installed. From /var/log/Xorg.0.log
root@kg-core3:~ # less /var/log/Xorg.0.log [ 2830.271] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 2830.271] Current Operating System: FreeBSD kg-core3 14.3-RELEASE-p8 FreeBSD 14.3-RELEASE-p8 GENERIC amd64 [ 2830.271] [ 2830.271] Current version of pixman: 0.46.2 [ 2830.271] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2830.271] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2830.271] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 3 20:19:42 2026 [ 2830.271] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 2830.271] (==) No Layout section. Using the first Screen section. [ 2830.271] (==) No screen section available. Using defaults. [ 2830.271] (**) |-->Screen "Default Screen Section" (0) [ 2830.271] (**) | |-->Monitor "<default monitor>" [ 2830.271] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 2830.271] (**) Allowing byte-swapped clients [ 2830.271] (==) Automatically adding devices [ 2830.271] (==) Automatically enabling devices [ 2830.271] (==) Automatically adding GPU devices [ 2830.271] (==) Automatically binding GPU devices [ 2830.271] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 2830.271] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 2830.271] Entry deleted from font path. [ 2830.271] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 2830.271] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 2830.271] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 2830.271] (II) Module ABI versions: [ 2830.271] X.Org ANSI C Emulation: 0.4 [ 2830.271] X.Org Video Driver: 25.2 [ 2830.271] X.Org XInput driver : 24.4 [ 2830.271] X.Org Server Extension : 10.0 [ 2830.273] (!!) More than one possible primary device found [ 2830.273] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 2830.273] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 2830.273] (II) LoadModule: "glx" [ 2830.273] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 2830.273] (II) Module glx: vendor="X.Org Foundation" [ 2830.273] compiled for 1.21.1.20, module version = 1.0.0 [ 2830.273] ABI class: X.Org Server Extension, version 10.0 [ 2830.273] (==) Matched modesetting as autoconfigured driver 0 [ 2830.273] (==) Matched scfb as autoconfigured driver 1 [ 2830.273] (==) Matched vesa as autoconfigured driver 2 [ 2830.273] (==) Assigned the driver to the xf86ConfigLayout [ 2830.273] (II) LoadModule: "modesetting" [ 2830.273] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 2830.274] (II) Module modesetting: vendor="X.Org Foundation" [ 2830.274] compiled for 1.21.1.20, module version = 1.21.1 [ 2830.274] Module class: X.Org Video Driver [ 2830.274] ABI class: X.Org Video Driver, version 25.2 [ 2830.274] (II) LoadModule: "scfb" [ 2830.274] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so [ 2830.274] (II) Module scfb: vendor="X.Org Foundation" [ 2830.274] compiled for 1.21.1.20, module version = 0.0.5 [ 2830.274] ABI class: X.Org Video Driver, version 25.2 [ 2830.274] (II) LoadModule: "vesa" [ 2830.274] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 2830.274] (II) Module vesa: vendor="X.Org Foundation" [ 2830.274] compiled for 1.21.1.20, module version = 2.5.0 [ 2830.274] Module class: X.Org Video Driver [ 2830.274] ABI class: X.Org Video Driver, version 25.2 [ 2830.274] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 2830.274] (II) scfb: driver for wsdisplay framebuffer: scfb [ 2830.274] (II) VESA: driver for VESA chipsets: vesa [ 2830.274] (--) Using syscons driver with X support (version 2.0) [ 2830.274] (--) using VT number 9 [ 2830.274] (WW) Falling back to old probe method for modesetting [ 2830.274] (EE) open /dev/dri/card0: No such file or directory [ 2830.274] (WW) Falling back to old probe method for scfb [ 2830.274] scfb trace: probe start [ 2830.274] (II) scfb(0): using default device [ 2830.274] scfb trace: probe done [ 2830.274] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 2830.274] scfb: PreInit 0 [ 2830.274] (II) scfb(0): Using: depth (32), width (800), height (600) [ 2830.274] (II) scfb(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 2830.274] (==) scfb(0): Depth 24, (==) framebuffer bpp 32 [ 2830.274] (==) scfb(0): RGB weight 888 [ 2830.274] (==) scfb(0): Default visual is TrueColor [ 2830.274] (==) scfb(0): Using gamma correction (1.0, 1.0, 1.0) [ 2830.274] (II) scfb(0): Vidmem: 1875k [ 2830.274] (DB) xf86MergeOutputClassOptions unsupported bus type 0 [ 2830.274] (==) scfb(0): DPI set to (96, 96) [ 2830.274] (**) scfb(0): Using "Shadow Framebuffer" [ 2830.274] (II) Loading sub module "shadow" [ 2830.274] (II) LoadModule: "shadow" [ 2830.274] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 2830.274] (II) Module shadow: vendor="X.Org Foundation" [ 2830.274] compiled for 1.21.1.20, module version = 1.1.0 [ 2830.274] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2830.274] (II) Loading sub module "fb" [ 2830.274] (II) LoadModule: "fb" [ 2830.274] (II) Module "fb" already built-in [ 2830.274] scfb: PreInit done [ 2830.274] (II) UnloadModule: "modesetting" [ 2830.274] (II) Unloading modesetting [ 2830.274] (II) UnloadModule: "vesa" [ 2830.274] (II) Unloading vesa [ 2830.274] scfb: ScfbScreenInit 0 [ 2830.274] bitsPerPixel=32, depth=24, defaultVisual=TrueColor mask: ff0000,ff00,ff, offset: 16,8,0 [ 2830.274] mmap returns: addr 0x833d75000 len 0x1d5000, fd 12, off 0 [ 2830.274] scfb: ScfbSave 0 [ 2830.274] scfb: ScfbSave done [ 2830.274] (==) scfb(0): Backing store enabled [ 2830.274] scfb: ScfbScreenInit done [ 2830.274] (II) Initializing extension Generic Event Extension [ 2830.274] (II) Initializing extension SHAPE [ 2830.274] (II) Initializing extension MIT-SHM [ 2830.274] (II) Initializing extension XInputExtension [ 2830.274] (II) Initializing extension XTEST [ 2830.274] (II) Initializing extension BIG-REQUESTS [ 2830.274] (II) Initializing extension SYNC [ 2830.274] (II) Initializing extension XKEYBOARD [ 2830.274] (II) Initializing extension XC-MISC [ 2830.274] (II) Initializing extension SECURITY [ 2830.274] (II) Initializing extension XFIXES [ 2830.274] (II) Initializing extension RENDER [ 2830.274] (II) Initializing extension RANDR [ 2830.275] (II) Initializing extension COMPOSITE [ 2830.275] (II) Initializing extension DAMAGE [ 2830.275] (II) Initializing extension MIT-SCREEN-SAVER [ 2830.275] (II) Initializing extension DOUBLE-BUFFER [ 2830.275] (II) Initializing extension RECORD [ 2830.275] (II) Initializing extension DPMS [ 2830.275] (II) Initializing extension Present [ 2830.275] (II) Initializing extension DRI3 [ 2830.275] (II) Initializing extension X-Resource [ 2830.275] (II) Initializing extension XVideo [ 2830.275] (II) Initializing extension XVideo-MotionCompensation [ 2830.275] (II) Initializing extension GLX [ 2830.275] (II) AIGLX: Screen 0 is not DRI2 capable [ 2830.291] (II) IGLX: Loaded and initialized swrast [ 2830.291] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 2830.291] (II) Initializing extension XFree86-VidModeExtension [ 2830.291] (II) Initializing extension XFree86-DGA [ 2830.291] (II) Initializing extension XFree86-DRI [ 2830.291] (II) Initializing extension DRI2 [ 2830.304] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) [ 2830.304] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard" [ 2830.304] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall" [ 2830.304] (II) LoadModule: "libinput" [ 2830.304] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so [ 2830.304] (II) Module libinput: vendor="X.Org Foundation" [ 2830.304] compiled for 1.21.1.20, module version = 1.3.0 [ 2830.304] Module class: X.Org XInput Driver [ 2830.304] ABI class: X.Org XInput driver, version 24.4 [ 2830.304] (II) Using input driver 'libinput' for 'System keyboard multiplexer' [ 2830.304] (**) System keyboard multiplexer: always reports core events [ 2830.304] (**) Option "Device" "/dev/input/event0" [ 2830.306] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 2830.306] (II) event0 - System keyboard multiplexer: device is a keyboard [ 2830.307] (II) event0 - System keyboard multiplexer: device removed [ 2830.307] (**) Option "config_info" "udev:/dev/input/event0" [ 2830.307] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6) [ 2830.307] (**) Option "xkb_rules" "evdev" [ 2830.320] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 2830.320] (II) event0 - System keyboard multiplexer: device is a keyboard [ 2830.321] (II) config/udev: Adding input device System mouse (/dev/input/event1) [ 2830.321] (**) System mouse: Applying InputClass "libinput pointer catchall" [ 2830.321] (II) Using input driver 'libinput' for 'System mouse' [ 2830.321] (**) System mouse: always reports core events [ 2830.321] (**) Option "Device" "/dev/input/event1" [ 2830.322] (II) event1 - System mouse: is tagged by udev as: Mouse [ 2830.322] (II) event1 - System mouse: device is a pointer [ 2830.322] (II) event1 - System mouse: device removed [ 2830.322] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.322] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.322] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.322] (**) Option "config_info" "udev:/dev/input/event1" [ 2830.322] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7) [ 2830.322] (**) Option "AccelerationScheme" "none" [ 2830.322] (**) System mouse: (accel) selected scheme none/0 [ 2830.322] (**) System mouse: (accel) acceleration factor: 2.000 [ 2830.322] (**) System mouse: (accel) acceleration threshold: 4 [ 2830.323] (II) event1 - System mouse: is tagged by udev as: Mouse [ 2830.323] (II) event1 - System mouse: device is a pointer [ 2830.324] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 2830.324] (**) Power Button: Applying InputClass "Evdev keyboard" [ 2830.324] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 2830.324] (II) Using input driver 'libinput' for 'Power Button' [ 2830.324] (**) Power Button: always reports core events [ 2830.324] (**) Option "Device" "/dev/input/event2" [ 2830.325] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 2830.325] (II) event2 - Power Button: device is a keyboard [ 2830.325] (II) event2 - Power Button: device removed [ 2830.325] (**) Option "config_info" "udev:/dev/input/event2" [ 2830.325] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 2830.325] (**) Option "xkb_rules" "evdev" [ 2830.326] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 2830.326] (II) event2 - Power Button: device is a keyboard [ 2830.326] (II) config/udev: Adding input device Glorious Model O- Wireless (/dev/input/event3) [ 2830.327] (**) Glorious Model O- Wireless: Applying InputClass "Evdev keyboard" [ 2830.327] (**) Glorious Model O- Wireless: Applying InputClass "libinput keyboard catchall" [ 2830.327] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless' [ 2830.327] (**) Glorious Model O- Wireless: always reports core events [ 2830.327] (**) Option "Device" "/dev/input/event3" [ 2830.327] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Keyboard [ 2830.327] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a keyboard [ 2830.328] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2830.328] (**) Option "config_info" "udev:/dev/input/event3" [ 2830.328] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless" (type: KEYBOARD, id 9) [ 2830.328] (**) Option "xkb_rules" "evdev" [ 2830.329] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Keyboard [ 2830.329] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a keyboard [ 2830.330] (II) config/udev: Adding input device Glorious Model O- Wireless (/dev/input/event4) [ 2830.330] (**) Glorious Model O- Wireless: Applying InputClass "Evdev keyboard" [ 2830.330] (**) Glorious Model O- Wireless: Applying InputClass "libinput keyboard catchall" [ 2830.330] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless' [ 2830.330] (**) Glorious Model O- Wireless: always reports core events [ 2830.330] (**) Option "Device" "/dev/input/event4" [ 2830.330] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Keyboard [ 2830.330] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a keyboard [ 2830.331] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2830.331] (**) Option "config_info" "udev:/dev/input/event4" [ 2830.331] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless" (type: KEYBOARD, id 10) [ 2830.331] (**) Option "xkb_rules" "evdev" [ 2830.332] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Keyboard [ 2830.332] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a keyboard [ 2830.333] (II) config/udev: Adding input device vendor 0x0461 HP USB Keyboard (/dev/input/event5) [ 2830.333] (**) vendor 0x0461 HP USB Keyboard: Applying InputClass "Evdev keyboard" [ 2830.333] (**) vendor 0x0461 HP USB Keyboard: Applying InputClass "libinput keyboard catchall" [ 2830.333] (II) Using input driver 'libinput' for 'vendor 0x0461 HP USB Keyboard' [ 2830.333] (**) vendor 0x0461 HP USB Keyboard: always reports core events [ 2830.333] (**) Option "Device" "/dev/input/event5" [ 2830.333] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: is tagged by udev as: Keyboard [ 2830.334] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: device is a keyboard [ 2830.334] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: device removed [ 2830.334] (**) Option "config_info" "udev:/dev/input/event5" [ 2830.334] (II) XINPUT: Adding extended input device "vendor 0x0461 HP USB Keyboard" (type: KEYBOARD, id 11) [ 2830.334] (**) Option "xkb_rules" "evdev" [ 2830.335] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: is tagged by udev as: Keyboard [ 2830.335] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: device is a keyboard [ 2830.336] (II) config/udev: Adding input device Glorious Model O- Wireless (/dev/input/event6) [ 2830.336] (**) Glorious Model O- Wireless: Applying InputClass "libinput pointer catchall" [ 2830.336] (II) Using input driver 'libinput' for 'Glorious Model O- Wireless' [ 2830.336] (**) Glorious Model O- Wireless: always reports core events [ 2830.336] (**) Option "Device" "/dev/input/event6" [ 2830.336] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Mouse [ 2830.337] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a pointer [ 2830.337] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2830.337] (II) libinput: Glorious Model O- Wireless: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.337] (II) libinput: Glorious Model O- Wireless: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.337] (II) libinput: Glorious Model O- Wireless: Step value 0 was provided, libinput Fallback acceleration function is used. [ 2830.337] (**) Option "config_info" "udev:/dev/input/event6" [ 2830.337] (II) XINPUT: Adding extended input device "Glorious Model O- Wireless" (type: MOUSE, id 12) [ 2830.337] (**) Option "AccelerationScheme" "none" [ 2830.337] (**) Glorious Model O- Wireless: (accel) selected scheme none/0 [ 2830.337] (**) Glorious Model O- Wireless: (accel) acceleration factor: 2.000 [ 2830.337] (**) Glorious Model O- Wireless: (accel) acceleration threshold: 4 [ 2830.338] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: is tagged by udev as: Mouse [ 2830.338] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device is a pointer [ 2830.339] scfb: SaveScreen 0 [ 2830.339] scfb: SaveScreen done [ 2843.872] (II) event0 - System keyboard multiplexer: device removed [ 2843.872] (II) event1 - System mouse: device removed [ 2843.872] (II) event2 - Power Button: device removed [ 2843.872] (II) event3 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2843.872] (II) event4 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2843.872] (II) event5 - vendor 0x0461 HP USB Keyboard, class 0/0, rev 1.10/1.21, addr 2: device removed [ 2843.872] (II) event6 - Glorious Model O- Wireless, class 0/0, rev 2.00/1.01, addr 1: device removed [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.873] (II) UnloadModule: "libinput" [ 2843.874] scfb: ScfbCloseScreen 0 [ 2843.874] scfb: ScfbRestore 0 [ 2843.875] scfb: ScfbRestore done [ 2843.875] scfb: ScfbCloseScreen done [ 2843.875] (II) Server terminated successfully (0). Closing log file.
so it works, but has the wrong resolution.
2026-02-03: nda0p3 - amdtemp
root@kg-core3:~ # sysctl dev.amdtemp.0.ccd0; sysctl dev.amdtemp.0.core0.sensor0 dev.amdtemp.0.ccd0: 53.7C dev.amdtemp.0.core0.sensor0: 59.7C
and
root@kg-core3:~ # for i in $(seq 0 15) { sysctl dev.cpu.$i.temperature } dev.cpu.0.temperature: 60.1C dev.cpu.1.temperature: 60.1C dev.cpu.2.temperature: 60.1C dev.cpu.3.temperature: 60.1C dev.cpu.4.temperature: 60.1C dev.cpu.5.temperature: 60.1C dev.cpu.6.temperature: 60.1C dev.cpu.7.temperature: 60.1C dev.cpu.8.temperature: 60.1C dev.cpu.9.temperature: 60.1C dev.cpu.10.temperature: 60.1C dev.cpu.11.temperature: 60.1C dev.cpu.12.temperature: 60.1C dev.cpu.13.temperature: 60.1C dev.cpu.14.temperature: 60.1C dev.cpu.15.temperature: 60.1C
2026-02-03: nda0p3 - Xorg, try to load i915kms manually, then try startx. Nope. From /var/log/Xorg.0.log:
root@kg-core3:~ # cat /var/log/Xorg.0.log [ 1313.487] X.Org X Server 1.21.1.20 X Protocol Version 11, Revision 0 [ 1313.487] Current Operating System: FreeBSD kg-core3 14.3-RELEASE-p8 FreeBSD 14.3-RELEASE-p8 GENERIC amd64 [ 1313.487] [ 1313.487] Current version of pixman: 0.46.2 [ 1313.487] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1313.487] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1313.487] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 3 19:54:25 2026 [ 1313.487] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 1313.487] (==) No Layout section. Using the first Screen section. [ 1313.487] (==) No screen section available. Using defaults. [ 1313.487] (**) |-->Screen "Default Screen Section" (0) [ 1313.487] (**) | |-->Monitor "<default monitor>" [ 1313.487] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1313.487] (**) Allowing byte-swapped clients [ 1313.487] (==) Automatically adding devices [ 1313.487] (==) Automatically enabling devices [ 1313.487] (==) Automatically adding GPU devices [ 1313.487] (==) Automatically binding GPU devices [ 1313.487] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 1313.487] (WW) The directory "/usr/local/share/fonts/misc/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (WW) The directory "/usr/local/share/fonts/TTF/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (WW) The directory "/usr/local/share/fonts/OTF/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist. [ 1313.487] Entry deleted from font path. [ 1313.487] (==) FontPath set to: catalogue:/usr/local/etc/X11/fontpath.d [ 1313.487] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 1313.487] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1313.487] (II) Module ABI versions: [ 1313.487] X.Org ANSI C Emulation: 0.4 [ 1313.487] X.Org Video Driver: 25.2 [ 1313.487] X.Org XInput driver : 24.4 [ 1313.487] X.Org Server Extension : 10.0 [ 1313.489] (!!) More than one possible primary device found [ 1313.489] (--) PCI: (3@0:0:0) 8086:e20b:1849:6021 rev 0, Mem @ 0xf5000000/16777216, 0xf800000000/17179869184, BIOS @ 0x????????/65536 [ 1313.489] (--) PCI: (17@0:0:0) 1002:164e:1849:364e rev 195, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xf6800000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/65536 [ 1313.489] (II) LoadModule: "glx" [ 1313.489] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 1313.490] (II) Module glx: vendor="X.Org Foundation" [ 1313.490] compiled for 1.21.1.20, module version = 1.0.0 [ 1313.490] ABI class: X.Org Server Extension, version 10.0 [ 1313.490] (==) Matched modesetting as autoconfigured driver 0 [ 1313.490] (==) Matched scfb as autoconfigured driver 1 [ 1313.490] (==) Matched vesa as autoconfigured driver 2 [ 1313.490] (==) Assigned the driver to the xf86ConfigLayout [ 1313.490] (II) LoadModule: "modesetting" [ 1313.490] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 1313.490] (II) Module modesetting: vendor="X.Org Foundation" [ 1313.490] compiled for 1.21.1.20, module version = 1.21.1 [ 1313.490] Module class: X.Org Video Driver [ 1313.490] ABI class: X.Org Video Driver, version 25.2 [ 1313.490] (II) LoadModule: "scfb" [ 1313.490] (WW) Warning, couldn't open module scfb [ 1313.490] (EE) Failed to load module "scfb" (module does not exist, 0) [ 1313.490] (II) LoadModule: "vesa" [ 1313.490] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 1313.490] (II) Module vesa: vendor="X.Org Foundation" [ 1313.490] compiled for 1.21.1.20, module version = 2.5.0 [ 1313.490] Module class: X.Org Video Driver [ 1313.490] ABI class: X.Org Video Driver, version 25.2 [ 1313.490] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1313.490] (II) VESA: driver for VESA chipsets: vesa [ 1313.490] (--) Using syscons driver with X support (version 2.0) [ 1313.490] (--) using VT number 9 [ 1313.490] (WW) Falling back to old probe method for modesetting [ 1313.490] (EE) open /dev/dri/card0: No such file or directory [ 1313.490] (WW) Falling back to old probe method for modesetting [ 1313.490] (EE) open /dev/dri/card0: No such file or directory [ 1313.490] (EE) No devices detected. [ 1313.490] (EE) Fatal server error: [ 1313.490] (EE) no screens found(EE) [ 1313.490] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 1313.490] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 1313.490] (EE) [ 1313.490] (EE) Server terminated with error (1). Closing log file.
2026-02-03: nda0p3 - pkg - install xterm xclock twm xrandr xset
Feb 3 19:50:47 kg-core3 pkg[3066]: encodings-1.1.0,1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: fontconfig-2.17.1,1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: libXft-2.3.8 installed Feb 3 19:50:47 kg-core3 pkg[3066]: libXpm-3.5.17_1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: libXaw-1.0.16,2 installed Feb 3 19:50:47 kg-core3 pkg[3066]: luit-20240102_1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: twm-1.0.12_1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: xclock-1.0.9_1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: xrandr-1.5.3 installed Feb 3 19:50:47 kg-core3 pkg[3066]: xset-1.2.5_1 installed Feb 3 19:50:47 kg-core3 pkg[3066]: xterm-406 installed
2026-02-03: nda0p3 - pkg - install drm-kmod
Feb 3 19:41:32 kg-core3 pkg[2877]: drm-61-kmod-6.1.128.1403000_8 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-aldebaran-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-arcturus-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-banks-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-beige-goby-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-bonaire-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-carrizo-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-cyan-skillfish2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-1-4-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-1-5-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-1-6-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-2-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-2-1-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dcn-3-5-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-dimgrey-cavefish-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-fiji-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-10-3-6-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-10-3-7-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-0-1-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-0-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-0-3-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-0-4-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-11-5-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-gc-9-4-3-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-green-sardine-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-hainan-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-hawaii-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-kabini-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-kaveri-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-mullins-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-navi10-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-navi12-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-navi14-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-navy-flounder-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-oland-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-picasso-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-pitcairn-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-polaris10-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-polaris11-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-polaris12-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-10-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-11-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-4-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-5-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-6-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-7-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-13-0-8-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-psp-14-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-raven-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-raven2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-renoir-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-4-4-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-5-2-6-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-5-2-7-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-6-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-6-0-1-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-6-0-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-6-0-3-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sdma-6-1-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-si58-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-sienna-cichlid-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-smu-13-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-smu-13-0-10-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-smu-13-0-6-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-smu-13-0-7-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-smu-14-0-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-stoney-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-tahiti-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-tonga-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-topaz-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vangogh-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-3-1-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-4-0-0-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-4-0-2-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-4-0-3-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-4-0-4-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vcn-4-0-5-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vega10-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vega12-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vega20-20250109.1403000 installed Feb 3 19:41:32 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vegam-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-verde-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-vpe-6-1-0-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-amd-kmod-yellow-carp-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-alderlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-broxton-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-cannonlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-dg1-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-dg2-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-elkhartlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-geminilake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-icelake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-kabylake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-meteorlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-rocketlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-skylake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-intel-kmod-tigerlake-20250109.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-aruba-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-barts-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-bonaire-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-btc-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-caicos-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-cayman-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-cedar-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-cypress-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-hainan-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-hawaii-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-juniper-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-kabini-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-kaveri-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-mullins-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-oland-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-palm-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-pitcairn-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r100-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r200-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r300-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r420-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r520-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r600-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-r700-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-redwood-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rs600-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rs690-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rs780-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv610-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv620-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv630-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv635-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv670-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv710-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv730-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv740-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-rv770-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-sumo-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-sumo2-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-tahiti-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-turks-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-radeon-kmod-verde-20220511.1403000 installed Feb 3 19:41:33 kg-core3 pkg[2877]: gpu-firmware-kmod-20250109,1 installed Feb 3 19:41:33 kg-core3 pkg[2877]: drm-kmod-20250428 installed
message from package
The drm-61-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled. For amdgpu: kld_list="amdgpu" For Intel: kld_list="i915kms" For radeonkms: kld_list="radeonkms" Please ensure that all users requiring graphics are members of the "video" group. Please note that this package was built for FreeBSD 14.3. If this is not your current running version, please rebuild it from ports to prevent panics when loading the module.
add my user to the video group
root@kg-core3:~ # pw groupmod video -m tingo root@kg-core3:~ # pw groupshow video video:*:44:tingo
2026-02-03: nda0p3 - pkg - install xorg-minimal
Feb 3 19:37:54 kg-core3 pkg[1514]: brotli-1.2.0,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: expat-2.7.3 installed Feb 3 19:37:54 kg-core3 pkg[1514]: hwdata-0.403,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: indexinfo-0.3.1_1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: gettext-runtime-0.26 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libICE-1.1.2,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libSM-1.2.6,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libXau-1.0.12 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libedit-3.1.20251016_1,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libepoll-shim-0.0.20240608 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libevdev-1.13.2 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libffi-3.5.1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libfontenc-1.1.8 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libiconv-1.18_1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libinotify-20240724_3 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libmtdev-1.1.7 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libpciaccess-0.18.1_1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libdrm-2.4.131,1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libudev-devd-0.6.0 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libunwind-20250904 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libxcvt-0.1.3 installed Feb 3 19:37:54 kg-core3 pkg[1514]: libxshmfence-1.3.3 installed Feb 3 19:37:54 kg-core3 pkg[1514]: lua53-5.3.6_1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: mpdecimal-4.0.1 installed Feb 3 19:37:54 kg-core3 pkg[1514]: pcre2-10.47_1 installed Feb 3 19:37:55 kg-core3 pkg[1514]: perl5-5.42.0_1 installed Feb 3 19:37:55 kg-core3 pkg[1514]: pixman-0.46.2 installed Feb 3 19:37:55 kg-core3 pkg[1514]: png-1.6.53 installed Feb 3 19:37:55 kg-core3 pkg[1514]: freetype2-2.14.1 installed Feb 3 19:37:55 kg-core3 pkg[1514]: libXfont2-2.0.6 installed Feb 3 19:37:55 kg-core3 pkg[1514]: readline-8.3.3 installed Feb 3 19:37:55 kg-core3 pkg[1514]: libxml2-2.15.1 installed Feb 3 19:37:56 kg-core3 pkg[1514]: python311-3.11.14_1 installed Feb 3 19:37:56 kg-core3 pkg[1514]: py311-evdev-1.9.1_1 installed Feb 3 19:37:56 kg-core3 pkg[1514]: py311-libevdev-0.11_2 installed Feb 3 19:37:56 kg-core3 pkg[1514]: py311-packaging-25.0 installed Feb 3 19:37:57 kg-core3 pkg[1514]: glib-2.84.4,2 installed Feb 3 19:37:57 kg-core3 pkg[1514]: libgudev-237 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libwacom-2.12.1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: py311-six-1.17.0 installed Feb 3 19:37:58 kg-core3 pkg[1514]: py311-pyudev-0.24.1_1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libinput-1.28.1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: spirv-tools-2025.5 installed Feb 3 19:37:58 kg-core3 pkg[1514]: wayland-1.24.0_2 installed Feb 3 19:37:58 kg-core3 pkg[1514]: xkeyboard-config-2.41_4 installed Feb 3 19:37:58 kg-core3 pkg[1514]: xorgproto-2024.1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXdmcp-1.1.5 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libxcb-1.17.0 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libX11-1.8.12,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXext-1.3.6,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXfixes-6.0.1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXdamage-1.1.6 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXi-1.8.2,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXrender-0.9.12 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXrandr-1.5.4 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXt-1.3.0,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXmu-1.1.4,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXv-1.0.13,1 installed Feb 3 19:37:58 kg-core3 pkg[1514]: libXxf86vm-1.1.6 installed Feb 3 19:37:59 kg-core3 pkg[1514]: libglvnd-1.7.0 installed Feb 3 19:37:59 kg-core3 pkg[1514]: libepoxy-1.5.10 installed Feb 3 19:37:59 kg-core3 pkg[1514]: libxkbfile-1.1.3 installed Feb 3 19:37:59 kg-core3 pkg[1514]: xauth-1.1.4 installed Feb 3 19:37:59 kg-core3 pkg[1514]: xinit-1.4.4,1 installed Feb 3 19:37:59 kg-core3 pkg[1514]: xkbcomp-1.5.0 installed Feb 3 19:37:59 kg-core3 pkg[1514]: zstd-1.5.7_1 installed Feb 3 19:38:02 kg-core3 pkg[1514]: llvm19-19.1.7_1 installed Feb 3 19:38:02 kg-core3 pkg[1514]: mesa-libs-24.1.7_1 installed Feb 3 19:38:02 kg-core3 pkg[1514]: spirv-llvm-translator-llvm19-19.1.14 installed Feb 3 19:38:02 kg-core3 pkg[1514]: mesa-dri-24.1.7_10 installed Feb 3 19:38:02 kg-core3 pkg[1514]: xorg-server-21.1.20,1 installed Feb 3 19:38:02 kg-core3 pkg[1514]: xf86-input-libinput-1.3.0_1 installed Feb 3 19:38:02 kg-core3 pkg[1514]: xf86-video-vesa-2.5.0_3 installed Feb 3 19:38:02 kg-core3 pkg[1514]: xorg-minimal-7.5.2_3 installed
2026-02-03: nda0p3 - reboot, check if if_rge works. Indeed it does
root@kg-core3:~ # ifconfig rge0 rge0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 9c:6b:00:c7:77:66 inet 10.1.161.25 netmask 0xffff0000 broadcast 10.1.255.255 media: Ethernet autoselect (1000baseT <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
2026-02-03: nda0p3 - pkg - install realtek-rge-kmod
Feb 3 19:15:17 kg-core3 pkg[1649]: realtek-rge-kmod-20251211.1403000 installed
message from package
!!! This port is EXPERIMENTAL !!! Add the following lines to your /boot/loader.conf to load the FreeBSD rge(4) driver. if_rge_load="YES"
try to load it manually, to see if it works
root@kg-core3:~ # kldload if_rge
now ifconfig reports
root@kg-core3:~ # ifconfig lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384 options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 groups: lo nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> ue0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=68009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> ether 00:e0:4c:36:08:f8 inet 10.1.161.30 netmask 0xffff0000 broadcast 10.1.255.255 media: Ethernet autoselect (100baseTX <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> rge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 9c:6b:00:c7:77:66 media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
try if adding it to kld_list works
root@kg-core3:~ # sysrc kld_list=if_rge kld_list: -> if_rge
also, add amdtemp
root@kg-core3:~ # sysrc kld_list+=" amdtemp" kld_list: if_rge -> if_rge amdtemp
2026-02-03: nda0p3 - pkg - see if we have any modules for realtek
root@kg-core3:~ # pkg search realtek realtek-re-kmod-1101.00.1403000 Kernel driver for Realtek PCIe Ethernet Controllers realtek-re-kmod198-198.00.1403000 Kernel driver for Realtek PCIe Ethernet Controllers realtek-rge-kmod-20251211.1403000 EXPERIMENTAL Kernel module for Realtek 8125/8126/8217 network cards realtek-re-kmod-1101.00.1403000 Kernel driver for Realtek PCIe Ethernet Controllers realtek-re-kmod198-198.00.1403000 Kernel driver for Realtek PCIe Ethernet Controllers realtek-rge-kmod-20251211.1403000 EXPERIMENTAL Kernel module for Realtek 8125/8126/8217 network cards
we do. 2026-02-03: nda0p3 - pkg - install pkg
root@kg-core3:~ # pkg install pkg The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done Installing pkg-2.5.1... Extracting pkg-2.5.1: 100% Updating FreeBSD repository catalogue... Fetching meta.conf: 100% 179 B 0.2 k/s 00:01 Fetching data: 100% 10 MiB 10.8 M/s 00:01 Processing entries: 100% FreeBSD repository update completed. 36695 packages processed. Updating FreeBSD-kmods repository catalogue... Fetching meta.conf: 100% 179 B 0.2 k/s 00:01 Fetching data: 100% 36 KiB 36.8 k/s 00:01 Processing entries: 100% FreeBSD-kmods repository update completed. 245 packages processed. All repositories are up to date. Updating database digests format: 100% Checking integrity... done (0 conflicting) The most recent versions of packages are already installed
check which branch the repositories are on
root@kg-core3:~ # pkg -vv | grep url | grep -v libcurl url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly", url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/kmods_quarterly_3",
quarterly - good.
2026-02-03: nda0p3 - reboot, FreeBSD 14.3-release-p8 is in
root@kg-core3:~ # freebsd-version -ku 14.3-RELEASE-p8 14.3-RELEASE-p8
kernel
root@kg-core3:~ # uname -a FreeBSD kg-core3 14.3-RELEASE-p8 FreeBSD 14.3-RELEASE-p8 GENERIC amd64
2026-02-03: nda0p3 - freebsd-update fetch
root@kg-core3:~ # freebsd-update fetch src component not installed, skipped [..] The following files will be updated as part of updating to 14.3-RELEASE-p8: /bin/freebsd-version /boot/kernel/alq.ko /boot/kernel/cd9660.ko /boot/kernel/ctl.ko /boot/kernel/efirt.ko /boot/kernel/ext2fs.ko /boot/kernel/firmware.ko /boot/kernel/fusefs.ko /boot/kernel/geom_md.ko /boot/kernel/hv_vmbus.ko /boot/kernel/if_bnxt.ko /boot/kernel/imgact_binmisc.ko /boot/kernel/ipfw_pmod.ko /boot/kernel/kernel /boot/kernel/linux.ko /boot/kernel/linux64.ko /boot/kernel/linux_common.ko /boot/kernel/msdosfs.ko /boot/kernel/nfscommon.ko /boot/kernel/nfsd.ko /boot/kernel/nullfs.ko /boot/kernel/tarfs.ko /boot/kernel/udf.ko /boot/kernel/ufs.ko /boot/kernel/unionfs.ko /boot/kernel/wlan_tkip.ko /boot/kernel/zfs.ko /boot/loader.efi /boot/loader_4th.efi /boot/loader_ia32.efi /boot/loader_lua.efi /boot/loader_simp.efi /lib/libcrypto.so.30 /lib/libzpool.so.2 [..] /sbin/route /sbin/rtsol /sbin/sysctl /usr/bin/ar /usr/bin/bsdcat /usr/bin/bsdcpio /usr/bin/bsdtar /usr/bin/bsdunzip /usr/bin/objcopy /usr/bin/openssl /usr/bin/ranlib /usr/bin/strip /usr/bin/systat /usr/bin/vmstat /usr/include/archive.h /usr/include/archive_entry.h /usr/include/sys/namei.h /usr/include/x86/metadata.h /usr/lib/libarchive.a /usr/lib/libarchive.so.7 /usr/lib/libcrypto.a /usr/lib/libprivateunbound.a /usr/lib/libprivateunbound.so.5 /usr/lib/libzpool.a /usr/lib32/libarchive.a /usr/lib32/libarchive.so.7 /usr/lib32/libcrypto.a /usr/lib32/libcrypto.so.30 /usr/lib32/libprivateunbound.a /usr/lib32/libprivateunbound.so.5 /usr/lib32/libzpool.a /usr/lib32/libzpool.so.2 /usr/libexec/bsdinstall/distextract /usr/sbin/freebsd-update /usr/sbin/pkg /usr/sbin/rtsold /usr/share/man/man1/bsdtar.1.gz /usr/share/man/man1/tar.1.gz /usr/share/man/man3/archive_read_format.3.gz /usr/share/man/man3/archive_read_support_format_7zip.3.gz /usr/share/man/man3/archive_read_support_format_all.3.gz /usr/share/man/man3/archive_read_support_format_ar.3.gz /usr/share/man/man3/archive_read_support_format_by_code.3.gz /usr/share/man/man3/archive_read_support_format_cab.3.gz /usr/share/man/man3/archive_read_support_format_cpio.3.gz /usr/share/man/man3/archive_read_support_format_empty.3.gz /usr/share/man/man3/archive_read_support_format_iso9660.3.gz /usr/share/man/man3/archive_read_support_format_lha.3.gz /usr/share/man/man3/archive_read_support_format_mtree.3.gz /usr/share/man/man3/archive_read_support_format_rar.3.gz /usr/share/man/man3/archive_read_support_format_raw.3.gz /usr/share/man/man3/archive_read_support_format_tar.3.gz /usr/share/man/man3/archive_read_support_format_xar.3.gz /usr/share/man/man3/archive_read_support_format_zip.3.gz /usr/share/man/man3/archive_write_set_filter_option.3.gz /usr/share/man/man3/archive_write_set_format_option.3.gz /usr/share/man/man3/archive_write_set_option.3.gz /usr/share/man/man3/archive_write_set_options.3.gz /usr/share/man/man5/libarchive-formats.5.gz
install
root@kg-core3:~ # freebsd-update install src component not installed, skipped Installing updates... Restarting sshd after upgrade Performing sanity check on sshd configuration. Stopping sshd. Waiting for PIDS: 1419. Performing sanity check on sshd configuration. Starting sshd. done.
2026-02-03: nda0p3 - usbconfig output
root@kg-core3:~ # usbconfig ugen0.1: <XHCI root HUB AMD> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen3.1: <XHCI root HUB AMD> at usbus3, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen1.1: <XHCI root HUB AMD> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: <XHCI root HUB AMD> at usbus2, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen3.2: <Hub Genesys Logic, Inc.> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA) ugen0.2: <Model O- Wireless Glorious> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (500mA) ugen3.3: <Hub Genesys Logic, Inc.> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA) ugen3.4: <RTL8152 Fast Ethernet Adapter Realtek Semiconductor Corp.> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (100mA) ugen3.5: <HP USB Keyboard Primax Electronics, Ltd> at usbus3, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA)
2026-02-03: nda0p3 - graphics
root@kg-core3:~ # pciconf -lv | grep -B 3 display vgapci0@pci0:3:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x8086 device=0xe20b subvendor=0x1849 subdevice=0x6021 vendor = 'Intel Corporation' device = 'Battlemage G21 [Arc B580]' class = display -- vgapci1@pci0:17:0:0: class=0x030000 rev=0xc3 hdr=0x00 vendor=0x1002 device=0x164e subvendor=0x1849 subdevice=0x364e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Raphael' class = display
interesting,
2026-02-03: nda0p3 - network adapter
root@kg-core3:~ # pciconf -lv | grep -B 3 network none2@pci0:10:0:0: class=0x020000 rev=0x05 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x1849 subdevice=0x8125 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8125 2.5GbE Controller' class = network
2026-02-03: nda0p3 - pciconf -lv output
root@kg-core3:~ # pciconf -lv hostb0@pci0:0:0:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14d8 subvendor=0x1022 subdevice=0x14d8 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Root Complex' class = bridge subclass = HOST-PCI none0@pci0:0:0:2: class=0x080600 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14d9 subvendor=0x1022 subdevice=0x14d9 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge IOMMU' class = base peripheral subclass = IOMMU hostb1@pci0:0:1:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14da subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Dummy Host Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:1: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x14db subvendor=0x1022 subdevice=0x1453 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge GPP Bridge' class = bridge subclass = PCI-PCI hostb2@pci0:0:2:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14da subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Dummy Host Bridge' class = bridge subclass = HOST-PCI pcib5@pci0:0:2:1: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x14db subvendor=0x1022 subdevice=0x1453 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge GPP Bridge' class = bridge subclass = PCI-PCI hostb3@pci0:0:3:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14da subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Dummy Host Bridge' class = bridge subclass = HOST-PCI hostb4@pci0:0:4:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14da subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Dummy Host Bridge' class = bridge subclass = HOST-PCI hostb5@pci0:0:8:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14da subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Dummy Host Bridge' class = bridge subclass = HOST-PCI pcib17@pci0:0:8:1: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x14dd subvendor=0x1022 subdevice=0x14dd vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]' class = bridge subclass = PCI-PCI pcib18@pci0:0:8:3: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1022 device=0x14dd subvendor=0x1022 subdevice=0x14dd vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]' class = bridge subclass = PCI-PCI none1@pci0:0:20:0: class=0x0c0500 rev=0x71 hdr=0x00 vendor=0x1022 device=0x790b subvendor=0x1849 subdevice=0x790b vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH SMBus Controller' class = serial bus subclass = SMBus isab0@pci0:0:20:3: class=0x060100 rev=0x51 hdr=0x00 vendor=0x1022 device=0x790e subvendor=0x1849 subdevice=0x790e vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH LPC Bridge' class = bridge subclass = PCI-ISA hostb6@pci0:0:24:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e0 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 0' class = bridge subclass = HOST-PCI hostb7@pci0:0:24:1: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e1 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 1' class = bridge subclass = HOST-PCI hostb8@pci0:0:24:2: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e2 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 2' class = bridge subclass = HOST-PCI hostb9@pci0:0:24:3: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e3 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 3' class = bridge subclass = HOST-PCI hostb10@pci0:0:24:4: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e4 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 4' class = bridge subclass = HOST-PCI hostb11@pci0:0:24:5: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e5 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 5' class = bridge subclass = HOST-PCI hostb12@pci0:0:24:6: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e6 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 6' class = bridge subclass = HOST-PCI hostb13@pci0:0:24:7: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x14e7 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge Data Fabric; Function 7' class = bridge subclass = HOST-PCI pcib2@pci0:1:0:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0xe2ff subvendor=0x0000 subdevice=0x0000 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI pcib3@pci0:2:1:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x8086 device=0xe2f0 subvendor=0x8086 subdevice=0x0000 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI pcib4@pci0:2:2:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x8086 device=0xe2f1 subvendor=0x8086 subdevice=0x0000 vendor = 'Intel Corporation' class = bridge subclass = PCI-PCI vgapci0@pci0:3:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x8086 device=0xe20b subvendor=0x1849 subdevice=0x6021 vendor = 'Intel Corporation' device = 'Battlemage G21 [Arc B580]' class = display subclass = VGA hdac0@pci0:4:0:0: class=0x040300 rev=0x00 hdr=0x00 vendor=0x8086 device=0xe2f7 subvendor=0x1849 subdevice=0x6021 vendor = 'Intel Corporation' class = multimedia subclass = HDA pcib6@pci0:5:0:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f4 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Upstream Port' class = bridge subclass = PCI-PCI pcib7@pci0:6:0:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib8@pci0:6:1:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib9@pci0:6:2:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib10@pci0:6:3:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib11@pci0:6:4:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib12@pci0:6:5:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib13@pci0:6:6:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib14@pci0:6:8:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib15@pci0:6:12:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI pcib16@pci0:6:13:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x1022 device=0x43f5 subvendor=0x1b21 subdevice=0x3328 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset PCIe Switch Downstream Port' class = bridge subclass = PCI-PCI none2@pci0:10:0:0: class=0x020000 rev=0x05 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x1849 subdevice=0x8125 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8125 2.5GbE Controller' class = network subclass = ethernet nvme0@pci0:14:0:0: class=0x010802 rev=0x03 hdr=0x00 vendor=0x2646 device=0x5028 subvendor=0x2646 subdevice=0x5028 vendor = 'Kingston Technology Company, Inc.' device = 'NV3 NVMe SSD [SM2268XT2] (DRAM-less)' class = mass storage subclass = NVM xhci0@pci0:15:0:0: class=0x0c0330 rev=0x01 hdr=0x00 vendor=0x1022 device=0x43f7 subvendor=0x1b21 subdevice=0x1142 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset USB 3.2 Controller' class = serial bus subclass = USB ahci0@pci0:16:0:0: class=0x010601 rev=0x01 hdr=0x00 vendor=0x1022 device=0x43f6 subvendor=0x1b21 subdevice=0x1062 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = '600 Series Chipset SATA Controller' class = mass storage subclass = SATA vgapci1@pci0:17:0:0: class=0x030000 rev=0xc3 hdr=0x00 vendor=0x1002 device=0x164e subvendor=0x1849 subdevice=0x364e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Raphael' class = display subclass = VGA hdac1@pci0:17:0:1: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1002 device=0x1640 subvendor=0x1002 subdevice=0x1640 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Rembrandt Radeon High Definition Audio Controller' class = multimedia subclass = HDA none3@pci0:17:0:2: class=0x108000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1649 subvendor=0x1022 subdevice=0x1649 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 19h PSP/CCP' class = encrypt/decrypt xhci1@pci0:17:0:3: class=0x0c0330 rev=0x00 hdr=0x00 vendor=0x1022 device=0x15b6 subvendor=0x1849 subdevice=0x15b6 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge USB 3.1 xHCI' class = serial bus subclass = USB xhci2@pci0:17:0:4: class=0x0c0330 rev=0x00 hdr=0x00 vendor=0x1022 device=0x15b7 subvendor=0x1849 subdevice=0x15b6 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge USB 3.1 xHCI' class = serial bus subclass = USB hdac2@pci0:17:0:6: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1022 device=0x15e3 subvendor=0x1849 subdevice=0x1897 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 17h/19h/1ah HD Audio Controller' class = multimedia subclass = HDA xhci3@pci0:18:0:0: class=0x0c0330 rev=0x00 hdr=0x00 vendor=0x1022 device=0x15b8 subvendor=0x1849 subdevice=0x15b6 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Raphael/Granite Ridge USB 2.0 xHCI' class = serial bus subclass = USB
2026-02-03: I created this page.
2026-02-03: nda0p3 - I installed FreeBSD 14.3-release on the first partition, using a usb-to-ethernet adapter, since the native adapter needs a driver.
root@kg-core3:~ # freebsd-version -ku 14.3-RELEASE 14.3-RELEASE
kernel
root@kg-core3:~ # uname -a FreeBSD kg-core3 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64