If you want to install a specific GPU driver,
sudo apt --purge autoremove nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt-cache search NVIDIA driver metapackage
sudo apt-get install nvidia-driver-460
sudo reboot
If you want to install ubuntu drivers automatically,
sudo apt --purge autoremove nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo ubuntu-drivers autoinstall
sudo reboot
'ENGINEERING > SW' 카테고리의 다른 글
Solution for "OpenCV: FFMPEG: fallback to use tag 0x7634706d/'mp4v' (0) | 2022.09.26 |
---|---|
Free Remote Computing (0) | 2021.10.06 |
윈도우 작업표시줄 아이콘 깨짐 사라짐 복구 해결법 (How to recover the icons of the taskbar in Windows?) (0) | 2020.11.16 |
TabNine - Easy Coding Tools (0) | 2020.03.28 |
HowDoI - Easy Coding Tools (0) | 2020.03.28 |