Announcement

Collapse
No announcement yet.

Pleast help me install Nvidia drivers

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

    Pleast help me install Nvidia drivers

    I need help installing these Nvidia drivers.
    http://www.nvidia.com/object/linux_d..._1.0-8762.html

    I dumped the file on my desktop. What do I do next?
    me = super noob

    #2
    Re: Pleast help me install Nvidia drivers

    Originally posted by metal_head_3767
    I need help installing these Nvidia drivers.
    http://www.nvidia.com/object/linux_d..._1.0-8762.html

    I dumped the file on my desktop. What do I do next?
    me = super noob
    What card do you have? try this guide: https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: Pleast help me install Nvidia drivers

      That guide is for ubuntu. How do I do it for kbuntu?

      Comment


        #4
        Re: Pleast help me install Nvidia drivers

        Almost the same thing, but instead of starting Synaptic, you start Adept.

        If you're confused about the kernel headers and all that, just open Konsole and type in:
        sudo apt-get install nvidia-glx linux-restricted-modules-`uname -r
        then:
        sudo nvidia-xconfig

        Those 2 lines will install the nVidia driver, nothing else is needed.

        One more thing, if your card is any of these:

        RIVA TNT, RIVA TNT2/TNT2 Pro, RIVA TNT2 Ultra, Vanta/Vanta LT, RIVA TNT2 Model 64/Model 64 Pro, Aladdin TNT2, GeForce 256, GeForce DDR , Quadro, GeForce2 GTS/GeForce2 Pro, GeForce2, Ti GeForce2 Ultra, Quadro2 Pro,

        Then the first line will be this instead:
        sudo apt-get install nvidia-glx-legacy nvidia-xconfig nvidia-settings linux-restricted-modules-`uname -r`

        Hope that helps.

        Comment

        Working...
        X