Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2012
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Trouble with Nvidia Geforce GT 430 drivers

    I am trying to install the drivers for my Nvidia Geforce GT 430 graphics card, but I keep having problems.

    I run the .run file in terminal with the sudo command, and I get this error:

    Code:
    ERROR: You appear to be running an X server; please exit X before installing.  
    For further details, please see the section INSTALLING THE NVIDIA DRIVER in the 
    README available on the Linux driver download page at www.nvidia.com.
    And then this error:

    Code:
    ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' 
    for details.  You may find suggestions on fixing installation problems in the README 
    available  on the Linux driver download page at www.nvidia.com.
    I'm not sure what's wrong. I don't know what it means by X server.




  2. #2
    Join Date
    Jul 2012
    Posts
    60
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    1
    Well, as the first error clearly states, you need to exit your X server (the point-and-click interface, and whatnot).

    To do this, you can either remote login from a different computer via ssh, or go to a virtual tty, and do it from there (which can be done by usually pressing ctrl+alt+F1).

    Either way, log in as root, and kill the X server via `killall Xorg' and run the installer from there.
    Note: if and when a text-like window comes up, space is click-like select, arrow keys is navigation, enter is OK/Next.

  3. #3
    Join Date
    Jul 2012
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I was able to get things to progress by using the command "service gdm stop".
    After I tried to install, it failed again and it gave this log file-
    Code:
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Sat Aug  4 20:43:02 2012
    installer version: 260.19.29
    
    PATH:
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
    
    option status:
      license pre-accepted               : false
      update                             : false
      force update                       : false
      expert                             : false
      uninstall                          : false
      driver info                        : false
      precompiled interfaces             : true
      no ncurses color                   : false
      query latest version               : false
      no questions                       : false
      silent                             : false
      no recursion                       : false
      no backup                          : false
      kernel module only                 : false
      sanity                             : false
      add this kernel                    : false
      no runlevel check                  : false
      no network                         : false
      no ABI note                        : false
      no RPMs                            : false
      no kernel module                   : false
      force SELinux                      : default
      no X server check                  : false
      no cc version check                : false
      run distro scripts                 : true
      no nouveau check                   : false
      run nvidia-xconfig                 : false
      sigwinch work around               : true
      force tls                          : (not specified)
      force compat32 tls                 : (not specified)
      X install prefix                   : (not specified)
      X library install path             : (not specified)
      X module install path              : (not specified)
      OpenGL install prefix              : (not specified)
      OpenGL install libdir              : (not specified)
      compat32 install chroot            : (not specified)
      compat32 install prefix            : (not specified)
      compat32 install libdir            : (not specified)
      utility install prefix             : (not specified)
      utility install libdir             : (not specified)
      installer prefix                   : (not specified)
      doc install prefix                 : (not specified)
      kernel name                        : (not specified)
      kernel include path                : (not specified)
      kernel source path                 : (not specified)
      kernel output path                 : (not specified)
      kernel install path                : (not specified)
      precompiled kernel interfaces path : (not specified)
      precompiled kernel interfaces url  : (not specified)
      proc mount point                   : /proc
      ui                                 : (not specified)
      tmpdir                             : /tmp
      ftp mirror                         : ftp://download.nvidia.com
      RPM file list                      : (not specified)
      selinux chcon type                 : (not specified)
    
    Using: nvidia-installer ncurses user interface
    -> License accepted.
    -> Installing NVIDIA driver version 260.19.29.
    -> Running distribution scripts
       executing: '/usr/lib/nvidia/pre-install'...
    -> done.
    -> The distribution-provided pre-install script failed!  Continue installation 
       anyway? (Answer: Yes)
    ERROR: The Nouveau kernel driver is currently in use by your system.  This
           driver is incompatible with the NVIDIA driver, and must be disabled
           before proceeding.  Please consult the NVIDIA driver README and your
           Linux distribution's documentation for details on how to correctly
           disable the Nouveau kernel driver.
    -> For some distributions, Nouveau can be disabled by adding a file in the modp
       robe configuration directory.  Would you like nvidia-installer to attempt to
       create this modprobe file for you? (Answer: Yes)
    -> The modprobe configuration file to disable Nouveau,
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf, has been written. 
       For some distributions, this may be sufficient to disable Nouveau; other
       distributions may require modification of the initial ramdisk.  Please
       reboot your system and attempt NVIDIA driver installation again.  Note if
       you later wish to reenable Nouveau, you will need to delete the file
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf.
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find suggestions
           on fixing installation problems in the README available on the Linux
           driver download page at www.nvidia.com.

  4. #4
    Join Date
    Jul 2012
    Posts
    60
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    1
    Quote Originally Posted by Mister Fox View Post
    Code:
    ERROR: The Nouveau kernel driver is currently in use by your system.  This
           driver is incompatible with the NVIDIA driver, and must be disabled
           before proceeding.  Please consult the NVIDIA driver README and your
           Linux distribution's documentation for details on how to correctly
           disable the Nouveau kernel driver.
    I read this, and about to tell you to to blacklist (and remove) the module.



    Until I read this:
    Quote Originally Posted by Mister Fox View Post
    Code:
    -> For some distributions, Nouveau can be disabled by adding a file in the modp
       robe configuration directory.  Would you like nvidia-installer to attempt to
       create this modprobe file for you? (Answer: Yes)
    -> The modprobe configuration file to disable Nouveau,
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf, has been written. 
       For some distributions, this may be sufficient to disable Nouveau; other
       distributions may require modification of the initial ramdisk.  Please
       reboot your system and attempt NVIDIA driver installation again.  Note if
       you later wish to reenable Nouveau, you will need to delete the file
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf.
    So I suggest you to simply reboot and retry the installation.



    (Note, Nouveau is the open source driver for Nvidia graphic chips/cards, they install it because there are no legal restrictions with it, unlike using the proprietary drivers. Although, it's worse in terms of 3D performance than its proprietary counterpart)

  5. #5
    Join Date
    Aug 2012
    Location
    Near St.louis MO
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Quote Originally Posted by Mister Fox View Post
    I was able to get things to progress by using the command "service gdm stop".
    After I tried to install, it failed again and it gave this log file-
    Code:
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Sat Aug  4 20:43:02 2012
    installer version: 260.19.29
    
    PATH:
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
    
    option status:
      license pre-accepted               : false
      update                             : false
      force update                       : false
      expert                             : false
      uninstall                          : false
      driver info                        : false
      precompiled interfaces             : true
      no ncurses color                   : false
      query latest version               : false
      no questions                       : false
      silent                             : false
      no recursion                       : false
      no backup                          : false
      kernel module only                 : false
      sanity                             : false
      add this kernel                    : false
      no runlevel check                  : false
      no network                         : false
      no ABI note                        : false
      no RPMs                            : false
      no kernel module                   : false
      force SELinux                      : default
      no X server check                  : false
      no cc version check                : false
      run distro scripts                 : true
      no nouveau check                   : false
      run nvidia-xconfig                 : false
      sigwinch work around               : true
      force tls                          : (not specified)
      force compat32 tls                 : (not specified)
      X install prefix                   : (not specified)
      X library install path             : (not specified)
      X module install path              : (not specified)
      OpenGL install prefix              : (not specified)
      OpenGL install libdir              : (not specified)
      compat32 install chroot            : (not specified)
      compat32 install prefix            : (not specified)
      compat32 install libdir            : (not specified)
      utility install prefix             : (not specified)
      utility install libdir             : (not specified)
      installer prefix                   : (not specified)
      doc install prefix                 : (not specified)
      kernel name                        : (not specified)
      kernel include path                : (not specified)
      kernel source path                 : (not specified)
      kernel output path                 : (not specified)
      kernel install path                : (not specified)
      precompiled kernel interfaces path : (not specified)
      precompiled kernel interfaces url  : (not specified)
      proc mount point                   : /proc
      ui                                 : (not specified)
      tmpdir                             : /tmp
      ftp mirror                         : ftp://download.nvidia.com
      RPM file list                      : (not specified)
      selinux chcon type                 : (not specified)
    
    Using: nvidia-installer ncurses user interface
    -> License accepted.
    -> Installing NVIDIA driver version 260.19.29.
    -> Running distribution scripts
       executing: '/usr/lib/nvidia/pre-install'...
    -> done.
    -> The distribution-provided pre-install script failed!  Continue installation 
       anyway? (Answer: Yes)
    ERROR: The Nouveau kernel driver is currently in use by your system.  This
           driver is incompatible with the NVIDIA driver, and must be disabled
           before proceeding.  Please consult the NVIDIA driver README and your
           Linux distribution's documentation for details on how to correctly
           disable the Nouveau kernel driver.
    -> For some distributions, Nouveau can be disabled by adding a file in the modp
       robe configuration directory.  Would you like nvidia-installer to attempt to
       create this modprobe file for you? (Answer: Yes)
    -> The modprobe configuration file to disable Nouveau,
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf, has been written. 
       For some distributions, this may be sufficient to disable Nouveau; other
       distributions may require modification of the initial ramdisk.  Please
       reboot your system and attempt NVIDIA driver installation again.  Note if
       you later wish to reenable Nouveau, you will need to delete the file
       /etc/modprobe.d/nvidia-installer-disable-nouveau.conf.
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find suggestions
           on fixing installation problems in the README available on the Linux
           driver download page at www.nvidia.com.
    Which linux distro are you using? Did you install Nouveau? Did it get installed automatically?

    sent from velocity micro reader via tapatalk2
    Laptop: HP dv6t-7000 CTO Desktop: Compaq Presario SR21632wm
    i5 2450m Pentium D 960 @ 4 GHz
    6 GB ram 2 GB ram
    Intel HD 3000 Graphics / Nvidia GT 630M Nvidia GT 520 @ 820 MHz
    Oz Unity Development /Windows 7 Home Premium KDE | Windows 7 Starter/Random Linux Distribution

 

 

Similar Threads

  1. GeForce 8400GS
    By BarManager in forum Linux Hardware
    Replies: 3
    Last Post: 03-27-2012, 02:58 AM
  2. Replies: 0
    Last Post: 03-25-2012, 08:21 PM
  3. trouble with name increment
    By jaaf in forum Command Line
    Replies: 2
    Last Post: 01-16-2012, 12:05 AM
  4. Is CouchDB in Trouble?
    By Fred in forum Linux News
    Replies: 0
    Last Post: 11-25-2011, 07:01 PM
  5. Replies: 0
    Last Post: 11-17-2011, 07:23 PM

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
  •  
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,561
Threads: 3,917
Posts: 9,434
Top Poster: Fred (1,486)
Welcome to our newest member, groverha45

» Links



Powered by vBadvanced CMPS