Results 1 to 5 of 5

Thread: My video driver gets forgotten upon boot

  1. #1
    Join Date
    May 2008
    Beans
    11

    My video driver gets forgotten upon boot

    Alright, here's my issue. Whenever I reboot my machine, it goes to load X. It says that it needs to run in low settings mode, then continues to do so. The cursor is the little X, and so on. I go into a TTY, reinstall the video driver, then reboot X. After that, the rest of the time everything runs smooth.
    If I don't reinstall the video driver though, it will just run in low settings mode.

    xorg.conf has been reconfigured several times, at the very least the nvidia driver installer asks to run nvidia-xserver which regenerates the xorg.conf to use nvidia as the driver.


    I have a nVidia 7900 GS KO, in Hardy Heron. If you need further information, please ask.

    Thanks in advance for any help I can get

  2. #2
    Join Date
    Nov 2007
    Location
    Central Coast, California
    Beans
    1,789

    Re: My video driver gets forgotten upon boot

    I do not use Ubuntu any more, nor have I ever used Gnome. Therefore, I tend to give advice that is distro- and DE-agnostic, which, while perhaps not the easiest way, will allow you to move freely between machines.

  3. #3
    Join Date
    May 2008
    Beans
    11

    Re: My video driver gets forgotten upon boot

    That's the only way to install it, it complains if it's running.

  4. #4
    Join Date
    May 2008
    Beans
    11

    Re: My video driver gets forgotten upon boot

    Ah, installing the beta driver seems to have fixed it. Thanks anyway guys.

  5. #5
    Join Date
    Mar 2006
    Beans
    30

    Re: My video driver gets forgotten upon boot

    In my experience this has happened whenever I had installed the nvidia driver from the website and also installed it through apt. In any case, what I had to do to fix this issue was to copy the nvidia module installed to /lib/modules/kernel-ver/kernel/drivers/video/nvidia.ko to /lib/linux-restricted-modules/2.6.24-16-generic/nvidia_new/nvidia.mod.o

    The reason this was occurring for me was a version mismatch in what was getting modprobed at boot (the old drivers), and what x was trying to use (the new drivers). I also sometimes had to remove nvidia_legacy and nvidia, as the system would sometimes seem to be attempting to use those as well (I'd see 96.xx or what-not listed in dmesg)

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
  •