Tom's Hardware > Forum > Graphic & Displays > Graphics Cards > x1900xt + Vista = DX10 gaming?

x1900xt + Vista = DX10 gaming?

Forum Graphic & Displays : Graphics Cards - x1900xt + Vista = DX10 gaming?

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Hello,

As the topic says i have Windows Vista and a DirectX 9 graphics card (ATi x1900XT 512mb) I've been searching the web for information directly to this question and i'm finding it hard to come up with an answer so i thought i'd register and post at my favourite information site for reviews and testing on components.

Q: Will i with my current setup be able to play games in DX10 mode or will i be forced to go out and spend ever more money which i'm rather short on being a student, to play DX10 only games?

Thank you,

Ben.

Sponsored Links
Register or log in to remove.
- 0 +

You have to have a DX10 class card (ATI HD series or nvidia 8000 series) to be able to play games in DX10 mode. DX9 runs just fine on Vista though.

Reply to thuan
- 0 +

u cant play in DX10 games with a DX9 cards , i some games which has dx10 option , u have to disable them , but in current games, there isnt a lot of differences between DX9 and DX10 in games,

------------------------------ Q6600@3.4+ TT V1 Cooler,SAPPHIRE HD 4870X2,ASUS MAXIMUS FORMULA,4GB OCZ DDR2 800,LG W2452V 1920x1200
Reply to Maziar

DOnt worry dx 10 is not really here yet, and since you are going to buy a new card eventually you will be fine.

Reply to Rabidpeanut

ditto on what everyone else said. You have a nice card that should have no trouble with most games.

------------------------------ The Truth About GPU Power Consumption
Home: E4600@3.6Ghz|AC7|P35|4GB|640GB|8800GT|Vista64|24" P-MVA
Work: Phenom9500@2.5Ghz|AC64|690G|3GB|500GB|8600GT|XP|2x22" TN
Reply to TSIMonster
- 0 +

There was some SW being developed a while ago that apparently was going to allow DX9 cards to run at DX10 quality. You may want to check into that. I havent bothered with it (last I looked was a year ago), cause DX10 is overrated and a marketing ploy. When I built my PC over a year ago, the forumz had 100s of post pumping up DX10. What a joke. Just another tech that gets marketed to enthusiasts.

BUY A DX10 card when they come down into the $200-$250 range. Thats my advice. (and not a crappy card - top of the line). DX10 will only become mainstream in 12+ months (meaning most games will have it). Dont waste your money.

Im going to upgrade once most games on the market are DX10, not just Crisis and BioShock.

------------------------------ E6600 @3.33Ghz | P5W DH Deluxe @370Mhz FSB | Thermalright Ultra-120 | MSI x1900xt | 2GB OCZ Plat Rev2 @740Mhz, 4-4-4-12 | Seagate Barracuda 320GB | 3DMark06: 6461 (5902 stock) | PCMark05: 8552 (6950 stock) | Temps: 45 Idle, 70 Load
Reply to fishboi

Could posting all round especially fishboi, i've read somewhere that it's going to be put in DX9.0L.

As for as the pictures i've seen of faces on the same game comparing 9 to 10 it looks definitely better but of course the whole thing of marketing is selling something that people don't exactly want nor need at the time.

Cheers.

Reply to Ferriman
- 0 +

here is a lost planed DX9 vs DX10 image quality :
http://www.gamespot.com/features/6 [...] ml?cpage=9

------------------------------ Q6600@3.4+ TT V1 Cooler,SAPPHIRE HD 4870X2,ASUS MAXIMUS FORMULA,4GB OCZ DDR2 800,LG W2452V 1920x1200
Reply to Maziar

Maziar wrote :

here is a lost planed DX9 vs DX10 image quality :
http://www.gamespot.com/features/6 [...] ml?cpage=9



I think it would be much fairer to post comparison screenshots of world in conflict in action. I got better benchmarks in dx10 than dx9, not to mention all the god rays etc. that are only available under dx10 make the game much sweeter to look at. It's all a matter of time before dx10 takes over. But to the OP, until that time comes the current card you have will do fine.

Reply to mannwhite
- 0 +

Maziar wrote :

here is a lost planed DX9 vs DX10 image quality :
http://www.gamespot.com/features/6 [...] ml?cpage=9



Lost Planet has some DX10 features, but not native (since it was ported from the Xbox360). You won't notice much difference. Even a more native DX10 game like crysis is missing DX10.1 features.
There is still a long way to go.
Anyway, thanks for the link.

Reply to enewmen
- 0 +

Code :
  1. if OS = "Vista" && GPU.dxsupport = 10
  2. {
  3. Can_play_in_dx10 = true;
  4. }
  5. else
  6. {
  7. Can_play_in_dx10 = false;
  8. Need_to_spend_more_money = true;
  9. }
  10. if student_on_a_budget && Need_to_spend_more_money
  11. {
  12. student.cries();
  13. student.fetalposition();
  14. }

Message quoted 1 times
Message edited by Dr_asik on 09-07-2007 at 08:22:37 PM
Reply to Dr_asik
- 0 +

Yo code dude...

Code :
  1. if OS == "Vista" && GPU.dxsupport = 9  {
  2. can_play_dx10_game = true;
  3. force_dx9_mode = true;
  4. }

------------------------------ Intel Core 2 Duo E4300 @ 2.93GHz (366x8)
Gigabyte GA-965P-DQ6 Rev 3.3 / F11
6GB 976MHz DDR2 5-5-5-15 (2GB OCZ, 4GB G.Skill)
4x320GB RAID5 (Storage) Seagate 7200.10
Reply to joex444
- 0 +

Code :
  1. can_play_dx10_game != can_play_in_dx10

;)


Message edited by Dr_asik on 09-07-2007 at 09:13:55 PM
Reply to Dr_asik
- 0 +

[funny]

Dr_asik wrote :

Code :
  1. if OS = "Vista" && GPU.dxsupport = 10
  2. {
  3. Can_play_in_dx10 = true;
  4. }
  5. else
  6. {
  7. Can_play_in_dx10 = false;
  8. Need_to_spend_more_money = true;
  9. }
  10. if student_on_a_budget && Need_to_spend_more_money
  11. {
  12. student.cries();
  13. student.fetalposition();
  14. }




[/funny]

------------------------------ Master of 'E'

|GC| Shroom_e
Colonel - Green Clan / |GC| BF2 Division Leader / www.green-clan.net
Reply to jrnyfan

To answer your question directly, No. You have DX 9
You need :
DirectX 10 operating system (Vista)
DirectX 10 video/graphics card
DirectX 10 Game

Even if you upgraded to a DX10 Graphics Card you would still need a game/games that have DX10 archetecture. That narrows your choices to,????, 2 games at this time? Crysis & Lost Planet?
Additionally these games might be best played using a multi-core processer.

Like enewmen said, "There is still a long way to go.


Message edited by rsetter1 on 09-07-2007 at 09:55:34 PM
Reply to rsetter1

@ rsetter1

Not quite 2 games. For right now you have Lost Planet, World in Conflict, Bioshock, Company of Hero's, and Call of Juarez.

Games coming out before the year is up..
Crysis, Unreal Tournament 3, Hellgate London, COD 4, and Flight Sim X. And there could even be more than this but that's enough big names to keep me occupied until next year.

Reply to bruce555

ahhhhh....whats the real deal with DX10.1 not supporting DX10. Is there any truth to that?

Reply to rsetter1

They aren't done with us yet...

Reply to rsetter1
- 0 +

dx 10.1 is just an update to dx 10 that will make people buy new gfx cards to use I don't think it will make much difference (since dx 10 itself hasn't yet)

Reply to spuddyt
Tom's Hardware > Forum > Graphic & Displays > Graphics Cards > x1900xt + Vista = DX10 gaming?
Go to:

There are 556 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them