Which AMD kernel module supports the Dell Precision M4600? (Manufactured 2012)
Working towards getting either X or Wayland up and running on a fresh install of FreeBSD, but have not been able to get any graphics yet.
Hardware
This is the AMD GPU that is shown.
Reading the AMD GPU Matrix at https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix there is no exact match for "Radeon HD 6730M XT". Is this considered an "old GPU" or a "new GPU"?
Attempts with Kernel Modules
After installing this:
And loading this kernel module:
A mouse cursor appears momentarily, then the whole screen fades to grey and becomes nonresponsive. I don't know if this means this is the right kernel module or the wrong one.
After a fresh reboot, trying the other kernel module:
nothing happens. So attempting to start sway:
shows error "Found 0 gpus, cannot create backend"
Another Data Point
Another data point is that I wanted to see which kernel modules GhostBSD uses for comparison, on the same machine. GhostBSD (with working graphics) shows these kernel modules:
Compiling from Source
Back on FreeBSD, I attempted to compile the kernel modules from source to see if they would work better. (The AMD GPU Matrix at https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix for several GPUs specificially says to "Post 11.2 use "radeonkms" kernel module via drm-kmod port") So maybe
got error (running as root): "cannot open /usr/src/sys/conf/kern.opts.mk"
Working towards getting either X or Wayland up and running on a fresh install of FreeBSD, but have not been able to get any graphics yet.
Hardware
This is the AMD GPU that is shown.
Code:
$ lspci | grep -i vga
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT]
Reading the AMD GPU Matrix at https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix there is no exact match for "Radeon HD 6730M XT". Is this considered an "old GPU" or a "new GPU"?
Attempts with Kernel Modules
After installing this:
pkg install drm-kmod
And loading this kernel module:
kldload radeonkms
A mouse cursor appears momentarily, then the whole screen fades to grey and becomes nonresponsive. I don't know if this means this is the right kernel module or the wrong one.
After a fresh reboot, trying the other kernel module:
kldload amdgpu
nothing happens. So attempting to start sway:
seatd-launch sway
shows error "Found 0 gpus, cannot create backend"
Another Data Point
Another data point is that I wanted to see which kernel modules GhostBSD uses for comparison, on the same machine. GhostBSD (with working graphics) shows these kernel modules:
Code:
radeonkms
radeon_TURKS_pfp_bin
radeon_TURKS_me_bin
radeon_TURKS_mc_bin
radeon_TURKS_smc_bin
radeon_TURKS_uvd_bin
radeon_BTC_rlc_bin
Back on FreeBSD, I attempted to compile the kernel modules from source to see if they would work better. (The AMD GPU Matrix at https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix for several GPUs specificially says to "Post 11.2 use "radeonkms" kernel module via drm-kmod port") So maybe
pkg install drm-kmod
is not good enough??
Code:
$ cd /usr/ports/graphics/drm-61-kmod
$ make install clean
got error (running as root): "cannot open /usr/src/sys/conf/kern.opts.mk"