> X Error of failed request:  BadValue (integer parameter out of range for
> operation)
>   Major opcode of failed request:  141 (XVideo)
>   Minor opcode of failed request:  14 ()
>   Value in failed request:  0x4e
>   Serial number of failed request:  532
>   Current serial number in output stream:  532

Hmm, nothing.  With the patch below you should get some (hopefully
useful) debug output...

--------------------------------------------------------------
--- src/xv.c~   Sat Apr  8 19:15:55 2000
+++ src/xv.c    Sun May  7 18:58:32 2000
@@ -104,7 +104,6 @@
 #if 0
     { GRAB_ATTR_MODE,      &xv,            0 },
 #endif
-    
     { GRAB_ATTR_COLOR,     &xv_color,      1 },
     { GRAB_ATTR_BRIGHT,    &xv_brightness, 1 },
     { GRAB_ATTR_HUE,       &xv_hue,        1 },
@@ -152,6 +151,8 @@
            break;
     if (i == NUM_ATTR)
        return -1;
+    if (debug)
+       fprintf(stderr,"Xv: getattr %d\n",i);
 
     XvGetPortAttribute(dpy,vi_port,*(xvattr[i].attr),&val);
     switch (id) {
@@ -212,6 +213,8 @@
     int f;
 
     if (-1 == freq) {
+       if (debug)
+           fprintf(stderr,"Xv: tune getfreq\n");
        XvGetPortAttribute(dpy,vi_port,xv_freq,&f);
        return f;
     }
--------------------------------------------------------------

  Gerd

-- 
Protecting the children is a good way to get a lot of adults who cant
stand up for themselves.                -- seen in some sig on /.


-- 
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to