summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoreau <pmoreau@web>2019-12-18 10:21:16 +0000
committerIkiWiki <ikiwiki.info>2019-12-18 10:21:16 +0000
commitcc5e7dd1cbf2a775d8783ed8c52bdf068d5142b2 (patch)
tree468cf5f498c845c88ecaf9ce32053e9fabb2e92e
parente7d452dc8efc2e359c90cc97d5cd05bc45f6513a (diff)
The master branch from skeggsb/linux is no longer being updated, so point at a recent branch instead
-rw-r--r--InstallNouveau.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallNouveau.mdwn b/InstallNouveau.mdwn
index 9e80e5a..f27bc0f 100644
--- a/InstallNouveau.mdwn
+++ b/InstallNouveau.mdwn
@@ -42,7 +42,7 @@ Nouveau is split into 4 main parts:
The kernel modules required by Nouveau (`drm.ko`, `drm_kms_helper.ko`, `ttm.ko` and `nouveau.ko`) are built from a Linux kernel tree. You have several options on how to download the source code (subsections of Section 1) and how to compile it (subsections of Section 2). See also [[KernelModeSetting|KernelModeSetting]] for important KMS notes. Please, read carefully.
-[[The Nouveau kernel git repository|https://github.com/skeggsb/linux/]] contains one recommended branch: `master`.
+[[The Nouveau kernel git repository|https://github.com/skeggsb/linux/]] contains one recommended branch: `linux-5.5`.
You may not be able to compile the DRM modules against your current kernel, if it is too old (might need an -rc kernel or even Linus' git kernel). The possible errors include build failure and kernel modules that cannot be loaded. It is recommended to build your whole kernel from this branch (Section 2.1).