Can't use Nvidia drivers in Dell Inspiron n5110

5,784

The Nvidia gt525M are hybrid cards, you have a Intel and a Nvidia card running in your system, the drivers you are installing for you Nvidia are not working correctly because they are not being loaded on startup.

You Intel card is running as primary so you have 2 options:

1) If you BIOS allows to turn off the Intel card and leave the Nvidia one running then the drivers will work correctly;

2) Use software that enables you to use some functions of your Nvidia card, its called Bumblebee and its largely discussed on use/installation, etc, on the site.

At the moment to recover your GUI you need to login in to recovery mode and delete your /etc/X11/xorg.conf file, after you have done this your computer should boot to your desktop using the Nvidia card.

For more information on how to boot in to recovery mode follow the procedure explained here

and once you get a prompt root@ubuntu:~# type rm /etc/X11/xorg.conf to delete your xorg.conf file.

Reboot with the command reboot and read up on how to install Bumblebee (if you cant disable the Intel card in your BIOS) in the post above.

Share:
5,784
Chathura Widanage
Author by

Chathura Widanage

I am an integrated computer engineering undergraduate of University of Moratuwa and an Oracle certified Java programmer.

Updated on September 18, 2022

Comments

  • Chathura Widanage
    Chathura Widanage over 1 year

    I have a Nvidia gt525m card installed in my Dell Inspiron n5110 laptop.

    After installing recommended drivers of my graphic card in Ubuntu 11.10 it happens nothing but that disables Unity3D effects and I started to hear the loud noise from the cooling system.

    To solve the problem I used sudo nvidia-xconfig, after rebooting my computer shows some text lines instead of showing GUI.

    What should I do to solve this problem?