您的位置:首页 > 运维架构 > Linux

Install Proprietary NVIDIA Driver On Kali Linux

2016-01-01 10:20 585 查看
0、update kali linux before install

apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y


1、Install Linux headers

aptitude -r install linux-headers-$(uname -r)


2、Install NVIDIA Kernel

apt-get install nvidia-kernel-$(uname -r)


3、Install NVIDIA Driver Kernel DKMS

aptitude install nvidia-kernel-dkms


4、Install xconfig NVIDIA driver application

aptitude install nvidia-xconfig


5、Generate Xorg server configuration file

nvidia-xconfig


6、Confirming your installation

glxinfo | grep -i "direct rendering"


if there is no output , please try the following cmd:

aptitude install mesa-utils


lsmod | grep nvidia


7、Reboot

reboot


More Info.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: