I have FreeBSD on a Dell Precision M6800, which has a Radeon/ATI/AMD video card. I plan to use it on a docking station, then through KVM. I plan to load KDE5.
Problem Statement:
DRM driver loaded: Docking station works, Xorg does not work.
DRM driver disabled, Docking station doesn't work, Xorg does work.
DRM Driver Load:
Install the drm-kmod package
$
/etc/rc.conf call:
. Tested this to work on Dock Station and KVM (physical 4x KVM), terminal only, pre Xorg.
Commented out the rc.conf line above, the single line.
I am a brand new user, and I looked everywhere and tried most everything that made sense to me. I delayed this post until I figured out the script command and setup FTP to my win machine, so I could provide the logs/screens.
Since I need the Dock Station, is there any way to get Xorg to read the same video driver, and make it work?
Problem Statement:
DRM driver loaded: Docking station works, Xorg does not work.
DRM driver disabled, Docking station doesn't work, Xorg does work.
DRM Driver Load:
Install the drm-kmod package
$
sudo pkg install drm-kmod
/etc/rc.conf call:
Code:
kld_list="/boot/modules/radeonkms.ko"
startx
without config, and it freezes. (Log attached). Looks like its loading a Radeon.so by default. startx
with config (attached), and it freezes. (Log attached -config). Commented out the rc.conf line above, the single line.
startx
loaded x OK, but the video does not work on the Dock Station. The Keyboard and Mouse still do.I am a brand new user, and I looked everywhere and tried most everything that made sense to me. I delayed this post until I figured out the script command and setup FTP to my win machine, so I could provide the logs/screens.
Since I need the Dock Station, is there any way to get Xorg to read the same video driver, and make it work?