Frictional Games Forum (read-only)
ATI Radeon x1550 problem with gfx test - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: General Discussion (https://www.frictionalgames.com/forum/forum-18.html)
+--- Thread: ATI Radeon x1550 problem with gfx test (/thread-3619.html)

Pages: 1 2


ATI Radeon x1550 problem with gfx test - bitzaxp90 - 08-02-2010

Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.


RE: Graphics Compatibility App Available! Please Test! - Luis - 08-02-2010

(08-02-2010, 03:35 PM)bitzaxp90 Wrote: Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?


RE: Graphics Compatibility App Available! Please Test! - bitzaxp90 - 08-02-2010

(08-02-2010, 03:45 PM)Luis Wrote:
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.


RE: Graphics Compatibility App Available! Please Test! - Luis - 08-02-2010

(08-02-2010, 03:50 PM)bitzaxp90 Wrote:
(08-02-2010, 03:45 PM)Luis Wrote:
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.

Then post the new render_test.log Smile


RE: Graphics Compatibility App Available! Please Test! - bitzaxp90 - 08-02-2010

(08-02-2010, 03:52 PM)Luis Wrote:
(08-02-2010, 03:50 PM)bitzaxp90 Wrote:
(08-02-2010, 03:45 PM)Luis Wrote:
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.

Then post the new render_test.log Smile
lol


RE: Graphics Compatibility App Available! Please Test! - Luis - 08-02-2010

Seems we are gonna have to make some more changes Smile

Now in 'C:/RendererFeatTest/core/shaders/posteffect_color_conv_tex_frag.glsl', line 28, replace
"gl_FragColor.xyz = vOutput*afFadeAlpha + vDiffuseColor*(1-afFadeAlpha);"
with
"gl_FragColor.xyz = vOutput*afFadeAlpha + vDiffuseColor*(1.0-afFadeAlpha);"

And if it crashes again, post the new render_test.log.


RE: ATI Radeon x1550 problem with gfx test - bitzaxp90 - 08-02-2010

This will take a while.


RE: ATI Radeon x1550 problem with gfx test - Luis - 08-02-2010

Before going on forever with this... Seems your current drivers do not support the needed features. You said you had latest, right? Could you double check that?


RE: ATI Radeon x1550 problem with gfx test - bitzaxp90 - 08-02-2010

(08-02-2010, 04:36 PM)Luis Wrote: Before going on forever with this... Seems your current drivers do not support the needed features. You said you had latest, right? Could you double check that?
Well, I'm looking now on what I need to update...
Bah I have problems... Where can I update my drivers? >.<
Nvm...I'm searching with driver magician and I don't have some display stuff updated, and now I have GeCube Radeon x1550.


RE: ATI Radeon x1550 problem with gfx test - Luis - 08-02-2010

These should do for your card I think : http://support.amd.com/us/gpudownload/windows/Legacy/Pages/radeonaiw_xp.aspx?type=2.4.1&product=2.4.1.3.13&lang=English

Just download and install, see if it helps.

EDIT: Forgot to say you must uninstall the previous driver and reboot before doing so.