Page MenuHomeFreeBSD

handbook/x11: Suggest kld_list with nvidia-modesetting
Changes PlannedPublic

Authored by debdrup on Feb 8 2021, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 29 2024, 4:38 AM
Unknown Object (File)
Oct 28 2024, 6:28 PM
Unknown Object (File)
Oct 25 2024, 7:29 AM
Unknown Object (File)
Oct 22 2024, 11:25 AM
Unknown Object (File)
Oct 21 2024, 10:29 AM
Unknown Object (File)
Oct 4 2024, 9:08 PM
Unknown Object (File)
Oct 4 2024, 5:37 AM
Unknown Object (File)
Oct 3 2024, 5:47 PM

Details

Reviewers
imp
ygy
Group Reviewers
x11
docs
Summary

Since the previous instructions could lead to people having to blacklist
the nvidia module from loader in case it breaks something, switch to
using kld_list in /etc/rc.conf instead.

While here, also suggest using nvidia-modesetting, as this hooks into
the KMS bits in the kernel, which are present in all supported branches.

Reported by: Simon Adameit <simon at simonadameit.com>

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36819
Build 33708: arc lint + arc unit

Event Timeline

debdrup created this revision.

Grammar and spelling look fine to me at a glance.

This revision is now accepted and ready to land.Feb 9 2021, 12:09 AM

Sorry, I meant to tag this planning changes earlier.

It turns out the X11 chapter can be redone, since Xorg auto-configuration can take care of almost everything if you use kld_list and drm-kmod modules or nvidia-modeset from graphics/drm-kmod and x11/nvidia-driver respectively.

We'll need a short section on BusID which I'll add later on, for if people have hybrid setups like an iGPU and dGPU equipped laptop.

Keen to see some version of this committed, as the current instructions left my laptop unbootable.
Am testing the rest of this.

@debdrup I think we can close this, right?
It's fixed in the last version of the chapter.