Log in

View Full Version : Emulator Problem: Need Help With Graphics Card Emulation



thet0taln00b
October 9th, 2012, 20:06
I am looking to create an emulator that will lower all the settings on my nvidia graphics card to an older model graphics card from nvidia. I have no idea how to go about this but, I have knowledge in python, java, C, C++, and openGL. I want to run google chrome or another browser while the settings are low then have them revert back and close the emulator. Any help would be great.
Thank you.

ulaoulao
October 10th, 2012, 02:39
I'm not sure this is what you really want... The most effect way to slow down the system is by throttling your CPU. Though if you really want to slow down the video card look in to apps like EVGA precession. Its made for overclocking your card but you could go the other way as well.

thet0taln00b
October 10th, 2012, 04:41
I am doing a emulator project for a class and I decided I would emulate an older graphics card so that I can view a website I made with a poor graphics card to see how it differs from a current card. What I want to do is somehow emulate that I am using an older nvidia card. I am not sure how to even code for this.

Mupen64 Man
October 10th, 2012, 19:14
Do you have and older graphics card that you can plug into an extra PCI slot? That way you can switch between the two. I know nothing about programming languages, never had the time to get associated, but my logic is telling me that it might help. Or better yet, try to find an older pc with an older nvidia graphics card.

ulaoulao
October 11th, 2012, 02:02
You can not write "code" to slow down a video card? You can write code to slow down a computer. If you have a 3D SDK I would suggest writing a shader to emulate the look of an older card.