From owner-freebsd-multimedia Mon Mar 11 16:44:34 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id D53B437B400 for ; Mon, 11 Mar 2002 16:44:30 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 101) id 33D0211F8B; Tue, 12 Mar 2002 01:47:24 +0100 (CET) Date: Tue, 12 Mar 2002 01:47:24 +0100 From: Valery Kotchiev To: freebsd-multimedia@freebsd.org Subject: Gpio register and the strange tsleep() behavior Message-ID: <20020312014724.A17222@rudiment.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I am trying to write a driver for my tv-tuner's (bktr) remote control. Because the hardware is unable to raise an interrupt when the remote has detected a keypress the driver has to poll the GPIO port for a flipped "data waiting" bit. The problem is that as soon as I reschedule the polling process using tsleep() the data-ready bit is not getting activated. If I replace the tsleep() calls with busy wating DELAY() calls which don't yield the CPU, then everything starts working correctly (If one of course disregards the system freeze while kernel is running in a tight loop). I've disassembled windows drivers and looked at the Linux infrared driver project (www.lirc.org) and they are both handling the hardware in exactly the same way as my driver does it. So the preliminary diagnose is that something is resetting bktr's GPIO register when my process shedules out. I can not imagine the bktr driver doing that because no userspace programs were using the tv-tuner while I was testing.. and it would be silly for the bktr driver to continuiously reset its hardware registers for a good measure. So should I submerge deeper into the bktr source.. or are there some other BSD kernel subsystems which reset the hardware which does not belong to them? thanks in advance Valery Kotchiev -- _________________________________________________________________________ Valery Kotchiev Computer Science / Chemistry student To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 12 10:55:33 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from geographos.astro.washington.edu (geographos.astro.washington.edu [128.95.99.27]) by hub.freebsd.org (Postfix) with ESMTP id 303D837B692; Tue, 12 Mar 2002 10:54:12 -0800 (PST) Received: from localhost (kopts@localhost) by geographos.astro.washington.edu (8.11.6/8.11.6) with ESMTP id g2CIsBg16250; Tue, 12 Mar 2002 10:54:11 -0800 X-Authentication-Warning: geographos.astro.washington.edu: kopts owned process doing -bs Date: Tue, 12 Mar 2002 10:54:11 -0800 (PST) From: Alexey Koptsevich To: multimedia@freebsd.org, Subject: Creative Extigy Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Are there any intentions/hopes for Creative Extigy soundcard to be supported by FreeBSD? It would be very good solution for notebook owners... Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Mar 12 20:25:31 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 792AB37B400 for ; Tue, 12 Mar 2002 20:25:06 -0800 (PST) Received: (qmail 35951 invoked by alias); 13 Mar 2002 04:25:00 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 13 Mar 2002 04:25:00 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: freebsd-multimedia@freebsd.org Subject: Problems with XFree86 4.2.0 / ATI Radeon VE / Xinerama Date: Tue, 12 Mar 2002 22:24:54 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020313042506.792AB37B400@hub.freebsd.org> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm currently having a large amount of trouble with the above configuration. I have the ATI card displaying on both heads, but it's the exact same screen. I cannot move my mouse from one head to the other and back again. I've searched the web for hours and I have been unable to find this problem. But it seems that head1 is just a complete duplicate of what head0 is doing. Below is my configuration file and XFree86 logfile. If you could please reply to me directly for I am not subscribed to this mailing list. Thank you. XF86Config --- Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Options "xinerama" "on" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" FontPath "/usr/X11R6/lib/X11/fonts/local/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "dbe" Load "record" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 82.0 VertRefresh 50-100 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 82.0 VertRefresh 50-100 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "UseFBDev" # [] Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Radeon VE" BusID "PCI:1:0:0" VideoRam 32768 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "UseFBDev" # [] Identifier "Card1" Driver "ati" BoardName "Radeon VE" BusID "PCI:1:0:0" VideoRam 32768 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection XFree86.0.log --- XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 January 2002 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/) Build Operating System: FreeBSD 4.5-STABLE i386 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Tue Mar 12 21:28:55 2002 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Sp eedo/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X1 1R6/l ib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/webfonts/,/usr/X11R6/lib/X11 /fonts /local/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.5 XFree86 XInput driver : 0.3 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.3 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.2.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0735 card 0000,0000 rev 01 class 06,00,00 hdr 80 (II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:02:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80 (II) PCI: 00:0b:0: chip 9004,8178 card 9004,7881 rev 01 class 01,00,00 hdr 00 (II) PCI: 00:0d:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00 (II) PCI: 00:0f:0: chip 1113,1211 card 1113,1211 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:11:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80 (II) PCI: 00:11:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80 (II) PCI: 01:00:0: chip 1002,5159 card 1787,0202 rev 00 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.2.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000b000 - 0x0000bfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xcfe00000 - 0xcfefffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xbfc00000 - 0xcfcfffff (0x10100000) MX[B] (II) Bus -1: bridge is at (0:2:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI: (0:17:0) BrookTree unknown chipset (0x036e) rev 17, Mem @ 0xcfdfe000/1 2 (--) PCI:*(1:0:0) ATI Radeon VE QY rev 0, Mem @ 0xc0000000/27, 0xcfef0000/16, I/ O @ 0xb800/8, BIOS @ 0xcfec0000/17 (II) Addressable bus resource ranges are [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [1] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [2] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [3] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [4] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [5] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [10] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [11] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [12] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [1] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [2] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [3] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [4] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [5] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [6] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [7] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [8] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [10] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [11] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [12] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [6] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [7] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [8] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [9] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [10] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [17] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [18] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [19] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "xie" (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XIE (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension X3D-PEX (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.1.10 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font FreeType (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.2.0, module version = 6.4.8 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP), ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI), ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), ATI Rage 128 Mobility ML (AGP) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP), ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP), ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP) (II) Primary Device is: PCI 01:00:0 (II) ATI: Candidate "Device" section "Card0". (II) ATI: Candidate "Device" section "Card1". (II) ATI: Unshared VGA not probed. (WW) RADEON: More than one matching Device section for instances (BusID: PCI:1:0:0) found: Card1 (--) Chipset ATI Radeon VE QY (AGP) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [6] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [7] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [8] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [9] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [10] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [17] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [18] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [19] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) Module radeon: vendor="The XFree86 Project" compiled for 4.2.0, module version = 4.0.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) resource ranges after probing: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [6] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [7] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [8] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [9] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [10] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [11] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [12] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [13] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [14] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [15] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [19] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [20] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [21] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [22] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) [23] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [24] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.2.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) RADEON(0): PCI bus 1 card 0 func 0 (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xf0000,0x10000) (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (--) RADEON(0): Chipset: "ATI Radeon VE QY (AGP)" (ChipID = 0x5159) (--) RADEON(0): Linear framebuffer at 0xc0000000 (--) RADEON(0): MMIO registers at 0xcfef0000 (--) RADEON(0): BIOS at 0xcfec0000 (==) RADEON(0): Write-combining range (0xcfef0000,0x80000) was already clear (II) RADEON(0): Video RAM override, using 32768 kB instead of 32768 kB (**) RADEON(0): VideoRAM: 32768 kByte (64-bit SDR SDRAM) (==) RADEON(0): Write-combining range (0xcfef0000,0x80000) was already clear (II) RADEON(0): Primary Display == Type 1 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): I2C bus "DDC" initialized. (==) RADEON(0): Write-combining range (0xcfef0000,0x80000) was already clear (II) RADEON(0): I2C device "DDC:ddc2" registered. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): VESA BIOS detected (II) RADEON(0): VESA VBE Version 2.0 (II) RADEON(0): VESA VBE Total Mem: 32768 kB (II) RADEON(0): VESA VBE OEM: ATI RADEON III (II) RADEON(0): VESA VBE OEM Software Rev: 1.0 (II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) RADEON(0): VESA VBE OEM Product: R100 (II) RADEON(0): VESA VBE OEM Product Rev: 01.00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) RADEON(0): VESA VBE DDC supported (II) RADEON(0): VESA VBE DDC Level none (II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec. (II) RADEON(0): VESA VBE DDC read failed (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12500 max=35000; xclk=15500 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Monitor0: Using hsync range of 31.50-82.00 kHz (II) RADEON(0): Monitor0: Using vrefresh range of 50.00-100.00 Hz (II) RADEON(0): Clock range: 12.50 to 350.00 MHz (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) (II) RADEON(0): Not using default mode "640x480" (hsync out of range) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (--) RADEON(0): Virtual size is 1024x768 (pitch 1024) (**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 80 8 +hsync +vsync (==) RADEON(0): DPI set to (75, 75) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.2.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): Depth moves disabled by default (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0xcfef0000 - 0xcfefffff (0x10000) MX[B] [1] 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B] [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0xcfdff000 - 0xcfdfffff (0x1000) MX[B]E [8] -1 0xcfffef00 - 0xcfffefff (0x100) MX[B]E [9] -1 0xcffff000 - 0xcfffffff (0x1000) MX[B]E [10] -1 0xd0000000 - 0xdfffffff (0x10000000) MX[B]E [11] -1 0xcfec0000 - 0xcfedffff (0x20000) MX[B](B) [12] -1 0xcfef0000 - 0xcfefffff (0x10000) MX[B](B) [13] -1 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [14] -1 0xcfdfe000 - 0xcfdfefff (0x1000) MX[B](B) [15] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] 0 0x0000b800 - 0x0000b8ff (0x100) IX[B] [19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [23] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [24] -1 0x0000ff00 - 0x0000ffff (0x100) IX[B]E [25] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B](B) [26] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [27] 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) RADEON(0): Write-combining range (0xcfef0000,0x80000) was already clear (==) RADEON(0): Write-combining range (0xc0000000,0x2000000) (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191) (II) RADEON(0): Reserved area from (0,768) to (1024,770) (II) RADEON(0): Largest offscreen area available: 1024 x 7421 (==) RADEON(0): Backing store disabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (II) RADEON(0): Acceleration enabled (II) RADEON(0): Using hardware cursor (scanline 3080) (II) RADEON(0): Largest offscreen area available: 1024 x 7419 (II) RADEON(0): Direct rendering disabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (**) Option "Protocol" "auto" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Option "Buttons" "5" (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 5 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (**) Option "BaudRate" "1200" Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list! ------------------------------------------------------- -- Brain over - Insert coin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 13 7:55:17 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mule.icir.org (mule.icir.org [192.150.187.28]) by hub.freebsd.org (Postfix) with ESMTP id 6A78F37B404 for ; Wed, 13 Mar 2002 07:54:59 -0800 (PST) Received: from mule.icir.org (localhost [127.0.0.1]) by mule.icir.org (8.11.6/8.11.3) with ESMTP id g2DFsww97716; Wed, 13 Mar 2002 07:54:58 -0800 (PST) (envelope-from hodson@mule.icir.org) Message-Id: <200203131554.g2DFsww97716@mule.icir.org> X-Mailer: exmh version 2.1.1 10/15/1999 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: freebsd-multimedia To: Erich Zigler Cc: freebsd-multimedia@freebsd.org From: Orion Hodson Subject: Re: Problems with XFree86 4.2.0 / ATI Radeon VE / Xinerama In-Reply-To: Your message of "Tue, 12 Mar 2002 22:24:54 CST." <20020313042506.792AB37B400@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Date: Wed, 13 Mar 2002 07:54:58 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Erich If you start with a more basic set up, eg no dri, no acceleration, etc you should be able to isolate what is causing the problem. I use a dual head using a Radeon VE at work. The config file is located at: http://www.icir.org/~hodson/XF86Config Cheers - Orion --- I don't want to achieve immortality through my work. I want to achieve immortality through not dying. -- Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 13 9:35:25 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 4736737B416 for ; Wed, 13 Mar 2002 09:35:17 -0800 (PST) Received: (qmail 62980 invoked by alias); 13 Mar 2002 17:35:11 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 13 Mar 2002 17:35:11 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: Orion Hodson Subject: Re: Problems with XFree86 4.2.0 / ATI Radeon VE / Xinerama Date: Wed, 13 Mar 2002 11:35:13 -0600 X-Mailer: KMail [version 1.3.2] References: <200203131554.g2DFsww97716@mule.icir.org> In-Reply-To: <200203131554.g2DFsww97716@mule.icir.org> Cc: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020313173517.4736737B416@hub.freebsd.org> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wednesday 13 March 2002 09:54 am, you wrote: > If you start with a more basic set up, eg no dri, no acceleration, etc > you should be able to isolate what is causing the problem. I use a > dual head using a Radeon VE at work. The config file is located at: Ack, this is what I get when I try to pull up the site. Forbidden You don't have permission to access /~hodson/XF86Config on this server. Apache/1.3.4 Server at www.aciri.org Port 80 -- The one good thing about repeating mistakes is you know when to cringe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 13 9:58:31 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mule.icir.org (mule.icir.org [192.150.187.28]) by hub.freebsd.org (Postfix) with ESMTP id B287D37B4EB; Wed, 13 Mar 2002 09:58:07 -0800 (PST) Received: from mule.icir.org (localhost [127.0.0.1]) by mule.icir.org (8.11.6/8.11.3) with ESMTP id g2DHvPw99881; Wed, 13 Mar 2002 09:57:25 -0800 (PST) (envelope-from hodson@mule.icir.org) Message-Id: <200203131757.g2DHvPw99881@mule.icir.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Erich Zigler Cc: Orion Hodson , freebsd-multimedia@freebsd.org From: Orion Hodson Subject: Re: Problems with XFree86 4.2.0 / ATI Radeon VE / Xinerama In-Reply-To: Your message of "Wed, 13 Mar 2002 11:35:13 CST." <20020313173517.4736737B416@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Mar 2002 09:57:25 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /-- Erich Zigler wrote: | On Wednesday 13 March 2002 09:54 am, you wrote: | | > If you start with a more basic set up, eg no dri, no acceleration, etc | > you should be able to isolate what is causing the problem. I use a | > dual head using a Radeon VE at work. The config file is located at: | | Ack, this is what I get when I try to pull up the site. | | Forbidden You don't have permission to access /~hodson/XF86Config on this | server. http://www.icir.org/hodson/XF86Config Apologies. - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 13 11:11:56 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 33A9637B41D for ; Wed, 13 Mar 2002 11:10:17 -0800 (PST) Received: (qmail 67268 invoked by alias); 13 Mar 2002 19:10:13 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 13 Mar 2002 19:10:13 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: Orion Hodson Subject: Re: Problems with XFree86 4.2.0 / ATI Radeon VE / Xinerama Date: Wed, 13 Mar 2002 13:10:12 -0600 X-Mailer: KMail [version 1.3.2] References: <200203131757.g2DHvPw99881@mule.icir.org> In-Reply-To: <200203131757.g2DHvPw99881@mule.icir.org> Cc: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020313191017.33A9637B41D@hub.freebsd.org> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wednesday 13 March 2002 11:57 am, you wrote: > | > If you start with a more basic set up, eg no dri, no acceleration, > | > etc you should be able to isolate what is causing the problem. I use > | > a dual head using a Radeon VE at work. The config file is located > | > at: > | Ack, this is what I get when I try to pull up the site. > | Forbidden You don't have permission to access /~hodson/XF86Config on > | this server. > http://www.icir.org/hodson/XF86Config That did it! Thanks. It turns out the problem was that I didnt have the omit dga part you did. Thank you so much. Ive been beating my head against the wall for the last two days. :) -- We the Unwilling, led by the Unknowing, are doing the Impossible for the Ungrateful. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Mar 13 23:44: 6 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from seu.edu.cn (seic8.seu.edu.cn [202.119.24.18]) by hub.freebsd.org (Postfix) with SMTP id 4C82B37B41A for ; Wed, 13 Mar 2002 23:43:56 -0800 (PST) Received: (qmail 14976 invoked from network); 14 Mar 2002 07:43:49 -0000 Received: from unknown (HELO hpn185) (202.119.11.185) by seic8.seu.edu.cn with SMTP; 14 Mar 2002 07:43:49 -0000 Message-ID: <001b01c1cb2b$c1a039a0$b90b77ca@hpn185> From: "Jiagao Wu" To: Cc: Subject: Question on sound card CT5880 Date: Thu, 14 Mar 2002 15:41:47 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01C1CB6E.C03ABAC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0018_01C1CB6E.C03ABAC0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 SGVsbG8gYWxsOg0KICAgIEkgaGF2ZSBhIG5ldyBtb3RoZXJib2FyZCwgR2lnYWJ5dGUgR0EtOElS WCwgd2l0aCBhbiBvbmJvYXJkIHNvdW5kIGNhcmQgQ1Q1ODgwLiBCdXQgaXQgc2VlbXMgZnJlZWJz ZCA0LjQgDQpkb2VzIG5vdCBzdXBwb3J0IGl0LiBUaGUgc3lzdGVtIGJvb3QgbWVzYXNnZXMgYXJl IGJlbG93IDoNCg0KcGNtMDogdW5rbm93biByZXZpc2lvbiA0IC0tIHBsZWFzZSByZXBvcnQgdG8g Y2dAZnJlZWJzZC5vcmcNCnBjbTA6IDxDcmVhdGl2ZSBDVDU4ODAtPz4gcG9ydCAweGM0MDAtMHhj NDNmIGlycSA1IGF0IGRldmljZSAxMC4wIG9uIHBjaTINCnBjbTA6IGFjOTcgY29kZWMgaW52YWxp ZCBvciBub3QgcHJlc2VudCAoaWQgPT0gMCkNCmRldmljZV9wcm9iZV9hbmRfYXR0YWNoOiBwY20w IGF0dGFjaCByZXR1cm5lZCA2DQoNCiAgICBIb3cgY2FuIEkgZ2V0IGl0IHdvcmsgPyBUaGFuayB5 b3UhDQoNCiAgICBKLkcuIFd1DQogICAgIDMvMTQvMjAwMg0KDQotLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0NCkppYWdhbyBXdSANCg0KUGguIEQuIENhbmRpZGF0ZSANCk5ldHdv cmsgUmVzZWFyY2ggUm9vbQ0KRGVwYXJ0bWVudCBvZiBDb21wdXRlciBTY2llbmNlIGFuZCBFbmdp bmVlcmluZw0KU291dGhlYXN0IFVuaXZlcnNpdHksIE5hbmppbmcsIENoaW5hLg0KLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQo= ------=_NextPart_000_0018_01C1CB6E.C03ABAC0 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWdi MjMxMiIgaHR0cC1lcXVpdj1Db250ZW50LVR5cGU+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNS4w MC4yOTIwLjAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwvU1RZTEU+DQo8L0hFQUQ+DQo8Qk9E WSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPjxGT05UIHNpemU9Mj5IZWxsbyBhbGw6PC9GT05UPjwv RElWPg0KPERJVj48Rk9OVCBzaXplPTI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7SSBoYXZlIGEg bmV3IA0KbW90aGVyYm9hcmQsJm5ic3A7R2lnYWJ5dGUgR0EtOElSWCwgd2l0aCBhbiBvbmJvYXJk IHNvdW5kIGNhcmQgQ1Q1ODgwLiBCdXQgaXQgDQpzZWVtcyBmcmVlYnNkIDQuNCA8QlI+ZG9lcyBu b3Qgc3VwcG9ydCBpdC4gVGhlIHN5c3RlbSBib290IG1lc2FzZ2VzIGFyZSBiZWxvdyANCjo8L0ZP TlQ+PC9ESVY+DQo8RElWPjxGT05UIHNpemU9Mj48L0ZPTlQ+Jm5ic3A7PC9ESVY+DQo8RElWPjxG T05UIHNpemU9Mj5wY20wOiB1bmtub3duIHJldmlzaW9uIDQgLS0gcGxlYXNlIHJlcG9ydCB0byA8 QSANCmhyZWY9Im1haWx0bzpjZ0BmcmVlYnNkLm9yZyI+Y2dAZnJlZWJzZC5vcmc8L0E+PEJSPnBj bTA6ICZsdDtDcmVhdGl2ZSANCkNUNTg4MC0/Jmd0OyBwb3J0IDB4YzQwMC0weGM0M2YgaXJxIDUg YXQgZGV2aWNlIDEwLjAgb24gcGNpMjxCUj5wY20wOiBhYzk3IGNvZGVjIA0KaW52YWxpZCBvciBu b3QgcHJlc2VudCAoaWQgPT0gMCk8QlI+ZGV2aWNlX3Byb2JlX2FuZF9hdHRhY2g6IHBjbTAgYXR0 YWNoIA0KcmV0dXJuZWQgNjxCUj48L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIHNpemU9Mj4mbmJz cDsmbmJzcDsmbmJzcDsgSG93IGNhbiBJIGdldCBpdCB3b3JrID8gVGhhbmsgDQp5b3UhPC9GT05U PjwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+PC9GT05UPiZuYnNwOzwvRElWPg0KPERJVj48Rk9O VCBzaXplPTI+Jm5ic3A7Jm5ic3A7Jm5ic3A7IEouRy4gV3U8L0ZPTlQ+PC9ESVY+DQo8RElWPjxG T05UIHNpemU9Mj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDszLzE0LzIwMDI8QlI+PC9G T05UPjxGT05UIA0Kc2l6ZT0yPjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgc2l6ZT0yPi0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTxCUj5KaWFnYW8gV3UgDQo8L0ZPTlQ+PC9E SVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+UGguIEQuIENhbmRpZGF0 ZSA8QlI+TmV0d29yayBSZXNlYXJjaCBSb29tPEJSPkRlcGFydG1lbnQgb2YgDQpDb21wdXRlciBT Y2llbmNlIGFuZCBFbmdpbmVlcmluZzxCUj5Tb3V0aGVhc3QgVW5pdmVyc2l0eSwgTmFuamluZywg DQpDaGluYS48QlI+LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tPC9GT05UPjwv RElWPjwvQk9EWT48L0hUTUw+DQo= ------=_NextPart_000_0018_01C1CB6E.C03ABAC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 5:28:46 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from dolphin.idleplay.net (ip68-14-62-49.no.no.cox.net [68.14.62.49]) by hub.freebsd.org (Postfix) with ESMTP id C285137B405 for ; Fri, 15 Mar 2002 05:28:39 -0800 (PST) Received: (from conrads@localhost) by dolphin.idleplay.net (8.11.6/8.11.6) id g2FDSdB31784 for multimedia@freebsd.org; Fri, 15 Mar 2002 07:28:39 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 15 Mar 2002 07:28:39 -0600 (CST) Reply-To: conrads@cox.net Organization: A Rag-Tag Band of Drug-crazed Hippies From: Conrad Sabatier To: multimedia@freebsd.org Subject: audio burps under X Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wondering if anyone else is having the same problems I've been having for a while now. Running the latest X port under a very recent -stable, with the S3 Savage driver (S3 Savage 4). Under X, if I'm playing any sort of audio file, and try scrolling some text in a window, or even have an app running in an xterm that's producing a lot of output, I get a lot of very annoying interference with the audio. If I drag a scroll button up and down, the audio slows down and becomes horribly mutilated. I'm not sure what's causing this, if it's X, or the pcm driver. I never used to experience this. Audio used to play very smoothly, even under moderate to heavy loads. Now it seems like certain X events are generating an interrupt that's causing the pcm driver to temporarily be blocked. $ uname -a FreeBSD dolphin.idleplay.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 16:11:05 CST 2002 root@dolphin.idleplay.net:/usr/obj/usr/src/sys/MYKERNEL i386 $ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Mar 14 2002 16:10:36 Installed devices: pcm0: at io 0x1000 irq 11 (1p/1r/0v channels duplex) ^^^^^^^^ Odd, I just noticed this. Used to say "ES1371", if I remember correctly. I'll gladly provide any further info if anyone is interested. Thanks. -- Conrad Sabatier Ambidextrous, adj.: Able to pick with equal skill a right-hand pocket or a left. -- Ambrose Bierce, "The Devil's Dictionary" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 6:37:42 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 8EAA237B417 for ; Fri, 15 Mar 2002 06:37:39 -0800 (PST) Received: from localhost.lakwod3.co.home.com ([12.253.150.137]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020315143739.BTTS1214.rwcrmhc54.attbi.com@localhost.lakwod3.co.home.com> for ; Fri, 15 Mar 2002 14:37:39 +0000 Subject: Some audio capture questions Content-transfer-encoding: 8bit To: freebsd-multimedia@freebsd.org From: Sean LeBlanc X-mda: Mail::Internet Mail::Sendmail Sendmail +mmhack 1.1 on Linux Content-type: text/plain; charset=us-ascii User-agent: Mutt/1.2.5i Mime-version: 1.0 Content-disposition: inline Date: Fri, 15 Mar 2002 07:40:48 -0700 Message-id: <20020315074048.A12682@hostwiththemost> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I saw some questions about audio recording earlier. I have some questions of my own. I am basement DJ, and I'd like to capture my sessions to something like MP3 or Ogg via my soundcard. I currently have a Aureal Vortex 8830 (that's what dmesg says, anyway). Will this hardware work? Also, do any tools exist to do on-the-fly capture and encoding to MP3 or Ogg? Thanks, -- Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 8: 5:49 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nomad.eng.cstone.net (nomad.eng.cstone.net [209.145.66.28]) by hub.freebsd.org (Postfix) with ESMTP id 4CD2D37B400 for ; Fri, 15 Mar 2002 08:05:31 -0800 (PST) Received: from cstone.net (localhost [127.0.0.1]) by nomad.eng.cstone.net (8.11.4/8.11.4) with ESMTP id g2FG5Qq61935; Fri, 15 Mar 2002 11:05:26 -0500 (EST) (envelope-from wer@cstone.net) Message-ID: <3C921BC5.A1EB15BE@cstone.net> Date: Fri, 15 Mar 2002 11:05:26 -0500 From: William E Reid X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sean LeBlanc Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Some audio capture questions References: <20020315074048.A12682@hostwiththemost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am using a little C program that will send the audio to standard out. You can then use gogo or blade encode to convert it to mp3. I have been recording Art Bell every night with no commercials. It has worked pretty good for me. I got it from searching on google. Some guy was recording howard stern. I would be happy to send it to you. I don't really know what else is out there. There is definitely little hardware gadgets that will do it. http://www.mp3newswire.net/stories/2002/sountainer.html But I like freebsd. Though I am recording in very low quality for voice. I had to mess with capture/encoding to get chipmonk factor worked out for the mono 32k bitrate I wanted. -=Bill Sean LeBlanc wrote: > Hi, I saw some questions about audio recording earlier. I have some > questions of my own. I am basement DJ, and I'd like to capture my sessions > to something like MP3 or Ogg via my soundcard. I currently have a Aureal > Vortex 8830 (that's what dmesg says, anyway). Will this hardware work? > Also, do any tools exist to do on-the-fly capture and encoding to MP3 or > Ogg? > > Thanks, > > -- > Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome > ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome > > 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 Mar 15 8:37:31 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from pendragon.tacni.net (radius.tacni.net [64.247.218.2]) by hub.freebsd.org (Postfix) with SMTP id 89B6F37B433 for ; Fri, 15 Mar 2002 08:36:56 -0800 (PST) Received: (qmail 74999 invoked by alias); 15 Mar 2002 16:36:46 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 15 Mar 2002 16:36:46 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: conrads@cox.net Subject: Re: audio burps under X Date: Fri, 15 Mar 2002 10:36:55 -0600 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: Cc: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020315163656.89B6F37B433@hub.freebsd.org> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Friday 15 March 2002 07:28 am, you wrote: > Wondering if anyone else is having the same problems I've been having for > a while now. > Running the latest X port under a very recent -stable, with the S3 Savage > driver (S3 Savage 4). > Under X, if I'm playing any sort of audio file, and try scrolling some > text in a window, or even have an app running in an xterm that's > producing a lot of output, I get a lot of very annoying interference with > the audio. If I drag a scroll button up and down, the audio slows down > and becomes horribly mutilated. > I'm not sure what's causing this, if it's X, or the pcm driver. I never > used to experience this. Audio used to play very smoothly, even under > moderate to heavy loads. Now it seems like certain X events are > generating an interrupt that's causing the pcm driver to temporarily be > blocked. > $ uname -a > FreeBSD dolphin.idleplay.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 > 16:11:05 CST 2002 > root@dolphin.idleplay.net:/usr/obj/usr/src/sys/MYKERNEL i386 > $ cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Mar 14 2002 16:10:36 > Installed devices: > pcm0: at io 0x1000 irq 11 (1p/1r/0v channels duplex) > ^^^^^^^^ > Odd, I just noticed this. Used to say "ES1371", if I remember correctly. > I'll gladly provide any further info if anyone is interested. I had the exact same problem. I was using a Creative Soundblaster PCI 128, a nvidia RIVA TNT2 and a S3 ViRGE DX/GX. I recently replaced those two video cards with a ATI Radeon VE dualhead, and the problem went away. So I assumed it was a memory conflict of some kind. -- Ultimate Question Research Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 17:23:15 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 3F17637B41C for ; Fri, 15 Mar 2002 17:23:10 -0800 (PST) Received: (qmail 81280 invoked by uid 100); 16 Mar 2002 01:23:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15506.40571.544247.899130@guru.mired.org> Date: Fri, 15 Mar 2002 19:23:07 -0600 To: Sean LeBlanc Cc: freebsd-multimedia@freebsd.org Subject: Re: Some audio capture questions In-Reply-To: <20020315074048.A12682@hostwiththemost> References: <20020315074048.A12682@hostwiththemost> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.48 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020315074048.A12682@hostwiththemost>, Sean LeBlanc typed: > Hi, I saw some questions about audio recording earlier. I have some > questions of my own. I am basement DJ, and I'd like to capture my sessions > to something like MP3 or Ogg via my soundcard. I currently have a Aureal > Vortex 8830 (that's what dmesg says, anyway). Will this hardware work? > Also, do any tools exist to do on-the-fly capture and encoding to MP3 or > Ogg? I don't know about anything to do on-the-fly capture and encoding. There are a number of tools that capture to .wav or .pcm. At least one will send the results to standard out, so you could feed that to an encoder. I haven't done it, so I'm not sure it'll work. Whether or not it can keep up with you will depend on your hardware. As for whether or not that card will work, I recommend asking on -multimedia. Recording audio is one of the weak spots in FreeBSD at the moment. I know the Ensoniq 137x based cards work fine, and are really cheap if what you have doesn't record. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 23:41:42 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp3.wanadoo.nl (smtp3.wanadoo.nl [194.134.35.186]) by hub.freebsd.org (Postfix) with ESMTP id 46E4837B400 for ; Fri, 15 Mar 2002 23:41:40 -0800 (PST) Received: from ams-gw.sohara.org (i0522.vwr.wanadoo.nl [194.134.210.13]) by smtp3.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2G7fUv00870; Sat, 16 Mar 2002 08:41:31 +0100 (MET) Date: Sat, 16 Mar 2002 08:41:25 +0100 From: "Steve O'Hara-Smith" To: "Mike Meyer" Cc: seanleblanc@attbi.com, freebsd-multimedia@freebsd.org Subject: Re: Some audio capture questions Message-Id: <20020316084125.3b2b0874.steve@sohara.org> In-Reply-To: <15506.40571.544247.899130@guru.mired.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> X-Mailer: Sylpheed version 0.7.3 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 15 Mar 2002 19:23:07 -0600 "Mike Meyer" wrote: MM> I don't know about anything to do on-the-fly capture and MM> encoding. There are a number of tools that capture to .wav or .pcm. At lame, gogo and blade will all do real time mp3 encoding on reasonable hardware (say k6-300 and up). With more modern hardware realtime *video* encoding (mpeg1 or mpeg4) is quite feasible. MM> As for whether or not that card will work, I recommend asking on MM> -multimedia. Recording audio is one of the weak spots in FreeBSD at It is ? What's the problem ? Recording audio has always just worked from me. BTW: this *is* -multimedia :) -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Mar 15 23:56: 1 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D38F137B41C for ; Fri, 15 Mar 2002 23:55:54 -0800 (PST) Received: (qmail 26530 invoked by uid 100); 16 Mar 2002 07:55:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15506.64136.602543.851349@guru.mired.org> Date: Sat, 16 Mar 2002 01:55:52 -0600 To: "Steve O'Hara-Smith" Cc: seanleblanc@attbi.com, freebsd-multimedia@freebsd.org Subject: Re: Some audio capture questions In-Reply-To: <20020316084125.3b2b0874.steve@sohara.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020316084125.3b2b0874.steve@sohara.org>, Steve O'Hara-Smith typed: > On Fri, 15 Mar 2002 19:23:07 -0600 > MM> As for whether or not that card will work, I recommend asking on > MM> -multimedia. Recording audio is one of the weak spots in FreeBSD at > It is ? What's the problem ? Recording audio has always just > worked from me. I've got four audio cards. Only the Ensoniq 137x based card records properly. I've got an ISA SB that worked fine on 3.bx, but stopped working on 4.1. I haven't checked it recently because it's ISA, and I'm not sure I have a machine left with any ISA slots. The SiS 7012 will record, but until conversion code is MFC'ed, it can only record in one format, because that's all the hardware supports. FWIW, I added the support for it to the ich driver; it didn't work at all when I first got it. Finally, I've got a trident 4dwave that I hope to get into the same state as the SiS. In summary, my experience has been that buying an audio card is a crap shoot as to whether or not it will record on FreeBSD, even if it's listed as supported on the pcm manual page. > BTW: this *is* -multimedia :) Whoops. I thought it was -questions. My only excuse is that I recently switched from the digested version of -questions. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 2:17: 0 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 90C1137B416 for ; Sat, 16 Mar 2002 02:16:56 -0800 (PST) Received: from ams-gw.sohara.org (rot2-p0725.dial.wanadoo.nl [62.234.200.213]) by smtp2.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2GAGZJ23322; Sat, 16 Mar 2002 11:16:37 +0100 (MET) Date: Sat, 16 Mar 2002 11:16:29 +0100 From: "Steve O'Hara-Smith" To: Mike Meyer Cc: freebsd-multimedia@freebsd.org Subject: Re: Some audio capture questions Message-Id: <20020316111629.10604cc9.steve@sohara.org> In-Reply-To: <15506.64136.602543.851349@guru.mired.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15506.64136.602543.851349@guru.mired.org> X-Mailer: Sylpheed version 0.7.3 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 16 Mar 2002 01:55:52 -0600 Mike Meyer wrote: MM> In <20020316084125.3b2b0874.steve@sohara.org>, Steve O'Hara-Smith typed: MM> > On Fri, 15 Mar 2002 19:23:07 -0600 MM> > MM> As for whether or not that card will work, I recommend asking on MM> > MM> -multimedia. Recording audio is one of the weak spots in FreeBSD at MM> > It is ? What's the problem ? Recording audio has always just MM> > worked from me. MM> MM> I've got four audio cards. Only the Ensoniq 137x based card records Hmm, SB128 (OK that is 137x), VIA and a CMI all just worked for me (also a couple of laptop chipsets that are out of reach right now). Maybe I should try craps :) Then again I have *never* managed to use playback and record together despite such messages as: pcm0: at io 0xac00 irq 11 (1p/1r/0v channels duplex) Which gives the impression that it should be possible. A thought has just struck me - apart from the SB128 everything I have recorded with has been an on board chipset, coincidence or datapoint ? -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 2:19:49 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id C860837B405 for ; Sat, 16 Mar 2002 02:19:46 -0800 (PST) Received: (qmail 30990 invoked by uid 100); 16 Mar 2002 10:19:45 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15507.7230.38516.875170@guru.mired.org> Date: Sat, 16 Mar 2002 04:19:42 -0600 To: "Steve O'Hara-Smith" Cc: freebsd-multimedia@freebsd.org Subject: Re: Some audio capture questions In-Reply-To: <20020316111629.10604cc9.steve@sohara.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15506.64136.602543.851349@guru.mired.org> <20020316111629.10604cc9.steve@sohara.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020316111629.10604cc9.steve@sohara.org>, Steve O'Hara-Smith typed: > A thought has just struck me - apart from the SB128 everything I > have recorded with has been an on board chipset, coincidence or datapoint ? Coincidence. The SiS 7012 I've got that doesn't record properly is onboard. The SiS 735 & 745 that it's on are actually good chipsets, but at the normal SiS prices. A lot of people seem to be putting FreeBSD on machines built around those chipsets. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 2:58:53 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id DA29137B402 for ; Sat, 16 Mar 2002 02:58:50 -0800 (PST) Received: (qmail 31537 invoked by uid 100); 16 Mar 2002 10:58:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15507.9577.337812.353727@guru.mired.org> Date: Sat, 16 Mar 2002 04:58:49 -0600 To: "Steve O'Hara-Smith" Cc: freebsd-multimedia@freebsd.org Subject: Some video Capture questions (Was: Some audio capture questions) In-Reply-To: <20020316084125.3b2b0874.steve@sohara.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020316084125.3b2b0874.steve@sohara.org>, Steve O'Hara-Smith typed: > lame, gogo and blade will all do real time mp3 encoding on > reasonable hardware (say k6-300 and up). With more modern hardware > realtime *video* encoding (mpeg1 or mpeg4) is quite feasible. Since you seem to have a grasp of these numbers, let me ask this one: I've got two machines, A and B. B has enough oomph to capture real-time video - it's done it. B doesn't, or at least didn't when I tried using MS's software on it without tuning. However, the video feed of interest is tied to B. How much oomph does B need in order to get the bits to A to capture them? I don't need on-the-fly encoding, so I'll give it up to get good quality. Between them is a 100BaseT network and a switch. I can put a second ethernet card in B and move the link from A to that instead of the switch if required, but I don't think it's required. I'm already doing this with audio to play it on A with esound, just by doing "ssh -n B esdrec | esdcat" on A. Is there a similar tool for video? Well, a similar tool that will work with the ATI AIW? Or should I stick with H323 software on both ends? Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 5:54:59 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 217A637B416 for ; Sat, 16 Mar 2002 05:54:55 -0800 (PST) Received: from ams-gw.sohara.org (p2464.vwr.wanadoo.nl [194.134.217.169]) by smtp2.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2GDshJ11030; Sat, 16 Mar 2002 14:54:43 +0100 (MET) Date: Sat, 16 Mar 2002 14:54:38 +0100 From: "Steve O'Hara-Smith" To: Mike Meyer Cc: freebsd-multimedia@freebsd.org Subject: Re: Some video Capture questions (Was: Some audio capture questions) Message-Id: <20020316145438.7695fac0.steve@sohara.org> In-Reply-To: <15507.9577.337812.353727@guru.mired.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15507.9577.337812.353727@guru.mired.org> X-Mailer: Sylpheed version 0.7.3 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 16 Mar 2002 04:58:49 -0600 Mike Meyer wrote: MM> Since you seem to have a grasp of these numbers, let me ask this one: I'm getting a grasp for them :) MM> I've got two machines, A and B. B has enough oomph to capture MM> real-time video - it's done it. B doesn't, or at least didn't when I MM> tried using MS's software on it without tuning. However, the video MM> feed of interest is tied to B. How much oomph does B need in order to MM> get the bits to A to capture them? I don't need on-the-fly encoding, MM> so I'll give it up to get good quality. Hmm there's a good one. It all comes down to byte shuffling bandwidth though. First biggie is full resolution (640x480 for NTSC or 768x576 PAL) or half resolution. All real time video handling I've seen going to date has been in half res - (full res is rather a lot of bps ~30Mbyte/sec for RGB24 or ~20Mbtye for most useful YUV formats). This is too much for nearly all systems - going to half res quarters the bandwidth (5-7.5Mbytes per second). So as long as you have enough oomph to saturate a 100BaseT from memory there should be enough oomph to handle realtime video capture and dump to LAN (as long as nothing else is happening). If you want full resolution though that had better be a gigbit ethernet and enough oomph to half saturate it from RAM. MM> Between them is a 100BaseT network and a switch. I can put a second MM> ethernet card in B and move the link from A to that instead of the MM> switch if required, but I don't think it's required. It may well be - you want at least half the bandwidth for uncompressed video. MM> I'm already doing this with audio to play it on A with esound, just by MM> doing "ssh -n B esdrec | esdcat" on A. Is there a similar tool for MM> video? Well, a similar tool that will work with the ATI AIW? Or should Look into ffmpeg - the capture isn't working properly yet (audio slips terribly and my bt848 driver is still a hack) but the streaming server stuff seems to be good. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 8: 9:36 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by hub.freebsd.org (Postfix) with ESMTP id 481E937B421 for ; Sat, 16 Mar 2002 08:05:32 -0800 (PST) Received: (from pozar@localhost) by kumr.lns.com (8.11.6/8.9.3) id g2GG5Pw27936; Sat, 16 Mar 2002 08:05:25 -0800 (PST) (envelope-from pozar) Date: Sat, 16 Mar 2002 08:05:25 -0800 From: Tim Pozar To: Sean LeBlanc Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Some audio capture questions Message-ID: <20020316080524.A26904@lns.com> References: <20020315074048.A12682@hostwiththemost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020315074048.A12682@hostwiththemost>; from seanleblanc@attbi.com on Fri, Mar 15, 2002 at 07:40:48AM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Mar 15, 2002 at 07:40:48AM -0700, Sean LeBlanc wrote: > Hi, I saw some questions about audio recording earlier. I have some > questions of my own. I am basement DJ, and I'd like to capture my sessions > to something like MP3 or Ogg via my soundcard. I currently have a Aureal > Vortex 8830 (that's what dmesg says, anyway). Will this hardware work? Should. > Also, do any tools exist to do on-the-fly capture and encoding to MP3 or > Ogg? I have a perl script that I archive stations with (ie www.kfcf.org) that depends on a C hack that I wrote to set /dev/dsp to the proper settings (ie stereo/mono, sample rate, etc) and spit it out to standard out to be piped into LAME and then sent to an Icecast server to to be saved to a file. You can see some of these scripts and sources at: http://www.lns.com/papers Tim -- Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247 "It's a damn poor mind that can only think of one way to spell a word." - Andrew Jackson "What is wanted is not the will to believe, but the will to find out, which is the exact opposite." - Bertrand Russell, "Skeptical_Essays" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 9: 9: 0 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 47EA537B400 for ; Sat, 16 Mar 2002 09:08:54 -0800 (PST) Received: (qmail 36249 invoked by uid 100); 16 Mar 2002 17:08:51 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15507.31778.986659.728170@guru.mired.org> Date: Sat, 16 Mar 2002 11:08:50 -0600 To: "Steve O'Hara-Smith" Cc: freebsd-multimedia@freebsd.org Subject: Re: Some video Capture questions (Was: Some audio capture questions) In-Reply-To: <20020316145438.7695fac0.steve@sohara.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15507.9577.337812.353727@guru.mired.org> <20020316145438.7695fac0.steve@sohara.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020316145438.7695fac0.steve@sohara.org>, Steve O'Hara-Smith typed: > On Sat, 16 Mar 2002 04:58:49 -0600 > MM> I've got two machines, A and B. B has enough oomph to capture > MM> real-time video - it's done it. B doesn't, or at least didn't when I > MM> tried using MS's software on it without tuning. However, the video > MM> feed of interest is tied to B. How much oomph does B need in order to > MM> get the bits to A to capture them? I don't need on-the-fly encoding, > MM> so I'll give it up to get good quality. > Hmm there's a good one. It all comes down to byte shuffling bandwidth > though. First biggie is full resolution (640x480 for NTSC or 768x576 PAL) > or half resolution. All real time video handling I've seen going to date > has been in half res - (full res is rather a lot of bps ~30Mbyte/sec for > RGB24 or ~20Mbtye for most useful YUV formats). This is too much for nearly > all systems - going to half res quarters the bandwidth (5-7.5Mbytes per > second). I'm turning the things into VCDs, so most of it is at 352x240. > MM> Between them is a 100BaseT network and a switch. I can put a second > MM> ethernet card in B and move the link from A to that instead of the > MM> switch if required, but I don't think it's required. > It may well be - you want at least half the bandwidth for > uncompressed video. Sounds like I'll need more like 1/6th, which is still pushing it, but may well work. I'll have to give it a try. > MM> I'm already doing this with audio to play it on A with esound, just by > MM> doing "ssh -n B esdrec | esdcat" on A. Is there a similar tool for > MM> video? Well, a similar tool that will work with the ATI AIW? Or should > Look into ffmpeg - the capture isn't working properly yet (audio > slips terribly and my bt848 driver is still a hack) but the streaming server > stuff seems to be good. Unfortunately, the capture box has a ATI AIW in it. So the big question about saturating the bandwidth is "Can Windows/Linux do it." Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 9:27:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp3.wanadoo.nl (smtp3.wanadoo.nl [194.134.35.186]) by hub.freebsd.org (Postfix) with ESMTP id 2AE3237B404 for ; Sat, 16 Mar 2002 09:27:49 -0800 (PST) Received: from ams-gw.sohara.org (i1781.vwr.wanadoo.nl [194.134.214.252]) by smtp3.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2GHRev13610; Sat, 16 Mar 2002 18:27:41 +0100 (MET) Date: Sat, 16 Mar 2002 18:27:35 +0100 From: "Steve O'Hara-Smith" To: Mike Meyer Cc: freebsd-multimedia@freebsd.org Subject: Re: Some video Capture questions (Was: Some audio capture questions) Message-Id: <20020316182735.71059273.steve@sohara.org> In-Reply-To: <15507.31778.986659.728170@guru.mired.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15507.9577.337812.353727@guru.mired.org> <20020316145438.7695fac0.steve@sohara.org> <15507.31778.986659.728170@guru.mired.org> X-Mailer: Sylpheed version 0.7.3 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 16 Mar 2002 11:08:50 -0600 Mike Meyer wrote: MM> Unfortunately, the capture box has a ATI AIW in it. So the big MM> question about saturating the bandwidth is "Can Windows/Linux do it." GATOS not an option ? AIUI it works out of the box on FreeBSD these days. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 9:34:38 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id B8F2937B400 for ; Sat, 16 Mar 2002 09:34:22 -0800 (PST) Received: (qmail 36695 invoked by uid 100); 16 Mar 2002 17:34:19 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15507.33306.605574.754510@guru.mired.org> Date: Sat, 16 Mar 2002 11:34:18 -0600 To: "Steve O'Hara-Smith" Cc: freebsd-multimedia@freebsd.org Subject: Re: Some video Capture questions (Was: Some audio capture questions) In-Reply-To: <20020316182735.71059273.steve@sohara.org> References: <20020315074048.A12682@hostwiththemost> <15506.40571.544247.899130@guru.mired.org> <20020316084125.3b2b0874.steve@sohara.org> <15507.9577.337812.353727@guru.mired.org> <20020316145438.7695fac0.steve@sohara.org> <15507.31778.986659.728170@guru.mired.org> <20020316182735.71059273.steve@sohara.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In <20020316182735.71059273.steve@sohara.org>, Steve O'Hara-Smith typed: > On Sat, 16 Mar 2002 11:08:50 -0600 > Mike Meyer wrote: > MM> Unfortunately, the capture box has a ATI AIW in it. So the big > MM> question about saturating the bandwidth is "Can Windows/Linux do it." > GATOS not an option ? AIUI it works out of the box on FreeBSD these > days. I've got the X driver, and yes, that works out of the box. I believe the userland capture code uses the video4linux API, and there's a linux kernel module that provides that. I'd be very surprised if that worked on FreeBSD, though. I'd be more than happy to be told I'm mistaken, and that they have capture code that works on FreeBSD. I've already got Linux on the box, so I'm contemplating using that for capture. Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Mar 16 10:12:15 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id ED3AE37B416 for ; Sat, 16 Mar 2002 10:12:11 -0800 (PST) Received: from localhost.lakwod3.co.home.com ([12.253.150.137]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020316181211.KQRB1147.rwcrmhc52.attbi.com@localhost.lakwod3.co.home.com> for ; Sat, 16 Mar 2002 18:12:11 +0000 Subject: VCD creation questions Content-transfer-encoding: 8bit To: freebsd-multimedia@freebsd.org From: Sean LeBlanc X-mda: Mail::Internet Mail::Sendmail Sendmail +mmhack 1.1 on Linux Content-type: text/plain; charset=us-ascii User-agent: Mutt/1.2.5i Mime-version: 1.0 Content-disposition: inline Date: Sat, 16 Mar 2002 11:15:26 -0700 Message-id: <20020316111526.A57318@hostwiththemost> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've been trying to create a VCD from an AVI. I've found what I think might work, and it's mjpegtools (first, I tried using ffmpeg but the file it created didn't seem to be one that vcdimager liked). Does anyone know different tools that are just as good as or better than mjpegtools? If not, has anyone built this on FreeBSD? I've done what the mjpegtools README asks me to do (unpack jpeg-mmx somewhere, and tell it where with configure flag), but still no dice. Partway through the make, I get: ./.libs/liblavjpeg.so: undefined reference to `jpeg_set_defaults' ./.libs/liblavjpeg.so: undefined reference to `jpeg_start_decompress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_alloc_huff_table' ./.libs/liblavjpeg.so: undefined reference to `jpeg_write_marker' ./.libs/liblavjpeg.so: undefined reference to `jpeg_destroy_decompress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_std_error' ./.libs/liblavjpeg.so: undefined reference to `jpeg_CreateDecompress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_write_raw_data' ./.libs/liblavjpeg.so: undefined reference to `jpeg_read_header' ./.libs/liblavjpeg.so: undefined reference to `jpeg_start_compress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_destroy_compress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_finish_decompress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_resync_to_restart' ./.libs/liblavjpeg.so: undefined reference to `jpeg_CreateCompress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_finish_compress' ./.libs/liblavjpeg.so: undefined reference to `jpeg_read_raw_data' ./.libs/liblavjpeg.so: undefined reference to `jpeg_set_quality' TIA, -- Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message