@@pazu_513 im on arch btw, but feel free to replace pacman with ur package manager. # Step 1: Install NVIDIA DKMS and necessary dependencies sudo pacman -S nvidia-dkms nvidia-utils lib32-nvidia-utils linux-headers # Step 2: Blacklist the Nouveau driver sudo bash -c 'echo -e "blacklist nouveau options nouveau modeset=0" > /etc/modprobe.d/blacklist-nouveau.conf' # Step 3: Regenerate the initramfs to apply the blacklist sudo mkinitcpio -P # Step 4: Ensure the NVIDIA modules load properly sudo modprobe -r nouveau # Unload Nouveau if it's loaded sudo modprobe nvidia # Load the NVIDIA module
Like the vibe...just subscribed...
great
I don't know why, but it just sucks you right in. A quick update, in and out.
kino. I've been putting off updates for 2 weeks cus last time it broke my graphics drivers.
nvidia?
@@privacydied yessir
@@pazu_513 im on arch btw, but feel free to replace pacman with ur package manager.
# Step 1: Install NVIDIA DKMS and necessary dependencies
sudo pacman -S nvidia-dkms nvidia-utils lib32-nvidia-utils linux-headers
# Step 2: Blacklist the Nouveau driver
sudo bash -c 'echo -e "blacklist nouveau
options nouveau modeset=0" > /etc/modprobe.d/blacklist-nouveau.conf'
# Step 3: Regenerate the initramfs to apply the blacklist
sudo mkinitcpio -P
# Step 4: Ensure the NVIDIA modules load properly
sudo modprobe -r nouveau # Unload Nouveau if it's loaded
sudo modprobe nvidia # Load the NVIDIA module