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

Thread: what are the basic requirements to execute a OpenGL program

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    May 2003
    Posts
    3

    what are the basic requirements to execute a OpenGL program

    hai friends,

    I am beginner for the OpenGL programming. I am getting confused about basic requirements to run a OpenGL program. Right now i am having compaq system with pentium 4 processor loaded with redhat linux version 9

    What actually we need to run a OpenGL program. I am using intel C++ compiler.

    Is any drivers needed to run a OpenGL program?

    Is any other software required?
    Is any other servers required?

    Thanks & Regards.
    Yug.

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: what are the basic requirements to execute a OpenGL program

    Hi !

    There is a Linux specific forum here so you might get better help by posting there.

    Anyway, the X server does have OpenGL support, but it's I guess it's just software rendering so it might be a bit slow, to get "real" openGL support you need to get a driver for your display hardware, just check what kind of hardware you have and go out and chase drivers at that manufacturers website.

    Mikael

  3. #3
    Senior Member OpenGL Guru
    Join Date
    Jun 2000
    Location
    Gastonia, NC, USA
    Posts
    2,096

    Re: what are the basic requirements to execute a OpenGL program

    No, you have openGL support under RedHat linux and all the files should be there for compiling an openGL program, except for maybe the GLUT library.

    Other thing is a good 3D video card, nVidia and ATI have hardware support under linux for most of their cards. nVidia has there own linux hardware drivers which are better then the ones that are shipped with RedHat, you can go to their site and download. ATI also has hardware support that is shipped with Redhat, but driver written by dri project if I remember correctly.


    Originally posted by yugandhar:
    hai friends,

    I am beginner for the OpenGL programming. I am getting confused about basic requirements to run a OpenGL program. Right now i am having compaq system with pentium 4 processor loaded with redhat linux version 9

    What actually we need to run a OpenGL program. I am using intel C++ compiler.

    Is any drivers needed to run a OpenGL program?

    Is any other software required?
    Is any other servers required?

    Thanks & Regards.
    Yug.

Posting Permissions

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