Re: Getting Fallout 2 to work well

2007-02-08 Thread Joonas Koivunen
2007/2/5, Mitchell Mebane <[EMAIL PROTECTED]>: Stefan Dösinger wrote: Am Freitag 02 Februar 2007 08:34 schrieb Joonas Koivunen: Profiling with oprofile (GDI session) shows that most of the time is used in the game (I suppose it's the "anon" from wine-preload), next most time consuming is win

Re: Getting Fallout 2 to work well

2007-02-08 Thread Stefan Dösinger
Am Montag 05 Februar 2007 17:19 schrieb Mitchell Mebane: > How much work would this be? I know nothing about Windows or X11 > programming, but is it something that I might be able to study up on and > propose for a Summer of Code project? It was suggested as a SOC project last year, but nobody show

Re: Getting Fallout 2 to work well

2007-02-05 Thread Mitchell Mebane
Stefan Dösinger wrote: Am Freitag 02 Februar 2007 08:34 schrieb Joonas Koivunen: Profiling with oprofile (GDI session) shows that most of the time is used in the game (I suppose it's the "anon" from wine-preload), next most time consuming is winex11 drivers X11DRV_DIB_SetImageBits which seems

Re: Getting Fallout 2 to work well

2007-02-03 Thread Stefan Dösinger
m Freitag 02 Februar 2007 17:15 schrieb Mirek: > >> Getting Fallout 2 to work well > >> Hi, for me Flatout 2 works perfect with latest CVS wine and some Stefan > >> patches from 26.1.2007 > > > > Not the same game. Fallout 2 is an old ddraw game, Flatout 2

Re: Getting Fallout 2 to work well

2007-02-03 Thread Mirek
Sorry, my mistake :) How can I download wine from your tree? Yes, your latest patches from 26.1.2007 fixed this regression, great work! Mirek Stefan Dösinger napsal(a): Am Freitag 02 Februar 2007 17:15 schrieb Mirek: Getting Fallout 2 to work well Hi, for me Flatout 2 works perfect with

Re: Getting Fallout 2 to work well

2007-02-03 Thread Stefan Dösinger
Am Freitag 02 Februar 2007 17:15 schrieb Mirek: > Getting Fallout 2 to work well > Hi, for me Flatout 2 works perfect with latest CVS wine and some Stefan > patches from 26.1.2007 Not the same game. Fallout 2 is an old ddraw game, Flatout 2 is a Direct3D9 game afaik. Did you do a r

Re: Getting Fallout 2 to work well

2007-02-02 Thread Mirek
Hi, for me Flatout 2 works perfect with latest CVS wine and some Stefan patches from 26.1.2007 I have GF6800GS, GLSL enabled, FBO enabled, thread patch (for better sound), ALSA, Pixel and vertex shaders enabled too. There was big performance regression in latest wine release (0.9.30). Mirek

Re: Getting Fallout 2 to work well

2007-02-02 Thread Stefan Dösinger
Am Freitag 02 Februar 2007 08:34 schrieb Joonas Koivunen: > Profiling with oprofile (GDI session) shows that most of the time is used > in the game (I suppose it's the "anon" from wine-preload), next most time > consuming is winex11 drivers X11DRV_DIB_SetImageBits which seems to be > doing the conv

Re: Getting Fallout 2 to work well

2007-02-02 Thread Felix Nawothnig
Joonas Koivunen wrote: The problem I have is that fallout2.exe takes all the available CPU power, optimizing that might make other old games work better too. I'm interested in the task, though I haven't got much of an idea how GDI or DirectDraw api's work and I'd need some pointers where to sta

Getting Fallout 2 to work well

2007-02-02 Thread Joonas Koivunen
Hello everyone! Recently I tried fallout2 again, and for some reason it has again started working with wine. I searched the archives and it seems there have been lots of times when it has worked and then again hasn't.. Glad to see I'm not the only one interested in it :) From what I gathered fr