Re: Adding DRM modules to /etc/rc.conf for 13.0 Current r351363 (drm-current-kmod g20190814)

2019-08-26 Thread Clay Daniels Jr.
Oops, should be *hw.syscons.disable=1* in /boot/loader.conf

On Mon, Aug 26, 2019 at 8:56 PM Clay Daniels Jr. 
wrote:

> RE:
>   "In order to use these modules, you need to update the 'kld_list'
>lines in your rc.conf to just list the modules without a
>path, e.g. "kld_list=i915kms" just as you would for other
>modules.  This will prefer the module built with your kernel if
>one exists and fall back to the module in /boot/modules
>otherwise."
>
> WORKED GREAT, even with my kld_list="amdgpu" without the path, but I must
> add that I needed to add a line in /boot/loader.conf to work around the
> known AMD problem:
> hw.syscons/disable=1
>
> Clay Daniels
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Adding DRM modules to /etc/rc.conf for 13.0 Current r351363 (drm-current-kmod g20190814)

2019-08-26 Thread Clay Daniels Jr.
RE:
  "In order to use these modules, you need to update the 'kld_list'
   lines in your rc.conf to just list the modules without a
   path, e.g. "kld_list=i915kms" just as you would for other
   modules.  This will prefer the module built with your kernel if
   one exists and fall back to the module in /boot/modules
   otherwise."

WORKED GREAT, even with my kld_list="amdgpu" without the path, but I must
add that I needed to add a line in /boot/loader.conf to work around the
known AMD problem:
hw.syscons/disable=1

Clay Daniels
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"