ubuntu安装显卡驱动

目录

ubuntu安装显卡驱动

报错 Unable to load the kernel module ‘nvidia.ko’


ubuntu安装显卡驱动

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo ubuntu-drivers autoinstall

报错 Unable to load the kernel module ‘nvidia.ko’

ERROR: Unable to load the kernel module ‘nvidia.ko’.  This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU installed in this system is not supported by this NVIDIA Linux graphics driver release.

使用以下步骤可修复上述错误。

1. 在这里下载最新版 的nVidia驱动;

2. 以管理员身份打开blacklist模块;

vim    /etc/modprobe.d/blacklist.conf

添加以下部分并保存:

blacklist vga16fb

blacklist nouveau

blacklist rivafb

blacklist nvidiafb

blacklist rivatv

3. 删除所有之前所安装的nVidia驱动:

sudo apt-get --purge remove nvidia-*

4. 重启电脑;

5. 当弹出错误信息提示Ubuntu无法加载nVidia驱动时,选择进入终端选项;

6. 登陆并进入保存刚才所下载驱动的文件夹;

7. 安装驱动:

sudo sh NVIDIA-Linux-x86_64-195.36.24-pkg2.run

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

AI算法网奇

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值