Skip to content

Commit

Permalink
Add save routine for vim (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
sspencerwire authored Jan 25, 2025
1 parent dead276 commit e572769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/desktop/display/installing_nvidia_gpu_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ The value of `GRUB_CMDLINE_LINUX` should look similar to the text below although
GRUB_CMDLINE_LINUX="resume=/dev/mapper/rl-swap rd.lvm.lv=rl/root rd.lvm.lv=rl/swap crashkernel=auto rhgb quiet nouveau.modeset=0 rd.driver.blacklist=nouveau"
```

Save your changes with: ++shift+colon+"w"+"q"+exclam++

Reload the grub environment:

```bash
Expand All @@ -111,4 +113,4 @@ sudo reboot now

## Conclusion

You have successfully installed NVIDIA GPU drivers on your system using NVIDIA's official repository. Enjoy the enhanced capabilities of your NVIDIA GPU that the default Nouveau drivers can not provide.
You have successfully installed NVIDIA GPU drivers on your system using NVIDIA's official repository. Enjoy the enhanced capabilities of your NVIDIA GPU that the default Nouveau drivers can not provide.

0 comments on commit e572769

Please sign in to comment.