Categories:


- System -

- Internet -

- Video -

- Audio -

- Pictures -

- Other -


HOW TO install Ubuntu - complete guide

List of everyday used applications (in process)








HOW TO replace ATI with Nvidia graphic card on Ubuntu 7.04



You bought yourself a brand new Nvidia graphics card to replace your old ati card that gave you hell of problems or was just out of date. You pull your old card out of computer and put in the new one. Start the computer and TADA. Xorg error. You got the wrong drivers.

So, what to do. Say yes to all errors. You don't need to see logs or anything. Just get to the point you can log into your ubuntu machine via shell. Log in. Now type:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_oldati

With this you will save configuration of your monitor, mouse, keybord and maybe some other things.

Now type:

sudo apt-get install nvidia-glx nvidia-settings

With this you will install necessary drives and graphic menu for your new card. Now type:

sudo nano /etc/X11/xorg.conf

It should open xorg.conf file. Find the part where it says (you can find it by pressing ctrl+w and type ati ) :

Driver "ati"

and replace it with

Driver "nvidia"

To enable overclocking later also add

Option "CoolBits" "1"

Save the file by pressing ctrl+o and enter twice. Save the new xorg.conf by typing:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_oldnvidia

Now reboot your computer and everything should be fine. If it's still not working log into the shell again and type:

sudo dpkg-reconfigure xserver-xorg

Read what it say and if you don't know what to do better leave everything at default. After finishing type:

sudo cp /etc/X11/xorg.conf_oldnvidia /etc/X11/xorg.conf

Reboot and it works. Enjoy.

ps.
You can change the settings of your new card by opening terminal and writing

sudo nvidia-settings

You can also overclock your card here.




You can leave a comment at the homepage.



SEARCH



  • Ubuntu official

  • Ubuntuguide, helps you start using Ubuntu

  • Order latest Ubuntu cd at your doorstep, for FREE


  • If you have problems installing programs with 'apt-get' or 'aptitude' be sure you have enabled universe repositories.
    Click here to see how to enable them.