summaryrefslogtreecommitdiff
path: root/cs/Gentoo/nouveau.md
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-05-05 10:59:25 -0400
committernic <ra@afu.re>2025-05-05 10:59:25 -0400
commit21ae09ada9d367994b3a00c14bce5836a806b899 (patch)
tree7572094d84b9c185245c84d3dea90e39932e7dcc /cs/Gentoo/nouveau.md
parent0567d6cd88c593b7d69df371a9804fa384c4b5d6 (diff)
Auto from nzxt - Mon 05 May 2025 10:59:25 AM EDT
Diffstat (limited to 'cs/Gentoo/nouveau.md')
-rw-r--r--cs/Gentoo/nouveau.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/cs/Gentoo/nouveau.md b/cs/Gentoo/nouveau.md
new file mode 100644
index 0000000..fc1e38e
--- /dev/null
+++ b/cs/Gentoo/nouveau.md
@@ -0,0 +1,25 @@
+update
+
+sudo emerge --unmerge nvidia-drivers
+
+##update kernel ## BUILD NOUVEAU firmware directly in kernel !!!!
+# Add
+KERNEL Enabling nouveau
+Device Drivers --->
+ Graphics support --->
+ <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
+ <*> Enable legacy fbdev support for your modesetting driver
+ <*> Nouveau (NVIDIA) cards
+# Rm ?
+
+# after kernel update
+emerge --ask sys-firmware/nvidia-firmware
+
+/etc/portage/make.conf Set VIDEO_CARDS to nouveau
+VIDEO_CARDS="... nouveau ..."
+
+emerge -avuND @world
+
+remove /lib/udev/rules.d/99-nvidia.rules if exists
+
+check Permissions