summaryrefslogtreecommitdiff
path: root/InstallNouveau.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'InstallNouveau.mdwn')
-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).