Announcement

Collapse
No announcement yet.

Nvidia Driver Woes...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nvidia Driver Woes...

    Okay this is my first attempt with ubuntu, however i have been an avid gentoo user fro a while, and i never had an issue getting this driver to work with my hardware before. I have a GForce FX 5700 Go, and i have gotten the driver to install and compile correctly, however when ever i try to sudo modprobe nvidia i get this error:

    Code:
    dhbishop@lappy:~$ sudo modprobe nvidia
    FATAL: Error running install command for nvidia
    dhbishop@lappy:~$
    Is there something that im missing that is keeping this from loading properly, and help that i can get would be awsome.

    #2
    Re: Nvidia Driver Woes...

    Well, if you want to do it the hard way, find the install command (probably in /etc/modprobe.d somewhere), execute it, and see what it spits out.

    If you want the easier way, remove what you have installed and use Envy.
    For external use only.

    Comment


      #3
      Re: Nvidia Driver Woes...

      Originally posted by SheeEttin
      If you want the easier way, remove what you have installed and use Envy.
      Definitely, its the best choice you have for setting up 3d drivers.
      Kubuntu Gutsy Gibbon - Registered Linux User--> # 15709

      Comment


        #4
        Re: Nvidia Driver Woes...

        I had the same problem with the same output. I could install the driver by:
        sudo insmod /lib/modules/2.6.20-16-generic/volatile/nvidia.ko
        And then reload kdm to get X running:
        sudo /etc/init.d/kdm restart
        But clearly this wouldn't work every boot-up.

        sudo depmod -a
        Solved it.

        Comment

        Working...
        X