Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Problems with GLX and Nvidia TNT2 ULTRA

  1. #1
    Guest

    Problems with GLX and Nvidia TNT2 ULTRA

    Hello, I am trying to use the GLX module for Nvida (ver 0.9.5) with X 4.0.1 on a Slackware 7.0, and I get cougth signal 11 when XFree load this module, my video card is a Diamond Viper 770 with Nvidia TNT2 Ultra. Can sameone use this driver with this card?

    Thanks

  2. #2
    Junior Member Regular Contributor
    Join Date
    May 2000
    Location
    San Diego, CA, USA
    Posts
    111

    Re: Problems with GLX and Nvidia TNT2 ULTRA

    In /etc/X11/XF86Config, make sure you got this:
    Section "Device"
    Identifier "NVidia Riva TNT2"
    VendorName "NVidia"
    BoardName "Riva TNT2"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection

    The Driver field must be changed from nv to nvidia.

    You should also make sure that the glx module is defined in this file too.

    /skw|d

Posting Permissions

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