Well, in that case you can probably ignore everything I said above.and my gpu is amd
Thanks, do you have amdgpu in the kld_list entry on /etc/rc.conf?
Just to be clear: are you running plasma on X11 or on Wayland?I get a black screen when boot to the plasma login window
i think it's on X11, I can't login with WaylandJust to be clear: are you running plasma on X11 or on Wayland?
I don't understand, you are either using X11 or Wayland; or have you perhaps forgotten which of the two you have installed?i think it's on X11, I can't login with Wayland
I don't see anything related to ZFS; just to be clear, what are you running:
2I don't see anything related to ZFS; just to be clear, what are you running:
- ZFS on root
- your OS on UFS
pci0: <old, non-VGA display device> at device 3.2 (no driver attached)
pci0: <old, non-VGA display device> at device 3.3 (no driver attached)
pci0: <old, non-VGA display device> at device 3.4 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 4.1 on pci0
pcib7: <ACPI PCI-PCI bridge> at device 8.1 on pci0
pci5: <ACPI PCI bus> on pcib7
vgapci0: <VGA-compatible display> port 0xe000-0xe0ff mem 0x7c00000000-0x7c0fffffff,0xdc000000-0xdc1fffff,0xdc500000-0xdc57ffff at device 0.0 on pci5
hdac0: <ATI (0x1640) HDA Controller> mem 0xdc5c8000-0xdc5cbfff at device 0.1 on pci5
pci5: <encrypt/decrypt> at device 0.2 (no driver attached)
I haveThanks, do you have amdgpu in the kld_list entry on /etc/rc.conf?
So, it's a local machine to which you have direct access to.I use a mini pc and a separate monitor
kld_list in rc.confpkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' | column -t kldload amdgpu and post the output of kldstatthis command outputs nothingpost the output ofpkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' | column -t
can'tload amdgpu:No such file or directory
1 79 0xffffffffxxxxxxxx kernel
2 1 0xffffffffxxxxxxxx vmm.ko
3 1 0xffffffffxxxxxxxx if_iwlwifi.ko
4 1 0xffffffffxxxxxxxx if-iwx.ko
5 1 0xffffffffxxxxxxxx intpm.ko
6 1 0xffffffffxxxxxxxx smbus.ko
7 1 0xffffffffxxxxxxxx cuse.ko
8 1 0xffffffffxxxxxxxx snd_uaudio.ko
9 1 0xffffffffxxxxxxxx hcons.ko
10 3 0xffffffffxxxxxxxx hidmap.ko
11 1 0xffffffffxxxxxxxx hms.ko
12 1 0xffffffffxxxxxxxx hsctrl.ko
13 1 0xffffffffxxxxxxxx ng_ubt.ko
14 7 0xffffffffxxxxxxxx netgraph.ko
15 3 0xffffffffxxxxxxxx ng_hci.ko
16 4 0xffffffffxxxxxxxx ng_bloothtooth.ko
17 1 0xffffffffxxxxxxxx ng_12cap.ko
18 1 0xffffffffxxxxxxxx ng_btsocket.ko
19 1 0xffffffffxxxxxxxx ng_socket.ko
20 1 0xffffffffxxxxxxxx nmdm.ko
21 1 0xffffffffxxxxxxxx if_bridge.ko
22 1 0xffffffffxxxxxxxx bridgestp.ko
23 1 0xffffffffxxxxxxxx pf.ko
how to make kldload amdgpu kldstat those words appear like that?load amdgpu manually:kldload amdgpuand post the output ofkldstat
Code formatting (>_).how to make kldload amdgpu kldstat those words appear like that?
kldload amdgpu shows that message your missing installing drm-66-kmod (or drm-61-kmod).Code formatting (>_).
And ifkldload amdgpushows that message your missing installing drm-66-kmod (or drm-61-kmod).
drm-66-kmod already installedThis indicates that you have no packages containing graphics drivers installed on your system.this command outputs nothingpost the output ofpkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' | column -t
# pkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' | column -t
[FreeBSD-ports-kmods] graphics/drm-66-kmod drm-66-kmod 6.6.25.1501000_9
[FreeBSD-ports] graphics/drm-kmod drm-kmod 20260508
Yes formatting; type in this way:how to make kldload amdgpu kldstat those words appear like that?load amdgpu manually:kldload amdgpuand post the output ofkldstat
I run that command successfully, but it outputs nothing. I use amd gpu, something wrong with drm-kmod.This indicates that you have no packages containing graphics drivers installed on your system.
Are you sure you haven't made a copy/paste error?
On my 15.1-RELEASE using latest, I have:
Code:# pkg query -x '[%R] %o %n %v' '^drm-(51.-|6..?-)?kmod|(^nvidia-(d|k))' | column -t [FreeBSD-ports-kmods] graphics/drm-66-kmod drm-66-kmod 6.6.25.1501000_9 [FreeBSD-ports] graphics/drm-kmod drm-kmod 20260508
Yes, it looks there is something wrong. When usingI run that command successfully, but it outputs nothing. I use amd gpu, something wrong with drm-kmod.
kld_list="amdgpu" you are specifying /boot/modules/amdgpu.ko and:# pkg which /boot/modules/amdgpu.ko
/boot/modules/amdgpu.ko was installed by package drm-66-kmod-6.6.25.1501000_9