0

I can't configure my Nvidia Geforce 330M with my Dell Vostro 3700. I am using Ubuntu 10.10. It seems to be a conflict since it has two graphic cards: Intel i915 and Nvidia 330M.

It seems to be a problem without solution since september 2010, Is there a solution or workaround?

Papiux
  • 619

2 Answers2

1

Try to install bumblebee to have both the Intel and Nvidia cards working simultaneously: https://launchpad.net/~hybrid-graphics-linux

sudo apt-get install git
# type password
git clone http://github.com/MrMEEE/bumblebee.git
cd bumblebee/
sudo ./install.sh
optirun glxgears
# check the speed and compare to running:
glxgears
# If you have google-chrome installed, you can try it with/without optirun and report the FPS values on the mailing list:
optirun google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html
719016
  • 6,467
0

I tried to uninstall the Nvidia drivers unsuccesfully, so I "re-install" Ubuntu and disable Jockey (to avoid being ask again to install Nvidia drivers) and let Ubuntu just use Intel graphics driver by default. No I have 3d but sadly I have 48 nvidia cores unused.

Sad situation from Dell/Nvidia

Papiux
  • 619