|
From: Bill F. <bil...@mi...> - 2002-06-19 14:43:34
|
On Wed, 19 Jun 2002, Stefan Lucke wrote: > >Well it's actually id 0x32595559 which it says is 2YUY (the 59 at the end > >of the id seems to correspond to xv port base 59 which is what is used > >with DRI enabled, while port base 55 was used with DRI disabled). > NO, thouse IDs come from X11. > #define FOURCC_YUY2 0x32595559 > is from: > xc/programs/Xserver/hw/xfree86/common/fourcc.h > > playdv checks presented X11 formats against available renderer formats. > So ATI > DMA/DRI issue should be / is (??) fixed in X11 (2002-06-07 CVS). OK. I'm not sure I totally understand all this. xvinfo on XF 4.2 on ATI (both DRI and non-DRI) and NVIDIA all report "id: 0x32595559 (2YUY)" as the first available image format. Without the patch, only the ATI DRI case has wrong colors. The XF CVS patch may address the ATI DMA/DRI issue, but what about the NVIDIA case. Does this mean the NVIDIA X driver is currently broken (reporting incorrect image format)? -Bill |