Hi I'm not newbie at using wine but now I have to patch it but I've never do it before :/ I have to apply this patch: http://bugs2.winehq.org/attachment.cgi?id=24812 To wine version 1.1.38 I hope someone can help me.
Because this newest wersion working for me much slower than 1.1.38
salemus <wineforum-user at winehq.org> wrote:> >Hi > >I'm not newbie at using wine but now I have to patch it but I've never do it before :/ >I have to apply this patch: >http://bugs2.winehq.org/attachment.cgi?id=24812 >To wine version 1.1.38First, Wine 1.1.38 is old, about 3 months old. You might want to try the current release candidate first and then look into the patch. Apologies if you have already tried this. I'll try to look at this patch and see if it can be updated to apply to the latest version. Lastly, why are you trying to patch Wine in first place? James McKenzie
salemus wrote:> I'm not newbie at using wine but now I have to patch it but I've never do it before :/ > I have to apply this patch: > http://bugs2.winehq.org/attachment.cgi?id=24812 > To wine version 1.1.38 >http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b
Step by step what I did: 1. Downloaded newest wine source 2. Applied patch upacking wine source and patch it in wine's folder using command: Code: salemus at salemus-laptop:~/Pobrane/wine-1.2-rc6$ patch -p1 < NoSRGBTextureBounce.diff 3. Tried to compile it but there was some problem with missing libraries so.. 4. I installed evry needed library for Ubuntu using this command: Code: sudo apt-get build-dep wine1.2 5. Then I started compiling and installing wine: Code: #sudo sh configure #sudo make #sudo make install and... it really gives me more fps [Shocked] Of course not so much as How To says but it gives me 5~10 fps more! :D Thanks for help