On Sat, 2005-01-15 at 21:30 +0000, Tony Boom wrote: > On Saturday 15 January 2005 21:12, Nick Rout wrote: > > > try running xawtv from the command line in an xterm and see what errors > > are given > > xawtv gives... > > This is xawtv-3.86, running on Linux/i686 (2.6.10-gentoo-r4) > Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to > type FontStruct > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 144 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) > Serial number of failed request: 286 > Current serial number in output stream: 286 > > > xawtv -noxv gives... > > This is xawtv-3.86, running on Linux/i686 (2.6.10-gentoo-r4) > Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to > type FontStruct > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 144 (GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) > Serial number of failed request: 260 > Current serial number in output stream: 260 > > > Thanks for replying, I thought everyone had forgotten about me :(
I assume it fails in both cases then? try using the -c option and specifying the video device as /dev/v4l/video0 (i thionk the default may be /dev/video0) xawtv -c /dev/v4l/video0 then if that doesn't work try xawtv -hwscan (does a hardware scan) (don't worry about the string conversion error, I get that too) if it still crashes try emerge strace strace xawtv big output as it traces all system calls, but the error should be near the end. > -- Nick Rout <[EMAIL PROTECTED]> -- [email protected] mailing list
