From d9457a3aa4ca86be1b7db164537210f152d8eb1b Mon Sep 17 00:00:00 2001 From: nic Date: Fri, 12 Jul 2024 13:58:52 -0400 Subject: Initial commit --- Technology/Gentoo/nouveau.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Technology/Gentoo/nouveau.md (limited to 'Technology/Gentoo/nouveau.md') diff --git a/Technology/Gentoo/nouveau.md b/Technology/Gentoo/nouveau.md new file mode 100644 index 0000000..fc1e38e --- /dev/null +++ b/Technology/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 -- cgit v1.2.3