Posted: 04 Jul 2007, 12:11
Can maybe someone of the spring development team give a reaction on this issue?
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
Is there an easy way to check if my driver supports DXT1? I think my card supports DXT1 because I didn't have these issues when I was still running windows.Maybe the chipset/driver doesn't have proper support for DXT1 compressed textures?
I think it is the extension GL_EXT_texture_compression_s3tc, if that string is in ext.txt (created by Spring on startup) then this is not the problem...architeuthis wrote:Is there an easy way to check if my driver supports DXT1? I think my card supports DXT1 because I didn't have these issues when I was still running windows.Maybe the chipset/driver doesn't have proper support for DXT1 compressed textures?
By the way Warzone2100 works fine with me. No white maps at all. I didn't have to toggle any option. It just works.
How about you shutup and post when you have something decent to say?Relative wrote:I think you guys need to except that your drivers are crap, and that it's highly likely that shadowmaps aren't even directly connected to your issue.
Which is why I'm suggesting its a driver issue. Everyone knows the linux drivers aren't up to the standard of the windows drivers.clericvash wrote: It works perfectly fine in windows.
Nope, changing it to 0 didn't work nor did changing it to -1. Still grey maps.Set shadows=0 in ~/.springrc
Or maybe even shadows=-1 to also disable the check for the required extension and accompanied warning, though I'm not 100% sure about this.
The closest thing I could find is this:I think it is the extension GL_EXT_texture_compression_s3tc, if that string is in ext.txt (created by Spring on startup) then this is not the problem...
Code: Select all
GL_ARB_texture_compression
Still no answer from you dude, how did you disable them?danly wrote:It's the shadowmaps. Warzone 2100 has the same issue for me as Spring, using an integrated Intel chipset. Disable the shadowmaps and all works well, and much faster.