Hello there!
First off, let me start by saying I'm an absolute beginner. So please be forgiving.
Anyway, I set up a fresh copy of FreeBSD 14.3 on an old PC yesterday. The specs are as follows:
CPU: AMD Athlon II X2 250 @3 GHz
GPU: AMD Radeon HD6450 (TerraScale 2)
RAM: 8 GB
SSD: 500GB, 80GB for FreeBSD
I installed drm-kmod and Xorg, both using pkg. I then added my user to the video group. The radeonkms driver, which is needed for my GPU, is launching at system startup as specified by
in /etc/rc.conf. It does work and load properly. I get the message
at every boot and the terminal font shrinks. I don't have any files in /usr/local/etc/X11/xorg.conf.d.
So far so good, but when I executeorder 66 startx while using radeonkms, the screen turns dark and stays so forever. If I do the same without using radeonkms, it works but with the drawbacks of software rendering.
I think the important thing from the log file would be
But I don't understand why. I have tried installing other versions like drm-515-kmod or drm-61-kmod, but none of them worked. Manually loading the driver while being in a session results in the screen turning black instantly. Specifying the driver in a .conf-file doesn't work either.
So I figured I'd ask smarter people. Do you have any idea what the problem could be or at least a workaround?
First off, let me start by saying I'm an absolute beginner. So please be forgiving.
Anyway, I set up a fresh copy of FreeBSD 14.3 on an old PC yesterday. The specs are as follows:
CPU: AMD Athlon II X2 250 @3 GHz
GPU: AMD Radeon HD6450 (TerraScale 2)
RAM: 8 GB
SSD: 500GB, 80GB for FreeBSD
I installed drm-kmod and Xorg, both using pkg. I then added my user to the video group. The radeonkms driver, which is needed for my GPU, is launching at system startup as specified by
Code:
kld_list="radeonkms"
Code:
VT: replacing driver "vga" with new "drmfb".
So far so good, but when I execute
I think the important thing from the log file would be
Code:
LoadModule: "ati"
Warning, couldn't open module ati
Failed to load module "ati" (module does not exist, 0)
But I don't understand why. I have tried installing other versions like drm-515-kmod or drm-61-kmod, but none of them worked. Manually loading the driver while being in a session results in the screen turning black instantly. Specifying the driver in a .conf-file doesn't work either.
So I figured I'd ask smarter people. Do you have any idea what the problem could be or at least a workaround?