Hello, I'm attempting to run an X server on my laptop running FreeBSD 13.2, but I encounter a blank VT with a cursor in the top left corner when starting it. The system appears to be completely unresponsive when I do this. Power button, CTRL+ALT+F1, etc. don't do anything.
I've installed the xorg, drm-kmod, and xf86-video-ati packages so far to get things going.
My GPU is an ATI Mobility Radeon X1300.
The /etc/rc.conf file on my system looks like this:
Nothing seems to be out of the ordinary (errors) in /var/log/Xorg.0.log
What are steps that I should take to troubleshoot this issue? I've tried figuring this out on my own, but I've gotten a lot of mixed signals out of the research I've done.
(Sorry if things are "off" about my post, I don't really know how to effectively communicate outside of IM services like Discord.)
I've installed the xorg, drm-kmod, and xf86-video-ati packages so far to get things going.
My GPU is an ATI Mobility Radeon X1300.
The /etc/rc.conf file on my system looks like this:
Code:
hostname="inspired"
ifconfig_bfe0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
kld_list="/boot/modules/radeonkms.ko"
dbus_enable="YES"
lightdm_enable="NO"
What are steps that I should take to troubleshoot this issue? I've tried figuring this out on my own, but I've gotten a lot of mixed signals out of the research I've done.
(Sorry if things are "off" about my post, I don't really know how to effectively communicate outside of IM services like Discord.)