From owner-freebsd-multimedia Wed Mar 4 06:58:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14722 for freebsd-multimedia-outgoing; Wed, 4 Mar 1998 06:58:25 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.139.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14701 for ; Wed, 4 Mar 1998 06:58:20 -0800 (PST) (envelope-from james@miller.cs.uwm.edu) Received: (from james@localhost) by miller.cs.uwm.edu (8.8.5/8.8.5) id IAA08475; Wed, 4 Mar 1998 08:19:02 -0600 (CST) Date: Wed, 4 Mar 1998 08:19:02 -0600 (CST) From: Jim Lowe Message-Id: <199803041419.IAA08475@miller.cs.uwm.edu> To: luigi@labinfo.iet.unipi.it Subject: Re: Video ioctl interface Cc: hasty@rah.star-gate.com, multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > this might be a problem :) and the fix is add calls lile > > proc build.meteor1 w { build.meteor w } ; > proc build.meteor2 w { build.meteor w } ; > proc build.meteor3 w { build.meteor w } ; > > in ui-grabber.tcl The fix would be to change the code in grabber-meteor.cc from char *nickname_template = "Matrox Meteor %d"; to char *nickname_template = "meteor-%d"; This will cause the build.meteor to run once if there is a meteor device found on vic startup. You can do a similar change for the BrookTree device. > > - the ui-grabber.tcl you sent me has meteor and bktr panels mapped to > slicvideo, but the command names are different so i had to modify > them. on top of this there is the aforementioned problem of bt848 > controls not accessible via the grabber device, and additionaly some > signed/unsigned thing which make the luminance and perhaps other > controls behave rather oddly. If I remember correctly I have a clean patch for this somewhere. I will try and dig up my changes sometime today and forward them to you. -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message