Results 1 to 5 of 5

Thread: NVIDIA 169.xx DRIVERS OPENGL PROBLEM

  1. #1
    Join Date
    Jul 2007
    Location
    Birmingham, England, UK
    Beans
    32
    Distro
    Ubuntu 7.04 Feisty Fawn

    NVIDIA 169.xx DRIVERS OPENGL PROBLEM

    Hi all

    If you are using an NVDIA graphics card with an old(ish) CPU then you may find that your OpenGL will not work.

    This is because as from driver version 169.07 NVIDIA has dropped support for CPUs that do not have SSE capabilities. Such processors are AMD Durons, Athlons and pre-Pentium 3s.

    One of my systems has got an AMD Duron 750MHZ and running "glxgears" from a terminal will result in a "illegal instruction" error.

    The only workaround for this right now is to download an archived driver from NVIDIA's website. The driver that I found to be most adequate is this:-

    http://www.nvidia.com/object/linux_d...100.14.19.html

    It's not really an old driver as it dates to 2007. This driver will still give full support for non SSE capable CPUs. It uses version 1.13 of the NVIDIA X Server Settings application whilst the current is 1.14.

    To install:-

    1) Download the driver to your desktop

    2) Launch a terminal window and enter:-

    Code:
    sudo /etc/init.d/gdm stop
    3) Change to the directory of your desktop, such as:-

    Code:
    cd /home/MYUSERNAME/Desktop
    4) Run the installer:-

    Code:
    sudo sh NVIDIA-Linux-x86-100.14.19-pkg1.run
    5) Follow the simple onscreen instructions!

    If the installer asks to download a kernel module for your system I find it's just as good to tell it no and the installer will build a new one for you.

    Now, my Xubuntu 8.04 install is running like a dream with excellent 2D and 3D capabilities!

  2. #2
    Join Date
    Apr 2007
    Location
    Fluorida, Babylon
    Beans
    64
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: NVIDIA 169.xx DRIVERS OPENGL PROBLEM

    I had this same problem... I used EnvyNG and manually selected the NVidia-glx drivers... Although, the restricted drivers manager shows no active drivers everything works good...

    The nvidia website even suggests using the nvidia-new driver but, it wont work. My system is AMD also with nvidia 6200...

  3. #3
    Join Date
    Jul 2007
    Location
    Birmingham, England, UK
    Beans
    32
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: NVIDIA 169.xx DRIVERS OPENGL PROBLEM

    Quote Originally Posted by lessgov2007 View Post
    I had this same problem... I used EnvyNG and manually selected the NVidia-glx drivers...
    Yeah, that was my first action, to get EnvyNG to try different drivers. Whilst they all installed correctly, each one gave irritating results.

    The 7x drivers meant that I couldn't get the NVIDIA X Server Settings application to run. Not a big deal, but it really bugged me!

    The 9x drivers gave me a default of really ridiculous low res modes on startup. Even when I managed to change them on the next restart it reverted back to how it was.

    Anyway, glad to hear you got things sorted out. Not entirely happy about what NVIDIA have decided to do as regards supporting older CPUs. What is the advantage? Linux is a system of users from A to Z. Some run new hardware and others run old. That's the beauty of Linux you can customise how your systems runs.

    Now, I would understand 286 processors....

  4. #4
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NVIDIA 169.xx DRIVERS OPENGL PROBLEM

    Are you certain the processor was actually the problem? I ran into a lack of functional OpenGL support on a system with 2GHz Pentium 4, certainly not in the same class as those processors you listed. I was never able to fix it so I went back to using Gutsy.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  5. #5
    Join Date
    Jul 2007
    Location
    Birmingham, England, UK
    Beans
    32
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: NVIDIA 169.xx DRIVERS OPENGL PROBLEM

    Quote Originally Posted by cogadh View Post
    Are you certain the processor was actually the problem?
    Well, according to zander at http://www.nvnews.net/vbulletin/show...ight=sulligogs this is the problem.

    I haven't officially verified it. I haven't seen any bulletins describing their decision. But, the drivers I used http://www.nvidia.com/object/linux_d...100.14.19.html have certainly done the trick.

    The system felt like a fresh XP install. Everything blazing.

    Anybody else to verify this matter?

Tags for this Thread

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
  •