Jump to content


How to manage drivers and OpenGL acceleration


3 replies to this topic

#1 pa1

    New Member

  • Members
  • PipPip
  • 14 posts

Posted 14 March 2007 - 05:22 PM

Hello y'all,

I need to know if there is a way (programming of course):

1) to detect and display the installed drivers on the system (Windows),

2) if there is a way to know if OpenGL (or vtk) is accelerated by software or hardware in any pc

3) and how, if possible, to change from the hardware acceleration to the software one and vice versa (with a program made by me, again).

Thank you.

#2 Nick

    Senior Member

  • Members
  • PipPipPipPip
  • 1227 posts
  • LocationOttawa, Ontario, Canada

Posted 14 March 2007 - 11:25 PM

What exactly do you want to do with this?

#3 pa1

    New Member

  • Members
  • PipPip
  • 14 posts

Posted 15 March 2007 - 12:13 AM

I want to know if my OpenGL or vtk application will run in any PC, and if it doesn't, to identify if it's a problem related to the video card and therefore adapt the application to run under OpenGL software acceleration. Or because the system needs some specific drivers to be installed. For example, I have a vtk program which regards to graphics in some PCs looks pretty good, but in others not. So, in the ones that doesn't look good, I would like to tell the user to install the specific driver the program needs to look good (or to at least run decently).
Thank you again.:lol:

#4 juhnu

    Valued Member

  • Members
  • PipPipPip
  • 292 posts

Posted 15 March 2007 - 05:24 AM

glGetString(GL_VENDOR)
glGetString(GL_RENDERER)
glGetString(GL_VERSION)
glGetString(GL_EXTENSIONS)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users