Re: WineD3D: gpu detection

2006-08-18 Thread Frank Richter
On 19.08.2006 00:09, Roderick Colenbrander wrote: > +} else if(WINE_D3D8_CAPABLE(gl_info)) { > +if (strstr(gl_info->gl_renderer, "GeForce4 Ti") || > strstr(gl_info->gl_renderer, "Quadro4")) > +gl_info->gl_card = CARD_NVIDIA_GEFORCE4_TI4200; /* > Gef

Re: WineD3D: gpu detection

2006-08-18 Thread Jesse Allen
On 8/18/06, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: Hi, In case of Direct3D each device exports the pci device/vendor ids of the videocard. Lots of programs use these ids to get an idea about the capabilities of the card, enable/disable features based on the detected card or sometimes

re-reading from registry

2006-08-18 Thread Christoph Probst
Hi, I'm still working on the clamav integration in wine. One question that came up recently is how to handle configuration changes. I'd like to allow to configure the virusscanner 'online' without restarting the wineserver or applications currently running. As the configuration is stored in th

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-18 Thread EA Durbin
> Agreed, CVS is much easier to use in my own opinion, But in what way it is? For example I dislike managament of env-variables at all. That's why I didn't like CVS :-p In the way that the instructions on the wine page just worked, and for familiarity purposes, git is rather new to me, and

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-18 Thread Saulius Krasuckas
> Date: Fri, 18 Aug 2006 08:18:43 -0500 > From: EA Durbin <[EMAIL PROTECTED]> > > > From: Robert Shearman <[EMAIL PROTECTED]> > > Date: Fri, 18 Aug 2006 12:09:42 +0100 > > > > I think we should leave the reference to the CVS tree page (but still > > add a link to the Git tree). Some people find

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-18 Thread EA Durbin
Agreed, CVS is much easier to use in my own opinion, and the packages in the ubuntu repository for git are old and don't function properly at all with the instructions listed on the page, even when substituting git with http:. The web interface to browse the CVS repository is also easier to na

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-18 Thread Robert Shearman
Mike McCormack wrote: Index: templates/en/development.template === RCS file: /home/wine/lostwages/templates/en/development.template,v retrieving revision 1.6 diff -u -p -r1.6 development.template --- templates/en/development.templat

Re: tools[1/2]: wineprefixcreate: create a freedesktop-enabled menu directory

2006-08-18 Thread MikoĊ‚aj Zalewski
+Applications + +Wine +__HOME__/.wine/menu + + Why are you hard-coding this path to being .wine? You correctly used $WINEPREFIX before. I've forgot about WINEPREFIX here but when I added it there is a problem that wineprefixcreate is called with a directory lik