Find the answer to your Linux question:
Results 1 to 5 of 5
I installed nvidia drivers using apt-get and they were working just fine, but when in check the nvidia site I found a newer one with an installer. I decided to ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    4

    DEbian etch, problem with new nvidia driver

    I installed nvidia drivers using apt-get and they were working just fine, but when in check the nvidia site I found a newer one with an installer. I decided to give a try and install it. It worked perfectly, the new driver was faster and rendered much better. Then problem was when I reboot my computer, my nvidia driver didn't work anymore and got a black screen instead, I re-installed it and worked again, until i reboot my laptop again. Can anyone help me to solve this problem? I don't really know what could be wrong, I don't see any errors in the xconf logs. But I saw many errors in the log file from the nvidia-installer. Any help would be appreciated. TIA.

  2. #2
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    101
    possibly the "nvidia" module is not getting loaded at boot time? after you boot do a:

    Code:
    lsmod | grep nvidia
    to see if it's there.
    --Erik

  3. #3
    Just Joined!
    Join Date
    Aug 2006
    Posts
    4
    I changed nv for nvidia again in the xorg.conf file, when it failed i switched to tty1 and run lsmod|grep nvidia, its showing 3 files

    nvidia
    ic2_core
    agpgart

    Anything else should I be seen here? How can i debug this X system to see what the hell is going wrong?

    thanks for the replies

  4. #4
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    Just to make sure, are you installing the nvidia drivers in single-user text mode? You should be. If you are, make sure that

    1) /lib/modules/<kernel-version>/nvidia/nvidia.ko exists and
    2) that <kernel-version> is the currently running kernel.

    I personally have never had any problems with nvidia's installer. In fact, I have had more problems with aptitude getting the pre-built driver for me! Just remember that anytime you rebuild the kernel modules, it will wipe out your nvidia module and you will have to run the installer again.

    By the way, I would like to see the log file from the installer.

  5. #5
    Just Joined!
    Join Date
    Aug 2006
    Posts
    4
    I got some help from other folks and the problem was that I installed the old nvidia driver glx and common kernel packets using apt-get. After that i removed the packets but in order for everything to go good the old nvidia drivers installed using apt-get need to be removed using the --purge option, or the new driver will not work. Thanks for the reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •