From owner-freebsd-multimedia Fri Jun 12 15:38:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03102 for freebsd-multimedia-outgoing; Fri, 12 Jun 1998 15:38:59 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-209.la.inreach.net [206.18.112.209]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03052 for ; Fri, 12 Jun 1998 15:38:49 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id PAA02034; Fri, 12 Jun 1998 15:35:54 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <35819896.C7059BC2@scotty.masternet.it> Date: Fri, 12 Jun 1998 15:35:53 -0700 (PDT) Organization: Computer Help From: Donald Burr To: gmarco@giovannelli.it Subject: RE: Bt848 card... Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My secret spy satellite informs me that on 12-Jun-98, Gianmarco Giovannelli wrote: > A friend of mine told me there is the possibility to force the PAL mode > in the kernel, but I was not able to find any message about it in the > multimedia mailing list...Any hints ? Add: options OVERRIDE_TUNER= to your kernel config file, and rebuild. Replace with one of the following: (from /sys/pci/brooktree848.c) #define NO_TUNER 0 #define TEMIC_NTSC 1 #define TEMIC_PAL 2 #define TEMIC_SECAM 3 #define PHILIPS_NTSC 4 #define PHILIPS_PAL 5 #define PHILIPS_SECAM 6 #define TEMIC_PALI 7 #define PHILIPS_PALI 8 #define PHILIPS_FR1236_NTSC 9 For your case, I would try one of 2, 5, 7, or 8. Note to the developers: This should really be documented somewhere, perhaps in the LINT config file? --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. ----------------------------------------------------------------------- FreeBSD - Turning PCs into Workstations - http://www.freebsd.org/ (NOTE: POBoxes.com appears to be working again -- fire away!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message