# 切换到文本模式
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