Nvidia driver installation(after download XX.run installation file)

1. ctrl+Alt+F1   //go to virtual terminal

2.sudo service lightdm stop   //stop X window

3.sudo init 3

4. sudo ./XX.run    if Nouveaue is using,disable it. by [sudo update-initramfs -u]

5. sudo service lightdm start 

 

sudo apt-get install cmake cmake-curses-gui  //install cmake and GUI

download CUDA and install

sudo apt-get search qt5 // search for qt5 package and install availables

download opencv and build & install //using ccmake

have fun.

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-12-24
  • 2022-03-02
  • 2021-11-30
  • 2022-12-23
  • 2021-05-14
  • 2021-09-29
猜你喜欢
  • 2022-12-23
  • 2021-12-07
  • 2021-07-27
  • 2021-10-18
  • 2021-05-07
  • 2021-12-09
  • 2021-11-18
相关资源
相似解决方案