From owner-freebsd-multimedia Sun Sep 22 12:35:53 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA28717 for multimedia-outgoing; Sun, 22 Sep 1996 12:35:53 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA28695 for ; Sun, 22 Sep 1996 12:35:50 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.8.Beta.3/8.8.Beta.3) with SMTP id PAA05722; Sun, 22 Sep 1996 15:35:41 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Sun, 22 Sep 1996 15:35:41 -0400 (EDT) From: Kim Culhan To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: vic-2.8 In-Reply-To: <199609220300.UAA01007@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 21 Sep 1996, Amancio Hasty wrote: > You can't generate a static binary with the way that tcl was build in > your system. Briefly, tcl was compiled to support loadable modules which > means that you need dl??? functions. These functions are loaded > at link time and are not part of any library. > > So try to compile vic as a shareable module and you will not > get the undefined functions. The compile time option which > tells gcc to build a static binary is "-static". Yes this works fine, vic-2.8 with the Meteor video capture card works very well, receiving locally on FreeBSD, Sun Sparc and an old SGI. The available color map in the other machines delivers fairly good color rendition, the Matrox Millenium card in the machine running the vic 'transmitter' displays 24-bit quality. Wonder if the encoder is able to transmit 24-bit color? Going to look into this.. Now its time to look into the configuration of the FreeBSD router to allow it to create a tunnel while routing multicast packets to the local net. regards kim -- kimc@w8hd.org From owner-freebsd-multimedia Sun Sep 22 12:39:06 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA01070 for multimedia-outgoing; Sun, 22 Sep 1996 12:39:06 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA01054 for ; Sun, 22 Sep 1996 12:39:04 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.8.Beta.3/8.8.Beta.3) with SMTP id PAA05726; Sun, 22 Sep 1996 15:38:56 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Sun, 22 Sep 1996 15:38:56 -0400 (EDT) From: Kim Culhan To: Thomas Pfenning cc: "'Amancio Hasty'" , "'multimedia@freebsd.org'" Subject: RE: vic-2.8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 21 Sep 1996, Thomas Pfenning wrote: > And a binary of 4Mb instead of 10. Actually: -r-xr-xr-x 1 bin bin 1754943 Sep 22 09:44 vic :) kim From owner-freebsd-multimedia Sun Sep 22 14:55:54 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04822 for multimedia-outgoing; Sun, 22 Sep 1996 14:55:54 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA04786 for ; Sun, 22 Sep 1996 14:55:50 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id OAA00793; Sun, 22 Sep 1996 14:55:05 -0700 (PDT) Message-Id: <199609222155.OAA00793@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Kim Culhan cc: multimedia@freebsd.org Subject: Re: vic-2.8 In-reply-to: Your message of "Sun, 22 Sep 1996 15:35:41 EDT." Date: Sun, 22 Sep 1996 14:55:04 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When you get a change can you replace the ip multicast address in icast.config from : 224.0.0.1 to 224.2.100.102 and the video's broadcast port from: # UDP port for video multicast streams broadcast_port 4030 to # UDP port for video multicast streams broadcast_port 49200 Basically the above will allow ic_videod to transmit on the FreeBSD Lounge. Is just I think that 224.0.0.1 never gets out from your site. Tnks, Amancio >From The Desk Of Kim Culhan : > > > On Sat, 21 Sep 1996, Amancio Hasty wrote: > > > You can't generate a static binary with the way that tcl was build in > > your system. Briefly, tcl was compiled to support loadable modules which > > means that you need dl??? functions. These functions are loaded > > at link time and are not part of any library. > > > > So try to compile vic as a shareable module and you will not > > get the undefined functions. The compile time option which > > tells gcc to build a static binary is "-static". > > Yes this works fine, vic-2.8 with the Meteor video capture card works > very well, receiving locally on FreeBSD, Sun Sparc and an old SGI. > > The available color map in the other machines delivers fairly good color > rendition, the Matrox Millenium card in the machine running the vic > 'transmitter' displays 24-bit quality. > Wonder if the encoder is able to transmit 24-bit color? > > Going to look into this.. > > Now its time to look into the configuration of the FreeBSD router to allow > it to create a tunnel while routing multicast packets to the local net. > > regards > kim > > -- > kimc@w8hd.org > From owner-freebsd-multimedia Sun Sep 22 15:31:48 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA21060 for multimedia-outgoing; Sun, 22 Sep 1996 15:31:48 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA21015 for ; Sun, 22 Sep 1996 15:31:41 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.8.Beta.3/8.8.Beta.3) with SMTP id SAA06043; Sun, 22 Sep 1996 18:30:24 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Sun, 22 Sep 1996 18:30:23 -0400 (EDT) From: Kim Culhan To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: vic-2.8 In-Reply-To: <199609222155.OAA00793@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 22 Sep 1996, Amancio Hasty wrote: > Is just I think that 224.0.0.1 never gets out from your site. Hmm.. I think routes must be added to a few routers to pass 224. from here.. I'm going to make a call and see about getting that setup now. kim -- kimc@w8hd.org From owner-freebsd-multimedia Sun Sep 22 23:07:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29175 for multimedia-outgoing; Sun, 22 Sep 1996 23:07:11 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA29149 for ; Sun, 22 Sep 1996 23:07:07 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id LAA00372; Sun, 1 Jan 1995 11:59:47 -0800 (PST) Message-Id: <199501011959.LAA00372@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: nirva@ishiboo.com cc: freebsd-multimedia@freebsd.org, rgrimes@GndRsh.aac.dev.com Subject: Re: Matrox Meteor Application In-reply-to: Your message of "Mon, 02 Sep 1996 05:10:16 MDT." <19960902111016.10367.qmail@dot.ishiboo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Jan 1995 11:59:46 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, What chipset do you have on your PPRO ? The reason why I am asking is because I just got a PPRO with the Intel 82440FX (Natoma) chipset and vic with a Matrox Meteor is doing nasty things to my ADAPTEC 2940UW like freezing the scsi bus. Tnks, Amancio >From The Desk Of nirva@ishiboo.com : > An application I wrote, similar to Amancio's tv program. > > It can be previewed and downloaded from > http://www.ishiboo.com/~nirva/Projects/metgrab/ > > --------------------------------------------------------------------------- > Danny Dulai Feet. Pumice. Lotion. > http://www.ishiboo.com/~nirva/ nirva@ishiboo.com > --------------------------------------------------------------------------- From owner-freebsd-multimedia Sun Sep 22 23:34:13 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA16709 for multimedia-outgoing; Sun, 22 Sep 1996 23:34:13 -0700 (PDT) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA16676 for ; Sun, 22 Sep 1996 23:34:08 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.7.6/8.7.3) id QAA04997 for multimedia@freebsd.org; Mon, 23 Sep 1996 16:33:50 +1000 Received: from pandora.devetir.qld.gov.au by ogre.devetir.qld.gov.au (8.7.5/DEVETIR-E0.3a) with ESMTP id QAA08134 for ; Mon, 23 Sep 1996 16:36:01 +1000 (EST) Received: from netfl15a.devetir.qld.gov.au (netfl15a.devetir.qld.gov.au [167.123.24.12]) by pandora.devetir.qld.gov.au (8.6.10/8.6.12) with ESMTP id QAA23683 for ; Mon, 23 Sep 1996 16:35:35 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id GAA12810 for ; Mon, 23 Sep 1996 06:37:21 GMT Message-Id: <199609230637.GAA12810@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: Latest version of sound driver - what's happening? X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Sep 1996 16:37:20 +1000 From: Stephen Hocking Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What's going on with the sound stuff? I'm wishing to have the mmap'ed DMA buffer that TASD offers (so that it can be used in the Linux emulation so that Quake will have sound) Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-multimedia Mon Sep 23 11:06:19 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA16181 for multimedia-outgoing; Mon, 23 Sep 1996 11:06:19 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA16151 for ; Mon, 23 Sep 1996 11:06:13 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.6/8.7.3) id NAA14807 for multimedia@freebsd.org; Mon, 23 Sep 1996 13:05:41 -0500 (CDT) Date: Mon, 23 Sep 1996 13:05:41 -0500 (CDT) From: Jim Lowe Message-Id: <199609231805.NAA14807@miller.cs.uwm.edu> To: multimedia@freebsd.org Subject: vic 2.8 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I put a compressed binary of vic 2.8 statically linked on our ftp site. Just grab: ftp://ftp.cs.uwm.edu/pub/FreeBSD/vic.2.8.gz It has the meteor, qcam, and spigot drivers in it. I havn't been able to test the qcam stuff. If you have a qcam and could test it, please let me know if it works. -Jim From owner-freebsd-multimedia Mon Sep 23 20:36:59 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA04579 for multimedia-outgoing; Mon, 23 Sep 1996 20:36:59 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA04017 for ; Mon, 23 Sep 1996 20:35:35 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id UAA02286; Mon, 23 Sep 1996 20:34:18 -0700 (PDT) Date: Mon, 23 Sep 1996 20:34:18 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Alan Batie cc: multimedia@FreeBSD.org Subject: Re: GUS PnP avaliability In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Sep 1996, Alan Batie wrote: > > 3) The PnP runs between $150-180 US, depending on where you get it. > > It's $125 from www.isn.com; turn it into a Pro by adding memory (it has two > standard simm slots on it, but needs to be 70ns or better, if I remember > right, which meant I couldn't use my old 1Meg simms). I'll add that as the low mark and kick myself for not checking around more. :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-multimedia Mon Sep 23 22:15:05 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA16659 for multimedia-outgoing; Mon, 23 Sep 1996 22:15:05 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA16616 for ; Mon, 23 Sep 1996 22:14:59 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id WAA02503; Mon, 23 Sep 1996 22:14:55 -0700 (PDT) Date: Mon, 23 Sep 1996 22:14:52 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Jim Lowe cc: multimedia@freebsd.org Subject: Re: vic 2.8 In-Reply-To: <199609231805.NAA14807@miller.cs.uwm.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Sep 1996, Jim Lowe wrote: > I put a compressed binary of vic 2.8 statically linked on our ftp site. > Just grab: > ftp://ftp.cs.uwm.edu/pub/FreeBSD/vic.2.8.gz > > It has the meteor, qcam, and spigot drivers in it. I havn't been able > to test the qcam stuff. If you have a qcam and could test it, please > let me know if it works. Pulled this and are playing with it. I didn't see the spigot in the device list. I don't have a spigot but thought I should note it. Looks pretty good from the receiving standpoint. Stock 2.8 did too, so I'm not surprised. Nice to have 16 bit support. Qcam works pretty good. I have a loopback session going right now. Primary gripe is that 4 bit mode appears broke. The whitebalance doesn't appear to range properly, ie it turns bright white on both ends of the scale except for a certain point near the "auto" button. I don't know if this is vic's problem or the qcam driver's. I'm running 2.1.5-RELEASE with qcam-driver v1.1 (I think). 6 bit works fine (but it sure does drag on the system every second or so!). Only problem I see here is that the screen blacks out every so often for a frame. Again, don't know if this is vic's or qcam0's fault. For a performance benchmark, on small frame size & 6bits, I get about 3.9fps. On normal size, it drops to about 1.5fps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major PS: Jim -- what hardware are you using on the parking lot cam? From owner-freebsd-multimedia Mon Sep 23 22:34:46 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA23675 for multimedia-outgoing; Mon, 23 Sep 1996 22:34:46 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA23652 for ; Mon, 23 Sep 1996 22:34:40 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id WAA02563 for ; Mon, 23 Sep 1996 22:34:40 -0700 (PDT) Date: Mon, 23 Sep 1996 22:34:39 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: multimedia@freebsd.org Subject: Test qcam broadcast? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello... Anyone interested in seeing a mbone broadcast from a quickcam? I am going to be around Tuesday for the most part (hopefully) and could turn on the quickcam using Jim's new v2.8 vic. I'll try to stick myself in FreeBSD Lounge at some point when you east coasters are awake :) and we can play with it if you're interested. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-multimedia Mon Sep 23 23:30:52 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA21008 for multimedia-outgoing; Mon, 23 Sep 1996 23:30:52 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA20984; Mon, 23 Sep 1996 23:30:48 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id XAA00565; Mon, 23 Sep 1996 23:30:44 -0700 (PDT) Message-Id: <199609240630.XAA00565@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org cc: multimedia@freebsd.org, "Rodney W. Grimes" Subject: DOES NOT WORK : Matrox Meteor , OmniMedia and PPRO 200MHZ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Sep 1996 23:30:41 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, I just recently bought a PPRO and I am very happy with it. There is only problem in that the video capture boards based upon the Phillips SAA 7196 doesn't work with the Intel 82440FX (Natoma) PCI chipset. Matrox and Intel are aware of the problem and so far I heard that Matrox claims that is an Intel chipset problem. Just for kick I brought in an OmniMedia P1SC (Matrox Clone ) and sure enought exhibits the same problem as my Matrox Meteor. The problem is simple: if you use vic and crank up the transmission rate to 128 or higher -- your PCI bus goes hay wire . Interestingly enough my program rah.star-gate.com:/pub/tv-0.2.tar.gz and http://www.ishiboo.com/~nirva/Projects/metgrab don't seem to exhibit the PCI bug hang even thought both programs flood the PCI bus . What is metgrab? Well is a cool program written by Danny Dulai which using a Matrox Meteor does image processing on the fly -- imagine using xv to get outline , or negative view, etc... except that metgrab on a PPRO 200 does it in real time 8) Amancio From owner-freebsd-multimedia Tue Sep 24 00:35:16 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24416 for multimedia-outgoing; Tue, 24 Sep 1996 00:35:16 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA24388 for ; Tue, 24 Sep 1996 00:35:12 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id AAA00951 for ; Tue, 24 Sep 1996 00:35:07 -0700 (PDT) Message-Id: <199609240735.AAA00951@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: multimedia@freebsd.org Subject: Logitech MouseMan Cordless 8) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Sep 1996 00:35:07 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just bought a Logitech MouseMan Cordless. This mouse uses packet radio as supposed to a infrared interface of past cordless mouse. I got for $89 at Fry's in Palo Alto, California. Oh Yea, forgot the best part I didn't have to hack anything to get to work with XFree86 8) Enjoy, Amancio From owner-freebsd-multimedia Tue Sep 24 02:09:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA00237 for multimedia-outgoing; Tue, 24 Sep 1996 02:09:11 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA00205 for ; Tue, 24 Sep 1996 02:09:07 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id LAA03221 for ; Tue, 24 Sep 1996 11:09:17 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id LAA05211 for multimedia@freebsd.org; Tue, 24 Sep 1996 11:15:56 +0200 Date: Tue, 24 Sep 1996 11:15:56 +0200 From: Christoph Kukulies Message-Id: <199609240915.LAA05211@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: vic 2.8- colormap Q Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a way top tell vic not to use that many colors. It seems a bit senseless to get a message 'ran out of colors' when operating a 4 level gray scale quickcam. I know you guys all have Matrox Meteor and Millenium 4MB boards or whatever :-) --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Sep 24 02:29:41 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA06667 for multimedia-outgoing; Tue, 24 Sep 1996 02:29:41 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA06637 for ; Tue, 24 Sep 1996 02:29:37 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id LAA04298 for ; Tue, 24 Sep 1996 11:29:37 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id LAA05304; Tue, 24 Sep 1996 11:36:15 +0200 Message-Id: <199609240936.LAA05304@gilberto.physik.rwth-aachen.de> Date: Tue, 24 Sep 1996 11:36:14 +0200 From: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) To: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) Cc: multimedia@freebsd.org Subject: Re: vic 2.8- colormap Q In-Reply-To: <199609240915.LAA05211@gilberto.physik.rwth-aachen.de>; from Christoph Kukulies on Sep 24, 1996 11:15:56 +0200 References: <199609240915.LAA05211@gilberto.physik.rwth-aachen.de> X-Mailer: Mutt 0.44 Mime-Version: 1.0 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies writes: > > Is there a way top tell vic not to use that many colors. > It seems a bit senseless to get a message 'ran out of colors' > when operating a 4 level gray scale quickcam. A bit reading revealed (vic.1) that the problem boils down to telling sdr to invoke vat with -c gray. Now, I don't have a manual for sdr. > > I know you guys all have Matrox Meteor and Millenium 4MB boards > or whatever :-) > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Sep 24 03:10:28 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22890 for multimedia-outgoing; Tue, 24 Sep 1996 03:10:28 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA22861 for ; Tue, 24 Sep 1996 03:10:21 -0700 (PDT) Received: from basil.cdt.luth.se by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v5URS-0008yfC; Tue, 24 Sep 96 03:10 PDT Received: from salt.cdt.luth.se (salt.cdt.luth.se [130.240.193.242]) by basil.cdt.luth.se (8.7.5/8.7.3) with ESMTP id LAA29676; Tue, 24 Sep 1996 11:57:25 +0200 (MET DST) Received: from salt.cdt.luth.se (localhost [127.0.0.1]) by salt.cdt.luth.se (8.6.12/8.6.12) with ESMTP id LAA29793; Tue, 24 Sep 1996 11:58:37 +0200 Message-Id: <199609240958.LAA29793@salt.cdt.luth.se> To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) cc: multimedia@freebsd.org Subject: Re: vic 2.8- colormap Q In-reply-to: Your message of "Tue, 24 Sep 1996 11:36:14 +0200." <199609240936.LAA05304@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Sep 1996 11:58:37 +0200 From: Peter Parnes Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Information about sdr and its configuration can be found under the 'help'-button. /P From owner-freebsd-multimedia Tue Sep 24 07:41:03 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15830 for multimedia-outgoing; Tue, 24 Sep 1996 07:41:03 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA15807 for ; Tue, 24 Sep 1996 07:40:57 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.6/8.7.3) id JAA05636; Tue, 24 Sep 1996 09:40:47 -0500 (CDT) Date: Tue, 24 Sep 1996 09:40:47 -0500 (CDT) From: Jim Lowe Message-Id: <199609241440.JAA05636@miller.cs.uwm.edu> To: dwhite@resnet.uoregon.edu Subject: Re: vic 2.8 Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: Doug White > Subject: Re: vic 2.8 > I didn't see the spigot in the device list. I don't have a spigot but > thought I should note it. If you have a /dev/spigot, it will show up in the device list. > For a performance benchmark, on small frame size & 6bits, I get about > 3.9fps. On normal size, it drops to about 1.5fps. Thanks for the report Doug. I wasn't sure if the qcam stuff was working at all. > PS: Jim -- what hardware are you using on the parking lot cam? It is a real hack. I hope to improve it later this year. The current set up is an old sparc 1 with a videopix framegrabber. The camera is a nck ccd telecamera (the desktop type). I used some packing tape and taped the cables to the camera and set it out on the 7th floor window ledge of one of the labs. Slamming the window seems to keep the camera in the same position :-). However, with winter approaching, we will have to come up with something a little better. Being is Wisconsin, the temperature gets a bit chilly for electronics. The current plan is to put the camera in a box with a light bulb to keep it warm. Similar to those egg incubators when you were a younger :-). Longer range plans include servo motors connected to a web page for positioning; an outdoor type of camera, and mounting it on top of the nursing building (12 floors) or the dorms (26 floors) for a better view of the area. We would also like to use a little better framegrabber than the sparc 1 since that can only seem to grab about 4fps. Even with the bandwidth limited to 10kbps we should be able to get a higher frame rate than 4fps at times. -Jim From owner-freebsd-multimedia Tue Sep 24 09:18:33 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11106 for multimedia-outgoing; Tue, 24 Sep 1996 09:18:33 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA11050 for ; Tue, 24 Sep 1996 09:18:25 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id SAA18977 for ; Tue, 24 Sep 1996 18:18:29 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id SAA06603 for multimedia@freebsd.org; Tue, 24 Sep 1996 18:25:08 +0200 Date: Tue, 24 Sep 1996 18:25:08 +0200 From: Christoph Kukulies Message-Id: <199609241625.SAA06603@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: vic-2.8 - quickcam Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk vic-2.8: I'm getting varying results from the quickcam. in 6bit mode the whole system holds breath every seconds together with heavy disk activity - syslog? I'm also getting a bunch of timeouts on reading the quickcam. Sep 24 18:19:51 isdn-kukulies /kernel: qcam0: 1 timeouts during init Sep 24 18:19:52 isdn-kukulies /kernel: qcam0: 6bpp unidirectional scan mode selected Sep 24 18:20:23 isdn-kukulies last message repeated 31 times Sep 24 18:22:24 isdn-kukulies last message repeated 113 times I would suggest an environment variable to set the quickcam whitebalance to a fixed value. From what I've read this value is a constant and distinct value for every individual instance. This would ease adjustment and confine it to two degrees of freedom rather than three :-) --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Sep 24 09:18:47 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11232 for multimedia-outgoing; Tue, 24 Sep 1996 09:18:47 -0700 (PDT) Received: from hope.cnuce.cnr.it (hope.cnuce.cnr.it [131.114.193.61]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA11197 for ; Tue, 24 Sep 1996 09:18:42 -0700 (PDT) Received: from hope.cnuce.cnr.it (localhost [127.0.0.1]) by hope.cnuce.cnr.it (8.7.5/8.7.3) with SMTP id SAA00414 for ; Tue, 24 Sep 1996 18:20:11 GMT Message-ID: <32482656.41C67EA6@hope.cnuce.cnr.it> Date: Tue, 24 Sep 1996 18:20:06 +0000 From: Marco e Nello X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: multimedia@freebsd.org Subject: We need source code - help! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We are working on a multimedia thesis and now our problem is to find source code (c or c++ or similare) of applications that store in audio file (in any format) input from microphone or line in. The thesis must be done on a freebsd workstation on which is installed a Soundblaster-16. Can you help me? Do you know any addresses where we can download this application? Thanks in advance, NELLO NICOLETTI E MARCO MOSCATO From owner-freebsd-multimedia Tue Sep 24 10:11:20 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03532 for multimedia-outgoing; Tue, 24 Sep 1996 10:11:20 -0700 (PDT) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA03449 for ; Tue, 24 Sep 1996 10:11:05 -0700 (PDT) Received: from grumble.grondar.za (mark@localhost.grondar.za [127.0.0.1]) by grumble.grondar.za (8.7.6/8.7.3) with ESMTP id TAA05543; Tue, 24 Sep 1996 19:09:38 +0200 (SAT) Message-Id: <199609241709.TAA05543@grumble.grondar.za> To: Marco e Nello cc: multimedia@freebsd.org Subject: Re: We need source code - help! Date: Tue, 24 Sep 1996 19:09:37 +0200 From: Mark Murray Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Marco e Nello wrote: > We are working on a multimedia thesis and now our problem is to find > source code (c or c++ or similare) of applications that store in audio > file (in any format) input from microphone or line in. > The thesis must be done on a freebsd workstation on which is installed a > Soundblaster-16. If you have built your kernel with soundblaster support (look in the handbook - /usr/share/doc/handbook/*) then all you need to do is # cat /dev/audio > some_file.au (you'll need to halt it with a ^C) to make a .au (SUN) format sound file and # cat some_file.au > /dev/audio to play it back. Easy! M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-multimedia Tue Sep 24 15:44:50 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA28869 for multimedia-outgoing; Tue, 24 Sep 1996 15:44:50 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA28848 for ; Tue, 24 Sep 1996 15:44:46 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id PAA04645; Tue, 24 Sep 1996 15:44:00 -0700 (PDT) Date: Tue, 24 Sep 1996 15:44:00 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Christoph Kukulies cc: multimedia@FreeBSD.org Subject: Re: vic-2.8 - quickcam In-Reply-To: <199609241625.SAA06603@gilberto.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 24 Sep 1996, Christoph Kukulies wrote: > I'm getting varying results from the quickcam. > in 6bit mode the whole system holds breath > every seconds together with heavy disk activity - > syslog? I'm also getting a bunch of timeouts > on reading the quickcam. YES! The darn qcam driver just fills the syslog to the rim. I don't know if the grabber is opening it in the wrong mode or what, but take a look at your syslog after about three minutes of activty. It's about 5 log entries per second. I think I'm going to hack the qcam driver to shut it up. > Sep 24 18:19:51 isdn-kukulies /kernel: qcam0: 1 timeouts during init > Sep 24 18:19:52 isdn-kukulies /kernel: qcam0: 6bpp unidirectional scan mode selected > Sep 24 18:20:23 isdn-kukulies last message repeated 31 times > Sep 24 18:22:24 isdn-kukulies last message repeated 113 times At least your machine picked up the repeat. > I would suggest an environment variable to set the > quickcam whitebalance to a fixed value. > From what I've read this value is a constant and > distinct value for every individual instance. > This would ease adjustment and confine it to two degrees of > freedom rather than three :-) I don't mind the whitebalance; it's sort of a softer brightness. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-multimedia Tue Sep 24 17:52:55 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA09011 for multimedia-outgoing; Tue, 24 Sep 1996 17:52:55 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA08988 for ; Tue, 24 Sep 1996 17:52:49 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14592(5)>; Tue, 24 Sep 1996 17:52:11 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177476>; Tue, 24 Sep 1996 17:52:00 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) cc: multimedia@freebsd.org Subject: Re: vic 2.8- colormap Q In-reply-to: Your message of "Tue, 24 Sep 1996 02:36:14 PDT." <199609240936.LAA05304@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="===_0_Tue_Sep_24_17:50:45_PDT_1996" Date: Tue, 24 Sep 1996 17:51:48 PDT From: Bill Fenner Message-Id: <96Sep24.175200pdt.177476@crevenia.parc.xerox.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multipart MIME message. --===_0_Tue_Sep_24_17:50:45_PDT_1996 Content-Type: text/plain; charset=us-ascii In message <199609240936.LAA05304@gilberto.physik.rwth-aachen.de>you write: >A bit reading revealed (vic.1) that the problem boils down >to telling sdr to invoke vat with -c gray. Now, I don't have >a manual for sdr. Unfortunately, customization of command lines isn't something that sdr handles well yet. You could try putting the following file in ~/.sdr/plugins . It will probably ask you to choose whether you want to use vic or vic when you start a session, and might or might not help... Bill --===_0_Tue_Sep_24_17:50:45_PDT_1996 Content-Type: text/plain; charset=us-ascii Content-Description: sdr2.plugin.S11.video.rtp.*.vic media:video proto:RTP/AVP protoname:RTP tool:vic fmt:31 { fmtname:H.261 flags:-f h261 } fmt:28 { fmtname:nv flags:-f nv } fmt:26 { fmtname:M-JPEG flags:-f jpeg } fmt:25 { fmtname:Cell B flags:-f celb } flags:-t $(TTL) flags:-I $(CHAN) flags:-C $(SESSNAME) flags:-c gray flags:$(ADDRESS)/$(PORT) --===_0_Tue_Sep_24_17:50:45_PDT_1996-- From owner-freebsd-multimedia Wed Sep 25 00:36:26 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA12076 for multimedia-outgoing; Wed, 25 Sep 1996 00:36:26 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA11939 for ; Wed, 25 Sep 1996 00:36:17 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id JAA07199; Wed, 25 Sep 1996 09:36:23 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id JAA09508; Wed, 25 Sep 1996 09:42:57 +0200 Message-Id: <199609250742.JAA09508@gilberto.physik.rwth-aachen.de> Date: Wed, 25 Sep 1996 09:42:56 +0200 From: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) To: dwhite@resnet.uoregon.edu Cc: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies), multimedia@freebsd.org Subject: Re: vic-2.8 - quickcam In-Reply-To: ; from Doug White on Sep 24, 1996 15:44:00 -0700 References: X-Mailer: Mutt 0.44 Mime-Version: 1.0 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White writes: > On Tue, 24 Sep 1996, Christoph Kukulies wrote: > > > I'm getting varying results from the quickcam. > > in 6bit mode the whole system holds breath > > every seconds together with heavy disk activity - > > syslog? I'm also getting a bunch of timeouts > > on reading the quickcam. > > YES! The darn qcam driver just fills the syslog to the rim. I don't know > if the grabber is opening it in the wrong mode or what, but take a look at > your syslog after about three minutes of activty. It's about 5 log > entries per second. I think I'm going to hack the qcam driver to shut it > up. > > > Sep 24 18:19:51 isdn-kukulies /kernel: qcam0: 1 timeouts during init > > Sep 24 18:19:52 isdn-kukulies /kernel: qcam0: 6bpp unidirectional scan mode selected > > Sep 24 18:20:23 isdn-kukulies last message repeated 31 times > > Sep 24 18:22:24 isdn-kukulies last message repeated 113 times > > At least your machine picked up the repeat. > > > I would suggest an environment variable to set the > > quickcam whitebalance to a fixed value. > > From what I've read this value is a constant and > > distinct value for every individual instance. > > This would ease adjustment and confine it to two degrees of > > freedom rather than three :-) > > I don't mind the whitebalance; it's sort of a softer brightness. I believe the qcam driver has changed a couple of weeks ago. Some new code has been introduced and made things worse. I didn't check the cvs repository for that but I seem to remember. On a machine in the campus - blues, a 486DX2/66 - the kernel qcam driver doesn't show these timeouts and also doesn't lock the system every second or so while in my town office I have Amd5x86 DX4/133 which should be faster but since it's running a Sep 1 kernel it has this nasty behaviour. Maybe one should backout the qcam driver changes? At least testwise. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Wed Sep 25 00:48:35 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA21895 for multimedia-outgoing; Wed, 25 Sep 1996 00:48:35 -0700 (PDT) Received: from kanto.cc.jyu.fi (root@kanto.cc.jyu.fi [130.234.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA20097 for ; Wed, 25 Sep 1996 00:46:26 -0700 (PDT) Received: from localhost (kallio@localhost [127.0.0.1]) by kanto.cc.jyu.fi (8.7.2/8.7.2) with ESMTP id KAA09362 for ; Wed, 25 Sep 1996 10:46:23 +0300 (EET DST) Date: Wed, 25 Sep 1996 10:46:22 +0300 (EET DST) From: Seppo Kallio To: multimedia@freebsd.org Subject: Sound editor - is there some free available? In-Reply-To: <32482656.41C67EA6@hope.cnuce.cnr.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FreeBSD Current ports does not include any sound editor. Is there some free one working on FreeBSD (or Linux emu)? Seppo Kallio kallio@jyu.fi Computing Center Fax +358-14-603611 U of Jyväskylä 62.14N 25.44E Phone +358-14-603606 PL 35, 40351 Jyväskylä, Finland http://www.jyu.fi/~kallio From owner-freebsd-multimedia Wed Sep 25 08:10:24 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA04638 for multimedia-outgoing; Wed, 25 Sep 1996 08:10:24 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA04610 for ; Wed, 25 Sep 1996 08:10:21 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.6/8.7.3) id KAA29726 for multimedia@freebsd.org; Wed, 25 Sep 1996 10:10:17 -0500 (CDT) Date: Wed, 25 Sep 1996 10:10:17 -0500 (CDT) From: Jim Lowe Message-Id: <199609251510.KAA29726@miller.cs.uwm.edu> To: multimedia@freebsd.org Subject: vic 2.8 and qcam Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Re: qcam error messages A quick cruise through the code shows that qcam_debug is enabled by default. I beleive if you set qcam_debug to zero, the error messages will go away. Try this: echo "set qcam_debug=0" | gdb -k -w /kernel /dev/mem Let me know if that helps, -Jim From owner-freebsd-multimedia Wed Sep 25 08:24:58 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA11605 for multimedia-outgoing; Wed, 25 Sep 1996 08:24:58 -0700 (PDT) Received: from dot.ishiboo.com (user11044@dot.ishiboo.com [208.128.22.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA11570 for ; Wed, 25 Sep 1996 08:24:52 -0700 (PDT) From: nirva@ishiboo.com Received: (qmail-queue invoked by uid 509); 25 Sep 1996 15:23:12 -0000 Message-ID: <19960925152311.11038.qmail@dot.ishiboo.com> Subject: MetGrab 1.0.1 To: freebsd-multimedia@freebsd.org Date: Wed, 25 Sep 1996 09:23:11 -0600 (MDT) X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm releasing a new very tiny changed version of Metgrab. I finnally got my Millieium 4 meg module so when I increased my depth to 32bpp, Metrgab stopped working well. As I stated in the previous release, I only supported 16bpp Truecolor output. 32bpp was easy to support, so when I finnally could test it, I added it. So now the 4 or so lines were added, and Metgrab supports 16bpp and 32bpp ;) Metgrab is available at http://www.ishiboo.com/~nirva/Projects/metgrab/ --------------------------------------------------------------------------- Danny Dulai Feet. Pumice. Lotion. http://www.ishiboo.com/~nirva/ nirva@ishiboo.com --------------------------------------------------------------------------- From owner-freebsd-multimedia Wed Sep 25 08:49:56 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27135 for multimedia-outgoing; Wed, 25 Sep 1996 08:49:56 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA25668 for ; Wed, 25 Sep 1996 08:47:44 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id RAA04657; Wed, 25 Sep 1996 17:47:04 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id RAA10784; Wed, 25 Sep 1996 17:53:37 +0200 Message-Id: <199609251553.RAA10784@gilberto.physik.rwth-aachen.de> Date: Wed, 25 Sep 1996 17:53:37 +0200 From: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) To: james@miller.cs.uwm.edu (Jim Lowe) Cc: multimedia@freebsd.org Subject: Re: vic 2.8 and qcam In-Reply-To: <199609251510.KAA29726@miller.cs.uwm.edu>; from Jim Lowe on Sep 25, 1996 10:10:17 -0500 References: <199609251510.KAA29726@miller.cs.uwm.edu> X-Mailer: Mutt 0.44 Mime-Version: 1.0 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jim Lowe writes: > > Re: qcam error messages > > A quick cruise through the code shows that qcam_debug is enabled > by default. I beleive if you set qcam_debug to zero, the error > messages will go away. > > Try this: > > echo "set qcam_debug=0" | gdb -k -w /kernel /dev/mem Nice trick :-) Indeed, the error messages went away but the system is still sticky. Not much pleasure to work with. > > Let me know if that helps, > > -Jim -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Wed Sep 25 10:13:25 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA10504 for multimedia-outgoing; Wed, 25 Sep 1996 10:13:25 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA10461 for ; Wed, 25 Sep 1996 10:13:19 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.6/8.7.3) id MAA06238; Wed, 25 Sep 1996 12:12:57 -0500 (CDT) Date: Wed, 25 Sep 1996 12:12:57 -0500 (CDT) From: Jim Lowe Message-Id: <199609251712.MAA06238@miller.cs.uwm.edu> To: kuku@gilberto.physik.rwth-aachen.de Subject: Re: vic 2.8 and qcam Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) > To: james@miller.cs.uwm.edu (Jim Lowe) > Cc: multimedia@freebsd.org > Subject: Re: vic 2.8 and qcam > > Nice trick :-) Indeed, the error messages went away but the system is > still sticky. Not much pleasure to work with. > Yes, I think the qcam driver needs some work... This was just a quick hack to eliminate some error messages. -Jim From owner-freebsd-multimedia Wed Sep 25 11:53:51 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA16158 for multimedia-outgoing; Wed, 25 Sep 1996 11:53:51 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA16127 for ; Wed, 25 Sep 1996 11:53:48 -0700 (PDT) Received: from mercury.mcs.com (root@Mercury.mcs.com [192.160.127.80]) by Kitten.mcs.com (8.8.Beta.4/8.8.Beta.3) with SMTP id NAA20468 for ; Wed, 25 Sep 1996 13:53:47 -0500 (CDT) Received: by mercury.mcs.com (/\==/\ Smail3.1.28.1 #28.13) id ; Wed, 25 Sep 96 13:53 CDT Message-Id: Subject: Gus PnP Driver on Non PnP MBs To: multimedia@freebsd.org Date: Wed, 25 Sep 1996 13:53:45 -0500 (CDT) From: "Lars Fredriksen" X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Just something for the FAQ. If you have a non PNP MB and your are unlucky enought to have a device that uses port 0x203, Hastys gus PnP gus driver will hang upon boot, where it awaits a RDY bit to be asserted on port 0x203. The quick fix is to move the offending board out of the way, and things will work fine. Thanks, Lars -- ------------------------------------------------------------------- Lars Fredriksen fredriks@mcs.com (home) lars@fredriks.pr.mcs.net (home-home) From owner-freebsd-multimedia Wed Sep 25 12:20:43 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04001 for multimedia-outgoing; Wed, 25 Sep 1996 12:20:43 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA03975 for ; Wed, 25 Sep 1996 12:20:41 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id MAA06871; Wed, 25 Sep 1996 12:20:29 -0700 (PDT) Message-Id: <199609251920.MAA06871@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: "Lars Fredriksen" cc: multimedia@freebsd.org Subject: Re: Gus PnP Driver on Non PnP MBs In-reply-to: Your message of "Wed, 25 Sep 1996 13:53:45 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Sep 1996 12:20:29 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I will update the driver to alleviate this problem. Tnks, Amancio >From The Desk Of "Lars Fredriksen" : > Hi, > Just something for the FAQ. If you have a non PNP MB and > your are unlucky enought to have a device that uses port 0x203, > Hastys gus PnP gus driver will hang upon boot, where it awaits > a RDY bit to be asserted on port 0x203. The quick fix is to move > the offending board out of the way, and things will work fine. > > Thanks, > Lars > -- > ------------------------------------------------------------------- > Lars Fredriksen fredriks@mcs.com (home) > lars@fredriks.pr.mcs.net (home-home) From owner-freebsd-multimedia Wed Sep 25 20:53:36 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA27581 for multimedia-outgoing; Wed, 25 Sep 1996 20:53:36 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA27546 for ; Wed, 25 Sep 1996 20:53:30 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id UAA00819; Wed, 25 Sep 1996 20:53:25 -0700 (PDT) Date: Wed, 25 Sep 1996 20:53:25 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Seppo Kallio cc: multimedia@FreeBSD.org Subject: Re: Sound editor - is there some free available? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 25 Sep 1996, Seppo Kallio wrote: > FreeBSD Current ports does not include any sound editor. Is there some > free one working on FreeBSD (or Linux emu)? I thought someone just ported one (about a month ago). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-multimedia Thu Sep 26 01:18:31 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12005 for multimedia-outgoing; Thu, 26 Sep 1996 01:18:31 -0700 (PDT) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA11931 for ; Thu, 26 Sep 1996 01:18:22 -0700 (PDT) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 9792 on Thu, 26 Sep 1996 09:58:00 +0200; id JAA09792 efrom: marc@nietzsche.bowtie.nl; eto: UNKNOWN Received: from localhost (localhost [127.0.0.1]) by nietzsche.bowtie.nl (8.6.12/8.6.9) with ESMTP id JAA22993; Thu, 26 Sep 1996 09:57:23 +0200 Message-Id: <199609260757.JAA22993@nietzsche.bowtie.nl> X-Mailer: exmh version 1.6.7 5/3/96 To: dwhite@resnet.uoregon.edu Cc: kallio@cc.jyu.fi, multimedia@FreeBSD.org Subject: Re: Sound editor - is there some free available? In-reply-to: dwhite's message of Wed, 25 Sep 1996 20:53:25 -0700. Date: Thu, 26 Sep 1996 09:57:21 +0200 From: Marc van Kempen Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > On Wed, 25 Sep 1996, Seppo Kallio wrote: > > > FreeBSD Current ports does not include any sound editor. Is there some > > free one working on FreeBSD (or Linux emu)? > > I thought someone just ported one (about a month ago). > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > Look for mxv, it is based on interviews and a pain to compile on FreeBSD, I just went for the Linux binary after trying too long. I'm not sure what the sound emulation status is in the various FreeBSD incarnations, I have to use Amancio's patches that he made for Doom to work with sound on 2.1. If you need them too, mail me. Regards, Marc. ---------------------------------------------------- Marc van Kempen BowTie Technology Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- From owner-freebsd-multimedia Thu Sep 26 11:43:19 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14504 for multimedia-outgoing; Thu, 26 Sep 1996 11:43:19 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA14145 for ; Thu, 26 Sep 1996 11:42:46 -0700 (PDT) Received: from agora.rdrop.com by mail.crl.com with SMTP id AA02974 (5.65c/IDA-1.5 for ); Thu, 26 Sep 1996 10:43:35 -0700 Received: from kanto.cc.jyu.fi by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v6KRq-00092DC; Thu, 26 Sep 96 10:42 PDT Received: from localhost (kallio@localhost [127.0.0.1]) by kanto.cc.jyu.fi (8.7.2/8.7.2) with ESMTP id UAA19286; Thu, 26 Sep 1996 20:31:43 +0300 (EET DST) Date: Thu, 26 Sep 1996 20:31:43 +0300 (EET DST) From: Seppo Kallio To: Marc van Kempen Cc: dwhite@resnet.uoregon.edu, multimedia@FreeBSD.org Subject: Re: Sound editor - is there some free available? In-Reply-To: <199609260757.JAA22993@nietzsche.bowtie.nl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 26 Sep 1996, Marc van Kempen wrote: > > On Wed, 25 Sep 1996, Seppo Kallio wrote: > > > > > FreeBSD Current ports does not include any sound editor. Is there s= ome > > > free one working on FreeBSD (or Linux emu)? > Look for mxv, it is based on interviews and a pain to compile on > FreeBSD, I just went for the Linux binary after trying too long. I did try to compile xwave-0.5alpha, got it compiled when commented out all code using sound devices. So I have a binary showing the sound in a window, I can clip and paste (?) it but I cannot hear nor save it... I think someone with more experience with Linux/FreeBSD audio could quite easy get it working. xwave-0.5alpha is ported to Linux and SGI (I think) Seppo Kallio kallio@jyu.fi Computing Center Fax +358-14-603611 U of Jyv=E4skyl=E4 62.14N 25.44E Phone +358-14-603606 PL 35, 40351 Jyv=E4skyl=E4, Finland http://www.jyu.fi/~kallio From owner-freebsd-multimedia Fri Sep 27 01:46:01 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12578 for multimedia-outgoing; Fri, 27 Sep 1996 01:46:01 -0700 (PDT) Received: from news.IAEhv.nl (news.IAEhv.nl [194.151.64.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA12493 for ; Fri, 27 Sep 1996 01:45:51 -0700 (PDT) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 25377 on Fri, 27 Sep 1996 10:22:52 +0200; id KAA25377 efrom: marc@nietzsche.bowtie.nl; eto: UNKNOWN Received: from localhost (localhost [127.0.0.1]) by nietzsche.bowtie.nl (8.6.12/8.6.9) with ESMTP id KAA12919; Fri, 27 Sep 1996 10:20:21 +0200 Message-Id: <199609270820.KAA12919@nietzsche.bowtie.nl> X-Mailer: exmh version 1.6.7 5/3/96 To: Seppo Kallio cc: Marc van Kempen , dwhite@resnet.uoregon.edu, multimedia@FreeBSD.org Subject: Re: Sound editor - is there some free available? In-reply-to: kallio's message of Thu, 26 Sep 1996 20:31:43 +0300. Content-Transfer-Encoding: quoted-printable Date: Fri, 27 Sep 1996 10:20:21 +0200 From: Marc van Kempen Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > On Thu, 26 Sep 1996, Marc van Kempen wrote: > > > On Wed, 25 Sep 1996, Seppo Kallio wrote: > > > > > > > FreeBSD Current ports does not include any sound editor. Is there= some > > > > free one working on FreeBSD (or Linux emu)? > = > > Look for mxv, it is based on interviews and a pain to compile on > > FreeBSD, I just went for the Linux binary after trying too long. > = > I did try to compile xwave-0.5alpha, got it compiled when commented out= > all code using sound devices. So I have a binary showing the sound in a= > window, I can clip and paste (?) it but I cannot hear nor save it... > = > I think someone with more experience with Linux/FreeBSD audio could qui= te > easy get it working. xwave-0.5alpha is ported to Linux and SGI (I think= ) > = I just tried, and got it to compile quite easily. Just change the references to linux/soundcard.h to machine/soundcard.h. And the references to endian.h to machine/endian.h This gives you some trouble in "endian.h", just outdefine the definition of u_int32_t and u_int16_t, and define ulong in "types.h" for FreeBSD. It plays and records quite nicely, but the volume for recording is way too low, although this might my microphone's fault. Regards, Marc. time to do it properly right now, so I'll just describe what to do. ---------------------------------------------------- Marc van Kempen BowTie Technology = Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 = fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- From owner-freebsd-multimedia Fri Sep 27 05:13:23 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11005 for multimedia-outgoing; Fri, 27 Sep 1996 05:13:23 -0700 (PDT) Received: from kanto.cc.jyu.fi (root@kanto.cc.jyu.fi [130.234.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA10865 for ; Fri, 27 Sep 1996 05:13:11 -0700 (PDT) Received: from localhost (kallio@localhost [127.0.0.1]) by kanto.cc.jyu.fi (8.7.2/8.7.2) with ESMTP id PAA12816 for ; Fri, 27 Sep 1996 15:13:08 +0300 (EET DST) Date: Fri, 27 Sep 1996 15:13:06 +0300 (EET DST) From: Seppo Kallio To: multimedia@freebsd.org Subject: vic 2.8 + Matrox Meteor + PAL Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It does not work 100%. Matrox Meteor is in PAL mode, but it is using NTSC screen size. That is, I cannot see the 10-20% of right nor bottom of picture. Seppo Kallio kallio@jyu.fi Computing Center Fax +358-14-603611 U of Jyväskylä 62.14N 25.44E Phone +358-14-603606 PL 35, 40351 Jyväskylä, Finland http://www.jyu.fi/~kallio From owner-freebsd-multimedia Fri Sep 27 10:26:58 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29373 for multimedia-outgoing; Fri, 27 Sep 1996 10:26:58 -0700 (PDT) Received: from tide21.microsoft.com (tide21.microsoft.com [131.107.3.31]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA29353 for ; Fri, 27 Sep 1996 10:26:56 -0700 (PDT) Received: by tide21.microsoft.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5) id <01BBAC5E.BC0B2190@tide21.microsoft.com>; Fri, 27 Sep 1996 10:29:16 -0700 Message-ID: From: Thomas Pfenning To: "'Seppo Kallio'" Cc: "'multimedia@freebsd.org'" Subject: RE: vic 2.8 + Matrox Meteor + PAL Date: Fri, 27 Sep 1996 10:26:39 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5 Encoding: 29 TEXT Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I fixed that and can send you the PAL version. It has to do with the autosense of the Matrox card and the way the defaults are set. If you switch your camera on first it works correct most of the time. If you switch forth and back between normal and large it locks into the wrong signal. However,I did not spend the time to make the autodetection work. Cheers Thomas >-----Original Message----- >From: Seppo Kallio [SMTP:kallio@cc.jyu.fi] >Sent: Friday, September 27, 1996 5:13 AM >To: multimedia@freebsd.org >Subject: vic 2.8 + Matrox Meteor + PAL > > >It does not work 100%. Matrox Meteor is in PAL mode, but it is using NTSC >screen size. That is, I cannot see the 10-20% of right nor bottom of >picture. > >Seppo Kallio kallio@jyu.fi >Computing Center Fax +358-14-603611 >U of Jyvaskyla 62.14N 25.44E Phone +358-14-603606 >PL 35, 40351 Jyvaskyla, Finland http://www.jyu.fi/~kallio From owner-freebsd-multimedia Fri Sep 27 11:18:20 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04313 for multimedia-outgoing; Fri, 27 Sep 1996 11:18:20 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA04261 for ; Fri, 27 Sep 1996 11:18:14 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id TAA09513; Fri, 27 Sep 1996 19:46:40 +0200 From: Luigi Rizzo Message-Id: <199609271746.TAA09513@labinfo.iet.unipi.it> Subject: Re: vic 2.8 + Matrox Meteor + PAL To: thomaspf@microsoft.com (Thomas Pfenning) Date: Fri, 27 Sep 1996 19:46:40 +0200 (MET DST) Cc: kallio@cc.jyu.fi, multimedia@freebsd.org In-Reply-To: from "Thomas Pfenning" at Sep 27, 96 10:26:20 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I fixed that and can send you the PAL version. It has to do with the could you please post the diffs instead ? It would be much simpler for everybody. Thanks Luigi ==================================================================== Luigi Rizzo Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it Universita' di Pisa tel: +39-50-568533 via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 http://www.iet.unipi.it/~luigi/ ====================================================================