Results 1 to 3 of 3

Thread: HOW-TO: fix nvidia-glx

  1. #1
    Join Date
    Sep 2005
    Beans
    345
    Distro
    Ubuntu 10.04 Lucid Lynx

    HOW-TO: fix nvidia-glx

    User Level:

    Intermediate - disables the linux-restricted-manager's loading of nvidia drivers.


    Symptoms:

    nvidia module won't load, X won't load using module package nvidia-glx and Nvidia GeForce MX 440 video card.
    no other package or card combo tested.


    Introduction:

    I experienced this problem since before feisty was stable, when nvidia split the packages.
    Even though I had an nvidia GeForce 4 MX 440, i couldn't get glx to work. I even thought about leaving ubuntu as a linux distro because of the problems I encountered. Well I just discovered an easy fix.


    What it does:

    This disables the lrm program from loading nvidia drivers, effectively fixing the problem.


    What to do:

    at commandline type
    Code:
    sudo nano /etc/modprobe.d/lrm-video
    make it look like this:
    # Make nvidia/nvidia_legacy and fglrx use /sbin/lrm-video to load
    #install fglrx /sbin/lrm-video fglrx $CMDLINE_OPTS
    #install nvidia /sbin/lrm-video nvidia $CMDLINE_OPTS
    #install nvidia_legacy /sbin/lrm-video nvidia_legacy $CMDLINE_OPTS
    #install nvidia_new /sbin/lrm-video nvidia_new $CMDLINE_OPTS
    just place '#' in front of each line.
    This comments out the commands so that lrm doesn't interfere with the way the nvidia module is loaded. BTW make sure that your /etc/X11/xorg.conf DOES load nvidia or this HOW-TO is pointless, since lrm was supposed to be an easy way for new users to load drivers.

    reboot and voila! working 3d.
    run glxgears just to make sure. Post any problems you run into.

    Limited support: I'll work on what I can with what knowledge I posses, nothing guaranteed nothing promised.
    Last edited by Zyphrexi; May 16th, 2007 at 05:49 PM.
    The Nameless Blog
    If someone helps you, thank them.
    DON'T DO "sudo rm -f brain" it will unlink your brain file

  2. #2
    Join Date
    Sep 2005
    Beans
    345
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOW-TO: fix nvidia-glx

    my old computer died, so I can no longer maintain or test if this issue still exists.
    This how-to is no longer supported and or recommended.
    The Nameless Blog
    If someone helps you, thank them.
    DON'T DO "sudo rm -f brain" it will unlink your brain file

  3. #3
    Join Date
    Apr 2006
    Location
    Tallahassee, FL, USA
    Beans
    23
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOW-TO: fix nvidia-glx

    Just happened to me on Gutsy after trying to run a custom kernel - solution fixed my problem.

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
  •