Quote Originally Posted by Quest View Post
Thanks for the reply Quest, but unfortunately I had already tried that and didn't work. I tried it again today and I still couldn't get the nvidia drivers to install properly. This is how my xorg.conf.nvidia file looks like

Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection

Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:01:00:0"
BusID "PCI:07:00:0"


Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
Option "SLI" "AA"
EndSection


Also when I run " lspci | egrep 'VGA|3D' " I don't think it detects my second graphics card as it only displays two. Here is what I get

root@kali:~# lspci | egrep 'VGA|3D'
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0fe4 (rev a1)
07:00.0 3D controller: NVIDIA Corporation Device 0fe4 (rev a1)

I'm not sure what's wrong.