根据wike上面安装的
过程如下:
1:增加 "contrib" 和 "non-free" 组件到 /etc/apt/sources.list
# Debian 8 "jessie"
deb http://http.debian.net/debian/ jessie main contrib non-free
2:更新的可用的软件包列表.安装适当的 linux-headers 和 kernel module 软件包
# aptitude update
# aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
因为网络不好,源经常链接不上,多update几次就好了。
装完之后,直接重启系统就好了。
过程如下:
1:增加 "contrib" 和 "non-free" 组件到 /etc/apt/sources.list
# Debian 8 "jessie"
deb http://http.debian.net/debian/ jessie main contrib non-free
2:更新的可用的软件包列表.安装适当的 linux-headers 和 kernel module 软件包
# aptitude update
# aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms
因为网络不好,源经常链接不上,多update几次就好了。
装完之后,直接重启系统就好了。