No screens found - Xorg

Suddenly after restart i have no more Xorg with AMD gpu.Have to use scfb to get X working.

drm-515-kmod, xf86-video-amdgpu, firmware-kmod - all instaleld, all worked but after restart - NO.

No screens found. - i know i did messed a bit with pkg latest and quarterly , but i changed everything, reinstalled drm-515-kmod, xf86-video-amdgpu installed whole firmware-kmod.
I have 4 gpu`s. (2 nvidia - but no drivers installed as its for bhyve, aspeed from motherboard and AMD Radeon Pro W5500 )
AMD worked fine as i was able to do things in X. last package was intel-microcode, deluge, ca_roots_nss, nerd-fonts.
Attached my amd.conf from /usr/local/etc/X``/xorg.conf.d/
and my old Xorg.log
Tried in many ways to pplay with ramd conf file for Device names. Device0 ,Card0 - same issues.
amdgpu module is loaded.
sometimes says xauth not found(.serverauth.XXXX) - i know its installed but im sure this is not the problem.
drm-510-kmod, drm-61-kmod does not work ( tested a while ago )
So what did i doooo ?
 

Attachments

Ok, after a bit of research ... i did messed up something.
Deleted .Xauthority - could not start X , created - started (scfb)
So im guessing i have issues with Xorg creating .serverauth.XXXXX file ? as it shows - failed on this part.
 
Suddenly after restart i have no more Xorg with AMD gpu.Have to use scfb to get X working.
I have a similar problem. I saw the "No screen founded" message while trying to install the NVidia driver.

Without configuration file, Xorg works by default with its scfb driver with a default screen size (800x600 on the HDMI NVidia card and 1600x900 on the onboard intel one).

xrandr has not a correct comportment - here on Intel :
Bash:
# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1600 x 900, current 1600 x 900, maximum 1600 x 900
default connected 1600x900+0+0 0mm x 0mm
   1600x900       0.00*
Same thing for NVidia

Xorg config or not, there is a message saying "GLX Missing on :0"
GLX is loaded but failed just after.
Of course, the NVidia driver doesn' t work, I verified and I use the one corresponding to my card and I can use either a card or the other - no xinerama.

All is loaded, kldload nvidia trigs the NVidia card... but in the better scenario, Xorg stays suspend, startx doesn' t end to launch the desktop but I can Ctrl+c Xorg from the tty then it terminates gracefully.

In my case, the problem seems to come from GLX.
 
Tried nvidia card only ... removed amd.
Same problems, but amd had better resolution.
Tried all dmr-kmods - nothing.
Ok, Xorg has vulnerabilities but i dont think its an issue.
Is there a way to install older xorg version ?
 
drm-515-kmod, xf86-video-amdgpu, firmware-kmod - all instaleld, all worked but after restart - NO.
I have 4 gpu`s. (2 nvidia - but no drivers installed as its for bhyve, aspeed from motherboard and AMD Radeon Pro W5500 )
What does pkg query -x '%v-%n' '^drm-(515|61)-kmod' show?
 
What does pkg query -x '%v-%n' '^drm-(515|61)-kmod' show?
➜ ~ pkg query -x '%v-%n' '^drm-(515|61)-kmod'
5.15.160.1401000_2-drm-515-kmod

I just deleted everything ( xorg, drivers ) installed 515.
Its very interesting as when nvidia loads - my font goes smaller when boot process is going - now there are no font changes.

I tried Hyprland - amd launched but crashes when trying to open any app ( terminal, wofi etc ) and nvidia does not even start on it.

EDIT: How to purge all the xorg and kmod files once i uninstall them ?
 
You're half way there.

As you've mentioned, I relate my reaction only to your AMD graphics.

With such a nice AMD PRO W5500, why are you using as your Xorg driver amdgpu(4)?

I presume that you have installed a 14-STABLE version that is up-to-date, that is at least equal or greater than 14.2R, right?
(I can't see that outright from your hash-id in your Xorg log file.)

I see no particular reason to prefer drm-515-kmod over drm-61-kmod.
According to AMD Radeon Pro W5500 has
Release Date: Feb 10th, 2020
As well, look at your Radeon Pro W5000 series in relation to Radeon HD 7000 series ending April 2013. Further, also compare with pkg-2.0.0-problems - #209. Thus, use modesetting(4) as your Xorg driver (not amdgpu(4)).

You can enable the kmods repository, see: comment #36 of the thread Possible solution to the drm-kmod kernel mismatch after upgrade from Bapt. Other posts in the same (2nd) page would be helpful, too.

When 'kmods' are enabled, you'll see:
Code:
[1-0] # pkg rquery -x '%v-%n'  '^drm-(515|61)-kmod'
5.15.160.1401000_3-drm-515-kmod
6.1.128.1401000_1-drm-61-kmod
5.15.160.1402000_3-drm-515-kmod
6.1.128.1402000_2-drm-61-kmod
[2-0] #
You need a 'minor-version' specific (that is actually a kernel-specific) version for your 14-STABLE (having a version number higher or equal than 1402); that means one of the last two packages; as suggested before, I'd try drm-61-kmod.

If you decide NOT to use/enable the kmods repository, then build the meta graphics/drm-kmod (which will give you drm-61-kmod, amongst others) yourself; you'll see the 1402 there also.

Change you Xorg .conf file and activate the line:
Driver "modesetting"
Keep your BusID!
 
I removed all gpu`s and kept only nVidia Titan V. Deleted all xorg, drm`s , drivers, firmware.
Compiled drm61 as i posted my last post
6.1.128.1402504_1-drm-61-kmod
Still same issue... but what i noted is if i use pkg i get 1401xxx instead of 1402xxxx.
Another thing i noted - drm and drivers where updated yesterday [ Last Update: 2025-03-13 20:42:41 ... others a bit earlier but same day ] and yesterday i was munching around and i was changing Quarterly to Latest and vice versa ... which i suspect - just suspecting "Something wrong with drivers/drm`s" both amd and nvidia... but ive been wrong more times than right.
I done this many times.
pkg install xorg
pkg install nvidia-driver nvidia-drm61-kmod
Add nvidia-modeset to /etc/rc.conf
Add 20-nvidia.conf in /usr/local/etc/X11/xorg.conf.d containing bus id, driver module.
Reboot.
copy xinit file to ~/.xinitrc - add exec my wm and vuola.

If i use only xorg-server - i have to install xinit and xauth otherwise no go.
I have fresh install of FreeBSD 14.2STABLE [ FreeBSD kodasBSD 14.2-STABLE FreeBSD 14.2-STABLE stable/14-n270695-057409d0259f GENERIC amd64 ]
Which is maybe 3-4 days old only :)
I even compiled xorg same issue .. deleted, used pkg again .. maybe i try to compile xorg again as i compiled nvidia drivers.
i really dont want to flush everything i installed and do from scratch and also i didnt made snapshot :(
 
So added back my AMD gpu.
Trying now to use drm-510-kmod, could not compile but pkg install successful but still same.
My resolution on loading changed but still no screens, but does it mean module is being loaded and its doing its job ?
Now i can start Hyprland but also it still crashes if i try to open a terminal or anything ...
Nvidia - module is loaded but does not work and no screens found in Xorg and will not start Hyprland.
AMD - module is loaded and looks like it works but still no screens found in Xorg and starts Hyprland but crashes when im trying to open an app.

Im loosing my mind ...
 
I have 4 gpu`s. (2 nvidia - but no drivers installed as its for bhyve, aspeed from motherboard and AMD Radeon Pro W5500 )
AMD worked fine as i was able to do things in X. last package was intel-microcode, deluge, ca_roots_nss, nerd-fonts.
Attached my amd.conf from /usr/local/etc/X``/xorg.conf.d/
and my old Xorg.log
[...]
So what did i doooo ?
I don't know.
You have 2 Nvidia graphics cards and one AMD Radeon Pro W5500.

Few persons here have that mix of 2 different Nvidia cards and this AMD card.
Don't throw everything at once in the mix, build this, then that.

If you need the nvdia cards with Wayland (Hyprland ) and thus therefore you probably need graphics/nvidia-drm-kmod: that is a mixed port of a Nvidia proprietary drivers and Open Source drivers, I cannot help you in any way, because I don't have any experience with that mixed driver, or with Wayland for that matter; there are other long threads about Wayland. Note also there are some things going on with this mixed port: PR 285139

Which Nvidia graphics cards exactly do you have?
(please don't count on readers picking them of your signature, clearly state them in your message)

Still same issue... but what i noted is if i use pkg i get 1401xxx instead of 1402xxxx.
I suggest you setup the 'kmods' repository (see also message #36) and my earlier link of that thread.

See the following sequence of what happens when you have the kmods enabled or disabled:
Rich (BB code):
[1-0] # pkg -vv | sed -n '/^Repositories:/,$ p'
Repositories:
  FreeBSD: {
    url             : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/latest",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
  FreeBSD-kmods: {
    url             : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/kmods_latest_2",
    enabled         : no,    # kmods disabled
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
[2-0] # pkg install drm-61-kmod
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        drm-61-kmod: 6.1.128.1401000_2 [FreeBSD]

Number of packages to be installed: 1

The process will require 17 MiB more space.

Proceed with this action? [y/N]: n
[3->1<] #               # enabling 'kmods'
[4-0] # pkg -vv | sed -n '/^Repositories:/,$ p'
Repositories:
  FreeBSD: {
    url             : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/latest",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
  FreeBSD-kmods: {
    url             : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/kmods_latest_2",
    enabled         : yes,    # kmods enabled
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
[5-0] # pkg install drm-61-kmod
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-kmods repository catalogue...
FreeBSD-kmods repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        drm-61-kmod: 6.1.128.1402000_2 [FreeBSD-kmods]

Number of packages to be installed: 1

The process will require 17 MiB more space.

Proceed with this action? [y/N]: n
[6->1<] #



I suggest that you consider starting with just the AMD graphics card in the same physical PCIe slot, and as I mentioned in my mesage #8 earlier use the settings mentioned there. Get/install the correct drm-61-kmod-6.1.128.1402000_2, either by:
  • building graphics/drm-kmod from source (verify that you have the latest source)
  • or by using the kmods repository

Then:
  • cat /var/log/Xorg.0.log | nc termbin.com 9999 and your Xorg .conf setting file(s)
  • post the output of pkg query '%n-%v' 'drm-61-kmod'
 
Wayland works fine on AMD ( currently using Hyprland ) , nVidia is P600 and Titan V. (Currently took out P600 ) and Titan V is now dedicated for gpu passtrough,
I will try later to get Xorg going again - going to recompile everything again and see where it gets me.
 
drm-61-kmod does not work on my gpu it gets blank screen as soon as amdgpu module get enabled.
I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf
This is Xorg.0.log link: --> https://termbin.com/70kx
 
drm-61-kmod does not work on my gpu it gets blank screen as soon as amdgpu module get enabled.
I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf
This is Xorg.0.log link: --> https://termbin.com/70kx
Then:
  • [...]
  • post the output of pkg query '%n-%v' 'drm-61-kmod'
"I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf"
That file is also an Xorg .conf file* (note the <space> between 'Xorg' and '.conf'), xorg.conf(5):
Rich (BB code):
NAME
       xorg.conf, xorg.conf.d -	configuration files for	Xorg X server
   [..]
DESCRIPTION
       Xorg uses a configuration file called xorg.conf and files ending	in the
       suffix .conf from the directory xorg.conf.d for its initial setup.
Please post /usr/local/etc/X11/xorg.conf.d/20-amdgpu.conf and any other .conf files in that directory that you may have here.

___
* See also, 5.4. Xorg Configuration but not as clearly written as it could be IMHO.
 
"I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf"
That file is also an Xorg .conf file* (note the <space> between 'Xorg' and '.conf'), xorg.conf(5):
Rich (BB code):
NAME
       xorg.conf, xorg.conf.d -    configuration files for    Xorg X server
   [..]
DESCRIPTION
       Xorg uses a configuration file called xorg.conf and files ending    in the
       suffix .conf from the directory xorg.conf.d for its initial setup.
Please post /usr/local/etc/X11/xorg.conf.d/20-amdgpu.conf and any other .conf files in that directory that you may have here.

___
* See also, 5.4. Xorg Configuration but not as clearly written as it could be IMHO.
➜ ~ pkg query '%n-%v' 'drm-515-kmod'
drm-515-kmod-5.15.160.1402504_2

20-amdgpu.conf
Code:
Section "Device"
        Identifier      "Device0"
        Driver          "amdgpu"
#       Driver          "scfb"
        BusID           "pci0:4:0:0"
EndSection

The problem is - it was working and then when i changed pkg to latest - stopped to work, changed back to quarterly - did not fixed the issue.
I done this many times.
Xorg log does not show but there is also a complaint about .serverauth.xxxx file
If i run startx with scfb drivers -i can get into Xorg.
in 20-amdgpu.conf file changing Driver to modeseting - blank screen.
Also i tried to change Identifier to "Card0" - same outcome - no Xorg.
 
drm-61-kmod does not work on my gpu it gets blank screen as soon as amdgpu module get enabled.
I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf
This is Xorg.0.log link: --> https://termbin.com/70kx
Based on your Xorg log file, it seems that the Xorg at start up cannot find any (KMS) devices.

20-amdgpu.conf
Section "Device"
Identifier "Device0"
Driver "amdgpu"
# Driver "scfb"
BusID "pci0:4:0:0"
EndSection
Part of the next info you'll also see at x11-drivers/xf86-video-amdgpu:
Rich (BB code):
[0-0] # pkg list drm-515-kmod
/boot/modules/amdgpu.ko
/boot/modules/dmabuf.ko
/boot/modules/drm.ko
/boot/modules/i915kms.ko
/boot/modules/radeonkms.ko
/boot/modules/ttm.ko
/usr/local/share/licenses/drm-515-kmod-5.15.160.1402000_3/BSD2CLAUSE
/usr/local/share/licenses/drm-515-kmod-5.15.160.1402000_3/GPLv2
/usr/local/share/licenses/drm-515-kmod-5.15.160.1402000_3/LICENSE
/usr/local/share/licenses/drm-515-kmod-5.15.160.1402000_3/MIT
/usr/local/share/licenses/drm-515-kmod-5.15.160.1402000_3/catalog.mk
[1-0] # pkg query '%n++%v\nWWW:\n%w\n\nDescription:\n%e' xf86-video-amdgpu
xf86-video-amdgpu++22.0.0_2
WWW:
https://www.x.org/wiki/RadeonFeature/

Description:
This package contains the X.Org xf86-video-amdgpu driver.

The amdgpu driver supports AMD Radeon chipsets: OLAND, HAINAN, TAHITI, PITCAIRN,
VERDE, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, TOPAZ, TONGA, CARRIZO, FIJI,
STONEY, POLARIS11, POLARIS10

On FreeBSD requires amdgpu KMS driver from graphics/drm-kmod.
[3-0] # pkg list xf86-video-amdgpu
/usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
/usr/local/share/X11/xorg.conf.d/10-amdgpu.conf
/usr/local/share/licenses/xf86-video-amdgpu-22.0.0_2/LICENSE
/usr/local/share/licenses/xf86-video-amdgpu-22.0.0_2/MIT
/usr/local/share/licenses/xf86-video-amdgpu-22.0.0_2/catalog.mk
/usr/local/share/man/man4/amdgpu.4x.gz
You are using as (DRM-)KMS driver amdgpu* (file: /boot/modules/amdgpu.ko) contained in graphics/drm-(515|61)-kmod.
In xorg/ RadeonFeature and using as Xorg kernel driver amdgpu (and not radeon), you'll see (near-top row in the tables) that only the architecture groups of the "Volcanic Islands" (labelled as "V.Islands") and the Arctic Islands (labelled as "A.Islands") are covered by the Xorg amdgpu driver.

I find it rather unlikely that the Xorg amdgpu driver, that is /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so is the right driver for your AMD Radeon Pro w5500:
Rich (BB code):
Release Date:     Feb 10th, 2020
GPU Name: Navi 14
As seen above your "Navi 14" isn't part of those GPU codenames/architectures listed.



"drm-61-kmod does not work on my gpu it gets blank screen as soon as amdgpu module get enabled."
IMO drm-61-kmod is still your best option** to try and get things working for your AMD Radeon Pro W5500.

I suggest you try the following first--not starting X:
  1. build graphics/drm-kmod from source
    - verify that you have deleted any installed 'package files' by de-installing the relevant packages like drm-515-kmod
    - this should give you drm-61-kmod and more stuff
  2. remove amdgpu from rc.conf's kld_list="amdgpu"
  3. reboot
  4. post the ouput of pkg query '%n-%v' 'drm-61-kmod'
  5. kldload amdgpu
  6. post the output of dmesg -a
There should be something in the dmesg output as a result of the manual kldload that says amdgpu kernel modesetting is enabled.

___
* Note that there are two distinct drivers referenced by the same label amdgpu:
  • amdgpu - referencing /boot/modules/amdgpu.ko as in
    kld_list="amdgpu"" in etc/rc.conf
  • amdgpu - referencing /boot/modules/amdgpu.ko as in:
    Driver "amdgpu" in a Xorg .conf file, like 20-amdgpu.conf.
Thus, two different files representing two drivers that each have a distinct function in the graphics stack.

** Given the release date of your w5500 (seems 'the right age' wrt FreeBSD), IF that cannot be made to work, then that is reason to submit a PR, IMO.
 
well, i did full OS reinstall ... same issues so i didnt do anything wrong in my previous install.
Based on your Xorg log file, it seems that the Xorg at start up cannot find any (KMS) devices.
Can you show me the line where it states ?
i Want to see it before i submit PR
 
As seen above your "Navi 14" isn't part of those GPU codenames/architectures listed.
drm-515-kmod does not have right things, but xf86-video-amdgpu does !
Problem is - i was using Xorg with this gpu this is why i need xf86-video-amdgpu (otherwise is blank screen ). im not sure navi14 vs navi14pro difference.
Update. I managed to get to my WM with startx ... but now checking what caused, but it looks like 20-amdgpu.conf file needed to be edited.
Updated Xorg to latest still works ... need to dig deeper...

after changin drm-515-kmod to older:
kodasBSD% pkg query -x '%v-%n' '^drm-(515|61)-kmod'
5.15.160.1402504_2-drm-515-kmod
 
Have you tried without creating a 20-amdgpu.conf file? That solved the problem for me in 14.1, and I still don't need one in 14.2 (I have a different graphics card but I am using the amdgpu module and drm-61-kmod).

Modesetting happened automatically during startup:
[drm] amdgpu kernel modesetting enabled.
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] initializing kernel modesetting (SIENNA_CICHLID 0x1002:0x73AF 0x1043:0x04FC 0xC0).
 
Have you tried without creating a 20-amdgpu.conf file? That solved the problem for me in 14.1, and I still don't have one in 14.2 (I have a different graphics card but I am using the amdgpu module and drm-61-kmod).

Modesetting happened automatically during startup:
[drm] amdgpu kernel modesetting enabled.
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] initializing kernel modesetting (SIENNA_CICHLID 0x1002:0x73AF 0x1043:0x04FC 0xC0).
I was typing while you writing ...
If i delete Driver "amdgpu" - i can launch Xorg now.
Going to update drm-515-kmod to 3rd revision and see what is what.
P.s. i cant delete 20-amdgpu.conf file as i have multiple gpu`s. One is integrated into my motherboard so i need to create it and have BusID.
 
drm-61-kmod does not work on my gpu it gets blank screen as soon as amdgpu module get enabled.
I dont have Xorg.conf file as you dont need one, i have only 20-amdgpu.conf file in /usr/local/etc/X11/Xorg/xorg.cond.d/20-amdgpu.conf
This is Xorg.0.log link: --> https://termbin.com/70kx
Based on your Xorg log file, it seems that the Xorg at start up cannot find any (KMS) devices.

well, i did full OS reinstall ... same issues so i didnt do anything wrong in my previous install.

Can you show me the line where it states ?
i Want to see it before i submit PR
Just to be clear, that is with an installed drm-515-kmod:
Rich (BB code):
   [...]
[   330.247] (II) LoadModule: "amdgpu"
[   330.247] (II) Loading /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
[   330.248] (II) Module amdgpu: vendor="X.Org Foundation"
[   330.248] 	compiled for 1.21.1.14, module version = 22.0.0
[   330.248] 	Module class: X.Org Video Driver
[   330.248] 	ABI class: X.Org Video Driver, version 25.2
[   330.248] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   330.248] (--) Using syscons driver with X support (version 2.0)
[   330.248] (--) using VT number 9

[   331.255] (EE) No devices detected.
   [...]
 
Very odd.
I removed Driver "amdgpu" line - started, arandr screen change crashed.
Renamed 20-amdgpu.conf file to 10-amdgpu.conf and added back Driver 'amdgpu" line, rebooted - im able to start Xorg ... i know 20 to 10 maybe coincidence...
Latest Xorg.0.log
Xorg log without Drivers "amdgpu" line.

Does Xorg without "amdgpu" info or any driver specification loads modesetting and runs on it ?
 
Im not going to rest until i sort this out.
vermaden

As i see you have successfully utilized NAVI14 . Did you had any trouble ?
i see you have this GPU https://www.techpowerup.com/gpu-specs/radeon-rx-5500-xt.c3468
and i have this GPU https://www.techpowerup.com/gpu-specs/radeon-pro-w5500.c3479
Which technically its same / same`ish ?
I was able to launch it on fresh install but then crashed. I was able to use Wayland but crashing.
Today it crashed when i had open Chrome and i was opening MPV.
kmod 61 gives this error
[drm ERROR :dc_add_plane_to_context] Head pipe not found for stream_state 0xfffff8048cfa3800 !
KLDSTAT
Code:
kodasBSD% kldstat
Id Refs Address                Size Name
 1  135 0xffffffff80200000  1f3c6c0 kernel
 2    1 0xffffffff8213d000   5da658 zfs.ko
 3    1 0xffffffff82718000     77d8 cryptodev.ko
 4    1 0xffffffff83200000   6688e8 amdgpu.ko
 5    2 0xffffffff83869000    87090 drm.ko
 6    1 0xffffffff831f9000     22b8 iic.ko
 7    2 0xffffffff838f1000     4120 linuxkpi_video.ko
 8    3 0xffffffff838f6000     7350 dmabuf.ko
 9    3 0xffffffff831fc000     3378 lindebugfs.ko
10    1 0xffffffff838fe000     c338 ttm.ko
11    1 0xffffffff8390b000    2f050 amdgpu_navi14_sos_bin.ko
12    1 0xffffffff8393b000    2c2e0 amdgpu_navi14_asd_bin.ko
13    1 0xffffffff83968000     a3e0 amdgpu_navi14_ta_bin.ko
14    1 0xffffffff83973000    42a70 amdgpu_navi14_smc_bin.ko
15    1 0xffffffff839b6000    425e0 amdgpu_navi14_pfp_wks_bin.ko
16    1 0xffffffff839f9000    425e0 amdgpu_navi14_me_wks_bin.ko
17    1 0xffffffff83a3c000    42560 amdgpu_navi14_ce_wks_bin.ko
18    1 0xffffffff83a7f000     c848 amdgpu_navi14_rlc_bin.ko
19    1 0xffffffff83a8c000    43a10 amdgpu_navi14_mec_wks_bin.ko
20    1 0xffffffff83ad0000    43a10 amdgpu_navi14_mec2_wks_bin.ko
21    1 0xffffffff83b14000     a4e0 amdgpu_navi14_sdma_bin.ko
22    1 0xffffffff83b1f000     a4e0 amdgpu_navi14_sdma1_bin.ko
23    1 0xffffffff83b2a000    643a0 amdgpu_navi14_vcn_bin.ko
24    1 0xffffffff83b8f000    12e18 fusefs.ko
25    1 0xffffffff83ba2000     3390 acpi_wmi.ko
26    1 0xffffffff83ba6000     4250 ichsmb.ko
27    1 0xffffffff83bab000     2178 smbus.ko
28    1 0xffffffff83bae000    30a80 linux.ko
29    4 0xffffffff83bdf000     c2a8 linux_common.ko
30    1 0xffffffff83bec000    2de10 linux64.ko
31    1 0xffffffff83c1a000     2278 pty.ko
32    1 0xffffffff83c1d000     3560 fdescfs.ko
33    1 0xffffffff83c21000     73c0 linprocfs.ko
34    1 0xffffffff83c29000     440c linsysfs.ko
35    1 0xffffffff83c2e000     2240 cpuctl.ko
36    1 0xffffffff83c31000     3360 uhid.ko
37    1 0xffffffff83c35000     4364 ums.ko
38    1 0xffffffff83c3a000     3360 wmt.ko
39    1 0xffffffff83c3e000     2a68 mac_ntpd.ko
part of DMESG
Code:
[drm] amdgpu kernel modesetting enabled.
drmn0: <drmn> numa-domain 0 on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] initializing kernel modesetting (NAVI14 0x1002:0x7341 0x1028:0x0B0C 0x00).
[drm] register mmio base: 0xBE100000
[drm] register mmio size: 524288
[drm] add ip block number 0 <nv_common>
[drm] add ip block number 1 <gmc_v10_0>
[drm] add ip block number 2 <navi10_ih>
[drm] add ip block number 3 <psp>
[drm] add ip block number 4 <smu>
[drm] add ip block number 5 <dm>
[drm] add ip block number 6 <gfx_v10_0>
[drm] add ip block number 7 <sdma_v5_0>
[drm] add ip block number 8 <vcn_v2_0>
[drm] add ip block number 9 <jpeg_v2_0>
drmn0: Fetched VBIOS from ROM BAR
amdgpu: ATOM BIOS: 113-D3250200-102
[drm] VCN decode is enabled in VM mode
[drm] VCN encode is enabled in VM mode
[drm] JPEG decode is enabled in VM mode
drmn0: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
drmn0: PCIE atomic ops is not supported
[drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
drmn0: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
drmn0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
drmn0: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[drm] Detected VRAM RAM=8176M, BAR=256M
[drm] RAM width 128bits GDDR6
[drm] amdgpu: 8176M of VRAM memory ready
[drm] amdgpu: 16305M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] PCIE GART of 512M enabled (table at 0x0000008000200000).
navi14_sos.bin: could not load binary firmware /boot/firmware/navi14_sos.bin either
amdgpu/navi14_sos.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_sos.bin either
amdgpu_navi14_sos.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_sos.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_sos.bin'
navi14_asd.bin: could not load binary firmware /boot/firmware/navi14_asd.bin either
amdgpu/navi14_asd.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_asd.bin either
amdgpu_navi14_asd.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_asd.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_asd.bin'
navi14_ta.bin: could not load binary firmware /boot/firmware/navi14_ta.bin either
amdgpu/navi14_ta.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_ta.bin either
amdgpu_navi14_ta.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_ta.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_ta.bin'
drmn0: PSP runtime database doesn't exist
drmn0: PSP runtime database doesn't exist
navi14_smc.bin: could not load binary firmware /boot/firmware/navi14_smc.bin either
amdgpu/navi14_smc.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_smc.bin either
amdgpu_navi14_smc.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_smc.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_smc.bin'
lkpi_iic0: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus0: <Philips I2C bus> numa-domain 0 on lkpi_iic0
iic0: <I2C generic I/O> on iicbus0
lkpi_iic1: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus1: <Philips I2C bus> numa-domain 0 on lkpi_iic1
iic1: <I2C generic I/O> on iicbus1
navi14_pfp_wks.bin: could not load binary firmware /boot/firmware/navi14_pfp_wks.bin either
amdgpu/navi14_pfp_wks.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_pfp_wks.bin either
amdgpu_navi14_pfp_wks.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_pfp_wks.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_pfp_wks.bin'
navi14_me_wks.bin: could not load binary firmware /boot/firmware/navi14_me_wks.bin either
amdgpu/navi14_me_wks.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_me_wks.bin either
amdgpu_navi14_me_wks.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_me_wks.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_me_wks.bin'
navi14_ce_wks.bin: could not load binary firmware /boot/firmware/navi14_ce_wks.bin either
amdgpu/navi14_ce_wks.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_ce_wks.bin either
amdgpu_navi14_ce_wks.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_ce_wks.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_ce_wks.bin'
navi14_rlc.bin: could not load binary firmware /boot/firmware/navi14_rlc.bin either
amdgpu/navi14_rlc.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_rlc.bin either
amdgpu_navi14_rlc.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_rlc.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_rlc.bin'
navi14_mec_wks.bin: could not load binary firmware /boot/firmware/navi14_mec_wks.bin either
amdgpu/navi14_mec_wks.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_mec_wks.bin either
amdgpu_navi14_mec_wks.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_mec_wks.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_mec_wks.bin'
navi14_mec2_wks.bin: could not load binary firmware /boot/firmware/navi14_mec2_wks.bin either
amdgpu/navi14_mec2_wks.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_mec2_wks.bin either
amdgpu_navi14_mec2_wks.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_mec2_wks.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_mec2_wks.bin'
navi14_sdma.bin: could not load binary firmware /boot/firmware/navi14_sdma.bin either
amdgpu/navi14_sdma.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_sdma.bin either
amdgpu_navi14_sdma.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_sdma.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_sdma.bin'
navi14_sdma1.bin: could not load binary firmware /boot/firmware/navi14_sdma1.bin either
amdgpu/navi14_sdma1.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_sdma1.bin either
amdgpu_navi14_sdma1.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_sdma1.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_sdma1.bin'
navi14_vcn.bin: could not load binary firmware /boot/firmware/navi14_vcn.bin either
amdgpu/navi14_vcn.bin: could not load binary firmware /boot/firmware/amdgpu/navi14_vcn.bin either
amdgpu_navi14_vcn.bin: could not load binary firmware /boot/firmware/amdgpu_navi14_vcn.bin either
drmn0: successfully loaded firmware image 'amdgpu/navi14_vcn.bin'
[drm] Found VCN firmware Version ENC: 1.20 DEC: 5 VEP: 0 Revision: 1
drmn0: Will use PSP to load VCN firmware
[drm] reserve 0x900000 from 0x81fd000000 for PSP TMR
drmn0: RAS: optional ras ta ucode is not available
drmn0: RAP: optional rap ta ucode is not available
drmn0: SECUREDISPLAY: securedisplay ta ucode is not available
drmn0: use vbios provided pptable
drmn0: smc_dpm_info table revision(format.content): 4.5
drmn0: SMU is initialized successfully!
[drm] Display Core initialized with v3.2.207!
lkpi_iic2: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus2: <Philips I2C bus> numa-domain 0 on lkpi_iic2
iic2: <I2C generic I/O> on iicbus2
lkpi_iic3: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus3: <Philips I2C bus> numa-domain 0 on lkpi_iic3
iic3: <I2C generic I/O> on iicbus3
lkpi_iic4: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus4: <Philips I2C bus> numa-domain 0 on lkpi_iic4
iic4: <I2C generic I/O> on iicbus4
lkpi_iic5: <LinuxKPI I2C> numa-domain 0 on drmn0
iicbus5: <Philips I2C bus> numa-domain 0 on lkpi_iic5
iic5: <I2C generic I/O> on iicbus5
[drm] kiq ring mec 2 pipe 1 q 0
[drm] VCN decode and encode initialized successfully(under DPG Mode).
[drm] JPEG decode initialized successfully.
drmn0: SE 1, SH per SE 2, CU per SH 12, active_cu_number 22
drmn0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
drmn0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
drmn0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
drmn0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
drmn0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
drmn0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
drmn0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
drmn0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
drmn0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
drmn0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
drmn0: ring sdma0 uses VM inv eng 12 on hub 0
drmn0: ring sdma1 uses VM inv eng 13 on hub 0
drmn0: ring vcn_dec uses VM inv eng 0 on hub 1
drmn0: ring vcn_enc0 uses VM inv eng 1 on hub 1
drmn0: ring vcn_enc1 uses VM inv eng 4 on hub 1
drmn0: ring jpeg_dec uses VM inv eng 5 on hub 1
vgapci0: child drmn0 requested pci_get_powerstate
drmn0: Using BACO for runtime pm
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
lkpi_iic6: <LinuxKPI I2C> numa-domain 0 on drm1
iicbus6: <Philips I2C bus> numa-domain 0 on lkpi_iic6
iic6: <I2C generic I/O> on iicbus6
lkpi_iic7: <LinuxKPI I2C> numa-domain 0 on drm2
iicbus7: <Philips I2C bus> numa-domain 0 on lkpi_iic7
iic7: <I2C generic I/O> on iicbus7
lkpi_iic8: <LinuxKPI I2C> numa-domain 0 on drm3
iicbus8: <Philips I2C bus> numa-domain 0 on lkpi_iic8
iic8: <I2C generic I/O> on iicbus8
lkpi_iic9: <LinuxKPI I2C> numa-domain 0 on drm4
iicbus9: <Philips I2C bus> numa-domain 0 on lkpi_iic9
iic9: <I2C generic I/O> on iicbus9
[drm] Initialized amdgpu 3.49.0 20150101 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "drmfb".
[drm] DSC precompute is not needed.
WARNING !(0) failed at /wrkdirs/usr/ports/graphics/drm-61-kmod/work/drm-kmod-drm_v6.1.128_1/drivers/gpu/drm/amd/display/dc/core/dc.c:3075
start FB_INFO:
height=1440 width=2560 depth=32
pbase=0x0 vbase=0xfffffe0282c00000
name=drmn0 id=amdgpudrmfb flags=0x0 stride=15360
[drm ERROR :dc_add_plane_to_context] end FB_INFO
Head pipe not found for stream_state 0xfffff8048cfa3800 !
drm: drmn drmn0: Dirty helper failed: ret=-22
[drm ERROR :dc_add_plane_to_context] Head pipe not found for stream_state 0xfffff8048cfa3800 !
drm 515 - no screens found after crashed from opening MPV while Chromium was open.
 
Back
Top