A new day, a new bug.
This is actually an old one, but I was hoping it was a driver bug,
but it doesn't seem that way.
Â
xf86-video-ati has introduced textured video adaptor for Xv.
However, that adaptor has no port attributes, so
Code: Select all
Atom oAtom = XInternAtom(m_pDisplay, "XV_AUTOPAINT_COLORKEY", True);
if (oAtom != None)
XvSetPortAttribute (m_pDisplay, m_iXvPortId, oAtom, 1);
results in
Code: Select all
The program 'gvbam' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 120 error_code 8 request_code 141 minor_code 13)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)