hi all,
i'm running gentoo with a nvidia. i compiled gem from cvs (0.90, July 13). pix_video is not working. only a white square appear in the window. also, when i try 00.SimpleVideo.pd [mode NTSC] message, i get: invalid arguments for messahe "mode [<norm>] [<channel>]"
then i've changed [mode NTSC 0], but still nothing.
also in the console: GEM: pix_video: do video for this OS
???
hitting [driver 0], i get: driverID (0) must not exceed 0
note that i can use /dev/video0 in pdp, effectv etc... any idea???
pat
patrick wrote:
hi all,
hitting [driver 0], i get: driverID (0) must not exceed 0
note that i can use /dev/video0 in pdp, effectv etc... any idea???
yes: you have compiled Gem without v4l-support.
since some time the video-support of Gem can be turned off via configure (by default it tries to detect whether it _can_ use the v4l-api; if the test fails, v4l-support will be turned off too)
this might be a problem with using the configure in src/Gnu/ instead the one in src/
mfg.asd.r IOhannes