minimum requirements

Hey im new to this forum and i was wondering what will the minimum system requirements be. My computer's a bit out dated and I'm thinking about updating soon but not until after Vista is realesed most likely.
[210 byte] By [lordvader99997] at [2008-2-20]
# 1

From the FAQ:

Q: Will the XNA Framework require D3D9 hardware?
A:
A Direct3D 9.0 card, capable of supporting Shader Model 1.1, is the minimum. The recommended level is a card that supports Shader Model 2.0, since most samples and starter kits will require a Shader Model 2.0-compliant card.

If you don't have a good enough card, chances are the rest of your hardware is outdated as well.

JimPerry at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 2
There are three levels in the requirements of the graphics for XNA Game Studio Express. But maybe you should read about Shader Models first.

- The minimum supported is Shader Model 1.1. nVidia started with this in the GeForce 3 series, in February 2001, and ATI with Radeon 8500 from 2001. in If your card says DirectX 8.0 support on the box, then it's Shader Model 1.1.

- The recommended Shader Model is 2.0. Supported by GeForce FX Series, from March 2003 and newer, and ATI with Radeon 9500 in 2002. If your card says DirectX 9.0 support on the box, then it's Shader Model 2.0.

- The Xbox uses Shader Model 3.0. Geforce 6, November 2005, and newer, and ATI with Radeon X1 from October 2005. If your card says DirectX 9.0c support on the box, then it's Shader Model 3.0. nVidia and ATI reference

Windows Vista's Basic and Classic interfaces will support any graphics hardware. Vista's new Aero interface is more demanding, but not more than Shader Model 2.0, i.e. most DirectX 9 graphics cards. You should be fine if you have a card of the NVIDIA GeForce FX family and newer, a ATI Radeon 9500 and later, or Intel's GMA 950 integrated graphics. Vista Graphics

You can't buy the Xbox 360 graphics card and plop into your PC, though, as the Xenos is a custom-built chip designed by ATI for the Xbox. Xbox graphics. But Nvidia started selling Shader Model 3.0 cards in 2004, and ATI in 2005, so if your card is spanking new, you're set to go. If your card is old as heck, maybe you should upgrade.

If your wallet is as thin as mine, then ATI Radeon X850 XT is probably your best bet, comparing price/performance. It doesn't support more than Shader Model 2.0, though, so you could look at nVidia's GeForce 6800 GT, with Shader Model 3.0 support. These two cards should be pretty affordable, since both companies have released a new range of cards.

If you have money to spend, go for a Shader Model 3.0 card. The ATI Radeon X1900 is a good match for the Xbox, but it's not cheap. An alternative would be nVidia GeForce 7900 GTX, which is an improved 7800, with less heat and higher performance. More

As always: IMHO and IIRC.

JoranOmark at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 3

Hi all,

Couldn't find this in the FAQ: what are the system requirements besides the graphics hardware (i.e. internal memory, CPU speed, harddisk space etc.). Are they comparable to those for VS2005 Express?

thanks!

Mr.Blonde at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 4
I have an ATI Radeon X800 XT. Is that good enough?
JohnShaw at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 5
It'll be good enough as it looks like it support DX9 and 2.0 shaders.
JimPerry at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 6

I would imagine the basic requiremnts would be the same or very close to (other than grpahics cards) C# Express.

you may find, as with all such things its your programs that take up the extra resources - textures, music, sounds, sprites and images etc (storage)

aoldenglam at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 7
Thx for info. I have only GF 3 Ti. But I still can't play stickman.
Akipl at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...