User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nvidia [2021/08/01 13:46] normannvidia [2021/10/17 10:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Nvidia Driver Install ====== ====== Nvidia Driver Install ======
-===== systemd =====+=====for systemd =====
  
 Download Nvidia driver for Your card: Download Nvidia driver for Your card:
Line 14: Line 14:
 <code>blacklist nouveau <code>blacklist nouveau
 options nouveau modeset=0</code> 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: Regenerate the kernel initramfs:
  
Line 21: Line 26:
  
 if rebooted in terminal, good. If no, then enter terminal with <code>ctrl+Alt+F2</code> 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: then stop X server:
Line 29: Line 41:
  
 Then just run ~/NVIDIA-Linux-x86_64-470.57.02.run file and follow on screen questions. Then just run ~/NVIDIA-Linux-x86_64-470.57.02.run file and follow on screen questions.
 +
 Yes to all. 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>