[Xmame] xf86_dga2.c and deprecated DGA function

2002-01-25 Thread Fernand Albarracin
Hi xmame people, Here is a small patch that replace a call to a DGA1 function with the matching DGA2 version. diff -ru xmame-0.57.1/src/unix/video-drivers/xf86_dga2.c xmame-0.57.1-f/src/unix/video-drivers/xf86_dga2.c --- xmame-0.57.1/src/unix/video-drivers/xf86_dga2.c Wed Jan 2 03:45:56

Re: [Xmame] xf86_dga2.c and deprecated DGA function

2002-01-26 Thread Fernand Albarracin
On Sat 26 Jan 2002 at 17:49:36 +0900, Shyouzou Sugitani wrote: - we are in an initialization routine, I suppose we don't care when the location adjustement will be done, am I missing something here ? Hmmm, what I didn't know at that point is that the code didn't perform any location

Re: [Xmame] XFree86 4.2.0 + Matrox G400

2002-02-03 Thread Fernand Albarracin
On Sun 03 Feb 2002 at 11:28:23 -0700, Lawrence Gold wrote: Is anyone else out there using XFree86 4.2.0 with a Matrox G400? When I switch to fullscreen DGA mode, it works fine. But when I switch back, the screen goes black and the keyboard doesn't respond. (I forgot to try the magic

Re: [Xmame] [hamel_g@club-internet.fr: Patch DGA2 driver]

2002-02-26 Thread Fernand Albarracin
From: Gilles Hamel [EMAIL PROTECTED] [...] Here is my workaround : In xf86_dga_vidmode_find_best_vidmode, I save the current X11 video mode before entering in the best DGA video mode. In xf86_dga2_close_display, I restore the saved X11 video mode before leaving DGA mode. Sure, but