Hi, I've tested out saa7134-20020328 and it's fixed all the channel switching, initialization and audio muting issues for FlyVideo 2000. The only missing pieces are the FM Radio and Remote Control support, which I don't have and won't be able to test. Now onto higher level stuff (I'm playing with motv and the plugin filters, but it seems to only work for snapshots, the filters are not functional for live TV viewing? Snapshots also have missing pixels on the scan line) In any case, the following is a small patch that fixes compatibility with XVideo support on my system using NVdriver. (Somehow XVideo drops the '-' in S-Video, so 's-video' becomes an invalid input option). After applying it I can use xawtv with and without XVideo just fine (via 'svideo' input). --------------------- Xvideo-compat.diff ------------------------------ --- saa7134-cards.c.orig Fri Apr 5 15:14:02 2002 +++ saa7134-cards.c Fri Apr 5 15:14:14 2002 @@ -32,7 +32,7 @@ static char name_tv[] = "Television"; static char name_comp1[] = "Composite1"; static char name_comp2[] = "Composite2"; -static char name_svideo[] = "S-Video"; +static char name_svideo[] = "SVideo"; /* ------------------------------------------------------------------ */ /* board config info */ ------------------ cut here --------------------------------------- T.C. ---- Wan Tat Chee (Lecturer) School of Computer Science, Univ. Science Malaysia, 11800 Minden, Penang, Malaysia. Ofc Ph: +604 657-7888 x 3617 Internet: tcwan@xxxxxxxxx Web: http://nrg.cs.usm.my/~tcwan GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg.asc F'print : FB0F CED7 85A5 ECF9 DEF0 50E8 A550 A0D2 8638 B1EB