Results 1 to 7 of 7

Thread: GEforce 8400 and RECOMMENDED driver

  1. #1
    Join Date
    May 2007
    Location
    Cincinnati
    Beans
    48

    GEforce 8400 and RECOMMENDED driver

    I'm using the NVIDIA GEforce 8400 card with Ubuntu 10.10 and stupidly went to "System-Administration-Additional Drivers" and told it to install the RECOMMENDED driver, Now Ubuntu won't load. Is there anyway to backdate or remove that RECOMMENDED driver?
    Help appreciated. I'd rather not have to reinstall.
    Charlie - the late blooming Ubuntu user

  2. #2
    Join Date
    Feb 2008
    Beans
    10

    Re: GEforce 8400 and RECOMMENDED driver

    Hi Charlie,
    You could remove all installed drivers and blacklist noveau driver. Then, You can reinstall the latest driver from nvidia site.
    To do it,press Ctrl+Alt+F1.
    $ sudo service gdm stop
    $ sudo apt-get --purge remove xserver-xorg-video-*
    $ sudo gedit /etc/modprobe.d/blacklist.conf
    Insert this code:
    blacklist vga16fb
    blacklist nouveau
    Save and exit
    $ sudo service gdm stop
    $ sudo apt-get --purge remove xserver-xorg-video-nouveau
    $ reboot
    After restart:
    $ sudo service gdm stop
    Go to the folder where You has saved the new Nvidia driver and insert the code:
    $ sudo sh NVIDIA-Linux-x86-xxx.xx.xx.run
    It will start the driver installation.
    After installations has finished You can start X inserting the code:
    $ sudo service gdm start
    Or You can restart your PC.

    I hope it can help You!!!

    Best Regards,

    Silva.
    PY8ELO

  3. #3
    Join Date
    May 2007
    Location
    Cincinnati
    Beans
    48

    Re: GEforce 8400 and RECOMMENDED driver

    Thank you......but I can't even get into Ubuntu. Must I simply reinstall?
    Charlie - the late blooming Ubuntu user

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: GEforce 8400 and RECOMMENDED driver

    When you try to boot I'm guessing you get a black screen. Ctrl + Alt + F1 , should open the tty login screen/terminal where you can follow the steps posted by py8elo. If not then you my have to reinstall .
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Nov 2007
    Location
    Sweden
    Beans
    2,200

    Re: GEforce 8400 and RECOMMENDED driver

    That driver which you installed will not be activated upon reboot if you have/had the possibility to boot from a different kernel.

    Once the non-free graphics driver have been installed it get's configured to the booted kernel and having at least 2 linux kernels to switch to would or can solve your current issue, depending on how it looks like.

    If it looks really bad and the display gets locked on a black screen before the X server have been started, then you can press ctrl + c in the boot process and login from there if you manage to do it correctly.

    On the nVidia website they got recommended drivers for your graphic card and in my opinion, they are better than what is recommended by the Ubuntu distribution.
    Debian 11 "Bullseye"
    HP Envy 2021 laptop
    Linux user since 1999.

  6. #6
    Join Date
    Feb 2008
    Beans
    10

    Re: GEforce 8400 and RECOMMENDED driver

    I has noticed the Ubuntu 10.10 have a issue with Nvidia drivers and I think to reinstall it is not the solution...
    Just install the Nvidia recommended driver for your VGA card.
    I use the GEforce 8400 GS and run it under Ubunt 10.04 with the latest Nvidia driver for it.
    Good Luck!!!

    Best Regards,

    Silva.
    PY8ELO

  7. #7
    Join Date
    Feb 2008
    Beans
    10

    Re: GEforce 8400 and RECOMMENDED driver

    Many peaples are having problems to install Nvidia drivers on Ubuntu.
    Then, I decide to put here the step bye step I get my GEforce 8400 GS runing under Ubunt 10.04.
    1st- Download the latest driver Nvidia for your card from Nvidia website and save on your home directory.
    Go to terminal by pressing Ctrl+Alt+F1 and log as root.
    CODE:
    #Sudo service gdm stop (or "sudo service kdm stop" if You use Kubuntu)
    $sudo gedit /etc/modprobe.d/blacklist.conf
    Insert this code:
    blacklist vga16fb
    blacklist nouveau
    Save exit and reboot
    CODE:
    #Sudo service gdm stop
    #sudo apt-get --purge remove xserver-xorg-video-nouveau
    #sudo apt-get --purge remove xserver-xorg-video-*
    #sudo apt-get --purge remove nvidia-*
    Restart PC and go to a terminal again.
    #sudo init 3
    #cd /your home directory or to the place where You has saved the new Nvidia driver
    #sudo sh NVIDIA-Linux-x86.xxx.xx.xx
    Now follow the instructions on the installation screens and be Happy!!!

    I hope it can help somebody!!!

    Best Regards!

    Silva.
    PY8ELO
    Ubuntu 10.04 LTS - Omnislash 1.4.4
    G31MXP-K + E7500 + 4Gb Ram + Gforce 8400 GS + AOC LCD 22" + 4x500Gb SATA + 500W Power Supply.
    Linux registered user #521164

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
  •