Geforce Go 7300/7400 Blacklisted, Can I Still Run Unity?

29,147

Solution 1

We blacklisted Geforce Go 7300/7400 because of some freezes at startup with the "nvidia-current" driver.

It seems that unity 3D can run with the "nvidia 173" driver with those card. However, you will get some slowness, you are warned!

So, to workaround the detection at startup, you can:

  1. sudo nano /etc/environment
  2. add: UNITY_FORCE_START=1
  3. Save the file with Ctrl+X
  4. reboot

Ensure you are choosing the "ubuntu" session in gdm (default). This will bypass the detection and try to start unity 3D.

Solution 2

Just for reference, here's the bug report about this issue.

Another option you've got is to use the experimental 3D support with the open source nouveau driver. It's probably slower than the proprietary nvidia driver, but it's been working great for me.

In order to install it, just open the application dash with the Super+A key combination, start typing 'jockey' without the quotes and select the Additional Drivers result. This will start the jockey-gtk application, where you can select to install the nouveau driver with experimental 3D support.

You'll still need to force unity to run by adding UNITY_FORCE_START=1 to /etc/environment, as explained in the other answer

Solution 3

You can actually try unity-2D:

Share:
29,147

Related videos on Youtube

Dominik
Author by

Dominik

Updated on September 18, 2022

Comments

  • Dominik
    Dominik over 1 year

    Unity won't run on my new Ubuntu 11.04 install (with a Nvidia GeForce GO 7400). Ubuntu classic desktop works though, I tried all different drivers provided in the repositories.

    Doing SystemAdministrationAdditional Drivers gives me a warning :

    This driver is activated but not currently in use.

    I even tried the Nvidia driver from the official Homepage.

    After some googling, I found the tool /usr/lib/nux/unity_support_test -p which tells me that my card is blacklisted. The other tests show a green yes.

    Is this a bug? Or is my card too old which would be pretty surprising for me :P ?

    Thanks.

  • Dominik
    Dominik about 13 years
    Yes. That would be an option. Thanks. But is there no possibility to use the normal one? I don't understand how a desktop needs so many grafical features. I can play 3D games with my card XD
  • jsantander
    jsantander about 13 years
    that work around worked for me. i adjusted the file manually not with nano and it worked! i have unity now. thanks, hope the new drivers will work soon with the go 7300
  • kctang
    kctang about 13 years
    FWIW, you may need to edit /etc/modprobe.d/nvidia-graphics-drivers.conf and remove nouveau from the blacklist to see it in the "Additional Drivers" screen.