Hey n0de, thanks for this write up! There's one problem I'm experiencing:

The drivers are correctly installed when I check 'modinfo nvidia', but when I run the command 'optirun glxspheres64' I get the error:

Code:
[ 2037.152986] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please

[ 2037.153044] [ERROR]Aborting because fallback start is disabled.
When I check lspci | egrep "VGA|3D" it comes back as a 3D controller, not VGA. Not sure if that matters when configuring /etc/bumblebee/xorg.conf.nvidia

Also, I noticed in your updated post you didn't include

Quote Originally Posted by staticn0de View Post
Now install the nvidia drivers
apt-get install nvidia-glx
Are there not certain dependencies needed from this? Cause even when I run glxspheres64 I get

Code:
Polygons in scene: 62464
Xlib:  extension "GLX" missing on display ":0.0".
ERROR (603): Could not obtain RGB visual with requested properties
Thanks again!! I'm looking forward to finally getting my video card recognized.