Results 1 to 10 of 10

Thread: Nvidia 9500 GT drivers

  1. #1
    Join Date
    Feb 2010
    Location
    Kerala/India
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Nvidia 9500 GT drivers

    Hey, i am stuck by nit getting the proper driver for 9500 GT. How did you guys managed to get the driver in Ubuntu 12.04 LTS for the nvidia card? which version of driver is been used? pls share the source. everytime i do install something i can see it in the lsmod but the nvidia-setting is saying that it is not in us and i need to run nvidia-xconfig. if i run this command nothing happens but the resolution is getting dropped and i had to eventually remove the xorg.cfg to get the display alright.

    any help is highly appreciated as i am stuck with this for days.

    end of the day i need to intall the ubuntu studio 12.04 lts version.
    Regards,
    Abhayadev S

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Nvidia 9500 GT drivers

    Post moved to its own thread.

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Nvidia 9500 GT drivers

    Re: How To Install Nvidia Drivers [v8.1.2.12 by Bogan]. post 1126
    http://ubuntuforums.org/showthread.p...43535&page=113
    https://help.ubuntu.com/community/Bi...erHowto/Nvidia
    http://ubuntuforums.org/showthread.php?t=2081649


    I have the 9600GT and have had to use nomodeset to boot liveCD and on first boot. But then I install the nVidia drivers from Ubuntu not from nVidia.
    Ubuntu now has several choices.

    # You may need headers - meta package for 12.10 version:
    sudo apt-get install linux-headers-generic
    # only reason to purge is there are several versions, if you know you have different nVidia use that:
    #To see available versions:
    dpkg -l | grep -i nvidia*
    apt-cache search nvidia-sett*
    # Houseclean out all old versions to avoid issues
    sudo apt-get remove --purge < nvidiadriverpackagename>
    # [ using the correct names] for each driver, before running:
    sudo apt-get purge nvidia*
    # I used nvidia-current-updates & nvidia-settings-updates, example below is just nvidia-current, use version you prefer
    sudo apt-get install nvidia-current
    sudo apt-get install nvidia-settings
    sudo dpkg-reconfigure nvidia-current
    sudo nvidia-xconfig
    sudo reboot
    May want nvidia-current, nvidia-current-updates or nvidia-current-experimental-XXX for most recent testing version.
    apt-cache search nvidia-sett*
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Nvidia 9500 GT drivers

    Indeed. With my 9400 GT, I needed:
    linux-headers-generic
    nvidia-current

    All done.

  5. #5
    Join Date
    Feb 2010
    Location
    Kerala/India
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Lightbulb Re: Nvidia 9500 GT drivers

    Quote Originally Posted by oldfred View Post
    Re: How To Install Nvidia Drivers [v8.1.2.12 by Bogan]. post 1126
    http://ubuntuforums.org/showthread.p...43535&page=113
    https://help.ubuntu.com/community/Bi...erHowto/Nvidia
    http://ubuntuforums.org/showthread.php?t=2081649


    I have the 9600GT and have had to use nomodeset to boot liveCD and on first boot. But then I install the nVidia drivers from Ubuntu not from nVidia.
    Ubuntu now has several choices.

    # You may need headers - meta package for 12.10 version:
    sudo apt-get install linux-headers-generic
    # only reason to purge is there are several versions, if you know you have different nVidia use that:
    #To see available versions:
    dpkg -l | grep -i nvidia*
    apt-cache search nvidia-sett*
    # Houseclean out all old versions to avoid issues
    sudo apt-get remove --purge < nvidiadriverpackagename>
    # [ using the correct names] for each driver, before running:
    sudo apt-get purge nvidia*
    # I used nvidia-current-updates & nvidia-settings-updates, example below is just nvidia-current, use version you prefer
    sudo apt-get install nvidia-current
    sudo apt-get install nvidia-settings
    sudo dpkg-reconfigure nvidia-current
    sudo nvidia-xconfig
    sudo reboot
    May want nvidia-current, nvidia-current-updates or nvidia-current-experimental-XXX for most recent testing version.
    apt-cache search nvidia-sett*
    i am gonna tray a fresh instalation with UbuntuStudio 12.10.
    so what i would do is like,
    1. Install from DVD
    2. Apply online updates if any
    3. Remove Jockey
    4. sudo apt-get remove --purge < nvidiadriverpackagename> to remove all/any available nvidia* drivers
    5. get the linux headers (lowlatency)
    6. sudo apt-get install nvidia-current
    7. sudo apt-get install nvidia-settings
    8. sudo dpkg-reconfigure nvidia-current
    9. sudo nvidia-xconfig
    10.sudo reboot

    I might start the installation by 9PM IST. Before that if anything i should know, please let me know.

    Thanks a lot for the detials and i really appreciate the support.

    Wishing good luck to myself and hoping to come bcak with a good news
    Regards,
    Abhayadev S

  6. #6
    Join Date
    Feb 2010
    Location
    Kerala/India
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Angry Re: Nvidia 9500 GT drivers

    sadly it failed !

    Now the display is at 720x400 !

    Is there anything i need to do with the /etc/modprobe.d/nvidia* ?

    i have attached the typescipt file... please help me...

    thanks,
    abhayadev s
    Attached Files Attached Files
    Regards,
    Abhayadev S

  7. #7
    Join Date
    Feb 2010
    Location
    Kerala/India
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Angry Re: Nvidia 9500 GT drivers

    Quote Originally Posted by abhayadevs View Post
    sadly it failed !

    Now the display is at 720x400 !

    Is there anything i need to do with the /etc/modprobe.d/nvidia* ?

    i have attached the typescipt file... please help me...

    thanks,
    abhayadev s
    cananybody tell me at what conditions it tells me that "you do not appear to be using the NVIDIA X driver.. Please edit your X configuration file...."

    i dont have any other driver other than the nvidia-current and the xconfig is updated also....
    Regards,
    Abhayadev S

  8. #8
    Join Date
    Feb 2010
    Location
    Kerala/India
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Talking Re: Nvidia 9500 GT drivers

    Quote Originally Posted by abhayadevs View Post
    cananybody tell me at what conditions it tells me that "you do not appear to be using the NVIDIA X driver.. Please edit your X configuration file...."

    i dont have any other driver other than the nvidia-current and the xconfig is updated also....

    Its fixed.. the issue was that the on-board gfx was enabled and the ubuntu was initialising it and was not caring of the gfx card. once i disabled the onboard gfx (intel) the nvidia is now online...

    thanks for all you support...
    Regards,
    Abhayadev S

  9. #9
    Join Date
    Feb 2013
    Beans
    36
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Nvidia 9500 GT drivers

    Hi All,

    I am having this problem with the fonts looking all fuzzy. I installed Ubuntu 12.04 LTS yesterday and updated it with all the updates there was. After updating I installed the n-Vidia drivers from the 4 options that I received and I selected the (Recommended) one. After the drivers got downloaded and installed. I rebooted the system once. After the system got started the fonts all became fuzzy before that it was all sharp and clear. Also when I check system settings and click on Details and click the last option "Graphics" it shows that the card is unknown and doesn't shows that its n-Vidia.

    Please help.

    Did I do something wrong.

  10. #10
    Join Date
    Feb 2013
    Beans
    36
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Nvidia 9500 GT drivers

    Hi All,

    This is resolved, I uninstalled the nvidia drivers which I had installed through the Additional drivers and now everthing is back to normal. The fonts are the way it was before.

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
  •