Page 1 of 1

[SOLVED]Texture problems in video games

PostPosted: Jun 22nd, '14, 14:23
by Parckwart
I got a brand new laptop with an Intel Core i5 and integrated Intel Graphics 4400 and installed Mageia 4 aswell as several games on it. Some games like Minecraft are working just fine on it. Unfortunetly CounterStrike Source (via Steam) and League of Legends (in wine) make problems. All the texures are black. I don't have this problem on my PC with an ATI graphics card, but on another laptop with an Intel Core i3 with integrated graphics also. SoI think it's because of some intel driver problems. I attached a screenshot of the black CSS.

Someone having a solution out there? :)

Thanks!

Re: Texture problems in video games

PostPosted: Jun 24th, '14, 16:08
by xxblx
Look like it's a intel graphics's troubles.

S3TC texture compression enabled? You can do it in driconf (if you don't have driconf then install it by urpmi driconf).
Spoiler:
Image

It's common issue with intel graphics as I know.
https://github.com/ValveSoftware/steam- ... /issues/19
https://github.com/ValveSoftware/Source ... /issues/19
and you will need to try start Steam with MESA_GLSL_VERSION_OVERRIDE=130 by adding
Code: Select all
export MESA_GLSL_VERSION_OVERRIDE=130

to /usr/bin/steam

Re: Texture problems in video games

PostPosted: Jun 26th, '14, 17:29
by Parckwart
Yeah, that's it! Thanks alot!

EDIT: For me it also worked without changing /usr/bin/steam - The problem existed also in non-steam games anyway... :)