Strange look
by Wayne · in Technical Issues · 03/19/2008 (1:31 pm) · 13 replies
Hi guys,
I have a question about the look inside my games. When I start torque I see these strange vertices that (I think) don't have to be there. I have the newest version my graphics driver...
this is how it looks :
http://bildrian.de/n/b/9557355474996960.jpg
http://bildrian.de/n/b/b75c3f936639d397.jpg
They are really annoying, because they change from second to second.
Does anyone of you have an idea what this could be about? Thanks in advance.
I have a question about the look inside my games. When I start torque I see these strange vertices that (I think) don't have to be there. I have the newest version my graphics driver...
this is how it looks :
http://bildrian.de/n/b/9557355474996960.jpg
http://bildrian.de/n/b/b75c3f936639d397.jpg
They are really annoying, because they change from second to second.
Does anyone of you have an idea what this could be about? Thanks in advance.
About the author
#2
This whole thing really starts to frustrate me, because I really would like to start developing on torque :-/
03/21/2008 (8:36 am)
Thanks for answering. I run an ATI X1400 on vista. I got the driver from the manufacturers site (lenovo.. it a t60 2007 cto). Unfortunately there is only one driver. This whole thing really starts to frustrate me, because I really would like to start developing on torque :-/
#3
The card was a brand new ATI with 256MB memory in it.
03/21/2008 (8:45 am)
I've also seen this on a video card, running in XP. Never found a solution for it though.The card was a brand new ATI with 256MB memory in it.
#4
03/21/2008 (11:07 am)
But is there anything where I can srew... just a guess would really help
#5
03/21/2008 (11:35 am)
I had the same thing on one of my ATI pc's and I had to fall back to an older driver to fix it.
#6
Is there any other way of "downgrading" the driver?
03/21/2008 (11:44 am)
Ok... I would like to try an older one. But on the Lenovo site there is only one available and on the ATI website it reads, that I have to get my driver from the manufacturers site. Is there any other way of "downgrading" the driver?
#7
Good luck and let me know how it goes.
03/21/2008 (11:58 am)
I have seen this error before and seen it resolved in the latest Catalyst drivers from ATI, however if you need to get the driver from another site I recommend Omega Drivers for your needs.Good luck and let me know how it goes.
#8
It worked for me.
03/21/2008 (4:13 pm)
A bit late but you could add this to your defaults.cs with the other client prefs.$pref::OpenGL::disableEXTCompiledVertexArray = "1"; $pref::TS::UseTriangles = "1";
It worked for me.
#9
03/21/2008 (5:15 pm)
Well done Hans. Thanks :)
#10
that sounds fine, but it doesn't work on my system. There are no vista drivers at omega and the changes in the defaults.cs seem to have no effects.
Do I have to do something after adding the lines to the defaults.cs in the client to get it working?
03/21/2008 (5:35 pm)
Hi,that sounds fine, but it doesn't work on my system. There are no vista drivers at omega and the changes in the defaults.cs seem to have no effects.
Do I have to do something after adding the lines to the defaults.cs in the client to get it working?
#11
You should add those lines to demo/example game you want to play.
The defaults.cs is located in the client folder of each demo/example game.
The engine demo:
demo\client\defaults.cs
The Starter.fps:
starter.fps\client\defaults.cs
The starter.racing:
starter.racing\client\defaults.cs
Add the prefs to the default.cs and save it.
Then run "DeletePrefs.bat" and start the demo / example game from your choice.
Good Luck
03/22/2008 (3:42 am)
Here it is a bit more detailed.You should add those lines to demo/example game you want to play.
The defaults.cs is located in the client folder of each demo/example game.
The engine demo:
demo\client\defaults.cs
The Starter.fps:
starter.fps\client\defaults.cs
The starter.racing:
starter.racing\client\defaults.cs
Add the prefs to the default.cs and save it.
$pref::OpenGL::disableEXTCompiledVertexArray = "1"; $pref::TS::UseTriangles = "1";
Then run "DeletePrefs.bat" and start the demo / example game from your choice.
Good Luck
#12
03/22/2008 (5:33 am)
I had the same kind of thing happening (ATI 2900XT and Vista), unexpectedly resolved with a Catalyst update (Jan 08 specifically).
#13
But if anyone has any further ideas... please feel free to post. Seems, that I am not the only one having this problem.
03/23/2008 (4:11 pm)
Thanks for all your ideas :-) , but unfortunately it's not working. I'm going to work on linux.But if anyone has any further ideas... please feel free to post. Seems, that I am not the only one having this problem.
Associate David Montgomery-Blake
David MontgomeryBlake