Hi Lawrence,
Could you please apply the attached patch - this belongs in the XvCleanup,
rather than the VIDIX patch...
Once a version of XMame with this applied has been released, I'll update the
VIDIX patch to match...
BTW - I'd be interested to know whether the VIDIX patch works on your
Radeon?
All the best
--
Alastair M. Robinson
Email: [EMAIL PROTECTED]
When angry, count to ten,
When very angry, count to 750,000 by 37's.
diff -urN xmame-wip/src/unix/video-drivers/x11.c xmame-vidix/src/unix/video-drivers/x11.c
--- xmame-wip/src/unix/video-drivers/x11.c Sat Nov 23 15:37:09 2002
+++ xmame-vidix/src/unix/video-drivers/x11.c Sat Nov 23 17:30:47 2002
@@ -16,9 +16,6 @@
#include "input.h"
#include "keyboard.h"
-#ifdef USE_XV
-int use_xv = 0; /* use xv extension if available */
-#endif
#ifdef USE_HWSCALE
long hwscale_redmask;
long hwscale_greenmask;
@@ -171,7 +168,7 @@
return OSD_NOT_OK;
}
#ifdef USE_HWSCALE
- if(use_xv)
+ if(use_hwscale)
{
display_palette_info.red_mask = hwscale_redmask;
display_palette_info.green_mask = hwscale_greenmask;