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 5 of 5

Thread: Any Nvidia rpm for RH7.2?

  1. #1
    Guest

    Any Nvidia rpm for RH7.2?

    I'm trying to find an rpm for RH7.2 but I can't. The reason I'm not just compiling the source myself is that it fails!?

    Does anyone know where to get nvidia kernel and glx rpm's for red hat 7.2?

    thanx

  2. #2
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    Helsinki, Finland
    Posts
    25

    Re: Any Nvidia rpm for RH7.2?

    Originally posted by lightyear:
    I'm trying to find an rpm for RH7.2 but I can't. The reason I'm not just compiling the source myself is that it fails!?

    Does anyone know where to get nvidia kernel and glx rpm's for red hat 7.2?

    thanx
    7.2 does not have any yet, or I have not seen any.

    How compiling fails ?

    Did you use 2.* or 3.* gcc, 3.* do not work yet with nvidia drivers.

    t;jackz

  3. #3
    Guest

    Re: Any Nvidia rpm for RH7.2?

    I don't know which version of gcc I use, how do I check that? I _just_ installed rh7.2 and I'm still trying to figure out where everything is.

    when I make it barks something about the header-files. I've tried to compile with the SYSINCLUDE=[different paths] but nothing helps. I 'm pretty sure the headerfiles are installed, but how do I prove that?
    Also I don't have the /lib/modules/2.4.7-10/build/include directory as the installguide sugests.

    Any suggestions are greatly appreciated!

    thanx

  4. #4
    Guest

    Re: Any Nvidia rpm for RH7.2?

    Type "gcc -v" for the version check.
    The missing headers is probably the kernel headers. You have kernel sources and headers in RPMs on the CD. Just install them and it should work.

  5. #5
    Guest

    Re: Any Nvidia rpm for RH7.2?

    You need to install the kernel source, which isn't installed by default for some reason. The source is on the second CD of the Redhat 7.2 set.

    Grab the source RPMs, create your own binary RPMs (rpm --rebuild NVIDIA_...) for both and follow the 'Install by RPM' instructions with the ones you created (they will be in /usr/src/redhat/RPMS/i386). Pretty painless compared to the early versions of the Nvidia driver.

Posting Permissions

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