On Tue, May 4, 2010 at 4:00 AM, Blackylol <wineforum-user@xxxxxxxxxx> wrote: > Where can I get this NoSRGB patch for left 4 dead 2 ? o_O > > http://appdb.winehq.org/objectManager.php?sClass=version&iId=18708 > > "Single player works quite well with NoSRGB-patch (please see main thread discussion for patch). " > > but where is that main thread? D: > I can only guess they are talking about the patch included in this post on the bug attached to the game. http://bugs.winehq.org/show_bug.cgi?id=12453#c65 You will need to compile that patch into wine before you are able to use it. You may wish to find a guide for your specific distribution on how to do this. Once you have your source setup ready to compile you will need to patch the code. patch -p1 < No-SRGB.patch A command like this will do it.