|
From: Lukas K. <lu...@ra...> - 2000-11-23 10:18:11
|
Stefan Lucke wrote: > > On Mit, 22 Nov 2000, Charles 'Buck' Krasic wrote: > > I think I've fixed the bug, and I just put it into CVS. > > > > Could you test for me? Yep, did a cvs update, make , ./playdv pond.dv and it worked fine. [lukas@sto-lknutsson libdv]$ ./playdv pond.dv Xlib: extension "XVideo" missing on display ":0.0". Xlib: extension "XVideo" missing on display ":0.0". Using gtk for display Displayed 915 frames in 125.0 seconds Pretty slow. Then I did the change to my XF86Config. I had no modules section, but after reading the man page and looking I found that I had libextmod.a in /usr/X11R6/lib/modules/extensions/. So I added this to XF86Config, Section "Module" Load "extmod" EndSection But then running ./playdv pond.dv got this message. [lukas@sto-lknutsson libdv]$ ./playdv pond.dv & [1] 1006 [lukas@sto-lknutsson libdv]$ Xlib: extension "XVideo" missing on display ":0.0". Xlib: extension "XVideo" missing on display ":0.0". It doesn't seem that the extmod extension did anything. How can I test if it actually loaded ? > > > > If it doesn't work, you should be able to turn off Xv support, set > > HAVE_XV40x=0, in the Makefile. > Fix is OK message is now (if extmod is not loaded/defined): Hmm, but I am trying to load extmod now ? Hmm, need more advice please. I have a Matrox Millenium G200 AGP. /Lukas |