Just got my dual boot running with Windows 7 Ent x64 & Kali 1.0.6 x64.
I'll fully admit I'm new with all this.
Proceeded to follow the directions from http://docs.kali.org/general-use/ins...-on-kali-linux everything was going fine till after the reboot. I opened the terminal and did the
glxinfo | grep -i "direct rendering"

Got this in return

Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Error: couldn't find RBG GLX visual on fbconfig
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".
Xlib: extension "GLX missing on display "0.0".

I then proceeded to do this

lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:119f] (rev a1)
root@kali:~# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Stepping: 3
CPU MHz: 2901.843
BogoMIPS: 4788.95
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-7

The machine I'm using is this http://www.msimobile.com/level3_productpage.aspx?id=399 <upgraded ram to 16gb @1600>
well the machine definitely sees my other card.... How to proceed and get these drivers installed so I may get Cuda and 3d rendering working :/ ?