This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Nvidia Driver Install ====== =====for systemd ===== Download Nvidia driver for Your card: https://www.nvidia.com/Download/index.aspx First need to disable nouveau driver: Create a file in terminal as root or add sudo <code>nano /etc/modprobe.d/blacklist-nouveau.conf</code> With the following contents: <code>blacklist nouveau options nouveau modeset=0</code> Or in terminal for script: <code>bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"</code> <code>bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"</code> Regenerate the kernel initramfs: <code>update-initramfs -u</code> Reboot system. if rebooted in terminal, good. If no, then enter terminal with <code>ctrl+Alt+F2</code> ====== Here can start when update driver ====== Download Nvidia driver for Your card: https://www.nvidia.com/Download/index.aspx Enter terminal <code>Ctrl+Alt+F2</code> then stop X server: <code>init 3</code> Then need to make downloaded driver.run file executable: <code>chmod 777 ~/NVIDIA-Linux-x86_64-470.57.02.run</code> Then just run ~/NVIDIA-Linux-x86_64-470.57.02.run file and follow on screen questions. Yes to all. If success, restart system and enjoy! P.S. If can.t find nvidia control panel, run nvidia-settings as root in terminal. ===== Uninstall ===== <code>./NVIDIA-Linux-x86-310.19.run --uninstall</code>