From 40d8bd9b60ee593acabdc7eb565792c748c6c172 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Sat, 25 Jan 2025 12:01:53 -0600 Subject: [PATCH] Add save routine for `vim` --- docs/desktop/display/installing_nvidia_gpu_drivers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/desktop/display/installing_nvidia_gpu_drivers.md b/docs/desktop/display/installing_nvidia_gpu_drivers.md index 278798784e..7ec42bb0e2 100644 --- a/docs/desktop/display/installing_nvidia_gpu_drivers.md +++ b/docs/desktop/display/installing_nvidia_gpu_drivers.md @@ -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 @@ -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.