From owner-freebsd-multimedia Mon Jan 12 08:19:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23180 for multimedia-outgoing; Mon, 12 Jan 1998 08:19:41 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA23163 for ; Mon, 12 Jan 1998 08:19:24 -0800 (PST) (envelope-from rhh@ct.picker.com) Resent-From: rhh@ct.picker.com Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 12 Jan 1998 11:18:47 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA29283; Mon, 12 Jan 98 11:18:45 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA15878; Mon, 12 Jan 1998 11:17:42 -0500 Resent-Message-Id: <199801121617.LAA15878@elmer.ct.picker.com> Message-Id: <19980112083338.16417@ct.picker.com> Date: Mon, 12 Jan 1998 08:33:38 -0500 From: Randall Hopper To: Roger Hardiman Subject: Re: Multiple BT848 support References: <34BA122E.2781@cs.strath.ac.uk> <19980112080108.04964@ct.picker.com> <34BA19D7.446B@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <34BA19D7.446B@cs.strath.ac.uk>; from Roger Hardiman on Mon, Jan 12, 1998 at 01:25:43PM +0000 Resent-Date: Mon, 12 Jan 1998 11:17:41 -0500 Resent-To: multimedia@freebsd.org Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Roger Hardiman: |> |I've hacked FXTV 0.46 so there is a new command line option |> |-deviceNumber <#> |> |> Sounds good. I'll merge in the patch for the next version. | |Great. Glad I can help. | |Also, I tried to run FXTV over the network from another FreeBSD box |running X but it failed. | |Should FXTV be able to handle this? I got errors regarding |the Shared memory when I tried. Yes, this is one thing I have fixed in my development tree of 0.47. 0.46 and prior versions don't test to verify they're talking to a local display before trying to use shared XImages or DGA for frame transfer. In this case, standard XImages should be used. I can provide a patch to 0.46 to fix this if you'd like. Let me know. Randall