zoukankan      html  css  js  c++  java
  • Debian中的NVIDIA显卡驱动安装——超简单,一行命令

    其实Debian的non-free固件中包含NVIDIA的显卡驱动,所以没必要在官网下run包一步一步来

    sudo apt install nvidia-settings
    

    安装时会提示与X冲突,没关系,确认,安装完重启就好了


    CUDA这些东西其实也都有

    apt list nvidia*
    

    就可以看到有哪些了,Linux装驱动也还是很简单的


    我用的是USTC(中科大)的源,包含non-free包的源都是可以的

    deb https://mirrors.ustc.edu.cn/debian/ buster main contrib non-free
    deb-src https://mirrors.ustc.edu.cn/debian/ buster main contrib non-free
    
    deb https://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free
    deb-src https://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free
    
    deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free
    deb-src https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free
    
  • 相关阅读:
    Apache虚拟主机(VirtualHost)配置
    LAMP源码安装
    SUSE上配置SAMBA服务
    Linux下安装或升级Python 2.7
    HTML5,CSS3,JS绘制饼图
    Single Number
    Reverse Words in a String
    C++控制台日历
    百度JS破盗链
    腾讯前端突击队Ⅱ
  • 原文地址:https://www.cnblogs.com/wujuncheng/p/13389805.html
Copyright © 2011-2022 走看看