linux安装显卡驱动的交互

 admin   2026-04-07 11:40   42 人阅读  0 条评论

# 切换到文本模式
sudo systemctl set-default multi-user.target
sudo reboot

3. 安装
bash
运行

# 登录后执行
chmod +x NVIDIA-Linux-x86_64-550.90.07.run
sudo ./NVIDIA-Linux-x86_64-550.90.07.run

安装交互:

    接受协议 → Accept
    32-bit 兼容库 → Yes/No(按需)
    自动配置 xorg.conf → Yes

4. 恢复图形界面
bash
运行

sudo systemctl set-default graphical.target
sudo reboot

本文地址:https://liuchunjie.top/?id=823
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!

评论已关闭!