From owner-freebsd-multimedia Sun Dec 12 3:15:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 9141114E25 for ; Sun, 12 Dec 1999 03:15:42 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/8) with ESMTP id MAA15190 for ; Sun, 12 Dec 1999 12:15:41 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA19405 for ; Sun, 12 Dec 1999 12:15:40 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA20474 for multimedia@freebsd.org; Sun, 12 Dec 1999 12:15:44 +0100 (CET) Date: Sun, 12 Dec 1999 12:15:44 +0100 (CET) From: Christoph Kukulies Message-Id: <199912121115.MAA20474@gil.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: pcm0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FreeBSD-3.3R, Luigi's sound driver: I tinkered with sound drivers a bit (have an Opti931 sound card which NT didn't recognize but was hoping that I could get it working under FreeBSD): I read man pcm, and did the MAKEDEV snd1, as suggested there. Here is my dmesg: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-RELEASE #4: Sun Dec 12 11:11:34 MET 1999 kuku@pow:/usr/src/sys/compile/POW Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 233864884 Hz CPU: Pentium/P55C (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 67108864 (65536K bytes) avail memory = 62357504 (60896K bytes) Preloaded elf kernel "kernel" at 0xc02b7000. Probing for devices on PCI bus 0: chip0: rev 0x01 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ide_pci0: rev 0x01 on pci0.1.1 chip2: rev 0x01 on pci0.1.3 vga0: rev 0x00 int a irq 10 on pci0.9.0 de0: rev 0x21 int a irq 5 on pci0.10.0 de0: SMC 21041 [10Mb/s] pass 2.1 de0: address 00:e0:29:0b:7e:4a ahc0: rev 0x00 int a irq 11 on pci0.12.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for PnP devices: CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] This is an OPTi931, but LDN 1 is disabled ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 at 0x60-0x64 irq 12 on motherboard psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pcm0 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, intr, dma, iordis wdc1: ATAPI CD-ROMs not configured vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Intel Pentium detected, installing workaround for F00F bug Waiting 7 seconds for SCSI devices to settle changing root device to da0s3a cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) and my CONFIG file: # # POW -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $ # machine "i386" cpu "I586_CPU" ident POW maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #Allow users to grab the console options SCSI_DELAY=7000 #options DDB options KTRACE options USER_LDT options MROUTING config kernel root on wd0 controller isa0 controller ncr0 controller ahc0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd1 at wdc1 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM options SYSVSHM options SYSVSEM options SYSVMSG # was 4096 anf 128 options SHMMAXPGS=8192 options "SHMSEG=256" controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) device de0 # The video card driver. device vga0 at isa? port ? conflicts # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. controller pnp0 # The keyboard controller; it controlls the keyboard and the PS/2 mouse. controller atkbdc0 at isa? port IO_KBD tty # The AT keyboard device atkbd0 at isa? tty irq 1 # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr #device qcam0 at isa? port "IO_LPT1" tty device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 pseudo-device loop pseudo-device vn pseudo-device ether pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's Any clues? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 12 3:54:20 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id A949614E32 for ; Sun, 12 Dec 1999 03:54:08 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/8) with ESMTP id MAA17684 for ; Sun, 12 Dec 1999 12:54:07 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA20789 for ; Sun, 12 Dec 1999 12:54:07 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA20594; Sun, 12 Dec 1999 12:54:11 +0100 (CET) Date: Sun, 12 Dec 1999 12:54:11 +0100 From: Christoph Kukulies To: Christoph Kukulies Cc: multimedia@FreeBSD.ORG Subject: Re: pcm0 Message-ID: <19991212125411.A20574@gil.physik.rwth-aachen.de> References: <199912121115.MAA20474@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912121115.MAA20474@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.rwth-aachen.de on Sun, Dec 12, 1999 at 12:15:44PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Dec 12, 1999 at 12:15:44PM +0100, Christoph Kukulies wrote: > FreeBSD-3.3R, Luigi's sound driver: > > I tinkered with sound drivers a bit (have an Opti931 sound card > which NT didn't recognize but was hoping that I could get > it working under FreeBSD): > > I read man pcm, and did the MAKEDEV snd1, as suggested there. To supply a bit more info (pnpinfo): Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID OPT0931 (0x3109143e), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 0 Device Description: OPTI 931AD Audio 16 Logical Device ID: PNP0600 0x0006d041 #0 Vendor register funcs 00 Device Description: IDE CD TAG Start DF I/O Range 0x376 .. 0x376, alignment 0x10, len 0x2 [16-bit addr] I/O Range 0x170 .. 0x170, alignment 0x10, len 0x8 [16-bit addr] IRQ: 15 - only one type (true/edge) TAG Start DF I/O Range 0x36e .. 0x36f, alignment 0x8, len 0x2 [16-bit addr] I/O Range 0x168 .. 0x16f, alignment 0x8, len 0x8 [16-bit addr] IRQ: 10 - only one type (true/edge) TAG Start DF I/O Range 0x3ee .. 0x3f6, alignment 0x8, len 0x2 [16-bit addr] I/O Range 0x1e8 .. 0x1f0, alignment 0x8, len 0x8 [16-bit addr] IRQ: 11 - only one type (true/edge) TAG Start DF I/O Range 0x36e .. 0x3fe, alignment 0x8, len 0x2 [16-bit addr] I/O Range 0x168 .. 0x1f8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 5 7 10 11 - only one type (true/edge) TAG End DF Logical Device ID: OPT9310 0x1093143e #1 Vendor register funcs 00 Device Description: OPTi Audio 16 TAG Start DF I/O Range 0x534 .. 0x608, alignment 0xd4, len 0x4 [16-bit addr] I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc [16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0xe8d .. 0xe8d, alignment 0x1, len 0x3 [16-bit addr] IRQ: 5 7 9 - only one type (true/edge) DMA: channel(s) 0 1 8-bit, not a bus master, count by byte, , Type F DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF I/O Range 0x534 .. 0x608, alignment 0xd4, len 0x4 [16-bit addr] I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc [16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0xe8d .. 0xe8d, alignment 0x1, len 0x3 [16-bit addr] IRQ: 5 7 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF I/O Range 0x530 .. 0xff0, alignment 0xd4, len 0x8 [16-bit addr] I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc [16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0xf8d .. 0xf8d, alignment 0x1, len 0x10 [16-bit addr] IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF I/O Range 0x530 .. 0xff0, alignment 0xd4, len 0x8 [16-bit addr] I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc [16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0xf0d .. 0xf0d, alignment 0x1, len 0x10 [16-bit addr] IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG Start DF I/O Range 0x530 .. 0xff0, alignment 0xd4, len 0x8 [16-bit addr] I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc [16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0xe0d .. 0xffd, alignment 0x20, len 0x3 [16-bit addr] IRQ: 5 7 9 10 11 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type F TAG End DF Logical Device ID: PNPb02f 0x2fb0d041 #2 Vendor register funcs 00 Device Description: Game Port I/O Range 0x200 .. 0x207, alignment 0x1, len 0x1 [16-bit addr] Logical Device ID: OPT0002 0x0200143e #3 Vendor register funcs 00 Device Description: MPU401 TAG Start DF I/O Range 0x300 .. 0x360, alignment 0x10, len 0x2 [16-bit addr] TAG Start DF I/O Range 0x330 .. 0x360, alignment 0x10, len 0x2 [16-bit addr] IRQ: 9 10 11 - only one type (true/edge) TAG End DF End Tag Successfully got 73 resources, 4 logical fdevs -- card select # 0x0001 CSN OPT0931 (0x3109143e), Serial Number 0xffffffff Logical device #0 IO: 0x036e 0x0168 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #1 IO: 0x0530 0x0380 0x0220 0x0e0d 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #2 IO: 0x0200 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #3 IO: 0x0300 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 12 12:14:10 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id 1A91C14D82 for ; Sun, 12 Dec 1999 12:14:07 -0800 (PST) (envelope-from utz@itchy.serv.net) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id MAA77814; Sun, 12 Dec 1999 12:13:58 -0800 (PST) Date: Sun, 12 Dec 1999 12:13:57 -0800 (PST) From: The Utz Family To: Christoph Kukulies Cc: multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: <199912121115.MAA20474@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org this one is easy to solve! i ran into this last nite when i was busy trying to hack luigi-sound to add my CMedia CMI8330 sound chip. On Sun, 12 Dec 1999, Christoph Kukulies wrote: > FreeBSD-3.3R, Luigi's sound driver: > > I tinkered with sound drivers a bit (have an Opti931 sound card > which NT didn't recognize but was hoping that I could get > it working under FreeBSD): > This is an OPTi931, but LDN 1 is disabled > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? this is a string that gets emitted at the end of a case statement that tries to decide what card you have based on the vendor id. it's in cs423x_attach() in ad1848.c btw..... whats happened is that the sound code went and read the configuration struct and checked value to see if the card has been inited., obviously it hasnt :-) now we get to a very silly and deficient portion of freebsd. you have to init the card in your /boot/kernel.conf file.it's documented that you need to do it, and the strings are given in the CARDS file, but the way it works in 3.3-RELEASE is almost completely undocumented. it would take 15 minutes to document it and if somebody tells me who is the current handbook/FAQ maintainer i will send it in ASAP. here is my /boot/kernel.conf( the only part u care about is the first line, i just added the rest to provide some context ). spaz@john$ more /boot/kernel.conf pnp 1 0 os enable port0 0x530 irq0 11 drq0 0 port3 0x220 irq3 5 drq3 5 en ie0 po ie0 0x210 ir ie0 10 iom ie0 0xd0000 f ie0 0 q the pnp line will be different for your card based. but pnpinfo supplies everything u need. pnpinfo is way cool. however, u may not get much joy. here is what luigi has to say about the OPTi931: COMMENTS: The data sheets of this chip are very cryptic and do not match what the cards I have seem to do. I have it working in WSS emulation, in full duplex and all modes. In SB emulation mode the driver does not work yet (maybe I do not initialize it the right way). It is not a major concern anyways. I am strongly convinced of a couple of bugs in the chip. I have sent email to OPTI but got no reply so far. The bugs are: - you cannot set both playback and capture format to use a companded mode (ULAW, ALAW). If you do, the card will screw up on the capture section. The driver has a partial fix in software: when using ULAW, it programs ULAW on the playback section, U8 on the capture, and does a conversion in software (much like the SBPro). Of course you lose 4-5 bits of dynamic range in the process. - in full duplex (and single DMA mode), the card occasionally misses interrupts, or generates spurious ones, or generates interrupts before setting the status bits in the registers. Spurious ints are not problematic since they can be easily ignored, but missing interrupts are a nightmare to handle... The only way to have this card work semi-reliably is to use auto-dma mode (which is the default mode of operation in the driver). In any case, these cards are very cheap and widely available and are a reasonable solution if you cannot find some other decent WSS device. so your mileage may vary. if you get farther and it barfs up on you then post back to the list, i may be able to help out a bit more since i am playing in there these days. johnu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 12 23:23:49 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rina.r.dl.itc.u-tokyo.ac.jp (rina.r.dl.itc.u-tokyo.ac.jp [133.11.199.247]) by hub.freebsd.org (Postfix) with ESMTP id 1440E14E5E for ; Sun, 12 Dec 1999 23:23:44 -0800 (PST) (envelope-from tanimura@r.dl.itc.u-tokyo.ac.jp) Received: (from uucp@localhost) by rina.r.dl.itc.u-tokyo.ac.jp (8.9.3+3.2W/3.7W-r-0.1-19990829) with UUCP id QAA25690; Mon, 13 Dec 1999 16:23:40 +0900 (JST) Received: from silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (localhost [127.0.0.1]) by silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (8.9.3/3.7W) with ESMTP id QAA16041; Mon, 13 Dec 1999 16:23:17 +0900 (JST) Date: Mon, 13 Dec 1999 16:23:17 +0900 Message-ID: <14420.40677.146636.61791G@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> From: Seigo Tanimura To: Amancio Hasty , multimedia@freebsd.org Subject: Fix of DSP launch command in sys/i386/isa/sound/sb16_dsp.c (-stable) Cc: Seigo Tanimura User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.4 (Terai) FLIM/1.12.7 (=?ISO-8859-4?Q?Y=FEzaki?=) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Carrots MIME-Version: 1.0 (generated by SEMI 1.13.4 - "Terai") Content-Type: multipart/mixed; boundary="Multipart_Mon_Dec_13_16:23:17_1999-1" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Mon_Dec_13_16:23:17_1999-1 Content-Type: text/plain; charset=US-ASCII The DSP launch command in sys/i386/isa/sound/sb16_dsp.c:sb16_dsp_trigger() seems to not work for samples of 16bit. The patch below would fix that. --Multipart_Mon_Dec_13_16:23:17_1999-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="sound.diff" Content-Transfer-Encoding: 7bit diff -urN sys.3.3r/i386/isa/sound/sb16_dsp.c sys/i386/isa/sound/sb16_dsp.c --- sys.3.3r/i386/isa/sound/sb16_dsp.c Fri Jan 1 17:18:06 1999 +++ sys/i386/isa/sound/sb16_dsp.c Mon Dec 13 15:41:36 1999 @@ -378,8 +378,12 @@ if (!bits) sb_dsp_command(0xd0); /* Halt DMA */ - else if (bits & irq_mode) - sb_dsp_command(0xd4); /* Continue DMA */ + else if (bits & irq_mode) { + if (dsp_16bit) + sb_dsp_command(0xd6); /* Continue 16bit DMA */ + else + sb_dsp_command(0xd4); /* Continue 8bit DMA */ + } } static void -- Seigo Tanimura --Multipart_Mon_Dec_13_16:23:17_1999-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 12 23:32:56 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id 7F54714E5E for ; Sun, 12 Dec 1999 23:32:54 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id XAA94910; Sun, 12 Dec 1999 23:30:45 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199912130730.XAA94910@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Seigo Tanimura Cc: multimedia@freebsd.org Subject: Re: Fix of DSP launch command in sys/i386/isa/sound/sb16_dsp.c (-stable) In-reply-to: Your message of "Mon, 13 Dec 1999 16:23:17 +0900." <14420.40677.146636.61791G@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Dec 1999 23:30:45 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cool, I don't have a sb handy so I appreciate if others can test the fix Tnks! Amancio > --Multipart_Mon_Dec_13_16:23:17_1999-1 > Content-Type: text/plain; charset=US-ASCII > > The DSP launch command in sys/i386/isa/sound/sb16_dsp.c:sb16_dsp_trigger() > seems to not work for samples of 16bit. The patch below would fix that. > > > > --Multipart_Mon_Dec_13_16:23:17_1999-1 > Content-Type: text/plain; type=patch; charset=US-ASCII > Content-Disposition: attachment; filename="sound.diff" > Content-Transfer-Encoding: 7bit > > diff -urN sys.3.3r/i386/isa/sound/sb16_dsp.c sys/i386/isa/sound/sb16_dsp.c > --- sys.3.3r/i386/isa/sound/sb16_dsp.c Fri Jan 1 17:18:06 1999 > +++ sys/i386/isa/sound/sb16_dsp.c Mon Dec 13 15:41:36 1999 > @@ -378,8 +378,12 @@ > > if (!bits) > sb_dsp_command(0xd0); /* Halt DMA */ > - else if (bits & irq_mode) > - sb_dsp_command(0xd4); /* Continue DMA */ > + else if (bits & irq_mode) { > + if (dsp_16bit) > + sb_dsp_command(0xd6); /* Continue 16bit DMA */ > + else > + sb_dsp_command(0xd4); /* Continue 8bit DMA */ > + } > } > > static void > > -- > Seigo Tanimura > > --Multipart_Mon_Dec_13_16:23:17_1999-1-- -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 0:16:24 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id DB94A14D16 for ; Mon, 13 Dec 1999 00:16:21 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/8) with ESMTP id JAA11546; Mon, 13 Dec 1999 09:16:18 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id JAA25542; Mon, 13 Dec 1999 09:16:16 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id JAA24924; Mon, 13 Dec 1999 09:16:19 +0100 (CET) Date: Mon, 13 Dec 1999 09:16:19 +0100 From: Christoph Kukulies To: The Utz Family Cc: Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 Message-ID: <19991213091619.C24699@gil.physik.rwth-aachen.de> References: <199912121115.MAA20474@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from utz@serv.net on Sun, Dec 12, 1999 at 12:13:57PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Dec 12, 1999 at 12:13:57PM -0800, The Utz Family wrote: > > this one is easy to solve! i ran into this last nite when i was busy > trying to hack luigi-sound to add my CMedia CMI8330 sound chip. > > On Sun, 12 Dec 1999, Christoph Kukulies wrote: > > > FreeBSD-3.3R, Luigi's sound driver: > > > > I tinkered with sound drivers a bit (have an Opti931 sound card > > which NT didn't recognize but was hoping that I could get > > it working under FreeBSD): > > > This is an OPTi931, but LDN 1 is disabled > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? > > this is a string that gets emitted at the end of a case statement that > tries to decide what card you have based on the vendor id. it's in > cs423x_attach() in ad1848.c btw..... > > whats happened is that the sound code went and read the configuration > struct and checked value to see if the card has been inited., obviously it > hasnt :-) > > now we get to a very silly and deficient portion of freebsd. > > you have to init the card in your /boot/kernel.conf file.it's documented > that you need to do it, and the strings are given in the CARDS file, but > the way it works in 3.3-RELEASE is almost completely undocumented. I began guessing what has to go into the /boot/kernel.conf file while I read the docs (README,CARDS etc.) but didn't arraive at a result. Thanks for the info. > > it would take 15 minutes to document it and if somebody tells me who is > the current handbook/FAQ maintainer i will send it in ASAP. > > here is my /boot/kernel.conf( the only part u care about is the first > line, i just added the rest to provide some context ). > > spaz@john$ more /boot/kernel.conf > pnp 1 0 os enable port0 0x530 irq0 11 drq0 0 port3 0x220 irq3 5 drq3 5 > en ie0 > po ie0 0x210 > ir ie0 10 > iom ie0 0xd0000 > f ie0 0 > q > > the pnp line will be different for your card based. but pnpinfo supplies > everything u need. pnpinfo is way cool. > > however, u may not get much joy. here is what luigi has to say about the > OPTi931: > COMMENTS: [about missing or premature interrupts, dma...] Doesn't sound promising. Well, I'll give it a try. > > if you get farther and it barfs up on you then post back to the list, i > may be able to help out a bit more since i am playing in there these days. > > johnu > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 10:36:21 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6474214E72 for ; Mon, 13 Dec 1999 10:36:13 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.9.3/8.9.3) with ESMTP id KAA17749; Mon, 13 Dec 1999 10:36:08 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 13 Dec 1999 10:36:08 -0800 (PST) From: Doug White To: Christoph Kukulies Cc: multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: <199912121115.MAA20474@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 12 Dec 1999, Christoph Kukulies wrote: > FreeBSD-3.3R, Luigi's sound driver: > CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > This is an OPTi931, but LDN 1 is disabled > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? The quick and easy solution to this is to go into the BIOS and set the 'PnP OS' options to 'no' or 'other'. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 12:57:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id 7363A15190 for ; Mon, 13 Dec 1999 12:57:20 -0800 (PST) (envelope-from utz@itchy.serv.net) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id MAA19948; Mon, 13 Dec 1999 12:57:14 -0800 (PST) Date: Mon, 13 Dec 1999 12:57:12 -0800 (PST) From: The Utz Family To: Doug White Cc: Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org yes, but if you have a multi boot machine ( NT in my case ), then wont it be expecting the os to provide the pnp info? tho, i seem to recall that nt actually doesnt use pnp by default......but that doesnt say anything about win9x On Mon, 13 Dec 1999, Doug White wrote: > On Sun, 12 Dec 1999, Christoph Kukulies wrote: > > > FreeBSD-3.3R, Luigi's sound driver: > > CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > > This is an OPTi931, but LDN 1 is disabled > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? > > The quick and easy solution to this is to go into the BIOS and set the > 'PnP OS' options to 'no' or 'other'. > > Doug White | FreeBSD: The Power to Serve > dwhite@resnet.uoregon.edu | www.FreeBSD.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 13:10:33 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id A1036150C5 for ; Mon, 13 Dec 1999 13:10:30 -0800 (PST) (envelope-from bdodson@scms.utmb.EDU) Received: (from bdodson@localhost) by histidine.utmb.edu (8.9.3/8.9.3) id PAA24080; Mon, 13 Dec 1999 15:10:27 -0600 (CST) (envelope-from bdodson) Date: Mon, 13 Dec 1999 15:10:27 -0600 (CST) Message-Id: <199912132110.PAA24080@histidine.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: The Utz Family Cc: Doug White , Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Utz Family writes: > yes, but if you have a multi boot machine ( NT in my case ), then wont it > be expecting the os to provide the pnp info? tho, i seem to recall that > nt actually doesnt use pnp by default......but that doesnt say anything > about win9x > > > > On Mon, 13 Dec 1999, Doug White wrote: > > > On Sun, 12 Dec 1999, Christoph Kukulies wrote: > > > > > FreeBSD-3.3R, Luigi's sound driver: > > > CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > > > This is an OPTi931, but LDN 1 is disabled > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? > > > > The quick and easy solution to this is to go into the BIOS and set the > > 'PnP OS' options to 'no' or 'other'. > > > > Doug White | FreeBSD: The Power to Serve > > dwhite@resnet.uoregon.edu | www.FreeBSD.org > > I've seen this quick and easy solution posted several times to the list. However, I have a workstation motherboard which will not boot with PnP OS set to 'no'. Panics during/just after probing the disks. Am I missing something here? Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 19:10:45 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 4625E15247 for ; Mon, 13 Dec 1999 19:10:38 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.9.3/8.9.3) with ESMTP id TAA99114; Mon, 13 Dec 1999 19:10:32 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 13 Dec 1999 19:10:32 -0800 (PST) From: Doug White To: The Utz Family Cc: Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 13 Dec 1999, The Utz Family wrote: > yes, but if you have a multi boot machine ( NT in my case ), then wont it > be expecting the os to provide the pnp info? tho, i seem to recall that > nt actually doesnt use pnp by default......but that doesnt say anything > about win9x All it does is control who enumerates the devices, Windows or the BIOS. If you set it to no and boot WIndows, you just won't have as much control over the PnP resource usage as you would without. If you didn't have to muck with the settings in the first place then it shouldn't make a difference. > On Mon, 13 Dec 1999, Doug White wrote: > > > On Sun, 12 Dec 1999, Christoph Kukulies wrote: > > > > > FreeBSD-3.3R, Luigi's sound driver: > > > CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > > > This is an OPTi931, but LDN 1 is disabled > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is strange, isn't it? > > > > The quick and easy solution to this is to go into the BIOS and set the > > 'PnP OS' options to 'no' or 'other'. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 19:11:20 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 21840151DF for ; Mon, 13 Dec 1999 19:11:16 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.9.3/8.9.3) with ESMTP id TAA99259; Mon, 13 Dec 1999 19:11:11 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 13 Dec 1999 19:11:11 -0800 (PST) From: Doug White To: "M. L. Dodson" Cc: The Utz Family , Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: <199912132110.PAA24080@histidine.utmb.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 13 Dec 1999, M. L. Dodson wrote: > > > The quick and easy solution to this is to go into the BIOS and set the > > > 'PnP OS' options to 'no' or 'other'. > > I've seen this quick and easy solution posted several times to > the list. However, I have a workstation motherboard which will > not boot with PnP OS set to 'no'. Panics during/just after > probing the disks. Which panic? > Am I missing something here? That would smell like a nasty BIOS bug. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 13 20: 3:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id CFAE215247 for ; Mon, 13 Dec 1999 20:02:49 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-225.dialup.rdu.ipass.net [209.170.132.225]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id XAA21432; Mon, 13 Dec 1999 23:02:37 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id XAA09411; Mon, 13 Dec 1999 23:03:11 -0500 (EST) (envelope-from rhh) Date: Mon, 13 Dec 1999 23:03:11 -0500 From: Randall Hopper To: Steve Reid Cc: Marc van Woerkom , multimedia@FreeBSD.ORG Subject: Re: Success: Quake 3 DemoTest under FreeBSD Message-ID: <19991213230311.A9329@ipass.net> References: <4.2.0.58.19991126220749.01662ca8@mail.sstar.com> <199911272014.VAA05055@oranje.my.domain> <19991127144223.A417@grok.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <19991127144223.A417@grok.localnet> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Reid: |On Sat, Nov 27, 1999 at 09:14:03PM +0100, Marc van Woerkom wrote: |> - Is it possible to print out some benchmarks? How? | |Hit ~ to bring up the Q3 console, then type: |set timedemo 1 |demo demo001 This doesn't seem to work with q3demoTEST. Is there a new sequence to run benchmarks? BTW, q3demoTEST-1.10-5 working absolutely stellar here on my Pure3D, and well (though slower) on my G200. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 14 0:15:51 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tusk.mountain-inter.net (tusk.mountain-inter.net [204.244.200.1]) by hub.freebsd.org (Postfix) with ESMTP id B77641566B for ; Tue, 14 Dec 1999 00:15:43 -0800 (PST) (envelope-from sreid@sea-to-sky.net) Received: from grok.localnet (unknown@analog28.sq.mntn.net [204.244.200.37]) by tusk.mountain-inter.net (8.9.3/8.9.3) with ESMTP id AAA12280; Tue, 14 Dec 1999 00:15:41 -0800 Received: by grok.localnet (Postfix, from userid 1000) id 7DA3F212E07; Tue, 14 Dec 1999 00:17:52 -0800 (PST) Date: Tue, 14 Dec 1999 00:17:52 -0800 From: Steve Reid To: Randall Hopper Cc: Marc van Woerkom , multimedia@FreeBSD.ORG Subject: Re: Success: Quake 3 DemoTest under FreeBSD Message-ID: <19991214001752.A1099@grok.localnet> References: <4.2.0.58.19991126220749.01662ca8@mail.sstar.com> <199911272014.VAA05055@oranje.my.domain> <19991127144223.A417@grok.localnet> <19991213230311.A9329@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19991213230311.A9329@ipass.net>; from Randall Hopper on Mon, Dec 13, 1999 at 11:03:11PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Dec 13, 1999 at 11:03:11PM -0500, Randall Hopper wrote: > Steve Reid: > |Hit ~ to bring up the Q3 console, then type: > |set timedemo 1 > |demo demo001 > This doesn't seem to work with q3demoTEST. Is there a new sequence to run > benchmarks? Works for me. Just remember to bring up the console again (press ~) after it finishes to see the results. Under some circumstances the console seemed to require me to prepend a / to commands, like so: "/set timedemo 1". But I just tried starting Q3 and typing the commands without the / and it worked fine. MD5 (q3demoTEST-1.10-5.i386.tar.gz) = c33d63ca4217fff1d5281524fc5ca208 > BTW, q3demoTEST-1.10-5 working absolutely stellar here on my Pure3D, and > well (though slower) on my G200. Lack of direct rendering is the main thing holding back the non-3dfx cards. As far as I know the GLX code is using all of the G200's features. BTW, if anyone's interested, they've got a start on the ATI Rage Pro and the Intel i810. They've also added multitexture support for the G400. I don't know how well any of that is working yet as I only have a G200. http://glx.on.openprojects.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 14 0:30:50 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tusk.mountain-inter.net (tusk.mountain-inter.net [204.244.200.1]) by hub.freebsd.org (Postfix) with ESMTP id 86E6615641 for ; Tue, 14 Dec 1999 00:29:51 -0800 (PST) (envelope-from sreid@sea-to-sky.net) Received: from grok.localnet (unknown@analog28.sq.mntn.net [204.244.200.37]) by tusk.mountain-inter.net (8.9.3/8.9.3) with ESMTP id AAA12849 for ; Tue, 14 Dec 1999 00:29:52 -0800 Received: by grok.localnet (Postfix, from userid 1000) id 23C08212E07; Tue, 14 Dec 1999 00:32:05 -0800 (PST) Date: Tue, 14 Dec 1999 00:32:05 -0800 From: Steve Reid To: freebsd-multimedia@freebsd.org Subject: Quake 3 stereo reversal Message-ID: <19991214003204.B1099@grok.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having a problem with Quake 3 stereo getting reversed. That is, sounds come through the left speaker when the action is to the right, and vice versa. Stereo is correct when I start the game but after a few rounds it gets reversed. I have to exit Q3 and restart to fix it. Is anyone else seeing this? Anyone know of a fix? q3demoTEST-1.10-5.i386, FreeBSD 3.2-RELEASE, SB16 PnP (Creative, not Vibra), Voxware drivers, both before and after applying the patch recently posted here. Q3 sound quality set "low" before the voxware patch and "high" after. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 14 7:40:51 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id BDBCA14EB7 for ; Tue, 14 Dec 1999 07:40:42 -0800 (PST) (envelope-from bdodson@scms.utmb.EDU) Received: (from bdodson@localhost) by histidine.utmb.edu (8.9.3/8.9.3) id JAA26537; Tue, 14 Dec 1999 09:40:39 -0600 (CST) (envelope-from bdodson) Date: Tue, 14 Dec 1999 09:40:39 -0600 (CST) Message-Id: <199912141540.JAA26537@histidine.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Doug White Cc: The Utz Family , Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: References: <199912132110.PAA24080@histidine.utmb.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug White writes: > On Mon, 13 Dec 1999, M. L. Dodson wrote: > > > > > The quick and easy solution to this is to go into the BIOS and set the > > > > 'PnP OS' options to 'no' or 'other'. > > > > I've seen this quick and easy solution posted several times to > > the list. However, I have a workstation motherboard which will > > not boot with PnP OS set to 'no'. Panics during/just after > > probing the disks. > > Which panic? > > > Am I missing something here? > > That would smell like a nasty BIOS bug. > I'll have to turn it back off in the BIOS tonight when I get home and write down the panic message. I think you are very probably right: really cheap noname MB with "VX-Pro" chipset, whatever that is. Even needed a special PCI driver under Win95 when it was in my wife's machine. However, it would make a really convenient test box for, e.g., CURRENT, automated network installs, netboot testing, etc., so I would like to understand this aspect of using it with FBSD. Thanks, Bud Dodson > Doug White | FreeBSD: The Power to Serve > dwhite@resnet.uoregon.edu | www.FreeBSD.org > > -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 14 10:32:45 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from send01.start.com.au (send01.start.com.au [203.111.10.153]) by hub.freebsd.org (Postfix) with ESMTP id E3D4D1508D for ; Tue, 14 Dec 1999 10:32:40 -0800 (PST) (envelope-from oche_satriani@start.com.au) Received: from web03 ([203.41.118.8]) by send01.start.com.au (8.9.2/8.9.2) with SMTP id SAA24530 for ; Sun, 28 Nov 1999 18:03:15 +1100 (EST) Message-Id: <199911280703.SAA24530@send01.start.com.au> From: OCHE SATRIANI To: "multimedia@freebsd.org" X-Originating-IP: [202.155.3.15] Date: Sun, 28 Nov 99 8:08:00 AM X-MSMail-Priority: Normal X-mailer: AspMail 2.62 (SMTP85107B) Subject: Need Help Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any way to make my Diamond Multimedia (nv1) sound card to work properly on FreeBSD 3.3 ? I have compiled my kernel but it still doesn't work, i'm desperate. Thanks. __________________________________________________________________ Get your free Australian email account at http://www.start.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 14 20:10:35 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id D5F58152C1 for ; Tue, 14 Dec 1999 20:10:20 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-224.dialup.rdu.ipass.net [209.170.132.224]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id XAA07823; Tue, 14 Dec 1999 23:10:08 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id XAA04073; Tue, 14 Dec 1999 23:10:41 -0500 (EST) (envelope-from rhh) Date: Tue, 14 Dec 1999 23:10:41 -0500 From: Randall Hopper To: Jim King , Steve Reid Cc: Marc van Woerkom , multimedia@FreeBSD.ORG Subject: Re: Success: Quake 3 DemoTest under FreeBSD Message-ID: <19991214231041.A3893@ipass.net> References: <19991213230311.A9329@ipass.net> <19991214001752.A1099@grok.localnet> <19991127144223.A417@grok.localnet> <4.2.0.58.19991126220749.01662ca8@mail.sstar.com> <199911272014.VAA05055@oranje.my.domain> <19991127144223.A417@grok.localnet> <19991213230311.A9329@ipass.net> <4.2.0.58.19991213221719.00ae1b88@mail.sstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <4.2.0.58.19991213221719.00ae1b88@mail.sstar.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jim King: |Randall Hopper: |>BTW, q3demoTEST-1.10-5 working absolutely stellar here on my Pure3D, and |>well (though slower) on my G200. | |You have to precede commands with a slash in the latest q3, e.g. "/set |timedemo 1" Thanks, that's what I needed. Just curious what I'd get. 15fps with my old Pure3D (Voodoo Graphics) and 6.5fps with the G200. Both at 640x480. Steve Reid: |Lack of direct rendering is the main thing holding back the non-3dfx |cards. As far as I know the GLX code is using all of the G200's |features. Right, I realize DRI is the main win we'll get with XFree86 4.0. The G200 frames look very nice. My GLX libGL is 3 months old, so a more recent cut might look even better. I haven't optimizized anything -- not much point without DRI. Just wanted a benchmark to compare against future versions. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 15 17:31: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by hub.freebsd.org (Postfix) with ESMTP id 3952815463 for ; Wed, 15 Dec 1999 17:31:02 -0800 (PST) (envelope-from tbeaucha@gladstone.uoregon.edu) Received: from localhost (tbeaucha@localhost) by gladstone.uoregon.edu (8.9.3/8.9.3) with SMTP id RAA21127 for ; Wed, 15 Dec 1999 17:30:57 -0800 (PST) Date: Wed, 15 Dec 1999 17:30:57 -0800 (PST) From: Tiller Beauchamp To: freebsd-multimedia@FreeBSD.org Subject: Quake 3 Retail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I bought the Linux version of Quake 3 arena, but I'm having trouble installing it under FreeBSD. The install instruction say to run an install script, which checks some library stuff and executables the appropriate binary setup program. So the install script, called setup.sh, looks for some libraries in /lib (which doesn't exist in FreeBSD), and runs some other programs like fgrep and tail (which I only have FreeBSD version of). All in all the setup script fails miserably. It seems the only thing the script is doing is deciding between a Glibc2.0 and a Glibc2.1 version of the setup program. Does that make sense? So I tried copying the setup program to a temporary directory, brandelf-ing it and running it... but it gives me this error sh: /lib/libc.so.6: cannot execute binary file Bad system call (core dumped) I would greatly appreciate it if anyone could provide me with some hints on how to solve this problem. FreeBSD 3.3.3 Xfree86 3.3.3.1 Linux emulator is working (Quake 3 Demo Test works) Linux_lib package is installed. (different than Linux_base package?) Tiller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 2:59:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 70F8214CB8; Thu, 16 Dec 1999 02:59:15 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id KAA07017 Thu, 16 Dec 1999 10:59:13 GMT Message-ID: <3858C600.41C6@cs.strath.ac.uk> Date: Thu, 16 Dec 1999 10:59:12 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: hackers@freebsd.org, multimedia@freebsd.org Subject: Multi Head XFree86 VGA card recomendations wanted Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I need to build some new Multi-Head FreeBSD machines in my lab using XFree86 3.9.16. I want to know which VGA cards to buy for Multi-Head (dual monitor) support. Currently I have 1 multi-head FreeBSD machine using Matrox Millenium cards abd XFree86 3.9.16. It works great, but you cannot buy Millenium cards any more. Reading the XFree86 docs, it seems almost all PCI cards are supported multihead on Linux where they can issue an INT 10 call to initialise the BIOS in the secondary card. I'm not sure it we can support that in FreeBSD. Cheers Roger -- Roger Hardiman | Telepresence Research Group roger@cs.strath.ac.uk | DMEM, University of Strathclyde tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK fax: 0141 552 0557 | http://www.telepresence.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 3: 4:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from eth0-gw.poli.hu (eth0-gw.poli.hu [195.199.8.27]) by hub.freebsd.org (Postfix) with ESMTP id 2157915569; Thu, 16 Dec 1999 03:04:04 -0800 (PST) (envelope-from mauzi@faber.poli.hu) Received: from faber.poli.hu ([195.199.8.29]) by eth0-gw.poli.hu with esmtp (Exim 3.11 #1 (Debian)) id 11yYgS-00071n-00; Thu, 16 Dec 1999 12:02:56 +0100 Received: from mauzi (helo=localhost) by faber.poli.hu with local-esmtp (Exim 3.11 #1 (Debian)) id 11yYgR-0002bA-00; Thu, 16 Dec 1999 12:02:55 +0100 Date: Thu, 16 Dec 1999 12:02:55 +0100 (CET) From: Egervary Gergely To: Roger Hardiman Cc: hackers@freebsd.org, multimedia@freebsd.org Subject: Re: Multi Head XFree86 VGA card recomendations wanted In-Reply-To: <3858C600.41C6@cs.strath.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I need to build some new Multi-Head FreeBSD machines > in my lab using XFree86 3.9.16. > > I want to know which VGA cards to buy > for Multi-Head (dual monitor) support. > > Currently I have 1 multi-head FreeBSD machine using > Matrox Millenium cards abd XFree86 3.9.16. > It works great, but you cannot buy Millenium cards any more. matrox :) g200 / g400 you can buy dual-head cards, or use more than one card (pci only) -- mauzi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 3:25:35 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 1E45A14C2F; Thu, 16 Dec 1999 03:25:31 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id LAA08522 Thu, 16 Dec 1999 11:25:27 GMT Message-ID: <3858CC26.2781@cs.strath.ac.uk> Date: Thu, 16 Dec 1999 11:25:26 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Egervary Gergely Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I need to build some new Multi-Head FreeBSD machines > > in my lab using XFree86 3.9.16. > > > > I want to know which VGA cards to buy > > for Multi-Head (dual monitor) support. > > > matrox :) > > g200 / g400 > > you can buy dual-head cards, or use more than one card (pci only) The Dual-Head G400 (the one in a single AGP card) does not work with XFree86. XFree86 was written to support one monitor per VGA chip and cannot cope with 2 RAMDACs on one controller. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 3:37:19 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from eth0-gw.poli.hu (eth0-gw.poli.hu [195.199.8.27]) by hub.freebsd.org (Postfix) with ESMTP id E7B391562E; Thu, 16 Dec 1999 03:37:07 -0800 (PST) (envelope-from mauzi@faber.poli.hu) Received: from faber.poli.hu ([195.199.8.29]) by eth0-gw.poli.hu with esmtp (Exim 3.11 #1 (Debian)) id 11yZCl-00072I-00; Thu, 16 Dec 1999 12:36:19 +0100 Received: from mauzi (helo=localhost) by faber.poli.hu with local-esmtp (Exim 3.11 #1 (Debian)) id 11yZCm-0002dy-00; Thu, 16 Dec 1999 12:36:20 +0100 Date: Thu, 16 Dec 1999 12:36:20 +0100 (CET) From: Egervary Gergely To: Roger Hardiman Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted In-Reply-To: <3858CC26.2781@cs.strath.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > XFree86 was written to support one monitor per VGA chip > and cannot cope with 2 RAMDACs on one controller. ok then need to use pci cards. damn. -- mauzi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 4:28:21 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from apollo.orakel.ntnu.no (apollo.orakel.ntnu.no [129.241.56.245]) by hub.freebsd.org (Postfix) with SMTP id 6D2A714E7B for ; Thu, 16 Dec 1999 04:28:17 -0800 (PST) (envelope-from oyvindmo@orakel.ntnu.no) Received: (qmail 28943 invoked by uid 28778); 16 Dec 1999 12:28:15 -0000 To: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: From: Oyvind Moll Date: 16 Dec 1999 13:28:14 +0100 In-Reply-To: Message-ID: Lines: 15 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Egervary Gergely | | > XFree86 was written to support one monitor per VGA chip | > and cannot cope with 2 RAMDACs on one controller. | | ok then need to use pci cards. damn. Is it possible to use one AGP card and one PCI card together? (e.g. PCI Matrox Mill. I + AGP Matrox Mill. II) The release notes for XFree86 3.9.16 were a bit vague on that point. -- Øyvind Møll oyvindmo@initio.no http://www.initio.no/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 4:58:14 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 909A715602; Thu, 16 Dec 1999 04:58:11 -0800 (PST) (envelope-from mestery@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 19EEF37EC; Thu, 16 Dec 1999 06:55:26 -0600 (CST) Received: from localhost (mestery@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id GAA29943; Thu, 16 Dec 1999 06:55:26 -0600 (CST) X-Authentication-Warning: isis.visi.com: mestery owned process doing -bs Date: Thu, 16 Dec 1999 06:55:26 -0600 (CST) From: To: Roger Hardiman Cc: Egervary Gergely , hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted In-Reply-To: <3858CC26.2781@cs.strath.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 16 Dec 1999, Roger Hardiman wrote: > The Dual-Head G400 (the one in a single AGP card) does not > work with XFree86. > It works fine with XFree86 using only one monitor output, however. It's a very nice card, even without the dual monitor support. -- Kyle Mestery | Ancor Communications mestery@visi.com | http://www.freebsd.org/ mestery@netwinder.org | http://www.netwinder.org/ Protect your right to privacy: www.freecrypto.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 5:37:30 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 5E5DF14F8E for ; Thu, 16 Dec 1999 05:37:28 -0800 (PST) (envelope-from mestery@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 90ABD36D8; Thu, 16 Dec 1999 07:37:27 -0600 (CST) Received: from localhost (mestery@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id HAA00674; Thu, 16 Dec 1999 07:37:27 -0600 (CST) X-Authentication-Warning: isis.visi.com: mestery owned process doing -bs Date: Thu, 16 Dec 1999 07:37:27 -0600 (CST) From: To: Tiller Beauchamp Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 Retail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Wed, 15 Dec 1999, Tiller Beauchamp wrote: > I bought the Linux version of Quake 3 arena, but I'm having trouble > installing it under FreeBSD. > Awesome! I didn't think this was out yet! > The install instruction say to run an install script, which checks some > library stuff and executables the appropriate binary setup program. > > So the install script, called setup.sh, looks for some libraries in /lib > (which doesn't exist in FreeBSD), and runs some other programs like > fgrep and tail (which I only have FreeBSD version of). > I wonder if it would be possible to chroot into /compat/linux and run the stuff from there. Keep in mind the libraries and all it's trying to install should be installed into /compat/linux, not into /. > All in all the setup script fails miserably. It seems the only thing the > script is doing is deciding between a Glibc2.0 and a Glibc2.1 version of > the setup program. Does that make sense? > > So I tried copying the setup program to a temporary directory, > brandelf-ing it and running it... but it gives me this error > > sh: /lib/libc.so.6: cannot execute binary file > Bad system call (core dumped) > The reason this didn't work is because it's not a binary, it's a shell script. You don't need to brandelf it for it to work, you only brandelf Linux binaries. Do a 'file' on it, and it should say it's a schell script. Look at what the script is trying to do, and try and manually do it. If I get a chance to purchase Quake3 soon, I'll see what I can do and post back to the list. -- Kyle Mestery | Ancor Communications mestery@visi.com | http://www.freebsd.org/ mestery@netwinder.org | http://www.netwinder.org/ Protect your right to privacy: www.freecrypto.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 5:41:34 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 747F814DCC; Thu, 16 Dec 1999 05:41:30 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id NAA14566 Thu, 16 Dec 1999 13:40:26 GMT Message-ID: <3858EBC9.41C6@cs.strath.ac.uk> Date: Thu, 16 Dec 1999 13:40:25 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: mestery@visi.com Cc: Egervary Gergely , hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > > The Dual-Head G400 (the one in a single AGP card) does not > > work with XFree86. > > > It works fine with XFree86 using only one monitor output. Sorry, I was unclear with my last statement. The Dual-Head G400 is cannot be used with XFree86 as a Dual-Head card, but is great for use with a single monitor. Roger -- Roger Hardiman | Telepresence Research Group roger@cs.strath.ac.uk | DMEM, University of Strathclyde tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK fax: 0141 552 0557 | http://www.telepresence.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 8:51:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id 83B7414DC7; Thu, 16 Dec 1999 08:51:24 -0800 (PST) (envelope-from wes@softweyr.com) Received: from [204.68.178.39] (helo=softweyr.com) by mail.xmission.com with esmtp (Exim 3.03 #3) id 11ye7e-0003eI-00; Thu, 16 Dec 1999 09:51:23 -0700 Message-ID: <385918DA.8F7F84D@softweyr.com> Date: Thu, 16 Dec 1999 09:52:42 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Roger Hardiman Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: <3858C600.41C6@cs.strath.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Roger Hardiman wrote: > > Hi, > > I need to build some new Multi-Head FreeBSD machines > in my lab using XFree86 3.9.16. > > I want to know which VGA cards to buy > for Multi-Head (dual monitor) support. > > Currently I have 1 multi-head FreeBSD machine using > Matrox Millenium cards abd XFree86 3.9.16. > It works great, but you cannot buy Millenium cards any more. > > Reading the XFree86 docs, it seems almost all PCI cards are > supported multihead on Linux where they can issue an INT 10 > call to initialise the BIOS in the secondary card. > I'm not sure it we can support that in FreeBSD. Have you considered buying Metro-X? It supports up to 4 screens on just about any combination of AGP and PCI Matrox cards. For more information, see http://www.metrolink.com/productindex.html and look for Multi-Headed Display Support. Metro-X is only $39. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 10:26:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from fry.cs.purdue.edu (fry.cs.purdue.edu [128.10.2.30]) by hub.freebsd.org (Postfix) with SMTP id 70B2A14E55 for ; Thu, 16 Dec 1999 10:26:52 -0800 (PST) (envelope-from splite@fry.cs.purdue.edu) Received: (qmail 197704 invoked by uid 118); 16 Dec 1999 18:27:03 -0000 Date: Thu, 16 Dec 1999 13:27:03 -0500 From: splite@purdue.edu To: Oyvind Moll Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted Message-ID: <19991216132703.A198331@fry.cs.purdue.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: X-Disclaimer: Any similarity to an opinion of Purdue is purely coincidental Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Dec 16, 1999 at 01:28:14PM +0100, Oyvind Moll wrote: > * Egervary Gergely > | > | > XFree86 was written to support one monitor per VGA chip > | > and cannot cope with 2 RAMDACs on one controller. > | > | ok then need to use pci cards. damn. > > Is it possible to use one AGP card and one PCI card together? > (e.g. PCI Matrox Mill. I + AGP Matrox Mill. II) > The release notes for XFree86 3.9.16 were a bit vague on that point. Yes, it is. I've used precisely that setup and it worked well. (Okay, this was XFree86 3.9.16 under Linux (sorry, this was at work), but I can't imagine it not working under FreeBSD as well.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 13:54:11 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id C50D21579E for ; Thu, 16 Dec 1999 13:48:52 -0800 (PST) (envelope-from bdodson@scms.utmb.EDU) Received: (from bdodson@localhost) by histidine.utmb.edu (8.9.3/8.9.3) id LAA37942; Thu, 16 Dec 1999 11:58:56 -0600 (CST) (envelope-from bdodson) Date: Thu, 16 Dec 1999 11:58:56 -0600 (CST) Message-Id: <199912161758.LAA37942@histidine.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Doug White Cc: multimedia@FreeBSD.ORG Subject: Re: pcm0 In-Reply-To: References: <199912132110.PAA24080@histidine.utmb.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [recipients trimmed] Doug White writes: > On Mon, 13 Dec 1999, M. L. Dodson wrote: > > > > > The quick and easy solution to this is to go into the BIOS and set the > > > > 'PnP OS' options to 'no' or 'other'. > > > > I've seen this quick and easy solution posted several times to > > the list. However, I have a workstation motherboard which will > > not boot with PnP OS set to 'no'. Panics during/just after > > probing the disks. > > Which panic? > see below. > > Am I missing something here? > > That would smell like a nasty BIOS bug. > as I said in a prior message, that is very possible. Here is the panic message I copied down by hand, followed by the dmesg for the machine when booted with PNP OS set to 'yes'. This panic text appears immediately after the message: Waiting 15 seconds for SCSI devices to settle and is preceeded by two blank lines. As you see, this is a fresh install, I haven't even gotten around to a custom kernel yet. Fatal trap 12: page trap while in kernel mode fault virtual address = 0x1c fault code = supervisor read, page not present IP = 0x8:0xc011e685 ... processor flags = interrupt enabled, resume, IOPL=0 current process = idle interrupt mask = trap number = 12 panic: page fault Syncing disks ... done Automatic This is the dmesg when booted with PNP OS set to yes: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K5(tm) Processor (116.48-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x524 Stepping = 4 Features=0x21bf AMD Features=0x0 real memory = 67108864 (65536K bytes) config> di zp0 config> di ze0 config> di lnc0 config> di le0 config> di ie0 config> di fe0 config> di ex0 config> di ep0 config> di cs0 config> di wt0 config> di wdc1 config> di wdc0 config> di scd0 config> di mcd0 config> di matcdc0 config> di bt0 config> di aha0 config> di adv0 config> port ed0 0x240 config> irq ed0 5 config> q avail memory = 61628416 (60184K bytes) Preloaded elf kernel "kernel" at 0xc0379000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc037909c. Probing for devices on PCI bus 0: chip0: rev 0x23 on pci0.0.0 chip1: rev 0x25 on pci0.7.0 ide_pci0: rev 0x06 on pci0.7.1 ahc0: rev 0x00 int a irq 11 on pci0.8.0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs vga0: rev 0x04 int a irq 255 on pci0.10.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x240-0x25f irq 5 on isa ed0: address 00:40:05:2a:c0:63, type NE2000 (16 bit) atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fd0: 1.44MB 3.5in ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000MB/s transfers (5.000MHz, offset 15) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 1030MB (2109840 512 byte sectors: 255H 63S/T 131C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 10.000MB/s transfers (10.000MHz, offset 8) da2: 234MB (479350 512 byte sectors: 64H 32S/T 234C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 1010MB (2069860 512 byte sectors: 64H 32S/T 1010C) changing root device to da0s1a cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present Any help would be appreciated. Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 14: 4:46 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by hub.freebsd.org (Postfix) with ESMTP id E9E7C15752 for ; Thu, 16 Dec 1999 14:04:43 -0800 (PST) (envelope-from tbeaucha@gladstone.uoregon.edu) Received: from localhost (tbeaucha@localhost) by gladstone.uoregon.edu (8.9.3/8.9.3) with SMTP id OAA23801; Thu, 16 Dec 1999 14:04:38 -0800 (PST) Date: Thu, 16 Dec 1999 14:04:38 -0800 (PST) From: Tiller Beauchamp To: mestery@visi.com Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 Retail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 16 Dec 1999 mestery@visi.com wrote: > Awesome! I didn't think this was out yet! www.lokigames.com They ship you the game CD now, then your CD jewel, tin box and whatever else (SuSE 6.3) later. > The reason this didn't work is because it's not a binary, it's a shell > script. You don't need to brandelf it for it to work, you only brandelf > Linux binaries. Do a 'file' on it, and it should say it's a schell > script. > I should have made a better distinction between the setup script, setup.sh, and the setup binary, setup. the setup.sh script calls the setup binary. I was branding the binary. Last night I was poking around in Lokigames site and found that the setup program is an open source project. It looks like it's a gui that copies some files off the cd and creates an uninstall script. Like you said, I tried to manually do what the setup program did. I just copied all the files from bin directory of the cdrom to my harddrive and ran it from there. I also had to set up a few links. Now it works fine*. * 12.5 fps, no sound. I'm using pcm0 and as I heard on this list, that doesn't work. I'll have to switch to snd0. 12.5 fps hurts. I am able to get 25 fps under windows. I am running a low end machine: 266 PII, 64 ram, tnt1. I'm running FreeBSD 3.3.3 and Xfree86 3.3.3.1. I followed the tutorial at http://www.freebsdzine.org/199907/features/tnt.html to set up GL. I also installed the the linux_glx port. Is there anything I did wrong to get such low fps, or is this just how it is till Xfree86 4.0? Thanks for you suggestions :) Once I get this all sorted out I plan to write a little how to about this. Tiller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 16 15:41:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184]) by hub.freebsd.org (Postfix) with ESMTP id E0ADD14F2D; Thu, 16 Dec 1999 15:40:53 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA01895; Thu, 16 Dec 1999 15:43:41 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <199912162343.PAA01895@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Roger Hardiman Cc: hackers@freebsd.org, multimedia@freebsd.org Subject: Re: Multi Head XFree86 VGA card recomendations wanted In-reply-to: Your message of "Thu, 16 Dec 1999 10:59:12 GMT." <3858C600.41C6@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Dec 1999 15:43:41 -0800 From: Mike Smith Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Reading the XFree86 docs, it seems almost all PCI cards are > supported multihead on Linux where they can issue an INT 10 > call to initialise the BIOS in the secondary card. > I'm not sure it we can support that in FreeBSD. We can. If you want to write the XFree86 code for it for FreeBSD, please let me know. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 17 4:58:24 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 5301314F4A for ; Fri, 17 Dec 1999 04:58:22 -0800 (PST) (envelope-from mestery@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 933AE3805; Fri, 17 Dec 1999 06:58:21 -0600 (CST) Received: from localhost (mestery@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id GAA28755; Fri, 17 Dec 1999 06:58:21 -0600 (CST) X-Authentication-Warning: isis.visi.com: mestery owned process doing -bs Date: Fri, 17 Dec 1999 06:58:21 -0600 (CST) From: To: Tiller Beauchamp Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 Retail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Thu, 16 Dec 1999, Tiller Beauchamp wrote: > www.lokigames.com They ship you the game CD now, then your CD jewel, tin > box and whatever else (SuSE 6.3) later. > Thanks, I forgot that Loki was doing that. > Like you said, I tried to manually do what the setup program did. I just > copied all the files from bin directory of the cdrom to my harddrive and > ran it from there. I also had to set up a few links. Now it works fine*. > Good! > I'm using pcm0 and as I heard on this list, that doesn't work. I'll have > to switch to snd0. 12.5 fps hurts. I am able to get 25 fps under windows. > I am running a low end machine: 266 PII, 64 ram, tnt1. I'm running > FreeBSD 3.3.3 and Xfree86 3.3.3.1. I followed the tutorial at > Did you get sound with the Quake3 demo or test program? I am using newpcm (pcm0), and I had sound with the demo and test program. What type of sound card do you have? FYI, I don't know what fps I was getting, but I have a dual Celeron 400MHz (BP6) with a G400 running with GLX. It was easily playable. > to set up GL. I also installed the the linux_glx port. Is there anything > I did wrong to get such low fps, or is this just how it is till Xfree86 > 4.0? > The fps might speed up with X4.0 when the direct rendering interface is available. > Thanks for you suggestions :) Once I get this all sorted out I plan to > write a little how to about this. > That would be most excellent. -- Kyle Mestery | Ancor Communications mestery@visi.com | http://www.freebsd.org/ mestery@netwinder.org | http://www.netwinder.org/ Protect your right to privacy: www.freecrypto.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 17 13: 7:37 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by hub.freebsd.org (Postfix) with ESMTP id 09A1E14CAA for ; Fri, 17 Dec 1999 13:07:36 -0800 (PST) (envelope-from tbeaucha@gladstone.uoregon.edu) Received: from inazuma (cisco-ts13-line16.uoregon.edu [128.223.150.165]) by gladstone.uoregon.edu (8.9.3/8.9.3) with SMTP id NAA27299; Fri, 17 Dec 1999 13:07:22 -0800 (PST) Message-ID: <002e01bf48d2$b2a8c440$a596df80@inazuma> From: "Tiller Beauchamp" To: Cc: Subject: Re: Quake 3 Retail Date: Fri, 17 Dec 1999 13:07:14 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Original Message----- From: mestery@visi.com [trimmed] >> I'm using pcm0 and as I heard on this list, that doesn't work. I'll have >> to switch to snd0. 12.5 fps hurts. I am able to get 25 fps under windows. >> I am running a low end machine: 266 PII, 64 ram, tnt1. I'm running >> FreeBSD 3.3.3 and Xfree86 3.3.3.1. I followed the tutorial at >> >Did you get sound with the Quake3 demo or test program? Nope, but I did with other sound programs. > I am using >newpcm (pcm0), and I had sound with the demo and test program. What >type of sound card do you have? My sound card is some no name brand using YAMAHA OPL3-SAx (YMF-71x-OPL3-SAx) chipset. I tried using snd0 last night, but couldn't get it to work right. You said you're using the newpcm? I'm using the pcm that came on the FreeBSD 3.3.3 CD's. btw, my /boot/kernel.conf has this in it: pnp 1 0 os enable port0x 220 port1x 530 port2x 388 port3x 350 drq0 1 drq1 0 I can't remember if those are the excact port number or not, but does it look right? Do I need all 4 ports in there? > FYI, I don't know what fps I was >getting, but I have a dual Celeron 400MHz (BP6) with a G400 running with >GLX. It was easily playable. type /set cg_drawfps 1 in the console if you are curious. That will display your frame rate in the upper right corner. I spent some time playing last night, and wow the new levels are amazing! The fog, the new models, the lighting, the moving geometries -- I can't help but stare. I make an easy target :) Tiller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 17 16:45:58 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 7B6A514E8B for ; Fri, 17 Dec 1999 16:45:55 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial3-135.netcologne.de [195.14.250.135]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id BAA19296; Sat, 18 Dec 1999 01:45:46 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id BAA05440; Sat, 18 Dec 1999 01:44:38 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Sat, 18 Dec 1999 01:44:38 +0100 (CET) Message-Id: <199912180044.BAA05440@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: Alexander@Leidinger.net Cc: van.woerkom@netcologne.de, conrads@home.com, multimedia@FreeBSD.ORG In-reply-to: <199912070931.KAA01007@Magelan.Leidinger.net> (message from Alexander Leidinger on Tue, 7 Dec 1999 10:31:20 +0100 (CET)) Subject: Re: CDDB vs CD Index Reply-To: van.woerkom@netcologne.de References: <199912070931.KAA01007@Magelan.Leidinger.net> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > But thereŽs a free Version of cddb: freedb.freedb.org (at least it was > there last time I checked). WhatŽs wrong with it (except the fact it > didnŽt has as much as the original cddb)? That one is ok :), it is one of the three 'reactions' that were caused by the cddb changes. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Dec 18 6:41:33 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from indyio.rz.uni-sb.de (indyio.rz.uni-sb.de [134.96.7.3]) by hub.freebsd.org (Postfix) with ESMTP id D26F114DBC for ; Sat, 18 Dec 1999 06:41:30 -0800 (PST) (envelope-from netchild@Leidinger.net) Received: from mars.rz.uni-sb.de (ns0.rz.uni-sb.de [134.96.7.5]) by indyio.rz.uni-sb.de (8.9.3/8.9.3) with ESMTP id PAA15771030; Sat, 18 Dec 1999 15:41:24 +0100 (CET) Received: from Magelan.Leidinger.net (maxtnt-067.telip.uni-sb.de [134.96.70.194]) by mars.rz.uni-sb.de (8.8.8/8.8.4/8.8.2) with ESMTP id PAA08041; Sat, 18 Dec 1999 15:41:23 +0100 (CET) Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id MAA02738; Sat, 18 Dec 1999 12:35:31 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <199912181135.MAA02738@Magelan.Leidinger.net> Date: Sat, 18 Dec 1999 12:35:30 +0100 (CET) From: Alexander Leidinger Subject: Re: CDDB vs CD Index To: van.woerkom@netcologne.de Cc: multimedia@FreeBSD.ORG In-Reply-To: <199912180044.BAA05440@oranje.my.domain> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18 Dec, Marc van Woerkom wrote: >> But thereŽs a free Version of cddb: freedb.freedb.org (at least it was >> there last time I checked). WhatŽs wrong with it (except the fact it >> didnŽt has as much as the original cddb)? > > That one is ok :), it is one of the three 'reactions' that were > caused by the cddb changes. What was the third ŽreactionŽ? Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler http://netchild.home.pages.de Alexander+Home @ Leidinger.net Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 19 10: 0:30 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from vorbis.noc.easynet.net (vorbis.noc.easynet.net [195.40.1.254]) by hub.freebsd.org (Postfix) with SMTP id 5796E151F6 for ; Sun, 19 Dec 1999 10:00:24 -0800 (PST) (envelope-from chrisy@vorbis.noc.easynet.net) Received: (qmail 14436 invoked by uid 1943); 19 Dec 1999 18:00:23 -0000 Message-ID: <19991219180022.A17099@flix.net> Date: Sun, 19 Dec 1999 18:00:22 +0000 From: Chrisy Luke To: Wes Peters , Roger Hardiman Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: <3858C600.41C6@cs.strath.ac.uk> <385918DA.8F7F84D@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <385918DA.8F7F84D@softweyr.com>; from Wes Peters on Thu, Dec 16, 1999 at 09:52:42AM -0700 Organization: The Flirble Internet Exchange X-URL: http://www.flix.net/ X-FTP: ftp://ftp.flirble.org/ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wes Peters wrote (on Dec 16): > Have you considered buying Metro-X? It supports up to 4 screens on just > about any combination of AGP and PCI Matrox cards. For more information, > see http://www.metrolink.com/productindex.html and look for Multi-Headed > Display Support. Metro-X is only $39. Someting I'd be keen to know is the extent of support for the new G100 MMS (Quad-head). Four G100's on one card, it seems. Works well with NT (puke) - with the limitation that all the displays need to run with the same resolution (very very sucky when you have an odd combination of monitors). Chris. -- == chris@easynet.net, chrisy@flirble.org. +44 20 7900 4444 == Systems Manager for Easynet, a part of Easynet Group PLC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 19 11:42:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id CD57C15253 for ; Sun, 19 Dec 1999 11:42:09 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial5-65.netcologne.de [194.8.195.65]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id UAA01982; Sun, 19 Dec 1999 20:42:00 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id UAA02104; Sun, 19 Dec 1999 20:40:48 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Sun, 19 Dec 1999 20:40:48 +0100 (CET) Message-Id: <199912191940.UAA02104@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: Alexander@Leidinger.net Cc: van.woerkom@netcologne.de, multimedia@FreeBSD.ORG In-reply-to: <199912181135.MAA02738@Magelan.Leidinger.net> (message from Alexander Leidinger on Sat, 18 Dec 1999 12:35:30 +0100 (CET)) Subject: Re: CDDB vs CD Index Reply-To: van.woerkom@netcologne.de References: <199912181135.MAA02738@Magelan.Leidinger.net> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > That one is ok :), it is one of the three 'reactions' that were > > caused by the cddb changes. > > What was the third ŽreactionŽ? This one: http://www.cdin.org Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 19 12:36:50 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 60F8B14D64 for ; Sun, 19 Dec 1999 12:36:49 -0800 (PST) (envelope-from scottm@CS.UCLA.EDU) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id MAA13116 for ; Sun, 19 Dec 1999 12:37:29 -0800 (PST) Received: (from scottm@localhost) by mordred.cs.ucla.edu (8.9.3/UCLACS-5.0) id MAA28222 for freebsd-multimedia@freebsd.org; Sun, 19 Dec 1999 12:36:48 -0800 (PST) Date: Sun, 19 Dec 1999 12:36:48 -0800 (PST) From: Scott Michel Message-Id: <199912192036.MAA28222@mordred.cs.ucla.edu> To: freebsd-multimedia@freebsd.org Subject: Yamaha DS-XG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, after taking a look at what's involved with getting the DS-XG family of chips up and running, and aiming to shoot for a little driver development glory, I think I'll take a whack at getting the DS-XG sound chip up and running if no one else is willing. Having been out of the loop on multimedia for a while, what's the current state of affairs on the sound drivers? It still looks like there's the (perenially) newpcm stuff and the old (opensound-ish) drivers. Which set of drivers would/should I be aiming for? -scooter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 19 17:25: 1 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from prserv.net (out1.prserv.net [165.87.194.252]) by hub.freebsd.org (Postfix) with ESMTP id 510BD15118 for ; Sun, 19 Dec 1999 17:24:56 -0800 (PST) (envelope-from jsachs@iclick.com) Received: from iclick.com ([166.72.10.7]) by prserv.net (out1) with SMTP id <1999122001245325204pc20ue>; Mon, 20 Dec 1999 01:24:54 +0000 Message-ID: <385D84A2.C1A9CB56@iclick.com> Date: Sun, 19 Dec 1999 20:21:38 -0500 From: Jay Sachs Organization: iClick X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Scott Michel Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Yamaha DS-XG References: <199912192036.MAA28222@mordred.cs.ucla.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scott Michel wrote: > Well, after taking a look at what's involved with getting the DS-XG > family of chips up and running, and aiming to shoot for a little > driver development glory, I think I'll take a whack at getting the > DS-XG sound chip up and running if no one else is willing. > > Having been out of the loop on multimedia for a while, what's the > current state of affairs on the sound drivers? It still looks like > there's the (perenially) newpcm stuff and the old (opensound-ish) > drivers. > > Which set of drivers would/should I be aiming for? Doesn't much matter -- I'd jump at either. Are you saying you have sufficient specs to write the driver? Last I checked, there's not enough available even to get the SBPro emulation to generate sound. (I was able to enable the chip as an SB, but nothing was documented regarding linking up the SB emulation to the actual audio output). jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Dec 19 22:45:49 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from ind.alcatel.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id 78C2A14D73; Sun, 19 Dec 1999 22:45:45 -0800 (PST) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com (mailhub [198.206.181.70]) by ind.alcatel.com (8.9.3+Sun/8.9.1 (ind.alcatel.com 3.0 [OUT])) with SMTP id WAA12779; Sun, 19 Dec 1999 22:23:54 -0800 (PST) X-Origination-Site: Received: from omni.xylan.com by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id WAA20346; Sun, 19 Dec 1999 22:23:53 -0800 Received: from softweyr.com ([204.68.178.39]) by omni.xylan.com (4.1/SMI-4.1 (xylan engr [SPOOL])) id AA18279; Sun, 19 Dec 99 22:23:49 PST Message-Id: <385DCBDA.5F13D43D@softweyr.com> Date: Sun, 19 Dec 1999 23:25:30 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en Mime-Version: 1.0 To: Chrisy Luke Cc: Roger Hardiman , hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Multi Head XFree86 VGA card recomendations wanted References: <3858C600.41C6@cs.strath.ac.uk> <385918DA.8F7F84D@softweyr.com> <19991219180022.A17099@flix.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chrisy Luke wrote: > > Wes Peters wrote (on Dec 16): > > Have you considered buying Metro-X? It supports up to 4 screens on just > > about any combination of AGP and PCI Matrox cards. For more information, > > see http://www.metrolink.com/productindex.html and look for Multi-Headed > > Display Support. Metro-X is only $39. > > Someting I'd be keen to know is the extent of support for the new > G100 MMS (Quad-head). Four G100's on one card, it seems. Works well > with NT (puke) - with the limitation that all the displays need to run > with the same resolution (very very sucky when you have an odd combination > of monitors). You want me to call them? Do we have any FreeBSD multimedia members physically co-located with MetroLink, so it'll be a local call? -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 20 4:31:48 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 9B31214CE7 for ; Mon, 20 Dec 1999 04:31:46 -0800 (PST) (envelope-from mestery@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 814EF37ED; Mon, 20 Dec 1999 06:31:45 -0600 (CST) Received: from localhost (mestery@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id GAA07381; Mon, 20 Dec 1999 06:31:45 -0600 (CST) X-Authentication-Warning: isis.visi.com: mestery owned process doing -bs Date: Mon, 20 Dec 1999 06:31:45 -0600 (CST) From: To: Tiller Beauchamp Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 Retail In-Reply-To: <002e01bf48d2$b2a8c440$a596df80@inazuma> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, 17 Dec 1999, Tiller Beauchamp wrote: > > I am using > >newpcm (pcm0), and I had sound with the demo and test program. What > >type of sound card do you have? > > My sound card is some no name brand using YAMAHA OPL3-SAx > (YMF-71x-OPL3-SAx) chipset. I tried using snd0 last night, but couldn't get > it to work right. You said you're using the newpcm? I'm using the pcm that > came on the FreeBSD 3.3.3 CD's. btw, my /boot/kernel.conf has this in it: > pnp 1 0 os enable port0x 220 port1x 530 port2x 388 port3x 350 drq0 1 drq1 0 > Oh, you're running stable. I don't believe newpcm has been ported over to stable yet. If that's the case, I don't believe the pcm driver in stable supports mmap'ed audio, which is what Quake uses. (If I'm wrong, could someone please correct me?) > I can't remember if those are the excact port number or not, but does it > look right? Do I need all 4 ports in there? > I'm not sure about that. -- Kyle Mestery | Ancor Communications mestery@visi.com | http://www.freebsd.org/ mestery@netwinder.org | http://www.netwinder.org/ Protect your right to privacy: www.freecrypto.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 20 13:44:12 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mamba-e.gsfc.nasa.gov (mamba-e.gsfc.nasa.gov [128.183.166.146]) by hub.freebsd.org (Postfix) with ESMTP id C3BD815340 for ; Mon, 20 Dec 1999 13:44:10 -0800 (PST) (envelope-from uhl@mamba-e.gsfc.nasa.gov) Received: from mamba-e.gsfc.nasa.gov (uhl@localhost) by mamba-e.gsfc.nasa.gov (8.8.5/8.8.4) with ESMTP id QAA01050; Mon, 20 Dec 1999 16:43:44 -0500 (EST) Message-Id: <199912202143.QAA01050@mamba-e.gsfc.nasa.gov> X-Mailer: exmh version 2.0gamma 1/24/96 To: Jay Sachs Cc: Scott Michel , freebsd-multimedia@FreeBSD.ORG, uhl@mamba-e.gsfc.nasa.gov Subject: Re: Yamaha DS-XG In-reply-to: Your message of "Sun, 19 Dec 1999 20:21:38 EST." <385D84A2.C1A9CB56@iclick.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 20 Dec 1999 16:43:43 -0500 From: George Uhl Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If it's not too much of a hassle, I vote for the newpcm driver. It is maddening to know which drivers work for which sound cardss anymore, especially if you don't follow the list threads that closely. I have an old ESS 1868 sound card that works like crap in 3.3. It used to work in 2.2.x. I went out and bought a Yamaha DS-XG only to learn that although it works great in NT there is no specs for a FBSD driver. I realize that there is so much proprietary info for sound cards that writing FBSD drivers is non-trivial. It is frustrating for outsiders like myself to stay on top of OSS soundcard development. Just my 2 cents worth. Thanks, George Uhl > Scott Michel wrote: > > > Well, after taking a look at what's involved with getting the DS-XG > > family of chips up and running, and aiming to shoot for a little > > driver development glory, I think I'll take a whack at getting the > > DS-XG sound chip up and running if no one else is willing. > > > > Having been out of the loop on multimedia for a while, what's the > > current state of affairs on the sound drivers? It still looks like > > there's the (perenially) newpcm stuff and the old (opensound-ish) > > drivers. > > > > Which set of drivers would/should I be aiming for? > > Doesn't much matter -- I'd jump at either. Are you saying you have > sufficient specs to write the driver? Last I checked, there's not enough > available even to get the SBPro emulation to generate sound. (I was able > to enable the chip as an SB, but nothing was documented regarding > linking up the SB emulation to the actual audio output). > > jay > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Dec 20 23:10: 3 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from lips.borg.umn.edu (lips.borg.umn.edu [160.94.170.50]) by hub.freebsd.org (Postfix) with ESMTP id 2AA0414A1B for ; Mon, 20 Dec 1999 23:10:00 -0800 (PST) (envelope-from cattelan@thebarn.com) Received: from thebarn.com (lupo.borg.umn.edu [160.94.170.114]) by lips.borg.umn.edu (8.9.3/8.9.1) with ESMTP id BAA60682; Tue, 21 Dec 1999 01:09:53 -0600 (CST) Message-ID: <385F27BF.5CEF274@thebarn.com> Date: Tue, 21 Dec 1999 01:09:52 -0600 From: Russell Cattelan X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org, freebsd-current@freebse.org Subject: es1371 PCI128 Rev 7 patch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The problem with the PCI128 rev 7 and ASUS boards seem to be solved with a simple patch. Anybody with such a combination please try this patch ftp://ftp.thebarn.com/FreeBSD/es1371/es1371-src4-PCI128rev7.patch Once it is verified to work, I'm sure somebody will want to commit it. -- Russell Cattelan cattelan@thebarn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 21 11:41:38 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from ind.alcatel.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id AF29814DD4 for ; Tue, 21 Dec 1999 11:41:31 -0800 (PST) (envelope-from wpeters@xylan.com) Received: from mailhub.xylan.com (mailhub [198.206.181.70]) by ind.alcatel.com (8.9.3+Sun/8.9.1 (ind.alcatel.com 3.0 [OUT])) with SMTP id LAA10320 for ; Tue, 21 Dec 1999 11:41:23 -0800 (PST) X-Origination-Site: Received: from omni.xylan.com by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id LAA09490; Tue, 21 Dec 1999 11:41:21 -0800 Received: from ind.alcatel.com (haystack.utah.xylan.com) by omni.xylan.com (4.1/SMI-4.1 (xylan engr [SPOOL])) id AA02386; Tue, 21 Dec 99 11:41:18 PST Message-Id: <385FD7DE.FDD7FBF4@ind.alcatel.com> Date: Tue, 21 Dec 1999 12:41:18 -0700 From: Wes Peters Organization: Alcatel Internetworking X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en Mime-Version: 1.0 To: multimedia@freebsd.org Subject: BT829 drivers? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A co-worker is attempting to do something useful with an ATI All-In-Wonder card (run FreeBSD on it). I poked around the search pages and found little hope. It seems the video4linux guys have a working driver. Is anyone interested in porting this? I could poke into it, looking at the Linux code for hints about what is special in the 829 chips, but I'm *not* a multimedia guy. Reply to this address, please. Thanks in advance for any help you can give. -- Yes I am a pirate, two hundred years too late The cannons don't thunder, there's nothing to plunder I'm an almost forty victim of fate Alcatel Internetworking Wes Peters wpeters@ind.alcatel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 21 12:17: 4 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 7B08A15507 for ; Tue, 21 Dec 1999 12:16:59 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id VAA07199; Tue, 21 Dec 1999 21:16:31 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912212016.VAA07199@freebsd.dk> Subject: Re: BT829 drivers? In-Reply-To: <385FD7DE.FDD7FBF4@ind.alcatel.com> from Wes Peters at "Dec 21, 1999 12:41:18 pm" To: wpeters@ind.alcatel.com (Wes Peters) Date: Tue, 21 Dec 1999 21:16:31 +0100 (CET) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Wes Peters wrote: > A co-worker is attempting to do something useful with an ATI All-In-Wonder card > (run FreeBSD on it). I poked around the search pages and found little hope. > It seems the video4linux guys have a working driver. Is anyone interested in > porting this? I could poke into it, looking at the Linux code for hints about > what is special in the 829 chips, but I'm *not* a multimedia guy. > > Reply to this address, please. Thanks in advance for any help you can give. Look at the GATOS project, they have a nice userland util for the ATI cards, or fetch an older version on my ftp server: ftp://freebsd.dk/pub/gatos.tgz -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 21 12:53: 3 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dqc.org (gonzo.st [208.44.74.16]) by hub.freebsd.org (Postfix) with ESMTP id 7C81C154D2 for ; Tue, 21 Dec 1999 12:53:01 -0800 (PST) (envelope-from matt@dqc.org) Received: by dqc.org (Postfix, from userid 1005) id 57236BB9F; Tue, 21 Dec 1999 12:52:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dqc.org (Postfix) with ESMTP id 4C721ACC7 for ; Tue, 21 Dec 1999 12:52:59 -0800 (PST) Date: Tue, 21 Dec 1999 12:52:59 -0800 (PST) From: just matt To: multimedia@FreeBSD.ORG Subject: Re: BT829 drivers? In-Reply-To: <199912212016.VAA07199@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've seen the gatos stuff in action and I would say it's quite nice and worth the trouble of gettingit working (if any). Last time I used it they were only lacking in the video capture software support area... =09- Matt On Tue, 21 Dec 1999, Soren Schmidt wrote: > It seems Wes Peters wrote: > > A co-worker is attempting to do something useful with an ATI All-In-Won= der card > > (run FreeBSD on it). I poked around the search pages and found little = hope. > > It seems the video4linux guys have a working driver. Is anyone interes= ted in > > porting this? I could poke into it, looking at the Linux code for hint= s about > > what is special in the 829 chips, but I'm *not* a multimedia guy. > >=20 > > Reply to this address, please. Thanks in advance for any help you can = give. >=20 > Look at the GATOS project, they have a nice userland util for the ATI > cards, or fetch an older version on my ftp server: >=20 > ftp://freebsd.dk/pub/gatos.tgz >=20 > -S=F8ren >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 21 19:13:22 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id ADE8614C9D for ; Tue, 21 Dec 1999 19:13:17 -0800 (PST) (envelope-from shocking@bandicoot.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id LAA04484 for ; Wed, 22 Dec 1999 11:11:13 +0800 (WST) Received: from ariadne.prth.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id LAA18039 for ; Wed, 22 Dec 1999 11:13:08 +0800 (WST) Received: from ariadne.prth.tensor.pgs.com (localhost [127.0.0.1]) by ariadne.prth.tensor.pgs.com (8.9.1b+Sun/8.9.0) with ESMTP id LAA26833 for ; Wed, 22 Dec 1999 11:13:07 +0800 (WST) Message-Id: <199912220313.LAA26833@ariadne.prth.tensor.pgs.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: multimedia@freebsd.org Subject: [glx-dev] id releases quake 1 source under GPL! (fwd) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <26828.945832387.0@ariadne.prth.tensor.pgs.com> Date: Wed, 22 Dec 1999 11:13:07 +0800 From: Stephen Hocking-Senior Programmer PGS Perth Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: message/rfc822 Content-ID: <26828.945832387.1@ariadne.prth.tensor.pgs.com> Content-Description: forwarded message Received: from bandicoot.prth.tensor.pgs.com by localhost with IMAP (fetchmail-5.1.2) for shocking@localhost (single-drop); Wed, 22 Dec 1999 11:11:42 +0800 (WST) Received: from gm.on.openprojects.net (on.openprojects.net [209.81.8.247]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id LAA17256 for ; Wed, 22 Dec 1999 11:11:33 +0800 (WST) Received: from localhost (www.on.openprojects.net) [127.0.0.1] (list) by gm.on.openprojects.net with esmtp (Exim 2.05 #1 (Debian)) id 120c4i-00060P-00; Tue, 21 Dec 1999 19:04:28 -0800 Received: from ns.myable.com [208.48.119.194] by gm.on.openprojects.net with esmtp (Exim 2.05 #1 (Debian)) id 120c4g-000607-00; Tue, 21 Dec 1999 19:04:26 -0800 Received: from KGB (dmz-gateway.myable.com [208.48.119.193]) by ns.Myable.COM (8.9.3/8.9.3) with ESMTP id TAA02708 for ; Tue, 21 Dec 1999 19:04:28 -0800 (PST) (envelope-from beej@myable.com) Message-Id: <4.2.2.19991221190110.01b04cf0@mail.myable.com> X-Sender: beej@mail.myable.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 21 Dec 1999 19:03:39 -0800 To: glx-dev@lists.openprojects.net From: Marc Bejarano Mime-Version: 1.0 Subject: [glx-dev] id releases quake 1 source under GPL! Sender: glx-dev-admin@lists.openprojects.net Errors-To: glx-dev-admin@lists.openprojects.net X-Mailman-Version: 1.0rc2 Precedence: bulk List-Id: X-BeenThere: glx-dev@lists.openprojects.net Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Length: 350 thanx john! from ftp://ftp.cdrom.com/pub/idgames/idstuff/source/q1source.txt === This is the complete source code for winquake, glquake, quakeworld, and glquakeworld. === neat... marc _______________________________________________ glx-dev mailing list - glx-dev@lists.openprojects.net http://lists.openprojects.net/mailman/listinfo/glx-dev ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26828.945832387.2@ariadne.prth.tensor.pgs.com> -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Dec 21 19:31:39 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id B9C6414D08 for ; Tue, 21 Dec 1999 19:31:38 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.9.3) with ESMTP id TAA85278; Tue, 21 Dec 1999 19:28:58 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199912220328.TAA85278@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Stephen Hocking-Senior Programmer PGS Perth Cc: multimedia@FreeBSD.ORG Subject: Re: [glx-dev] id releases quake 1 source under GPL! (fwd) In-reply-to: Your message of "Wed, 22 Dec 1999 11:13:07 +0800." <199912220313.LAA26833@ariadne.prth.tensor.pgs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Dec 1999 19:28:58 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah! It is going to be very nice new Millenium 8) Tnks for the Pointer! -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 1:57:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.195]) by hub.freebsd.org (Postfix) with ESMTP id ADCD815040 for ; Wed, 22 Dec 1999 01:57:22 -0800 (PST) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id KAA28482 for multimedia@freebsd.org; Wed, 22 Dec 1999 10:57:20 +0100 (CET) Date: Wed, 22 Dec 1999 10:57:19 +0100 From: Martin Cracauer To: multimedia@freebsd.org Subject: Quake1 source GPL'ed Message-ID: <19991222105717.A26802@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Subject says it all: idsoftware up out the source for the complete Quake1 engine, under the GPL license. http://www.idsoftware.com/q1source/ Even a GPL-bacher like me must admit that the GPL makes sense in this case :-) Who's the first to come up with a native port over the holidays? "Sorry, mom, can't attent christmas, I'm on a mission". And don't forget native glide shared libs... [outch] While we're at it, anyone knows where to download the Action Quake 1 stuff? Their download page seems to be down for some weeks. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 2:20:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id B7B8915574 for ; Wed, 22 Dec 1999 02:20:20 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA19273; Wed, 22 Dec 1999 11:20:11 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912221020.LAA19273@freebsd.dk> Subject: Re: Quake1 source GPL'ed In-Reply-To: <19991222105717.A26802@cons.org> from Martin Cracauer at "Dec 22, 1999 10:57:19 am" To: cracauer@cons.org (Martin Cracauer) Date: Wed, 22 Dec 1999 11:20:10 +0100 (CET) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Martin Cracauer wrote: > Subject says it all: idsoftware up out the source for the complete > Quake1 engine, under the GPL license. > http://www.idsoftware.com/q1source/ > > Even a GPL-bacher like me must admit that the GPL makes sense in this > case :-) > > Who's the first to come up with a native port over the holidays? > "Sorry, mom, can't attent christmas, I'm on a mission". And don't > forget native glide shared libs... [outch] I have a libvgl & X11 version of it, does that count ?? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 3:56:54 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from borg-cube.com (226-193.adsl2.avtel.net [207.71.226.193]) by hub.freebsd.org (Postfix) with ESMTP id C123E1508A for ; Wed, 22 Dec 1999 03:56:51 -0800 (PST) (envelope-from dburr@pobox.com) Received: from locutus.collective.borg-cube.com (dburr@locutus.collective.borg-cube.com [192.168.0.1]) by borg-cube.com (8.9.3/8.9.3) with ESMTP id DAA29262 for ; Wed, 22 Dec 1999 03:56:51 -0800 (PST) (envelope-from dburr@pobox.com) Date: Wed, 22 Dec 1999 03:56:50 -0800 (PST) From: Donald Burr To: FreeBSD Multimedia Subject: Problems with Bt848/Phillips-based TView 99 TV+FM Radio card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just purchased a new TV+FM radio tuner card at a recent computer show. The box is labeled "TView 99", and there is no indication of who manufactures it, although I am told that these devices are made by a company called Askey. Anyhow, I plugged it into my system, and everything is working great under Windows 98. However, I am having problems getting it going under FreeBSD. First of all, here are my kernel configuration options, and the probe messages for the card: Kernel options: =============== controller smbus0 # System Management Bus device smb0 at smbus? # System Management Bus device controller iicbus0 # I2C bus controller iicbb0 # I2C bus device ic0 at iicbus? # I2C network interface device iic0 at iicbus? # I2C standard I/O device iicsmb0 at iicbus? # I2C to SMB Bridge device bktr0 # BrookTree 848 PCI TV capture card options OVERRIDE_TUNER=9 # Force Phillips FR1236(?) tuner Probe messages: =============== bktr0: rev 0x02 int a irq 19 on pci0.19.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 smbus1: on bti2c0 smb1: on smbus1 Askey/Dynalink Magic TView, Philips FR1236 NTSC FM tuner. My first problem occurred when I first tried to configure the driver. The card probed as a TView card, but the tuner was probed as a Temic NTSC tuner. This was obviously incorrect (the tuner has a big PHILLIPS sticker on it), so I inserted the OVERRIDE_TUNER option to set it to the Phillips FR1236 tuner (which is the only Philips tuner listed that supports FM radio and NTSC). So I went to ports and compiled fxtv and xmradio. Upon running fxtv, I see the following error messages: [dburr@locutus:102 ~]% fxtv ioctl(BT848_SAUDIO, 128) failed: Input/output error ioctl(BT848_SAUDIO, 129) failed: Input/output error [...] The TV window appears, and everything seems to work -- I can tune channels, and the picture that is displayed is of the proper channel, and is of decent quality. However I do not get any audio. THe "Input/output error" messages appear continuously while fxtv is running. I have tried playing with all volume sliders and the soundcard mixer volume, with no luck. When running xmradio, I get the following message: [dburr@locutus:107 ~]% xmradio Couldn't open rc file "/home/dburr/.xmradiorc": No such file or directory using application defaults. could not set audio to intern: Input/output error I can tune the radio, and the signal strength meter indicates that the card is receiving a signal -- when I tune it to 103.3, a popular pop music station that is near to me, the signal strength goes up, and when I tune to a point in the dial where I know there is no signal, the signal strength meter is almost zero. So it looks like somehow the card's audio output is not getting properly routed to the sound card, as it seems to be the case with fxtv. I am running FreeBSD 3.4-STABLE (cvsupped yesterday morning) on a Dual PII/400 with 128MB RAM, the board is a Tyan S1833 Tiger 100A. The RCS version strings of the driver files are as follows: $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.1.2.1 1999/10/01 17:14:07 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_audio.h,v 1.1.2.1 1999/10/01 17:14:07 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.2.2.3 1999/10/15 13:38:40 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_card.h,v 1.2.2.1 1999/10/01 17:14:08 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.100.2.1 1999/10/01 17:14:09 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.1.2.1 1999/10/01 17:14:10 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_i2c.c,v 1.9.2.1 1999/10/01 17:14:10 roger Exp $ $FreeBSD: src/sys/dev/bktr/bktr_i2c.h,v 1.2.2.1 1999/10/01 17:14:10 roger Exp $ $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.1.2.2 1999/10/07 09:46:27 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_os.h,v 1.1.2.1 1999/10/01 17:14:11 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_reg.h,v 1.35.2.1 1999/10/01 17:14:11 roger Exp $ $FreeBSD: src/sys/dev/bktr/bktr_tuner.c,v 1.1.2.2 1999/10/07 09:46:28 roger Exp $ */ $FreeBSD: src/sys/dev/bktr/bktr_tuner.h,v 1.1.2.1 1999/10/01 17:14:12 roger Exp $ */ Any help is greatly appreciated. Thanks! -- Donald Burr Resistance is Futile! | FreeBSD: The WWW: http://www.borg-cube.com/ ICQ: UIN#16997506 | Power to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | Serve! http:// Phone: (805) 957-9666 FAX: (800) 492-5954 | www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 3:59: 3 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id A8097154D0 for ; Wed, 22 Dec 1999 03:58:58 -0800 (PST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.10.0.Beta6/8.10.0.Beta6) with ESMTP id dBMBwN311027; Wed, 22 Dec 1999 13:58:23 +0200 (SAST) Message-Id: <199912221158.dBMBwN311027@gratis.grondar.za> To: Soren Schmidt Cc: cracauer@cons.org (Martin Cracauer), multimedia@FreeBSD.ORG Subject: Re: Quake1 source GPL'ed Date: Wed, 22 Dec 1999 13:58:22 +0200 From: Mark Murray Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Who's the first to come up with a native port over the holidays? > > "Sorry, mom, can't attent christmas, I'm on a mission". And don't > > forget native glide shared libs... [outch] > > I have a libvgl & X11 version of it, does that count ?? Yup! You are going to commit this when? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 4:16: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id BAC05154C8 for ; Wed, 22 Dec 1999 04:16:06 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id MAA36181; Wed, 22 Dec 1999 12:27:05 GMT (envelope-from dfr@nlsystems.com) Date: Wed, 22 Dec 1999 12:27:05 +0000 (GMT) From: Doug Rabson To: Scott Michel Cc: freebsd-multimedia@freebsd.org Subject: Re: Yamaha DS-XG In-Reply-To: <199912192036.MAA28222@mordred.cs.ucla.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 19 Dec 1999, Scott Michel wrote: > Well, after taking a look at what's involved with getting the DS-XG > family of chips up and running, and aiming to shoot for a little > driver development glory, I think I'll take a whack at getting the > DS-XG sound chip up and running if no one else is willing. > > Having been out of the loop on multimedia for a while, what's the > current state of affairs on the sound drivers? It still looks like > there's the (perenially) newpcm stuff and the old (opensound-ish) > drivers. > > Which set of drivers would/should I be aiming for? Write for newpcm in -current. That is the only driver set which has a future. Do you have docs for this chipset? I tried to get information out of Yamaha but they did a black hole act on me. I have a simple pci driver which tries to enable the sbpro legacy part but even that doesn't work properly (no sound comes out). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 5: 7:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id AE06615160 for ; Wed, 22 Dec 1999 05:07:14 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id OAA58386; Wed, 22 Dec 1999 14:06:56 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912221306.OAA58386@freebsd.dk> Subject: Re: Quake1 source GPL'ed In-Reply-To: <199912221158.dBMBwN311027@gratis.grondar.za> from Mark Murray at "Dec 22, 1999 01:58:22 pm" To: mark@grondar.za (Mark Murray) Date: Wed, 22 Dec 1999 14:06:56 +0100 (CET) Cc: cracauer@cons.org (Martin Cracauer), multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Mark Murray wrote: > > > Who's the first to come up with a native port over the holidays? > > > "Sorry, mom, can't attent christmas, I'm on a mission". And don't > > > forget native glide shared libs... [outch] > > > > I have a libvgl & X11 version of it, does that count ?? > > Yup! You are going to commit this when? Never, its based on the pre official sources, and I have no time nor the motivation to see what/if something changed, but if somebody wants to do it, we can arrange tings so work is not duplicated... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 8: 8:45 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from dqc.org (gonzo.st [208.44.74.16]) by hub.freebsd.org (Postfix) with ESMTP id C496C14E2E for ; Wed, 22 Dec 1999 08:08:38 -0800 (PST) (envelope-from matt@dqc.org) Received: by dqc.org (Postfix, from userid 1005) id 31C46BB9F; Wed, 22 Dec 1999 08:08:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dqc.org (Postfix) with ESMTP id 2C238ACC7; Wed, 22 Dec 1999 08:08:38 -0800 (PST) Date: Wed, 22 Dec 1999 08:08:38 -0800 (PST) From: just matt To: Donald Burr Cc: FreeBSD Multimedia Subject: Re: Problems with Bt848/Phillips-based TView 99 TV+FM Radio card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sounds like you're having the same problem I was having when I picked up my hauppauge winTV card with dbx audio, before dbx audio was supported. I solved my problem(with lots of help from nice people here on the multimedie mailing list) by identifying the chip on the card that handles audio, and sifting through the data sheets relating to the chip and writing an initialization for it. You might want to pull out the card and take a look at all the chips on board and see if you can identify the one's that could possibly handle the audio and go from there. - Matt On Wed, 22 Dec 1999, Donald Burr wrote: > I just purchased a new TV+FM radio tuner card at a recent computer show. > The box is labeled "TView 99", and there is no indication of who > manufactures it, although I am told that these devices are made by a > company called Askey. > > Anyhow, I plugged it into my system, and everything is working great under > Windows 98. However, I am having problems getting it going under FreeBSD. > > First of all, here are my kernel configuration options, and the probe > messages for the card: > > Kernel options: > =============== > controller smbus0 # System Management Bus > device smb0 at smbus? # System Management Bus device > controller iicbus0 # I2C bus > controller iicbb0 # I2C bus > device ic0 at iicbus? # I2C network interface > device iic0 at iicbus? # I2C standard I/O > device iicsmb0 at iicbus? # I2C to SMB Bridge > device bktr0 # BrookTree 848 PCI TV capture > card > options OVERRIDE_TUNER=9 # Force Phillips FR1236(?) tuner > > Probe messages: > =============== > bktr0: rev 0x02 int a irq 19 on pci0.19.0 > bti2c0: > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > iicsmb0: on iicbus0 > smbus0: on iicsmb0 > smb0: on smbus0 > iic0: on iicbus0 > smbus1: on bti2c0 > smb1: on smbus1 > Askey/Dynalink Magic TView, Philips FR1236 NTSC FM tuner. > > My first problem occurred when I first tried to configure the driver. The > card probed as a TView card, but the tuner was probed as a Temic NTSC > tuner. This was obviously incorrect (the tuner has a big PHILLIPS sticker > on it), so I inserted the OVERRIDE_TUNER option to set it to the Phillips > FR1236 tuner (which is the only Philips tuner listed that supports FM > radio and NTSC). > > So I went to ports and compiled fxtv and xmradio. Upon running fxtv, I > see the following error messages: > > [dburr@locutus:102 ~]% fxtv > ioctl(BT848_SAUDIO, 128) failed: Input/output error > ioctl(BT848_SAUDIO, 129) failed: Input/output error > [...] > > The TV window appears, and everything seems to work -- I can tune > channels, and the picture that is displayed is of the proper channel, and > is of decent quality. However I do not get any audio. THe "Input/output > error" messages appear continuously while fxtv is running. I have tried > playing with all volume sliders and the soundcard mixer volume, with no > luck. > > When running xmradio, I get the following message: > > [dburr@locutus:107 ~]% xmradio > Couldn't open rc file "/home/dburr/.xmradiorc": No such file or directory > using application defaults. > could not set audio to intern: Input/output error > > I can tune the radio, and the signal strength meter indicates that the > card is receiving a signal -- when I tune it to 103.3, a popular pop music > station that is near to me, the signal strength goes up, and when I tune > to a point in the dial where I know there is no signal, the signal > strength meter is almost zero. So it looks like somehow the card's audio > output is not getting properly routed to the sound card, as it seems to be > the case with fxtv. > > I am running FreeBSD 3.4-STABLE (cvsupped yesterday morning) on a Dual > PII/400 with 128MB RAM, the board is a Tyan S1833 Tiger 100A. The RCS > version strings of the driver files are as follows: > > $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.1.2.1 1999/10/01 17:14:07 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_audio.h,v 1.1.2.1 1999/10/01 17:14:07 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.2.2.3 1999/10/15 13:38:40 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_card.h,v 1.2.2.1 1999/10/01 17:14:08 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.100.2.1 1999/10/01 17:14:09 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.1.2.1 1999/10/01 17:14:10 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_i2c.c,v 1.9.2.1 1999/10/01 17:14:10 roger Exp $ > $FreeBSD: src/sys/dev/bktr/bktr_i2c.h,v 1.2.2.1 1999/10/01 17:14:10 roger Exp $ > $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.1.2.2 1999/10/07 09:46:27 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_os.h,v 1.1.2.1 1999/10/01 17:14:11 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_reg.h,v 1.35.2.1 1999/10/01 17:14:11 roger Exp $ > $FreeBSD: src/sys/dev/bktr/bktr_tuner.c,v 1.1.2.2 1999/10/07 09:46:28 roger Exp $ */ > $FreeBSD: src/sys/dev/bktr/bktr_tuner.h,v 1.1.2.1 1999/10/01 17:14:12 roger Exp $ */ > > Any help is greatly appreciated. Thanks! > -- > Donald Burr Resistance is Futile! | FreeBSD: The > WWW: http://www.borg-cube.com/ ICQ: UIN#16997506 | Power to > Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | Serve! http:// > Phone: (805) 957-9666 FAX: (800) 492-5954 | www.freebsd.org/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Dec 22 21:48:31 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id C1CA2155F9 for ; Wed, 22 Dec 1999 21:48:28 -0800 (PST) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id AAA21855 for ; Thu, 23 Dec 1999 00:48:19 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Thu, 23 Dec 1999 00:48:18 -0500 (EST) From: Chuck Robey To: freebsd-multimedia@freebsd.org Subject: bktr0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am having a problem getting both my mixer and my Hauppauge WinCast/TV card both to work at the same time. If I set my bios so that it thinks FreeBSD is not a pnp-aware OS, then bktr0 is recognized, but the mixer isn't (sound works ok otherwise). If I tell the bios that FreeBSD *is* a pnp aware OK, then the mixer works fine, but bktr0 doesn't get it's shared memory set. Here's the bktr0 section of the dmesg, with the bios told that it's a pnp aware OS (I did this part with verbose booting): bktr0: irq 19 at device 15.0 on pci0 bktr0: could not map memory device_probe_and_attach: bktr0 attach returned 6 Here the bios thinks FreeBSD isn't pnp aware: bktr0: buffer size 3555328, addr 0x5000000 bktr: GPIO is 0x003ffffb bktr0: Hauppauge Model 56131 E Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, dbx stereo. If I knew the correct syntax to customize the "device bktr0" line in the config file, to tell it where to map the memory, maybe I could give it the values it finds when it boots correctly? Or should I handle this some other way? My sound is on the mobo, a Crystal Semi 4236B, using "device pcm". ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 23 2:22:47 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 3A7BB14E70 for ; Thu, 23 Dec 1999 02:22:39 -0800 (PST) (envelope-from darius@dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id UAA43555; Thu, 23 Dec 1999 20:51:55 +1030 (CST) (envelope-from darius@dons.net.au) Message-ID: X-Mailer: XFMail 1.3 [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: <199912221020.LAA19273@freebsd.dk> Date: Thu, 23 Dec 1999 20:51:54 +1030 (CST) From: "Daniel J. O'Connor" To: Soren Schmidt Subject: Re: Quake1 source GPL'ed Cc: multimedia@FreeBSD.ORG, (Martin Cracauer) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22-Dec-99 Soren Schmidt wrote: > I have a libvgl & X11 version of it, does that count ?? Ooh neat :) I just started a vgl version I guess I'll hold off 8-) Can I have your diffs? I rewrote the stinky GNU makefile too.. I tried to get the GL version going but it has some.. problems.. (Compiles and links, but doesn't look very nice at all :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 23 3:59:36 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 1F3D814ECC for ; Thu, 23 Dec 1999 03:59:34 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id MAA85239; Thu, 23 Dec 1999 12:59:05 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <199912231159.MAA85239@freebsd.dk> Subject: Re: Quake1 source GPL'ed In-Reply-To: from "Daniel J. O'Connor" at "Dec 23, 1999 08:51:54 pm" To: darius@dons.net.au (Daniel J. O'Connor) Date: Thu, 23 Dec 1999 12:59:05 +0100 (CET) Cc: multimedia@FreeBSD.ORG, cracauer@cons.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Daniel J. O'Connor wrote: > > On 22-Dec-99 Soren Schmidt wrote: > > I have a libvgl & X11 version of it, does that count ?? > > Ooh neat :) > > I just started a vgl version I guess I'll hold off 8-) > > Can I have your diffs? I'll dig them out of my archives... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 23 12:55:20 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail5.svr.pol.co.uk (mail5.svr.pol.co.uk [195.92.193.20]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E914D8F for ; Thu, 23 Dec 1999 12:55:16 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from modem-64.zyprexa.dialup.pol.co.uk ([62.136.95.192] helo=insight) by mail5.svr.pol.co.uk with smtp (Exim 3.12 #0) id 121FGO-0006pt-00; Thu, 23 Dec 1999 20:55:08 +0000 Message-ID: <01cc01bf4d88$009ddd20$1b48883e@insight> From: "Roger" To: "Donald Burr" , "FreeBSD Multimedia" References: Subject: Re: Problems with Bt848/Phillips-based TView 99 TV+FM Radio card Date: Thu, 23 Dec 1999 20:53:58 -0000 Organization: University of Strathclyde MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Donald. The quick answer is, you'll never get any audio with the Askey/Dynalink Magic TView card with the exisitng bktr driver. But there is hope. The technical reason is that I do not know the GPIO values for the Audio-Mux on the card. We need to do some cleaver hacking to work them out. Now the long answer. TV cards generate audio from several sources, TV, FM Radio, Stereo Decoders, Line-In sockets. There is just one Line-Out socket, so the card needs an Audio-Multiplexer (basically a switch) to select one of these audio sources for output. Almost all TV cards implement this audio switch differently. We need to know how Askey connected the switch on their cards. This switch (or audio-mux) is connected to the GPIO port on the Bt848/878 The GPIO is a 24 bit input/output port. By setting certain output pins high and low, we can control the selected audio source. We need to know which GPIO pins the audio mux is connected to and which GPIO values switch us between each audio source. We can do this several ways. Take a nosey through the Windows Registry and Windows Drivers, run a Windows program which spies on the Windows driver and the GPIO port status, check the linux driver, or do a very long winded trial and error. Unfortunatly, it is Christmas. I'm at my parents where there is no FreeBSD boxes. So this will have to wait until January. Agt least we know the Tuner works and the FM radio (as you saw the signal streangth go up correctly) In the mean time, check your Windows driver disk, extracted driver files and Registry for things like audio_mux, multiplexer, GPIO or General Purpose Input Output settings. Look for words like Mute, Line-In, TV, Mono, Stereo, FM. Bye Roger Other answers to your questions are.... > My first problem occurred when I first tried to configure the driver. The > card probed as a TView card, but the tuner was probed as a Temic NTSC > tuner. tuner probing is really a load of rubbish. The truth is that there is no way for the driver to ask the tuner what make./type it is. The onlt solution is if the card has an EEPROM onboard with card configuration data stored in (which incudes the tuner type) Hauppauge and AverMedia do this. This was obviously incorrect (the tuner has a big PHILLIPS sticker > on it), so I inserted the OVERRIDE_TUNER option to set it to the Phillips > FR1236 tuner (which is the only Philips tuner listed that supports FM > radio and NTSC). Good choice. > So I went to ports and compiled fxtv and xmradio. Upon running fxtv, I > see the following error messages: > > [dburr@locutus:102 ~]% fxtv > ioctl(BT848_SAUDIO, 128) failed: Input/output error > ioctl(BT848_SAUDIO, 129) failed: Input/output error This means you do not have a working Sound Card. If you have Speakers plugged into the Line-Out of your TV Card, you can just ignore this message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Dec 23 20:40: 0 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from hurricane.columbus.rr.com (columbus.rr.com [204.210.252.19]) by hub.freebsd.org (Postfix) with ESMTP id D966514E50 for ; Thu, 23 Dec 1999 20:39:57 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Thu, 23 Dec 1999 23:39:43 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id XAA94095; Thu, 23 Dec 1999 23:39:54 -0500 (EST) (envelope-from caa) Date: Thu, 23 Dec 1999 23:39:54 -0500 From: "Charles Anderson" To: "Daniel J. O'Connor" Cc: Soren Schmidt , multimedia@FreeBSD.ORG, Martin Cracauer Subject: Re: Quake1 source GPL'ed Message-ID: <19991223233954.B93977@midgard.dhs.org> References: <199912221020.LAA19273@freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" X-Mailer: Mutt 1.0i In-Reply-To: ; from darius@dons.net.au on Thu, Dec 23, 1999 at 08:51:54PM +1030 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Here is what I did to gl_vidlinuxglx.c it looks much better now, but I don't have any control over it (the keyboard & mouse grab don't seem to be working) , and the sound doesn't work. Evidently the shared texture bit is broken. gl_ztrick makes it not look transparent, but it also seems to slow it down, you can also set this in the console (but I can't because of the afformentioned keyboard problem). -Charlie On Thu, Dec 23, 1999 at 08:51:54PM +1030, Daniel J. O'Connor wrote: > > On 22-Dec-99 Soren Schmidt wrote: > > I have a libvgl & X11 version of it, does that count ?? > > Ooh neat :) > > I just started a vgl version I guess I'll hold off 8-) > > Can I have your diffs? > > I rewrote the stinky GNU makefile too.. > > I tried to get the GL version going but it has some.. problems.. > > (Compiles and links, but doesn't look very nice at all :) > > --- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- Charles Anderson caa@columbus.rr.com No quote, no nothin' --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gl_vidlinuxglx.c.pat" --- gl_vidlinuxglx.c.orig Thu Dec 23 23:31:47 1999 +++ gl_vidlinuxglx.c Thu Dec 23 18:47:44 1999 @@ -20,7 +20,7 @@ #include #include #include -#include +/*#include */ #include #include #include @@ -91,7 +91,7 @@ float gldepthmin, gldepthmax; -cvar_t gl_ztrick = {"gl_ztrick","1"}; +cvar_t gl_ztrick = {"gl_ztrick","0"}; const char *gl_vendor; const char *gl_renderer; @@ -667,7 +667,9 @@ qgl3DfxSetPaletteEXT((GLuint *)table); is8bit = true; - } else if (strstr(gl_extensions, "GL_EXT_shared_texture_palette") && + } +#if 0 + else if (strstr(gl_extensions, "GL_EXT_shared_texture_palette") && (qglColorTableEXT = dlsym(prjobj, "glColorTableEXT")) != NULL) { char thePalette[256*3]; char *oldPalette, *newPalette; @@ -685,6 +687,7 @@ qglColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette); is8bit = true; } +#endif dlclose(prjobj); } --a8Wt8u1KmwUX3Y2C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 4:48:28 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 188B314DF6 for ; Fri, 24 Dec 1999 04:48:26 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial9-208.netcologne.de [194.8.195.208]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA01314; Fri, 24 Dec 1999 13:47:56 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id NAA03387; Fri, 24 Dec 1999 13:46:39 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Fri, 24 Dec 1999 13:46:39 +0100 (CET) Message-Id: <199912241246.NAA03387@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: caa@columbus.rr.com Cc: darius@dons.net.au, sos@freebsd.dk, multimedia@FreeBSD.ORG, cracauer@cons.org In-reply-to: <19991223233954.B93977@midgard.dhs.org> (caa@columbus.rr.com) Subject: Re: Quake1 source GPL'ed Reply-To: van.woerkom@netcologne.de References: <199912221020.LAA19273@freebsd.dk> <19991223233954.B93977@midgard.dhs.org> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the hints, I try them out when I manage to get the code. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 7:31:48 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from tolstoy.mpd.ca (mpd.ca [206.123.11.35]) by hub.freebsd.org (Postfix) with ESMTP id DF07C150EC for ; Fri, 24 Dec 1999 07:31:45 -0800 (PST) (envelope-from wlloyd@tolstoy.mpd.ca) Received: (from wlloyd@localhost) by tolstoy.mpd.ca (8.9.3/8.9.3) id KAA19998; Fri, 24 Dec 1999 10:31:01 -0500 (EST) Date: Fri, 24 Dec 1999 10:31:01 -0500 From: William Lloyd To: freebsd-multimedia@freebsd.org Subject: bt848 problem. Message-ID: <19991224103101.A19900@tolstoy.mpd.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having trouble using a older bt848 card under FreeBSD 3.4 (rebuilt yesterday with latest sources etc). The card is a STB with a Temic 3x7 004 with a date of 1996. I have used the card before under FreeBSD 2.2 (and maybe even 2.1.7) and fxtv on a different workstation. When I retired the computer I put the card away and forgot about it. Recently I found a spare PCI slot and dropped it back into my main FreeBSD machine at home. Well I can't get it to find the tuner now. I'm playing with fxtv and I can't change the channel. The following dmesg is with TUNER_OVERRIDE=1. I've also fiddled with sysctl -w with Phillips and Temic no luck. a snip of my dmesg is chip3: rev 0x02 on pci0.4.3 ahc0: rev 0x00 int a irq 5 on pci0.6.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ed1: rev 0x00 int a irq 5 on pci0.9.0 ed1: address 00:80:c8:f3:2f:18, type NE2000 (16 bit) rl0: rev 0x10 int a irq 3 on pci0.10.0 rl0: Ethernet address: 00:48:54:3e:d4:12 rl0: autoneg complete, link status good (half-duplex, 10Mbps) es2: rev 0x01 int a irq 10 on pci0.11.0 pcm2: using I/O space register mapping at 0xb000 bktr0: rev 0x11 int a irq 11 on pci0.12.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 STB TV/PCI, tuner, dbx stereo. Probing for devices on PCI bus 1: vga0: rev 0x11 int a irq 11 on pci1.0.0 It's a Asus P2B-S motherboard with a Riva TNT2 card. The other bit of info is I'm actually running the machine headless for the moment until I get a new monitor. I'm using a Sparc 20 as my display. fxtv output below.. I'm not expecting to watch TV over ethernet. I'm just trying to get the card working so when I get a new monitor I can watch TV. -bill galt# fxtv No matching font(s) registered with X Server: -adobe-utopia-regular-r-*-*-0-0-*-*-*-0-iso8859-1 Falling back on '10x20' font. No matching font(s) registered with X Server: -adobe-utopia-regular-r-*-*-0-0-*-*-*-0-iso8859-1 Falling back on '10x20' font. No matching font(s) registered with X Server: -adobe-utopia-regular-r-*-*-0-0-*-*-*-0-iso8859-1 Falling back on '10x20' font. No matching font(s) registered with X Server: -adobe-utopia-regular-r-*-*-0-0-*-*-*-0-iso8859-1 Falling back on '10x20' font. No matching font(s) registered with X Server: -adobe-utopia-regular-r-*-*-0-0-*-*-*-0-iso8859-1 Falling back on '10x20' font. Direct Video not supported by visual...using XImages -- William Lloyd mailto:wlloyd@mpd.ca | http://www.mpd.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 8:47: 9 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 812AE15250 for ; Fri, 24 Dec 1999 08:47:06 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-rs2-205-49.netcologne.de [194.8.205.49]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA19304; Fri, 24 Dec 1999 17:47:04 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id RAA06656; Fri, 24 Dec 1999 17:45:52 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Fri, 24 Dec 1999 17:45:52 +0100 (CET) Message-Id: <199912241645.RAA06656@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-multimedia@freebsd.org Subject: Quake 3 Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BTW, I saw Win32 versions in the shops recently. Any idea how the Linux version will be marketed? Buying the Win32 CD plus grabbing some Linux binaries from a web site or buying a different Linux specific box? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 8:58: 3 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from armitage.cylatech.com (armitage.cylatech.com [206.31.213.1]) by hub.freebsd.org (Postfix) with ESMTP id 11083150D0 for ; Fri, 24 Dec 1999 08:58:01 -0800 (PST) (envelope-from macgyver@cylatech.com) Received: from cylatech.com (sakura.cylatech.com [206.31.213.12]) by armitage.cylatech.com (8.9.3/8.9.3) with ESMTP id MAA26278; Fri, 24 Dec 1999 12:04:15 -0500 Message-ID: <3863A60D.8D72B3F8@cylatech.com> Date: Fri, 24 Dec 1999 11:57:49 -0500 From: Wilson MacGyver X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: van.woerkom@netcologne.de Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 References: <199912241645.RAA06656@oranje.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Linux Quake 3 is already available. Lokigames is handling it. http://www.lokigames.com I order mine about 4 weeks ago, since I wanted the cool tin. Within a week, I got the disk, I guess they are shipping the box and the tin later when it's ready. The disk only contains game data, and linux binary. It's kind of cute, when you stick it into a Windows PC, it come up with a html page about Linux via autorun. Marc van Woerkom wrote: > > BTW, I saw Win32 versions in the shops recently. > > Any idea how the Linux version will be marketed? > Buying the Win32 CD plus grabbing some Linux binaries from a web site > or buying a different Linux specific box? > > Regards, > Marc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 9:19:50 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 212CC15020 for ; Fri, 24 Dec 1999 09:19:42 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-rs2-205-49.netcologne.de [194.8.205.49]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id SAA20902; Fri, 24 Dec 1999 18:19:38 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id SAA06747; Fri, 24 Dec 1999 18:18:27 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Fri, 24 Dec 1999 18:18:27 +0100 (CET) Message-Id: <199912241718.SAA06747@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: macgyver@cylatech.com Cc: van.woerkom@netcologne.de, freebsd-multimedia@FreeBSD.ORG In-reply-to: <3863A60D.8D72B3F8@cylatech.com> (message from Wilson MacGyver on Fri, 24 Dec 1999 11:57:49 -0500) Subject: Re: Quake 3 Reply-To: van.woerkom@netcologne.de References: <199912241645.RAA06656@oranje.my.domain> <3863A60D.8D72B3F8@cylatech.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The disk only contains game data, and linux binary. It's kind of cute, > when you stick it into a Windows PC, it come up with a html page about Linux The problem is that I live in Germany. From the Loki page I infered that SuSE is the German distributor. E-mail to SuSE gave the result that I should look at this site: http://www.cdv.de Might have tomatoes on my eyes, but I saw nothing of it there. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 10:10:41 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from celery.dragondata.com (celery.dragondata.com [205.253.12.6]) by hub.freebsd.org (Postfix) with ESMTP id 8E58414F9F for ; Fri, 24 Dec 1999 10:10:29 -0800 (PST) (envelope-from toasty@celery.dragondata.com) Received: (from toasty@localhost) by celery.dragondata.com (8.9.3/8.9.3) id MAA02108; Fri, 24 Dec 1999 12:10:15 -0600 (CST) (envelope-from toasty) From: Kevin Day Message-Id: <199912241810.MAA02108@celery.dragondata.com> Subject: Re: Quake 3 To: van.woerkom@netcologne.de Date: Fri, 24 Dec 1999 12:10:15 -0600 (CST) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199912241645.RAA06656@oranje.my.domain> from "Marc van Woerkom" at Dec 24, 1999 05:45:52 PM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > BTW, I saw Win32 versions in the shops recently. > > Any idea how the Linux version will be marketed? > Buying the Win32 CD plus grabbing some Linux binaries from a web site > or buying a different Linux specific box? > > Regards, > Marc > There's far more info here: http://slashdot.org/article.pl?sid=99/12/23/1116248&mode=thread than I can put in an e-mail. :) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 11: 5:17 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from laker.net (discover.laker.net [205.245.74.3]) by hub.freebsd.org (Postfix) with ESMTP id CB52B14E84 for ; Fri, 24 Dec 1999 11:05:13 -0800 (PST) (envelope-from gabriel@laker.net) Received: (from gabriel@localhost) by laker.net (8.9.1/8.9.1-LAKERNET+8.9.1-MOD) id OAA01078; Fri, 24 Dec 1999 14:59:51 -0500 From: Gabriel Message-Id: <199912241959.OAA01078@laker.net> Subject: Re: Matrox Marvel To: freebsd-multimedia@freebsd.org Date: Fri, 24 Dec 1999 14:59:51 -0500 (EST) Cc: cc@137.org Reply-To: gabriel@NOSPAMlaker.net In-Reply-To: <38514327.AFCB47CB@ameslab.gov> from "Chris Csanady" at Dec 10, 99 12:15:03 pm Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello there, > I was wondering if anyone here would like to get rid of a PCI > Marvel G200 for a reasonable price. I am hoping to get a start > on the driver over break, but one can only get so far without > hardware. :) I have an AGP version of the Matrox Marvel G200 TV. No, I don't plan on selling it (yet), at least until I can afford the Matrox RT2000 :). I am willing to test any drivers, which should work on both the AGP and PCI versions of the Marvel. Instead of writing code from scratch, maybe you could help port the Linux code? Check out http://www.cs.brandeis.edu/~eddie/mga4linux/ and http://www.angelfire.com/de/werth/ and maybe http://millennium.diads.com/bdirks/v4l2.htm -- remove NOSPAM from reply field to reply to this message. Gabriel ------------------------------------------------------------------------------ Windows 95/NT: 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. (UGU) Windows never crashes because I use FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 11:56:26 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1694215209 for ; Fri, 24 Dec 1999 11:56:20 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-rs2-205-49.netcologne.de [194.8.205.49]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id UAA27537; Fri, 24 Dec 1999 20:56:07 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id UAA08071; Fri, 24 Dec 1999 20:54:56 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Fri, 24 Dec 1999 20:54:56 +0100 (CET) Message-Id: <199912241954.UAA08071@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: toasty@dragondata.com Cc: van.woerkom@netcologne.de, freebsd-multimedia@FreeBSD.ORG In-reply-to: <199912241810.MAA02108@celery.dragondata.com> (message from Kevin Day on Fri, 24 Dec 1999 12:10:15 -0600 (CST)) Subject: Re: Quake 3 Reply-To: van.woerkom@netcologne.de References: <199912241810.MAA02108@celery.dragondata.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Any idea how the Linux version will be marketed? > > Buying the Win32 CD plus grabbing some Linux binaries from a web site > > or buying a different Linux specific box? > > There's far more info here: > http://slashdot.org/article.pl?sid=99/12/23/1116248&mode=thread > than I can put in an e-mail. :) Thanks, the interesting bit was this one http://slashdot.org/comments.pl?sid=99/12/23/1116248&cid=120 In short: Id will release updates sometime that allow cross converting between Win32, Mac and Linux versions (fsk, no FreeBSD yet .. :) They put it on hold, because everyone would pick up the early available Win32 version in stores, yielding wrong statistics regarding to Mac and Linux sales. It is obviously seen as a test for the potential of the Linux market. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 14:24:49 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from matrix.netvision.net.il (mailgw.netvision.net.il [194.90.1.151]) by hub.freebsd.org (Postfix) with ESMTP id CD734150F4 for ; Fri, 24 Dec 1999 14:24:46 -0800 (PST) (envelope-from ak@freenet.co.uk) Received: from freenet.co.uk (RAS1-p81.rlz.netvision.net.il [62.0.168.83]) by matrix.netvision.net.il (8.9.3/8.9.3) with ESMTP id AAA04065; Sat, 25 Dec 1999 00:22:13 +0200 (IST) Message-ID: <3863F40D.28111967@freenet.co.uk> Date: Fri, 24 Dec 1999 22:30:37 +0000 From: Alex X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: van.woerkom@netcologne.de Cc: macgyver@cylatech.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: Quake 3 References: <199912241645.RAA06656@oranje.my.domain> <3863A60D.8D72B3F8@cylatech.com> <199912241718.SAA06747@oranje.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marc van Woerkom wrote: > > > The disk only contains game data, and linux binary. It's kind of cute, > > when you stick it into a Windows PC, it come up with a html page about Linux > > The problem is that I live in Germany. > >From the Loki page I infered that SuSE is the German distributor. > > E-mail to SuSE gave the result that I should look at this site: > > http://www.cdv.de > > Might have tomatoes on my eyes, but I saw nothing of it there. Why can't you just order it direct from Loki Games in the US? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Dec 24 15:24:29 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id D79B71503E for ; Fri, 24 Dec 1999 15:24:26 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-as58-rs1-70.netcologne.de [195.14.226.70]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id AAA06386; Sat, 25 Dec 1999 00:24:20 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id AAA01298; Sat, 25 Dec 1999 00:23:05 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Sat, 25 Dec 1999 00:23:05 +0100 (CET) Message-Id: <199912242323.AAA01298@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: ak@freenet.co.uk Cc: van.woerkom@netcologne.de, macgyver@cylatech.com, freebsd-multimedia@FreeBSD.ORG In-reply-to: <3863F40D.28111967@freenet.co.uk> (message from Alex on Fri, 24 Dec 1999 22:30:37 +0000) Subject: Re: Quake 3 Reply-To: van.woerkom@netcologne.de References: <199912241645.RAA06656@oranje.my.domain> <3863A60D.8D72B3F8@cylatech.com> <199912241718.SAA06747@oranje.my.domain> <3863F40D.28111967@freenet.co.uk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Why can't you just order it direct from Loki Games in the US? I own no credit card and refuse to get one just for e-commerce. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message