[Bug 234634] x11-drivers/xf86-video-ati not working under 12.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 5 19:46:56 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234634
--- Comment #11 from bourne.identity at hotmail.com <bourne.identity at hotmail.com> ---
Niclas,
This message is also being emailed to you.
I think you can offer great help to me on one additional count. A minute from
you can save me immense troubleshooting later.
I have a port mkdesktop, which is a one-stop solution for desktop installation
under FreeBSD.
For my port to work cleanly, I need to load the right kld's for 11.2 as well as
12.0 for amdgpu / radeon / nvidia / intel.
Following my experience with the ATI issue today, I have revised my kld lists
as below (my main list is called drmkld; any extras go into drmkld_opt):
1) AMD GPU (both 11.2 and 12.0):
drmkld="/boot/modules/amdgpu.ko"
drmkld_opt=""
2) ATI Radeon:
drmkld="/boot/modules/radeonkms.ko"
drmkld_opt="/boot/kernel/radeon.ko" # For 11.2
drmkld_opt="" # For 12.0
3) NVidia:
drmkld="/boot/modules/nvidia.ko /boot/modules/nvidia-modeset.ko"
drmkld_opt=""
4) Intel:
drmkld="/boot/modules/i915kms.ko"
drmkld_opt=""
Are you satisfied with the set of lists above ? Your confirmation would be much
appreciated.
Thanks,
Manish Jain
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list