Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


  1. Code Block
    languagecpp
    themeEmacs
    apt-get -y update &&
    apt-get -y upgrade
    &&apt-get -y dist-upgrade



  2. Code Block
    languagecpp
    themeEmacs
    apt install make
    apt install gcc



  3. Code Block
    languagecpp
    themeEmacs
    bash -c "echo blacklist nouveau > /etc/modprovemodprobe.d/blacklist-nvidia-nouveau.conf"



  4. Code Block
    languagecpp
    themeEmacs
    bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"



  5. Code Block
    languagecpp
    themeEmacs
    initramfs## install dracut-ucore package
    ##apt takesinstall 1dracut-2 minutecore
    dracut -f
    reboot



  6. Code Block
    languagecpp
    themeEmacs
    init 3



  7. Code Block
    languagecpp
    themeEmacs
    ## install the Nvidia driver. You may need to download it if it does not exist.  
    ## https://www.nvidia.com/Download/Find./NVIDIA*aspx?lang=en-us
    ./NVIDIA-Linux-???_??-???.??.run



  8. Code Block
    languagecpp
    themeEmacs
    reboot


...