Selecting video cards

Started by
2 comments, last by Lebowski18 22 years, 6 months ago
In my computer I have a very crappy ATI card and a (also crappy VoodooII card. The ATI is selected as default, but how can I let my OpenGL apps use the VoodooII card??
Advertisement
Hey, the Voodoo2 is not crappy
I have a GeForce3 and a Voodoo2, some older games are just better in Glide !

If you want to select a 3dfx card instead of a default OpenGL card, then you''ll have to load the 3dfxvgl.dll manually and modify the OpenGL function pointers.
Alternative: just rename 3dfxvgl.dll to opengl32.dll, start your game, and rename them back on completion. Works well on Win98, but not on 2k.
Well, if you want to get rid of your GF3 just give me a call

Anyway it worked, that''s great, thnx.
Is there also a way to let the program do this automatically or do I always have to change the names manually?
Get a copy of the GLSetup source files. It dynamically links with ANY OpenGL driver on your system. Since it links dynamically, you will no longer need to put up with the 3dfx splash screen at the start either!
DigitalBlur

This topic is closed to new replies.

Advertisement