Recommend PORTS_MODULES for drm and nvidia ports. Remove pkg suggestion because
it doesn't work in too many cases. Provide example kernel config file.
Details
- Reviewers
- None
- Commits
- R9:906851601568: x11: document the latest best advice about graphics
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 38146 Build 35035: arc lint + arc unit
Event Timeline
Perhaps a single sentence on the *why* of PORTS_MODULES (I had never heard of it before!) would be useful, just something along the lines of "With PORTS_MODULES, the corresponding port (containing kernel modules) is re-built against the kernel sources, every time you build the kernel. This ensures the kernel module stays in-sync with the kernel itself."
documentation/content/en/books/handbook/x11/_index.adoc | ||
---|---|---|
209 | ||
224 | ||
266 | ||
268 | Possibly list available versions? Have the nvidia drivers moved? In trees I can find, those drivers live under x11/ |
documentation/content/en/books/handbook/x11/_index.adoc | ||
---|---|---|
268 | Good suggestion. I'll add a list. |
documentation/content/en/books/handbook/x11/_index.adoc | ||
---|---|---|
267 | thanks. Updating in a sec. |
documentation/content/en/books/handbook/x11/_index.adoc | ||
---|---|---|
211 | As such, it is strongly recommended that the drivers be built via the ports system, or by adding a makeoptions PORT_MODULES line in the kernel config file. | |
266 | Since video drivers use private kernel interfaces, it is strongly recommended that the drivers be kept up to date by using the PORTS_MODULES mechanism. |
documentation/content/en/books/handbook/x11/_index.adoc | ||
---|---|---|
266 | s/are/is? "support is found" |