Solved Fatal Xorg server error

Hello, I have a PC ryzen 5, hexacores, my video card is on the ATI type motherboard, there is a slot to receive a more powerful video card, but I stay with the video card of the motherboard. I compiled the xorg ports, adding the ATI radeon package manually because the default driver is GLX. Then I manually added the XFCE4 window manager. my problem is that the X server cannot find the graphics card and/or the driver is not found.
here is my output:
Code:
root@dct-ipolite:~ # startxfce4
/usr/local/bin/startxfce4: Starting X server


X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 13.0-RELEASE-p7 amd64 
Current Operating System: FreeBSD dct-ipolite 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr  9 04:24:09 UTC 2021     [email]root@releng1.nyi.freebsd.org[/email]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
Build Date: 01 March 2022  02:11:36AM
 
Current version of pixman: 0.40.0
    Before reporting problems, check [URL]http://wiki.x.org[/URL]
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 23 14:15:00 2022
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
(EE) 
Fatal server error:
(EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices

what to do can there is a conflict between the video drivers, I think it does not load the ATI chipset?

Code:
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
     at [URL]http://wiki.x.org[/URL]
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
root@dct-ipolite:~ #

this is the /var/log/Xorg.0.log

Code:
[  2391.099] (--) Using syscons driver with X support (version 2.0)
[  2391.099] (--) using VT number 9

[  2391.109] (EE) open /dev/dri/card0: No such file or directory
[  2391.109] (WW) Falling back to old probe method for modesetting
[  2391.109] (EE) open /dev/dri/card0: No such file or directory
[  2391.109] (WW) Falling back to old probe method for scfb
[  2391.109] scfb trace: probe start
[  2391.109] (II) scfb(1): using default device
[  2391.109] scfb trace: probe done
[  2391.109] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2391.109] (EE) Screen 0 deleted because of no matching config section.
[  2391.109] (II) UnloadModule: "modesetting"
[  2391.109] (EE)
Fatal server error:
[  2391.109] (EE) Cannot run in framebuffer mode. Please specify busIDs        >
[  2391.109] (EE)
[  2391.109] (EE)
Please consult the The X.Org Foundation support
         at [URL]http://wiki.x.org[/URL]
 for help.
[  2391.109] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a>
[  2391.109] (EE)
[  2391.118] (EE) Server terminated with error (1). Closing log file.
 
I went through chapter 5, I was able to go through and work on solutions that didn't work. the xorg.conf file does not exist! Moreover I read in the documentation that we could generate the xorg.conf by a -configure command, but I don't have the exact syntax.

root@dct-ipolite:/usr/local/etc/X11/xorg.conf.d # xrandr
Can't open display
root@dct-ipolite:/usr/local/etc/X11/xorg.conf.d #
How to generate an xorg.conf?
 
You should setup first your DRM driver before you investigate Xorg.

For AMD and Intel by default is an Xorg config not needed in the most cases.

BTW, you are trying to run Xorg as root which is not recommended at all.
 
the xorg.conf file does not exist!
Good. You don't need one. Most things are automatically detected nowadays. Did you install graphics/drm-kmod and have loaded the correct kernel module? Then try startx again. Post the /var/log/Xorg.0.log if it still isn't working. I'm honestly not sure what graphics generation a Ryzen 5 has, you may need a newer version of the drm-kmod. You don't need x11-drivers/xf86-video-amdgpu or x11-drivers/xf86-video-ati as far as I know.

Easy way to post your log:
cat /var/log/Xorg.0.log | nc termbin.com 9999
 
Last edited:
Also:


Current Operating System: FreeBSD dct-ipolite 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 [EMAIL]root@releng1.nyi.freebsd.org[/EMAIL]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64

Please update the OS.
 
I just installed a new system with updated ports. I isolated the llvm13 directory from the /usr/ports/x11/xorg compilation. I have an error in the compilation of llvm13 here is the output:

make: stopped in /usr/ports/devel/llvm13
root@hpc-idea:/usr/ports/devel/llvm13 #
Code:
#3 0x0000000003ac9061 CrashRecoverySignalHandler /usr/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:382:51
#4 0x0000000804cf8e00 handle_signal /usr/src/lib/libthr/thread/thr_sig.c:0:3
c++: error: clang frontend command failed due to signal (use -v to see invocation)
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
c++: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/resolve-names-dc3314.cpp
c++: note: diagnostic msg: /tmp/resolve-names-dc3314.sh
c++: note: diagnostic msg:

********************
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/llvm13
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/llvm13
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/llvm13
root@hpc-idea:/usr/ports/devel/llvm13 #
 
I read grahamperrin's thread, the configuration works but alas I have a low resolution without screen size option, my resolution is 1024*768.
I am looking for a way to enlarge the screen size?
 
You should setup first your DRM driver before you investigate Xorg.

For AMD and Intel by default is an Xorg config not needed in the most cases.

BTW, you are trying to run Xorg as root which is not recommended at all.
First we have to investigate what board is is he's using, maybe I have a solution, which I'm thinking about.
 
from what I see you do not understand anything, I do not want to guess, but puts the information from your board here, which I will analyze if there is a driver that was developed especially for this.
 
Dimitri, it's not that I don't understand anything, but I've used FreeBSD for a long time. that being said, I use an ATI video card on the motherboard, with a Ryzen 5 processor, with amdgpu. Hope I was accurate!
 
Dimitri, it's not that I don't understand anything, but I've used FreeBSD for a long time. that being said, I use an ATI video card on the motherboard, with a Ryzen 5 processor, with amdgpu. Hope I was accurate!

# dmidecode -t processor
# dmesg | grep AMD
# devinfo -v > output.txt
put the settings files of your xorg.conf, and place a text file from the dmesg.txt. I'm going to investigate your case. and maybe I manually write a driver for you, integrate as module.
 
From <https://wiki.freebsd.org/Graphics#drm-kmod>:

… radeonkms module is for older GPUs (pre-HD7000 or pre-Tahiti). …

If that fits the GPU described here, then:

sysrc -f /etc/rc.conf kld_list+=radeonkms && kldload radeonkms

Seems to fit. Support from Radeon 7000 (R100) to Radeon HD 700.

I wonder if the provided information from philo_neo is right.

My card gets detected as ATI R6xx (HDMI) aswell when taking a look at the audio devices. But its actually an AMD RX 570.

So i think we need the results from https://forums.freebsd.org/threads/fatal-xorg-server-error.84553/#post-561642
 
xorg.conf output

Code:
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/local/lib/xorg/modules"
    FontPath     "/usr/local/share/fonts/misc/"
    FontPath     "/usr/local/share/fonts/TTF/"
    FontPath     "/usr/local/share/fonts/OTF/"
    FontPath     "/usr/local/share/fonts/Type1/"
    FontPath     "/usr/local/share/fonts/100dpi/"
    FontPath     "/usr/local/share/fonts/75dpi/"
    FontPath     "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection

Section "Module"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/sysmouse"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "kmsdev"                 # <str>
        #Option     "ShadowFB"               # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "PageFlip"               # [<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "DoubleShadow"           # [<bool>]
        #Option     "Atomic"                 # [<bool>]
    Identifier  "Card0"
    Driver      "scfb"
    BusID       "PCI:48:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


dmesg file

Code:
VT(efifb): resolution 1024x768
CPU: AMD Ryzen 5 PRO 4650G with Radeon Graphics (3700.07-MHz K8-class CPU)
  Origin="AuthenticAMD"  Id=0x860f01  Family=0x17  Model=0x60  Stepping=1
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x7ed8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
  AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX,ADMSKX>
  Structured Extended Features=0x219c91a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA>
  Structured Extended Features2=0x400004<UMIP,RDPID>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  AMD Extended Feature Extensions ID EBX=0x90cf757<CLZERO,IRPerf,XSaveErPtr,RDPRU,MCOMMIT,WBNOINVD,IBPB,IBRS,STIBP,PREFER_IBRS,SSBD>
  SVM: (disabled in BIOS) NP,NRIP,VClean,AFlush,DAssist,NAsids=32768
  TSC: P-state invariant, performance statistics
real memory  = 8589934592 (8192 MB)
avail memory = 6101078016 (5818 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <ALASKA A M I >
FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs
FreeBSD/SMP: 1 package(s) x 2 cache groups x 3 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.1> irqs 0-23
ioapic1 <Version 2.1> irqs 24-55
Launching APs: 11 1 7 6 2 3 5 9 8 10 4
Timecounter "TSC-low" frequency 1850033836 Hz quality 1000
KTLS: Initialized 12 threads
random: entropy device external interface
000.000019 [4354] netmap_init               netmap: loaded module
[ath_hal] loaded
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 14.0.
kbd1 at kbdmux0
mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020)
nexus0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto>
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256>
acpi0: <ALASKA A M I >
acpi0: Power Button (fixed)
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 350
Event timer "HPET2" frequency 14318180 Hz quality 350
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> at device 2.1 on pci0
pci1: <ACPI PCI bus> on pcib1
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xfcea0000-0xfcea7fff irq 36 at device 0.0 on pci1
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
ahci0: <AHCI SATA controller> mem 0xfce80000-0xfce9ffff irq 37 at device 0.1 on pci1
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
pcib2: <PCI-PCI bridge> irq 38 at device 0.2 on pci1
pci2: <PCI bus> on pcib2
pcib3: <PCI-PCI bridge> irq 36 at device 0.0 on pci2
pci3: <PCI bus> on pcib3
pcib4: <PCI-PCI bridge> irq 37 at device 1.0 on pci2
pci4: <PCI bus> on pcib4
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xf000-0xf0ff mem 0xfcd04000-0xfcd04fff,0xfcd00000-0xfcd03fff irq 37 at device 0.0 on pci4
re0: Using 1 MSI-X message
re0: turning off MSI enable bit.
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: 2c:f0:5d:da:4a:d9
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib5: <PCI-PCI bridge> irq 38 at device 2.0 on pci2
pci5: <PCI bus> on pcib5
pcib6: <PCI-PCI bridge> irq 39 at device 3.0 on pci2
pci6: <PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> at device 2.2 on pci0
pci7: <ACPI PCI bus> on pcib7
nvme0: <Generic NVMe Device> mem 0xfcf00000-0xfcf03fff irq 40 at device 0.0 on pci7
pcib8: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pci8: <ACPI PCI bus> on pcib8
vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0xd0000000-0xdfffffff,0xe0000000-0xe01fffff,0xfcc00000-0xfcc7ffff irq 38 at device 0.0 on pci8
vgapci0: Boot video device
hdac0: <ATI (0x1637) HDA Controller> mem 0xfcc88000-0xfcc8bfff irq 39 at device 0.1 on pci8
pci8: <encrypt/decrypt> at device 0.2 (no driver attached)
xhci1: <XHCI (generic) USB 3.0 controller> mem 0xfca00000-0xfcafffff irq 37 at device 0.3 on pci8
xhci1: 64 bytes context size, 64-bit DMA
usbus1 on xhci1
usbus1: 5.0Gbps Super Speed USB v3.0
xhci2: <XHCI (generic) USB 3.0 controller> mem 0xfc900000-0xfc9fffff irq 38 at device 0.4 on pci8
xhci2: 64 bytes context size, 64-bit DMA
usbus2 on xhci2
usbus2: 5.0Gbps Super Speed USB v3.0
hdac1: <AMD Raven HDA Controller> mem 0xfcc80000-0xfcc87fff irq 36 at device 0.6 on pci8
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
acpi_button0: <Power Button> on acpi0
acpi_syscontainer0: <System Container> on acpi0
cpu0: <ACPI CPU> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Timecounters tick every 1.000 msec
ugen2.1: <0x1022 XHCI root HUB> at usbus2
ugen1.1: <0x1022 XHCI root HUB> at usbus1
ugen0.1: <0x1022 XHCI root HUB> at usbus0
uhub0 on usbus2
uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus2
nvme0: Allocated 64MB host memory buffer
uhub1 on usbus0
uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub2 on usbus1
uhub2: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
nvd0: <LDLC F8+M.2 480> NVMe namespace
nvd0: 457862MB (937703088 512 byte sectors)
hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0
hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0
pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0
hdacc1: <Realtek ALC892 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC892 Audio Function Group> at nid 1 on hdacc1
pcm1: <Realtek ALC892 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm2: <Realtek ALC892 (Front Analog)> at nid 27 and 25 on hdaa1
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD30EFRX-68EUZN0 82.00A82> ACS-2 ATA SATA 3.x device
ada0: Serial Number WD-WCC4N6YXCJS1
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 2861588MB (5860533168 512 byte sectors)
ada0: quirks=0x1<4K>
Trying to mount root from ufs:/dev/ada0p2 [rw]...
uhub0: 6 ports with 6 removable, self powered
uhub2: 6 ports with 6 removable, self powered
uhub1: 14 ports with 14 removable, self powered
ugen2.2: <HID-compliant Mouse HID-compliant Mouse> at usbus2
ugen1.2: <Compx 2.4G Receiver> at usbus1
ukbd0 on uhub2
ukbd0: <Compx 2.4G Receiver, class 0/0, rev 1.10/10.01, addr 1> on usbus1
kbd2 at ukbd0
ugen2.3: <QKIE QKIE> at usbus2
ugen0.2: <PoinChips USB FLASH DRIVER> at usbus0
umass0 on uhub1
umass0: <PoinChips USB FLASH DRIVER, class 0/0, rev 1.10/1.00, addr 1> on usbus0
umass0:  8070i (ATAPI) over Bulk-Only; quirks = 0xc100
umass0:4:0: Attached to scbus4
da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
da0: <WonQ USB Flash Memory 1.00> Removable Direct Access SCSI device
da0: Serial Number 20021226134434-00
da0: 1.000MB/s transfers
da0: 63MB (129440 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
GEOM_PART: integrity check failed (da0, MBR)
intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0
smbus0: <System Management Bus> on intsmb0
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134AOD.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
driver bug: Unable to set devclass (class: ppc devname: (unknown))
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: cannot find EC device
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WMIC.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
GEOM_PART: integrity check failed (diskid/DISK-20021226134434-00, MBR)
[drm] radeon kernel modesetting enabled.
ugen0.3: <PixArt lenovo USB Optical Mouse> at usbus0
lo0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
ums0 on uhub2
ums0: <Compx 2.4G Receiver, class 0/0, rev 1.10/10.01, addr 1> on usbus1
ums1 on uhub0
ums1: <HID-compliant Mouse HID-compliant Mouse, class 0/0, rev 2.00/11.10, addr 1> on usbus2
ums0: 5 buttons and [XYZT] coordinates ID=0
ums2 on uhub1
ums2: <PixArt lenovo USB Optical Mouse, class 0/0, rev 2.00/1.00, addr 2> on usbus0
ums1: 5 buttons and [XYZ] coordinates ID=0
ums3 on uhub0
ums3: <QKIE QKIE, class 0/0, rev 1.10/1.00, addr 2> on usbus2
ums2: 3 buttons and [XYZ] coordinates ID=0
ums3: 5 buttons and [XYZ] coordinates ID=0
uhid0 on uhub2
uhid0: <Compx 2.4G Receiver, class 0/0, rev 1.10/10.01, addr 1> on usbus1
 
TV TV
Hello, I have a PC ryzen 5, hexacores, my video card is on the ATI type motherboard, there is a slot to receive a more powerful video card, but I stay with the video card of the motherboard. I compiled the xorg ports, adding the ATI radeon package manually because the default driver is GLX. Then I manually added the XFCE4 window manager. my problem is that the X server cannot find the graphics card and/or the driver is not found.
here is my output:
Code:
root@dct-ipolite:~ # startxfce4
/usr/local/bin/startxfce4: Starting X server


X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 13.0-RELEASE-p7 amd64
Current Operating System: FreeBSD dct-ipolite 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr  9 04:24:09 UTC 2021     [email]root@releng1.nyi.freebsd.org[/email]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
Build Date: 01 March 2022  02:11:36AM
 
Current version of pixman: 0.40.0
    Before reporting problems, check [URL]http://wiki.x.org[/URL]
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 23 14:15:00 2022
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
(EE)
Fatal server error:
(EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices

what to do can there is a conflict between the video drivers, I think it does not load the ATI chipset?

Code:
(EE)
(EE)
Please consult the The X.Org Foundation support
     at [URL]http://wiki.x.org[/URL]
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
root@dct-ipolite:~ #

this is the /var/log/Xorg.0.log

Code:
[  2391.099] (--) Using syscons driver with X support (version 2.0)
[  2391.099] (--) using VT number 9

[  2391.109] (EE) open /dev/dri/card0: No such file or directory
[  2391.109] (WW) Falling back to old probe method for modesetting
[  2391.109] (EE) open /dev/dri/card0: No such file or directory
[  2391.109] (WW) Falling back to old probe method for scfb
[  2391.109] scfb trace: probe start
[  2391.109] (II) scfb(1): using default device
[  2391.109] scfb trace: probe done
[  2391.109] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2391.109] (EE) Screen 0 deleted because of no matching config section.
[  2391.109] (II) UnloadModule: "modesetting"
[  2391.109] (EE)
Fatal server error:
[  2391.109] (EE) Cannot run in framebuffer mode. Please specify busIDs        >
[  2391.109] (EE)
[  2391.109] (EE)
Please consult the The X.Org Foundation support
         at [URL]http://wiki.x.org[/URL]
 for help.
[  2391.109] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a>
[  2391.109] (EE)
[  2391.118] (EE) Server terminated with error (1). Closing log file.
i think my message is same. 13BETA3 on new HP Z2 mini xeon Nvidia Quadro T1000.

But xfce4 will run. Will delete xorg.conf if i have one.

added: to clarify - my error was same as OP. [quoting is bad on phoneOS]
 
# devinfo -v > output.txt

Code:
nexus0
  efirtc0
  cryptosoft0
  aesni0
  ram0
  apic0
  acpi0
    pcib0 pnpinfo _HID=PNP0A08 _UID=0 _CID=PNP0A03 at handle=\_SB_.PCI0
      pci0
        hostb0 pnpinfo vendor=0x1022 device=0x1630 subvendor=0x1462 subdevice=0x7c96 class=0x060000 at slot=0 function=0 dbsf=pci0:0:0:0 handle=\_SB_.PCI0.GNBD
        unknown pnpinfo vendor=0x1022 device=0x1631 subvendor=0x1462 subdevice=0x7c96 class=0x080600 at slot=0 function=2 dbsf=pci0:0:0:2 handle=\_SB_.PCI0.IOMA
        hostb1 pnpinfo vendor=0x1022 device=0x1632 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=1 function=0 dbsf=pci0:0:1:0
        hostb2 pnpinfo vendor=0x1022 device=0x1632 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=2 function=0 dbsf=pci0:0:2:0
        pcib1 pnpinfo vendor=0x1022 device=0x1634 subvendor=0x1462 subdevice=0x7c96 class=0x060400 at slot=2 function=1 dbsf=pci0:0:2:1 handle=\_SB_.PCI0.GPP3
          pci1
            xhci0 pnpinfo vendor=0x1022 device=0x43ec subvendor=0x1b21 subdevice=0x1142 class=0x0c0330 at slot=0 function=0 dbsf=pci0:22:0:0 handle=\_SB_.PCI0.GPP3.NVME
              usbus0
                uhub1
                  umass0 pnpinfo vendor=0x09a6 product=0x8001 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="20021226134434-00" release=0x0100 mode=host intclass=0x08 intsubclass=0x05 intprotocol=0x50 at bus=0 hubaddr=1 port=4 devaddr=2 interface=0 ugen=ugen0.2
                  ums2 pnpinfo vendor=0x17ef product=0x608d devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0100 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 at bus=0 hubaddr=1 port=11 devaddr=3 interface=0 ugen=ugen0.3
            ahci0 pnpinfo vendor=0x1022 device=0x43eb subvendor=0x1b21 subdevice=0x1062 class=0x010601 at slot=0 function=1 dbsf=pci0:22:0:1
              ahcich0 at channel=0
              ahcich1 at channel=1
              ahcich2 at channel=2 (disabled)
              ahcich3 at channel=3 (disabled)
              ahcich4 at channel=4
              ahcich5 at channel=5
            pcib2 pnpinfo vendor=0x1022 device=0x43e9 subvendor=0x1b21 subdevice=0x0201 class=0x060400 at slot=0 function=2 dbsf=pci0:22:0:2
              pci2
                pcib3 pnpinfo vendor=0x1022 device=0x43ea subvendor=0x1b21 subdevice=0x3308 class=0x060400 at slot=0 function=0 dbsf=pci0:32:0:0
                  pci3
                pcib4 pnpinfo vendor=0x1022 device=0x43ea subvendor=0x1b21 subdevice=0x3308 class=0x060400 at slot=1 function=0 dbsf=pci0:32:1:0
                  pci4
                    re0 pnpinfo vendor=0x10ec device=0x8168 subvendor=0x1462 subdevice=0x7c96 class=0x020000 at slot=0 function=0 dbsf=pci0:34:0:0
                      miibus0
                        rgephy0 pnpinfo oui=0xe04c model=0x0 rev=0x0 at phyno=1
                pcib5 pnpinfo vendor=0x1022 device=0x43ea subvendor=0x1b21 subdevice=0x3308 class=0x060400 at slot=2 function=0 dbsf=pci0:32:2:0
                  pci5
                pcib6 pnpinfo vendor=0x1022 device=0x43ea subvendor=0x1b21 subdevice=0x3308 class=0x060400 at slot=3 function=0 dbsf=pci0:32:3:0
                  pci6
        pcib7 pnpinfo vendor=0x1022 device=0x1634 subvendor=0x1462 subdevice=0x7c96 class=0x060400 at slot=2 function=2 dbsf=pci0:0:2:2 handle=\_SB_.PCI0.GPP4
          pci7
            nvme0 pnpinfo vendor=0x126f device=0x2263 subvendor=0x126f subdevice=0x2263 class=0x010802 at slot=0 function=0 dbsf=pci0:37:0:0
        hostb3 pnpinfo vendor=0x1022 device=0x1632 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=8 function=0 dbsf=pci0:0:8:0
        pcib8 pnpinfo vendor=0x1022 device=0x1635 subvendor=0x7c96 subdevice=0x1462 class=0x060400 at slot=8 function=1 dbsf=pci0:0:8:1 handle=\_SB_.PCI0.GP17
          pci8
            vgapci0 pnpinfo vendor=0x1002 device=0x1636 subvendor=0x1002 subdevice=0x1636 class=0x030000 at slot=0 function=0 dbsf=pci0:48:0:0 handle=\_SB_.PCI0.GP17.VGA_
              drm0
              drmn0
            hdac0 pnpinfo vendor=0x1002 device=0x1637 subvendor=0x1462 subdevice=0x9c96 class=0x040300 at slot=0 function=1 dbsf=pci0:48:0:1 handle=\_SB_.PCI0.GP17.D015
              hdacc0 pnpinfo vendor=0x1002 device=0xaa01 revision=0x07 stepping=0x00 at cad=0
                hdaa0 pnpinfo type=0x01 subsystem=0x00aa0100 at nid=1
                  pcm0 at nid=3
            unknown pnpinfo vendor=0x1022 device=0x15df subvendor=0x1462 subdevice=0x7c96 class=0x108000 at slot=0 function=2 dbsf=pci0:48:0:2 handle=\_SB_.PCI0.GP17.APSP
            xhci1 pnpinfo vendor=0x1022 device=0x1639 subvendor=0x1462 subdevice=0x7c96 class=0x0c0330 at slot=0 function=3 dbsf=pci0:48:0:3 handle=\_SB_.PCI0.GP17.XHC0
              usbus1
                uhub2
                  ukbd0 pnpinfo vendor=0x1d57 product=0xfa20 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x1001 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x01 at bus=1 hubaddr=1 port=1 devaddr=2 interface=0 ugen=ugen1.2
                  ums0 pnpinfo vendor=0x1d57 product=0xfa20 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x1001 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 at bus=1 hubaddr=1 port=1 devaddr=2 interface=1 ugen=ugen1.2
                  uhid0 pnpinfo vendor=0x1d57 product=0xfa20 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x1001 mode=host intclass=0x03 intsubclass=0x00 intprotocol=0x00 at bus=1 hubaddr=1 port=1 devaddr=2 interface=2 ugen=ugen1.2
            xhci2 pnpinfo vendor=0x1022 device=0x1639 subvendor=0x1462 subdevice=0x7c96 class=0x0c0330 at slot=0 function=4 dbsf=pci0:48:0:4 handle=\_SB_.PCI0.GP17.XHC1
              usbus2
                uhub0
                  ums1 pnpinfo vendor=0x0d8d product=0x0516 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x1110 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 at bus=2 hubaddr=1 port=1 devaddr=2 interface=0 ugen=ugen2.2
                  ums3 pnpinfo vendor=0x2578 product=0x4168 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0100 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 at bus=2 hubaddr=1 port=2 devaddr=3 interface=0 ugen=ugen2.3
            hdac1 pnpinfo vendor=0x1022 device=0x15e3 subvendor=0x1462 subdevice=0x9c96 class=0x040300 at slot=0 function=6 dbsf=pci0:48:0:6 handle=\_SB_.PCI0.GP17.AZAL
              hdacc1 pnpinfo vendor=0x10ec device=0x0892 revision=0x03 stepping=0x02 at cad=0
                hdaa1 pnpinfo type=0x01 subsystem=0x14629c96 at nid=1
                  pcm1 at nid=20,24,26
                  pcm2 at nid=27,25
        intsmb0 pnpinfo vendor=0x1022 device=0x790b subvendor=0x1462 subdevice=0x7c96 class=0x0c0500 at slot=20 function=0 dbsf=pci0:0:20:0 handle=\_SB_.PCI0.D01B
          smbus0
        isab0 pnpinfo vendor=0x1022 device=0x790e subvendor=0x1462 subdevice=0x7c96 class=0x060100 at slot=20 function=3 dbsf=pci0:0:20:3 handle=\_SB_.PCI0.SBRG
          isa0
            sc0
            vga0
            fdc0
            ppc0
            uart1
        hostb4 pnpinfo vendor=0x1022 device=0x1448 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=0 dbsf=pci0:0:24:0
        hostb5 pnpinfo vendor=0x1022 device=0x1449 subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=1 dbsf=pci0:0:24:1
        hostb6 pnpinfo vendor=0x1022 device=0x144a subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=2 dbsf=pci0:0:24:2
        hostb7 pnpinfo vendor=0x1022 device=0x144b subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=3 dbsf=pci0:0:24:3
        hostb8 pnpinfo vendor=0x1022 device=0x144c subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=4 dbsf=pci0:0:24:4
        hostb9 pnpinfo vendor=0x1022 device=0x144d subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=5 dbsf=pci0:0:24:5
        hostb10 pnpinfo vendor=0x1022 device=0x144e subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=6 dbsf=pci0:0:24:6
        hostb11 pnpinfo vendor=0x1022 device=0x144f subvendor=0x0000 subdevice=0x0000 class=0x060000 at slot=24 function=7 dbsf=pci0:0:24:7
    acpi_sysresource0 pnpinfo _HID=PNP0C01 _UID=200 _CID=none at handle=\_SB_.PCI0.AMDN
    acpi_sysresource1 pnpinfo _HID=PNP0C02 _UID=21 _CID=none at handle=\_SB_.PCI0.IOMA
    acpi_sysresource2 pnpinfo _HID=PNP0C02 _UID=20 _CID=none at handle=\_SB_.PCI0.GNBD.BROD
    unknown pnpinfo _HID=I2SC1002 _UID=1 _CID=AMD1234 at handle=\_SB_.PCI0.GP17.VGA_.I2SC (disabled)
    acpi_sysresource3 pnpinfo _HID=PNP0C02 _UID=0 _CID=none at handle=\_SB_.PCI0.GP17.APSP
    unknown pnpinfo _HID=PNP0000 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.PIC_
    atdma0 pnpinfo _HID=PNP0200 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.DMAD
    attimer0 pnpinfo _HID=PNP0100 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.TMR_
    atrtc0 pnpinfo _HID=PNP0B00 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.RTC0
    unknown pnpinfo _HID=PNP0800 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.SPKR
    acpi_sysresource4 pnpinfo _HID=PNP0C02 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.SIO1
    atkbdc0 pnpinfo _HID=PNP0303 _UID=0 _CID=PNP030B at handle=\_SB_.PCI0.SBRG.PS2K
      atkbd0
      psm0
    unknown pnpinfo _HID=PNP0F03 _UID=0 _CID=PNP0F13 at handle=\_SB_.PCI0.SBRG.PS2M (disabled)
    uart0 pnpinfo _HID=PNP0501 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.UAR1
    unknown pnpinfo _HID=PNP0C08 _UID=0 _CID=none at handle=\_SB_.PCI0.SBRG.PMED (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=1 _CID=none at handle=\_SB_.PCI0.SBRG.HHMD (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=3 _CID=none at handle=\_SB_.PCI0.SBRG.SP80 (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=4 _CID=none at handle=\_SB_.PCI0.SBRG.SFED (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=5 _CID=none at handle=\_SB_.PCI0.SBRG.DSLP (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=6 _CID=none at handle=\_SB_.PCI0.SBRG.TACH (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=7 _CID=none at handle=\_SB_.PCI0.SBRG.FUNC (disabled)
    unknown pnpinfo _HID=PNP0C08 _UID=2 _CID=none at handle=\_SB_.PCI0.SBRG.SGPI (disabled)
    acpi_sysresource5 pnpinfo _HID=PNP0C02 _UID=1792 _CID=none at handle=\_SB_.PCI0.S900
    unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PCI0.GPP3.P0NV
    unknown pnpinfo _HID=PNP0500 _UID=0 _CID=none at handle=\_SB_.PCI0.UAR1 (disabled)
    unknown pnpinfo _HID=PNP0500 _UID=0 _CID=none at handle=\_SB_.PCI0.UAR2 (disabled)
    unknown pnpinfo _HID=PNP0500 _UID=0 _CID=none at handle=\_SB_.PCI0.UAR3 (disabled)
    unknown pnpinfo _HID=PNP0500 _UID=0 _CID=none at handle=\_SB_.PCI0.UAR4 (disabled)
    acpi_button0 pnpinfo _HID=PNP0C0C _UID=170 _CID=none at handle=\_SB_.PWRB
    pci_link0 pnpinfo _HID=PNP0C0F _UID=1 _CID=none at handle=\_SB_.LNKA
    pci_link1 pnpinfo _HID=PNP0C0F _UID=2 _CID=none at handle=\_SB_.LNKB
    pci_link2 pnpinfo _HID=PNP0C0F _UID=3 _CID=none at handle=\_SB_.LNKC
    pci_link3 pnpinfo _HID=PNP0C0F _UID=4 _CID=none at handle=\_SB_.LNKD
    pci_link4 pnpinfo _HID=PNP0C0F _UID=5 _CID=none at handle=\_SB_.LNKE
    pci_link5 pnpinfo _HID=PNP0C0F _UID=6 _CID=none at handle=\_SB_.LNKF
    pci_link6 pnpinfo _HID=PNP0C0F _UID=7 _CID=none at handle=\_SB_.LNKG
    pci_link7 pnpinfo _HID=PNP0C0F _UID=8 _CID=none at handle=\_SB_.LNKH
    unknown pnpinfo _HID=AMDI0060 _UID=0 _CID=none at handle=\_SB_.HFP1 (disabled)
    unknown pnpinfo _HID=AMDI0030 _UID=0 _CID=AMDI0030 at handle=\_SB_.GPIO
    unknown pnpinfo _HID=AMDI0020 _UID=0 _CID=none at handle=\_SB_.FUR0 (disabled)
    unknown pnpinfo _HID=AMDI0020 _UID=1 _CID=none at handle=\_SB_.FUR1 (disabled)
    unknown pnpinfo _HID=AMDI0020 _UID=2 _CID=none at handle=\_SB_.FUR2 (disabled)
    unknown pnpinfo _HID=AMDI0020 _UID=3 _CID=none at handle=\_SB_.FUR3 (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=0 _CID=none at handle=\_SB_.I2CA (disabled)
    unknown pnpinfo _HID=STK0001A _UID=0 _CID=SPBTESTKMDFA at handle=\_SB_.I2CA.WT1A (disabled)
    unknown pnpinfo _HID=STK0001A _UID=0 _CID=WITTTEST at handle=\_SB_.I2CA.MT1A (disabled)
    unknown pnpinfo _HID=STK0002A _UID=0 _CID=SPBTESTKMDFA at handle=\_SB_.I2CA.WT2A (disabled)
    unknown pnpinfo _HID=STK0002A _UID=0 _CID=WITTTEST at handle=\_SB_.I2CA.MT2A (disabled)
    unknown pnpinfo _HID=STK0003A _UID=0 _CID=SPBTESTKMDFA at handle=\_SB_.I2CA.WT3A (disabled)
    unknown pnpinfo _HID=STK0003A _UID=0 _CID=WITTTEST at handle=\_SB_.I2CA.MT3A (disabled)
    unknown pnpinfo _HID=STK0004A _UID=0 _CID=SPBTESTKMDFA at handle=\_SB_.I2CA.WT4A (disabled)
    unknown pnpinfo _HID=STK0004A _UID=0 _CID=WITTTEST at handle=\_SB_.I2CA.MT4A (disabled)
    unknown pnpinfo _HID=STK0005A _UID=0 _CID=WITTTEST at handle=\_SB_.I2CA.MT5A (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=1 _CID=none at handle=\_SB_.I2CB (disabled)
    unknown pnpinfo _HID=STK0001B _UID=0 _CID=SPBTESTKMDFB at handle=\_SB_.I2CB.WT1B (disabled)
    unknown pnpinfo _HID=STK0001B _UID=0 _CID=WITTTEST at handle=\_SB_.I2CB.MT1B (disabled)
    unknown pnpinfo _HID=STK0002B _UID=0 _CID=SPBTESTKMDFB at handle=\_SB_.I2CB.WT2B (disabled)
    unknown pnpinfo _HID=STK0002B _UID=0 _CID=WITTTEST at handle=\_SB_.I2CB.MT2B (disabled)
    unknown pnpinfo _HID=STK0003B _UID=0 _CID=SPBTESTKMDFB at handle=\_SB_.I2CB.WT3B (disabled)
    unknown pnpinfo _HID=STK0003B _UID=0 _CID=WITTTEST at handle=\_SB_.I2CB.MT3B (disabled)
    unknown pnpinfo _HID=STK0004B _UID=0 _CID=SPBTESTKMDFB at handle=\_SB_.I2CB.WT4B (disabled)
    unknown pnpinfo _HID=STK0004B _UID=0 _CID=WITTTEST at handle=\_SB_.I2CB.MT4B (disabled)
    unknown pnpinfo _HID=STK0005B _UID=0 _CID=WITTTEST at handle=\_SB_.I2CB.MT5B (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=2 _CID=none at handle=\_SB_.I2CC (disabled)
    unknown pnpinfo _HID=STK0001C _UID=0 _CID=SPBTESTKMDFC at handle=\_SB_.I2CC.WT1C (disabled)
    unknown pnpinfo _HID=STK0001C _UID=0 _CID=WITTTEST at handle=\_SB_.I2CC.MT1C (disabled)
    unknown pnpinfo _HID=STK0002C _UID=0 _CID=SPBTESTKMDFC at handle=\_SB_.I2CC.WT2C (disabled)
    unknown pnpinfo _HID=STK0002C _UID=0 _CID=WITTTEST at handle=\_SB_.I2CC.MT2C (disabled)
    unknown pnpinfo _HID=STK0003C _UID=0 _CID=SPBTESTKMDFC at handle=\_SB_.I2CC.WT3C (disabled)
    unknown pnpinfo _HID=STK0003C _UID=0 _CID=WITTTEST at handle=\_SB_.I2CC.MT3C (disabled)
    unknown pnpinfo _HID=STK0004C _UID=0 _CID=SPBTESTKMDFC at handle=\_SB_.I2CC.WT4C (disabled)
    unknown pnpinfo _HID=STK0004C _UID=0 _CID=WITTTEST at handle=\_SB_.I2CC.MT4C (disabled)
    unknown pnpinfo _HID=STK0005C _UID=0 _CID=WITTTEST at handle=\_SB_.I2CC.MT5C (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=3 _CID=none at handle=\_SB_.I2CD (disabled)
    unknown pnpinfo _HID=STK0001D _UID=0 _CID=SPBTESTKMDFD at handle=\_SB_.I2CD.WT1D (disabled)
    unknown pnpinfo _HID=STK0001D _UID=0 _CID=WITTTEST at handle=\_SB_.I2CD.MT1D (disabled)
    unknown pnpinfo _HID=STK0002D _UID=0 _CID=SPBTESTKMDFD at handle=\_SB_.I2CD.WT2D (disabled)
    unknown pnpinfo _HID=STK0002D _UID=0 _CID=WITTTEST at handle=\_SB_.I2CD.MT2D (disabled)
    unknown pnpinfo _HID=STK0003D _UID=0 _CID=SPBTESTKMDFD at handle=\_SB_.I2CD.WT3D (disabled)
    unknown pnpinfo _HID=STK0003D _UID=0 _CID=WITTTEST at handle=\_SB_.I2CD.MT3D (disabled)
    unknown pnpinfo _HID=STK0004D _UID=0 _CID=SPBTESTKMDFD at handle=\_SB_.I2CD.WT4D (disabled)
    unknown pnpinfo _HID=STK0004D _UID=0 _CID=WITTTEST at handle=\_SB_.I2CD.MT4D (disabled)
    unknown pnpinfo _HID=STK0005D _UID=0 _CID=WITTTEST at handle=\_SB_.I2CD.MT5D (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=4 _CID=none at handle=\_SB_.I2CE (disabled)
    unknown pnpinfo _HID=AMDI0010 _UID=5 _CID=none at handle=\_SB_.I2CF (disabled)
    unknown pnpinfo _HID=AMDI0040 _UID=0 _CID=AMDI0040 at handle=\_SB_.EMM0 (disabled)
    unknown pnpinfo _HID=PNP0C31 _UID=1 _CID=PNP0C31 at handle=\_SB_.TPM_ (disabled)
    acpi_wmi1 pnpinfo _HID=PNP0C14 _UID=0 _CID=none at handle=\_SB_.WMIO
    acpi_wmi2 pnpinfo _HID=PNP0C14 _UID=0 _CID=none at handle=\_SB_.WMIC
    acpi_sysresource6 pnpinfo _HID=PNP0C02 _UID=144 _CID=none at handle=\_SB_.AWR0
    acpi_sysresource7 pnpinfo _HID=PNP0C02 _UID=128 _CID=none at handle=\_SB_.AWR0.ABR0
    acpi_sysresource8 pnpinfo _HID=PNP0C02 _UID=129 _CID=none at handle=\_SB_.AWR0.ABR1
    acpi_sysresource9 pnpinfo _HID=PNP0C02 _UID=130 _CID=none at handle=\_SB_.AWR0.ABR2
    acpi_sysresource10 pnpinfo _HID=PNP0C02 _UID=131 _CID=none at handle=\_SB_.AWR0.ABR3
    acpi_sysresource11 pnpinfo _HID=PNP0C02 _UID=132 _CID=none at handle=\_SB_.AWR0.ABR4
    acpi_sysresource12 pnpinfo _HID=PNP0C02 _UID=133 _CID=none at handle=\_SB_.AWR0.ABR5
    acpi_sysresource13 pnpinfo _HID=PNP0C02 _UID=134 _CID=none at handle=\_SB_.AWR0.ABR6
    acpi_sysresource14 pnpinfo _HID=PNP0C02 _UID=135 _CID=none at handle=\_SB_.AWR0.ABR7
    acpi_sysresource15 pnpinfo _HID=PNP0C02 _UID=136 _CID=none at handle=\_SB_.AWR0.ABR8
    acpi_sysresource16 pnpinfo _HID=PNP0C02 _UID=137 _CID=none at handle=\_SB_.AWR0.ABR9
    acpi_syscontainer0 pnpinfo _HID=ACPI0010 _UID=1 _CID=PNP0A05 at handle=\_SB_.PLTF
    cpu0 pnpinfo _HID=ACPI0007 _UID=0 _CID=none at handle=\_SB_.PLTF.C000
      hwpstate0
      acpi_perf0
      cpufreq0
    cpu1 pnpinfo _HID=ACPI0007 _UID=1 _CID=none at handle=\_SB_.PLTF.C001
      hwpstate1
      acpi_perf1
    cpu2 pnpinfo _HID=ACPI0007 _UID=2 _CID=none at handle=\_SB_.PLTF.C002
      hwpstate2
      acpi_perf2
    cpu3 pnpinfo _HID=ACPI0007 _UID=3 _CID=none at handle=\_SB_.PLTF.C003
      hwpstate3
      acpi_perf3
    cpu4 pnpinfo _HID=ACPI0007 _UID=4 _CID=none at handle=\_SB_.PLTF.C004
      hwpstate4
      acpi_perf4
    cpu5 pnpinfo _HID=ACPI0007 _UID=5 _CID=none at handle=\_SB_.PLTF.C005
      hwpstate5
      acpi_perf5
    cpu6 pnpinfo _HID=ACPI0007 _UID=6 _CID=none at handle=\_SB_.PLTF.C006
      hwpstate6
      acpi_perf6
    cpu7 pnpinfo _HID=ACPI0007 _UID=7 _CID=none at handle=\_SB_.PLTF.C007
      hwpstate7
      acpi_perf7
    cpu8 pnpinfo _HID=ACPI0007 _UID=8 _CID=none at handle=\_SB_.PLTF.C008
      hwpstate8
      acpi_perf8
    cpu9 pnpinfo _HID=ACPI0007 _UID=9 _CID=none at handle=\_SB_.PLTF.C009
      hwpstate9
      acpi_perf9
    cpu10 pnpinfo _HID=ACPI0007 _UID=10 _CID=none at handle=\_SB_.PLTF.C00A
      hwpstate10
      acpi_perf10
    cpu11 pnpinfo _HID=ACPI0007 _UID=11 _CID=none at handle=\_SB_.PLTF.C00B
      hwpstate11
      acpi_perf11
    unknown pnpinfo _HID=ACPI000C _UID=0 _CID=none at handle=\_SB_.APAD (disabled)
    unknown pnpinfo _HID=AMDIF030 _UID=0 _CID=AMDIF030 at handle=\_SB_.PTIO
    hpet0 pnpinfo _HID=PNP0103 _UID=0 _CID=none at handle=\HPET
    acpi_wmi0 pnpinfo _HID=PNP0C14 _UID=0 _CID=none at handle=\AOD_
    acpi_timer0 pnpinfo unknown


# pciconf -lv >> output.txt >> see attach file
 

Attachments

  • output.txt
    8.5 KB · Views: 106
do the following, you have the ports on your FreeBSD, I was studying your case, and maybe with a build you would have, access. make -C /usr/ports/graphics/drm-fbsd13-kmod/ config install clean

your settings are correctly, as it should be, and get the fonts and compile the drm-kmod for sure. first uninstall this drm-kmod that they requested for you to install on top and compile to get the module compiled, by your settings are correct there after you remove the xorg.conf and put amd on xorg.conf and rotate X -configure again
 
Back
Top