|
-
Apr 14th, 2001, 06:11 AM
#1
Thread Starter
Frenzied Member
I have a 2 mb S3 Virge and a Voodoo2 Card installed in my computer.(Speed devils!! )
Whenever I rund Direct3D apps, the primary display driver (S3 Virge) is selected instead of the Voodoo Card. This results in an error, and I can't run the program.
Any advice on how to make DirectX select the Voodoo Card???
-
Apr 14th, 2001, 06:45 AM
#2
Somewhere in your project there is something like this:
Set D3Ddevice = D3D.CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, D3Dpp)
Now, simply replace the 1st parameter(D3DADAPTER_DEFAULT) with 1
(I got the same speed devils as you)
-
Apr 14th, 2001, 11:08 AM
#3
Thread Starter
Frenzied Member
Hehe 
What can I do if I don't have the source for the program???
PS: I use C++
Last edited by CyberCarsten; Apr 14th, 2001 at 11:16 AM.
-
Apr 14th, 2001, 11:27 AM
#4
Good Ol' Platypus
You could change the slots the video cards are in so that the Voodoo2 is in the main slot, then get a driver for that, so it is the main card.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Apr 14th, 2001, 11:30 AM
#5
Thread Starter
Frenzied Member
Do I just have to put the Voodoo Card over the S3 Card??
-
Apr 14th, 2001, 11:53 AM
#6
Good Ol' Platypus
If the S3 card is above it more likely than not you have to switch them around. (but change to Standard VGA 640x480x4bit colour driver before doing so)
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Apr 14th, 2001, 03:05 PM
#7
Thread Starter
Frenzied Member
It didn't work....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|