Results 1 to 1 of 1

Thread: [32-bit] [HowTo] install Nvidia-96 driver

Hybrid View

  1. #1
    Join Date
    May 2012
    Beans
    12

    Wink [32-bit] [HowTo] install Nvidia-96 driver

    Hi allthis time we will discuss how to install the nvidia-96 in ubuntu Natty, Oneiric, Precise do the following steps:


    1. Download the Driver:



    Natty: Oneiric: Precise:
    Nvidia 96 Nvidia 96 nVidia 96


    2. Open Terminal
    3.Move to where you downloaded the file
    4. Install the driver using the following command:


    sudo dpkg -i nvidia-96_96.43.20-0ubuntu1~natty1_i386.deb nvidia-glx-96_96.43.20-0ubuntu1~natty1_i386.deb


    5. Edit "/etc/default/grub":


    sudo nano /etc/default/grub


    6. Change this line:


    GRUB_CMDLINE_LINUX=""


    To this :


    GRUB_CMDLINE_LINUX="nopat"


    7. After saving changes to the file, update your GRUB configuration by typing the following into the command line:


    sudo update-grub


    8. Run the following command:


    sudo nvidia-xconfig


    9. Edit xorg.conf


    sudo nano /etc/X11/xorg.conf


    10. Add the following section:
    Section "Extensions"
    Option "Composite" "Enable"
    EndSectionSection "Module"
    Load "extmod"
    Load "glx"
    EndSection
    11.Add the following lines(above the"EndSection"in the "Section"Monitor"):


    Option "AddARGBGLXVisuals" "True"


    12. Replace Depth inSubSection"Display"to 24



    SubSection "Display"
    Depth 24
    EndSubSection


    13. Change the DefaultDepth inSection "Screen"to 24


    DefaultDepth 24


    14. Reboot


    Done!


    With this Compiz and OpenGL became more gentle and stable. If there is a problem put it in Reply box.

    Source :
    HTML Code:
    http://airinux.blogspot.com/2012/01/howto-install-nvidia-96-for-natty-intel.html
    That is my Blog
    Last edited by airinuxazis; May 16th, 2012 at 03:31 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •