|
From: jwc on 29 Sep 2006 16:30 Hi, I have an Intel 915P Express Chipset MB. lspci tells me regarding graphics: "compatible controller: Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller (rev 04)" xorg.conf says that I'm using the VESA driver. I have connected a cheapo webcam that usbview tells me is a Vimicro Corp product. Installation of the spca5xx module results in the /var/log/messages entry: "/home/jwc/gspcav1-20060925/gspca_core.c: USB SPCA5XX camera found.(ZC3XX)" along with other details. lsmod tells me that modules videodev and gspca are installed. So far so good, I guess. However when starting xawtv I get the message: "v4l-conf had some trouble, trying to continue anyway Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct" and the accompanying xterm window is dark.. As far as I can tell the device is recognized but there is no output. I'm stuck here and any help would be appreciated. Thanks, jwc
From: Dances With Crows on 29 Sep 2006 17:41 On Fri, 29 Sep 2006 20:30:37 GMT, jwc staggered into the Black Sun and said: > Intel 915P Express Chipset MB. lspci tells me: > Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics > xorg.conf says that I'm using the VESA driver. Usually, this is a bad idea. You should probably be using the i810 X module instead. Didn't you wonder why graphics were so slow and you couldn't get a Vrefresh above 60 Hz? > I have connected a cheapo webcam. Installation of the spca5xx module > results in "/home/jwc/gspcav1-20060925/gspca_core.c: USB SPCA5XX > camera found.(ZC3XX)" along with other details. It could be useful to know these other details. > lsmod tells me that videodev and gspca are installed. However when > starting xawtv I get: "v4l-conf had some trouble, trying to continue > anyway. Warning: Cannot convert string > "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct" Not good. Which version of which distro are you using? What's the output of "uname -a"? The module you mentioned isn't part of the vanilla 2.6.17.11 tree--where did you get it? Whatever font xawtv wanted isn't installed. Install it. I've seen other people report similar problems; groups.google knows more. > and the accompanying xterm window is dark. ? Why would starting xawtv also generate an xterm window? Did you mean "xawtv's window is solid black"? That might happen if xawtv is trying to use XV to display video. The VESA module doesn't do XV (another reason to use i810 if possible; mplayer/xine perform better if they can use XV.) HTH anyway, -- That which does not kill us makes us stranger. --Trevor Goodchild, Aeon Flux Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
From: jwc on 1 Oct 2006 22:24 On Fri, 29 Sep 2006 16:41:50 -0500, Dances With Crows wrote: > On Fri, 29 Sep 2006 20:30:37 GMT, jwc staggered into the Black Sun and > said: >> Intel 915P Express Chipset MB. lspci tells me: >> Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics >> xorg.conf says that I'm using the VESA driver. > > Usually, this is a bad idea. You should probably be using the i810 > X module instead. Didn't you wonder why graphics were so slow and you > couldn't get a Vrefresh above 60 Hz? > >> I have connected a cheapo webcam. Installation of the spca5xx module >> results in "/home/jwc/gspcav1-20060925/gspca_core.c: USB SPCA5XX >> camera found.(ZC3XX)" along with other details. > > It could be useful to know these other details. usb 5-2: new full speed USB device using uhci_hcd and address 4 /home/jwc/gspcav1-20060925/gspca_core.c: USB SPCA5XX camera found.(ZC3XX) /home/jwc/gspcav1-20060925/gspca_core.c: [spca5xx_probe:3885] Camera type JPEG /home/jwc/gspcav1-20060925/Vimicro/zc3xx.h: [zc3xx_config:515] Sensor ID:7 /home/jwc/gspcav1-20060925/Vimicro/zc3xx.h: [zc3xx_config:525] Find Sensor UNKNO W_0 force Tas5130 /home/jwc/gspcav1-20060925/gspca_core.c: [spca5xx_getcapability:1163] maxw 640 m axh 480 minw 176 minh 144 > >> lsmod tells me that videodev and gspca are installed. However when >> starting xawtv I get: "v4l-conf had some trouble, trying to continue >> anyway. Warning: Cannot convert string >> "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct" > > Not good. Which version of which distro are you using? What's the > output of "uname -a"? Linux 915p 2.6.13 #1 Sat Sep 3 21:11:20 PDT 2005 i686 unknown unknown >GNU/Linux The module you mentioned isn't part of the > vanilla 2.6.17.11 tree--where did you get it? http://www.qbik.ch/usb/devices/showdevcat.php?id=98&w=d&s=v&d=d >Whatever font xawtv > wanted isn't installed. Install it. I've seen other people report > similar problems; groups.google knows more. > >> and the accompanying xterm window is dark. > > ? Why would starting xawtv also generate an xterm window? Did you mean > "xawtv's window is solid black"? Yes >That might happen if xawtv is trying > to use XV to display video. The VESA module doesn't do XV (another > reason to use i810 if possible; mplayer/xine perform better if they can > use XV.) HTH anyway, After my original post I did find that the microphone on the webcm works. xawtv -hwscan gives: /dev/video0: OK [ -device /dev/video0 ] type : v4l name : Generic Zc0305b flags: capture I added load v4l to the xorg.conf but that apparently made no change.
From: Henrik Carlqvist on 2 Oct 2006 02:10 jwc <jconnolly(a)kc.rr.com> wrote: >Dances With Crows wrote: >> Did you mean "xawtv's window is solid black"? > Yes It might help to right-click in that window and try different capture methods in the menu that comes up. Sometimes it works better with "overlay", sometimes it works better with "grabdisplay". regards Henrik -- The address in the header is only to prevent spam. My real address is: hc8(at)uthyres.com Examples of addresses which go to spammers: root(a)variousus.net root(a)localhost
From: jwc on 2 Oct 2006 14:18 On Fri, 29 Sep 2006 16:41:50 -0500, Dances With Crows wrote: > On Fri, 29 Sep 2006 20:30:37 GMT, jwc staggered into the Black Sun and > said: >> Intel 915P Express Chipset MB. lspci tells me: >> Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics >> xorg.conf says that I'm using the VESA driver. > > Usually, this is a bad idea. You should probably be using the i810 > X module instead. Didn't you wonder why graphics were so slow and you > couldn't get a Vrefresh above 60 Hz? > I switched to the i810 driver and graphics is faster but xawtv still shows a black window. In full screen mode I can see the messages about muting and unmuting, etc. but still no pictures coming through. >> I have connected a cheapo webcam. Installation of the spca5xx module >> results in "/home/jwc/gspcav1-20060925/gspca_core.c: USB SPCA5XX camera >> found.(ZC3XX)" along with other details. > > It could be useful to know these other details. > >> lsmod tells me that videodev and gspca are installed. However when >> starting xawtv I get: "v4l-conf had some trouble, trying to continue >> anyway. Warning: Cannot convert string >> "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct" > > Not good. Which version of which distro are you using? What's the > output of "uname -a"? The module you mentioned isn't part of the > vanilla 2.6.17.11 tree--where did you get it? Whatever font xawtv > wanted isn't installed. Install it. I've seen other people report > similar problems; groups.google knows more. > >> and the accompanying xterm window is dark. > > ? Why would starting xawtv also generate an xterm window? Did you mean > "xawtv's window is solid black"? That might happen if xawtv is trying > to use XV to display video. The VESA module doesn't do XV (another > reason to use i810 if possible; mplayer/xine perform better if they can > use XV.) HTH anyway,
|
Pages: 1 Prev: ens1371 Master channel not working - sound is Next: cdrecord fails performing OPC |