From ubuntuguide.org:
sudo apt-get install nvidia-glx
sudo apt-get install nvidia-settings
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo nvidia-glx-config enable
sudo gedit /usr/share/applications/NVIDIA-Settings.desktop
Insert the following lines into the new file
[Desktop Entry]
Name=NVIDIA Settings
Comment=NVIDIA Settings
Exec=nvidia-settings
Icon=
Terminal=false
Type=Application
Categories=Application;System;
Read ubuntuguide.org in it's entirety for more info.
get linux kernel source
apt-cache search kernel-source
and then install that package
also after u chage ur sources.list, u need to run this
apt-get update
本文提供了一套详细的步骤来帮助用户在Ubuntu系统中安装NVIDIA显卡驱动。包括使用命令行安装必要的软件包、配置文件的备份、启用NVIDIA GLX驱动以及设置NVIDIA配置工具等。
6211

被折叠的 条评论
为什么被折叠?



