From owner-freebsd-multimedia Sun Jan 13 11: 5:27 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id B611437B405 for ; Sun, 13 Jan 2002 11:05:20 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 13 Jan 2002 14:05:17 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id g0DJ5et65965; Sun, 13 Jan 2002 14:05:40 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 13 Jan 2002 14:05:40 -0500 From: Randall Hopper To: "Karel J. Bosschaart" Cc: multimedia@freebsd.org Subject: Unreal Tournament (was Re: OpenGL) Message-ID: <20020113140539.A65807@nc.rr.com> References: <20020103191937.A705@nc.rr.com> <20020107180542.F246@v-ger.we.lc.ehu.es> <20020107203118.A4100@nc.rr.com> <20020108104250.A290@wop21.wop.wtb.tue.nl> <20020108203329.A1162@nc.rr.com> <20020109145047.A31295@wop21.wop.wtb.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020109145047.A31295@wop21.wop.wtb.tue.nl>; from karelj@wop21.wop.wtb.tue.nl on Wed, Jan 09, 2002 at 02:50:47PM +0100 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 Karel J. Bosschaart: |> Cool! I wonder if you could point me to how to get going with Unreal |> Tournament (client) on FreeBSD. I'm hyped to try that with DRI now running |> here on my G450/A7M266. | |Sure: you need to install the XFree86-4 libraries in /compat/linux. Nowadays |there is a port /usr/ports/graphics/linux_dri that does this for you, unless |you have DRI-CVS. Then you have to take care that you have exactly the same |library version in place under /compat/linux. Now you can try a linux testing |program such as glxinfo and see if it gives reasonable output. I took the |Linux version of glxinfo from http://dri.sourceforge.net/res.phtml . |(But maybe it's installed by the linux_dri port nowadays - didn't try it |out yet) ... Ok, I just built exactly the same XFree86 CVS snapshot I'm running on FreeBSD on Linux, and installed the resulting libGL and libGLU libs, glxinfo executable, and X11R6/lib/modules in /compat/linux/usr/X11R6. Running this Linux glxinfo with LIBGL_DEBUG set now shows that the Linux glxinfo can't open /dev/dri/card0, whereas the FreeBSD glxinfo can. Did you hit this? Do I need to be running a Linux X server for this to work? /compat/linux/dev doesn't even exist here. Thanks for any tips, Randall Linux glxinfo: > ./glxinfo name of display: :0.0 libGL: XF86DRIGetClientDriverName: 1.1.0 mga (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so drmOpenByBusid: busid is PCI:1:5:0 drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenByBusid: drmOpenMinor returns -1003 drmOpenDevice: minor is 1 drmOpenDevice: node name is /dev/dri/card1 drmOpenByBusid: drmOpenMinor returns -1003 drmOpenDevice: minor is 2 drmOpenDevice: node name is /dev/dri/card2 drmOpenByBusid: drmOpenMinor returns -1003 ... drmOpenDevice: minor is 14 drmOpenDevice: node name is /dev/dri/card14 drmOpenByBusid: drmOpenMinor returns -1003 libGL error: failed to open DRM: Operation not permitted libGL error: reverting to (slow) indirect rendering display: :0 screen: 0 direct rendering: No ... FreeBSD glxinfo: > /usr/X11R6/bin/glxinfo name of display: :0.0 libGL: XF86DRIGetClientDriverName: 1.1.0 mga (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so drmOpenByBusid: busid is PCI:1:5:0 drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenByBusid: drmOpenMinor returns 6 drmOpenByBusid: drmGetBusid reports PCI:1:5:0 display: :0 screen: 0 direct rendering: Yes -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 13 12:28:18 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 6186237B416 for ; Sun, 13 Jan 2002 12:28:10 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id PAA20323; Sun, 13 Jan 2002 15:27:36 -0500 Date: Sun, 13 Jan 2002 15:27:36 -0500 (EST) From: X-Sender: To: Randall Hopper Cc: "Karel J. Bosschaart" , Subject: Re: Unreal Tournament (was Re: OpenGL) In-Reply-To: <20020113140539.A65807@nc.rr.com> 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 Short answer. Grab the *_dri.so's out of the linux binary distribution of XFree86-4.1.0. There shouldn't have been major changes to prevent this from working with the MGA. Okay, here's the deal with the linux emulation prblems for the compiled _linux_ libs for the CVS resident stuff... in xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c there are several calls to drmOpenMinor() that need to be wrappped with a #if defined(XFree86Server) fd = drmOpenMinor(i, 1); #else fd = drmOpenMinor(i, 0); #endif If that function is called with the create flag set the *_dri.so's never fall back to just trying to open the /dev/dri/card? devices by name, ignoring the major number on the device node (which is different between freebsd and linux for the dri device). On Sun, 13 Jan 2002, Randall Hopper wrote: > Karel J. Bosschaart: > |> Cool! I wonder if you could point me to how to get going with Unreal > |> Tournament (client) on FreeBSD. I'm hyped to try that with DRI now running > |> here on my G450/A7M266. > | > |Sure: you need to install the XFree86-4 libraries in /compat/linux. Nowadays > |there is a port /usr/ports/graphics/linux_dri that does this for you, unless > |you have DRI-CVS. Then you have to take care that you have exactly the same > |library version in place under /compat/linux. Now you can try a linux testing > |program such as glxinfo and see if it gives reasonable output. I took the > |Linux version of glxinfo from http://dri.sourceforge.net/res.phtml . > |(But maybe it's installed by the linux_dri port nowadays - didn't try it > |out yet) ... > > Ok, I just built exactly the same XFree86 CVS snapshot I'm running on > FreeBSD on Linux, and installed the resulting libGL and libGLU libs, > glxinfo executable, and X11R6/lib/modules in /compat/linux/usr/X11R6. > > Running this Linux glxinfo with LIBGL_DEBUG set now shows that the Linux > glxinfo can't open /dev/dri/card0, whereas the FreeBSD glxinfo can. > > Did you hit this? Do I need to be running a Linux X server for this to work? > /compat/linux/dev doesn't even exist here. > > Thanks for any tips, > > Randall > > Linux glxinfo: > > > ./glxinfo > name of display: :0.0 > libGL: XF86DRIGetClientDriverName: 1.1.0 mga (screen 0) > libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so > libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so > drmOpenByBusid: busid is PCI:1:5:0 > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenByBusid: drmOpenMinor returns -1003 > drmOpenDevice: minor is 1 > drmOpenDevice: node name is /dev/dri/card1 > drmOpenByBusid: drmOpenMinor returns -1003 > drmOpenDevice: minor is 2 > drmOpenDevice: node name is /dev/dri/card2 > drmOpenByBusid: drmOpenMinor returns -1003 > ... > drmOpenDevice: minor is 14 > drmOpenDevice: node name is /dev/dri/card14 > drmOpenByBusid: drmOpenMinor returns -1003 > libGL error: failed to open DRM: Operation not permitted > libGL error: reverting to (slow) indirect rendering > display: :0 screen: 0 > direct rendering: No > ... > > FreeBSD glxinfo: > > > /usr/X11R6/bin/glxinfo > name of display: :0.0 > libGL: XF86DRIGetClientDriverName: 1.1.0 mga (screen 0) > libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so > libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so > drmOpenByBusid: busid is PCI:1:5:0 > drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 6, (OK) > drmOpenByBusid: drmOpenMinor returns 6 > drmOpenByBusid: drmGetBusid reports PCI:1:5:0 > display: :0 screen: 0 > direct rendering: Yes > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 13 18:27:13 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD3237B422 for ; Sun, 13 Jan 2002 18:26:55 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 13 Jan 2002 20:38:46 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id g0E1dBx71644; Sun, 13 Jan 2002 20:39:11 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 13 Jan 2002 20:39:11 -0500 From: Randall Hopper To: joeo@cracktown.com Cc: multimedia@FreeBSD.ORG Subject: Re: Unreal Tournament (was Re: OpenGL) Message-ID: <20020113203911.A71394@nc.rr.com> References: <20020113140539.A65807@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from joeo@cracktown.com on Sun, Jan 13, 2002 at 03:27:36PM -0500 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 joeo@cracktown.com: |> Running this Linux glxinfo with LIBGL_DEBUG set now shows that the Linux |> glxinfo can't open /dev/dri/card0, whereas the FreeBSD glxinfo can. ... |Short answer. Grab the *_dri.so's out of the linux binary distribution of |XFree86-4.1.0. There shouldn't have been major changes to prevent this |from working with the MGA. I just tried that, pulling XFree86 4.1.0's libs/modules Linux-ix86-glibc21 directly from xfree86.org. I get: libGL: XF86DRIGetClientDriverName: 1.1.0 mga libGL: trying /usr/X11R6/lib/modules/dri/mga_dri.so libGL: trying /usr/X11R6/lib/modules/dri/mga_dri.so libGL error: failed to open DRM: Operation not permitted libGL error: reverting to (slow) indirect rendering display: :0.0 screen:0 direct rendering: No Originally, I'd tried the linux_dri-4.1.0 port, with exactly the same results. |Okay, here's the deal with the linux emulation prblems for the compiled |_linux_ libs for the CVS resident stuff... ... |#if defined(XFree86Server) | fd = drmOpenMinor(i, 1); |#else | fd = drmOpenMinor(i, 0); |#endif Thanks. It got a little further this time, but still has problems. Here's what I get: > ./glxinfo name of display: :0.0 libGL: XF86DRIGetClientDriverName: 1.1.0 mga (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/mga_dri.so drmOpenByBusid: busid is PCI:1:5:0 drmOpenByBusid: drmOpenMinor returns 4 drmOpenByBusid: drmGetBusid reports (null) drmOpenByBusid: drmOpenMinor returns -2 drmOpenByBusid: drmOpenMinor returns -2 drmOpenByBusid: drmOpenMinor returns -2 ... So drmOpenMinor succeeds for card 0 now, with your patches, but then drmGetBusid returns NULL, probably from the drmMalloc in there. Following it through, I see _DRM_USE_MALLOC in drmMalloc expands to be Xalloc (i.e. xalloc) which appears to be true only when "XFree86Server" is defined (?). Strange. I'm doing a rebuild now to see if something wasn't propagated correctly (though, having edited only one .c file and having seen the results of the change in the glxinfo run, I'm not optimistic that it'll make a difference...) Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 13 18:57: 7 2002 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 00DEC37B400; Sun, 13 Jan 2002 18:57:04 -0800 (PST) Received: from positron.anholt.dyn.dhs.org (anholt@d184-101.uoregon.edu [128.223.184.101]) by gladstone.uoregon.edu (8.12.1/8.12.1) with ESMTP id g0E2uiXO008592; Sun, 13 Jan 2002 18:56:44 -0800 (PST) Subject: Re: Glide port compile failure From: Eric Anholt To: multimedia@freebsd.org Cc: freebsd-ports@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 13 Jan 2002 18:56:44 -0800 Message-Id: <1010977010.33850.2.camel@positron.anholt.dyn.dhs.org> Mime-Version: 1.0 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 (Bcced to several people who have talked about glide problems on the list) A lot of people have been having troubles with Glide. It has been basically broken for a long time, even before new automake came in. I have made a new port of glide3, based on more recent CVS. This port includes patches for CFLAGS-cleanliness and some bugfixes from other distributions. I have tested it on my system with a Voodoo3 and Voodoo5. The new port is in a tarball at: http://gladstone.uoregon.edu/~eanholt/dri/glide3-20020113.tar.gz Note that Glide exposes gcc optimization bugs at -02, so be sure your CFLAGS in /etc/make.conf aren't defined to more than -O. (CPUTYPE doesn't seem to bother it). If you have already set up the DRI with glide before, this port should be fine. If you are setting the DRI up for the first time, I should have the page updated later tonight with significantly improved instructions. http://gladstone.uoregon.edu/~eanholt/dri Please mail me with any troubles with the port (I'll update the glide PR after the webpage update if there aren't any big issues). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 13 19:52:39 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id 9479337B419 for ; Sun, 13 Jan 2002 19:52:34 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 13 Jan 2002 22:52:31 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id g0E3qmm73302; Sun, 13 Jan 2002 22:52:48 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 13 Jan 2002 22:52:47 -0500 From: Randall Hopper To: joeo@cracktown.com Cc: multimedia@FreeBSD.ORG Subject: Re: Unreal Tournament (was Re: OpenGL) Message-ID: <20020113225247.A73051@nc.rr.com> References: <20020113140539.A65807@nc.rr.com> <20020113203911.A71394@nc.rr.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020113203911.A71394@nc.rr.com>; from aa8vb@nc.rr.com on Sun, Jan 13, 2002 at 08:39:11PM -0500 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 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Randall Hopper: | |#if defined(XFree86Server) | | fd = drmOpenMinor(i, 1); | |#else | | fd = drmOpenMinor(i, 0); | |#endif | |Thanks. It got a little further this time, but still has problems. ... |I'm doing a rebuild now to see if something wasn't propagated correctly |(though, having edited only one .c file and having seen the results of the |change in the glxinfo run, I'm not optimistic that it'll make a |difference...) Another "make World" made no difference (patch attached). Also, there is in fact a -DXFree86Server in STD_DEFINES in os-support/linux/drm/Makefile that XFree86 put there, which explains at least why drmMalloc is using xalloc instead of malloc. But why xalloc is returning NULL (and what its purpose is beyond plain malloc), I don't know. Got to hang it up for this evening. Randall -- Randall Hopper aa8vb@nc.rr.com --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- xc/programs/Xserver/hw/xfree86/os-support/linux/drm/ORIG/xf86drm.c Mon Aug 27 13:40:59 2001 +++ xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c Sun Jan 13 19:58:01 2002 @@ -270,7 +270,11 @@ int retval = 0; int fd; +#if defined(XFree86Server) if ((fd = drmOpenMinor(0, 1)) < 0) { +#else + if ((fd = drmOpenMinor(0, 0)) < 0) { +#endif /* Try proc for backward Linux compatibility */ if (!access("/proc/dri/0", R_OK)) return 1; return 0; @@ -293,7 +297,11 @@ drmMsg("drmOpenByBusid: busid is %s\n", busid); for (i = 0; i < DRM_MAX_MINOR; i++) { - fd = drmOpenMinor(i, 1); +#if defined(XFree86Server) + fd = drmOpenMinor(i, 1); +#else + fd = drmOpenMinor(i, 0); +#endif drmMsg("drmOpenByBusid: drmOpenMinor returns %d\n", fd); if (fd >= 0) { buf = drmGetBusid(fd); @@ -334,7 +342,11 @@ * already in use. If it's in use it will have a busid assigned already. */ for (i = 0; i < DRM_MAX_MINOR; i++) { +#if defined(XFree86Server) if ((fd = drmOpenMinor(i, 1)) >= 0) { +#else + if ((fd = drmOpenMinor(i, 0)) >= 0) { +#endif if ((version = drmGetVersion(fd))) { if (!strcmp(version->name, name)) { drmFreeVersion(version); --opJtzjQTFsWo+cga-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 14 12: 3:45 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by hub.freebsd.org (Postfix) with ESMTP id 4261A37B41C; Mon, 14 Jan 2002 12:03:11 -0800 (PST) Received: from wopr.wolfram.com (wopr.wolfram.com [140.177.10.29]) by wolfram.com (8.11.2/8.11.2) with ESMTP id g0EK31v24073; Mon, 14 Jan 2002 14:03:05 -0600 Received: from localhost (josht@localhost) by wopr.wolfram.com (8.9.3/8.9.3) with ESMTP id OAA16356; Mon, 14 Jan 2002 14:02:53 -0600 Date: Mon, 14 Jan 2002 14:02:53 -0600 (CST) From: Josh Tolbert To: Eric Anholt Cc: multimedia@freebsd.org, Subject: Re: Glide port compile failure In-Reply-To: <1010977010.33850.2.camel@positron.anholt.dyn.dhs.org> 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 Hey Eric, First problem I had was locating Wraphelp.c. Second problem was the linker can't locate -lglide3. The glide3 port you pointed us to seems to install fine. /usr/libexec/elf/ld: cannot find -lglide3 *** Error code 1 Stop in /usr/ports/x11-servers/XFree86-4-Server/work/xc/lib/GL/mesa/src/drv/tdfx I'm going to try doing it "my way" with the directions I wrote up a while ago about doing it from the bsd-2-0-0 CVS branch. Thanks, Josh On 13 Jan 2002, Eric Anholt wrote: > (Bcced to several people who have talked about glide problems on the > list) > > A lot of people have been having troubles with Glide. It has been > basically broken for a long time, even before new automake came in. I > have made a new port of glide3, based on more recent CVS. This port > includes patches for CFLAGS-cleanliness and some bugfixes from other > distributions. I have tested it on my system with a Voodoo3 and > Voodoo5. > > The new port is in a tarball at: > http://gladstone.uoregon.edu/~eanholt/dri/glide3-20020113.tar.gz > > Note that Glide exposes gcc optimization bugs at -02, so be sure your > CFLAGS in /etc/make.conf aren't defined to more than -O. (CPUTYPE > doesn't seem to bother it). > > If you have already set up the DRI with glide before, this port should > be fine. If you are setting the DRI up for the first time, I should > have the page updated later tonight with significantly improved > instructions. > http://gladstone.uoregon.edu/~eanholt/dri > > Please mail me with any troubles with the port (I'll update the glide PR > after the webpage update if there aren't any big issues). > ------------ ---- -- Josh Tolbert josht@wolfram.com Help Desk, Wolfram Research, Inc. 217-398-0700x246 :1dG:wq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 15 19:34:40 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 725E837B402 for ; Tue, 15 Jan 2002 19:34:37 -0800 (PST) Received: from gamma (dopb-177-66-156.jacksonville.net [66.177.66.156]) by duval.se.mediaone.net (8.11.1/8.11.1) with SMTP id g0G3Uwb15251; Tue, 15 Jan 2002 22:30:58 -0500 (EST) Message-ID: <000701c19e3e$21852760$9c42b142@gamma> From: "Jeff Flowers" To: Cc: Subject: EMU10K Query Date: Tue, 15 Jan 2002 22:30:18 -0500 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 Does FreeBSD support the EMU10k (SBLive!) chipset? I didn't notice it on 4.4's list of supported hardware. Thanks, Jeff Flowers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 6:19:49 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtpproxy2.mitre.org (smtpproxy2.mitre.org [128.29.154.90]) by hub.freebsd.org (Postfix) with ESMTP id 8ED6137B417 for ; Wed, 16 Jan 2002 06:19:45 -0800 (PST) Received: from avsrv2.mitre.org (avsrv2.mitre.org [128.29.154.4]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id g0GEJcc05635; Wed, 16 Jan 2002 09:19:38 -0500 (EST) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv2.mitre.org (8.11.3/8.11.3) with ESMTP id g0GEJai11741; Wed, 16 Jan 2002 09:19:36 -0500 (EST) Received: from dhcp-105-164.mitre.org (128.29.105.164) by mailhub1.mitre.org with SMTP id 8864354; Wed, 16 Jan 2002 09:19:36 -0500 Message-ID: <3C458BFA.81862242@mitre.org> Date: Wed, 16 Jan 2002 09:19:38 -0500 From: Jason Andresen Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff Flowers Cc: freebsd-multimedia@freebsd.org, jeff@jeffreyf.net Subject: Re: EMU10K Query References: <000701c19e3e$21852760$9c42b142@gamma> 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 Jeff Flowers wrote: > > Does FreeBSD support the EMU10k (SBLive!) chipset? I didn't notice it on > 4.4's list of supported hardware. Yes. I'm using an SBLive Value right now and it works pretty good. The FreeBSD driver even supports multiple play channels, although you have to set up your applications by hand to use them--generally by passing in a '--device /dev/dsp/0.x' switch. Rear channel (second auto output jack) is not supported yet in 4.x. -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 6:42:42 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by hub.freebsd.org (Postfix) with ESMTP id 585BE37B419 for ; Wed, 16 Jan 2002 06:42:34 -0800 (PST) Received: from dungeon.home (ppp181.dyn248.pacific.net.au [203.143.248.181]) by mongrel.pacific.net.au (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id BAA18181 for ; Thu, 17 Jan 2002 01:35:36 +1100 X-Authentication-Warning: mongrel.pacific.net.au: Host ppp181.dyn248.pacific.net.au [203.143.248.181] claimed to be dungeon.home Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.3/8.11.1) with ESMTP id g0GElBb18287; Thu, 17 Jan 2002 00:47:11 +1000 (EST) (envelope-from mckay) Message-Id: <200201161447.g0GElBb18287@dungeon.home> To: freebsd-multimedia@freebsd.org Cc: mckay@thehub.com.au Subject: Fortissimo II vs Santa Cruz for FreeBSD Date: Thu, 17 Jan 2002 00:47:11 +1000 From: Stephen McKay 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'm looking to upgrade my sound card, and among the long list of requirements is 1) must sound really nice, and 2) must work with FreeBSD. A surprising requirement (from most people's point of view) is that I want to avoid Creative. Let's just say they annoyed me once. :-) I've read good reviews on both the Hercules Fortissimo II and the Turtle Beach Santa Cruz. Most reviews go for the Santa Cruz over the Fortissimo II, but that might not help me much. Where I live, I could buy a Fortissimo II any day I wanted, but have yet to find a single supplier of the Santa Cruz. I'll keep looking though. But enough of all that! I want to know how well these two cards are supported under FreeBSD for basic stereo input and output. The Fortissimo II is powered by a CS4624 chip and the Santa Cruz by a CS4630 chip, and these chips appear in text strings in /sys/dev/sound/pci/csa.c. "Turtle Beach Santa Cruz" is specifically mentioned, and I'm guessing the Fortissimo II will be detected, but I don't know how well the driver works for either of them. The only comments I recall being posted about the CS4630 (and friends) is that "it will work soon", but nothing since that (and that was quite some time ago). I can't find anything recent in the list archives. So, has anybody tried either of these cards with FreeBSD? How do they sound? Do they even work at all? Any problems with 44.1kHz (given that both of them run at 48kHz internally, as far as I know)? Does recording work? And does anybody know where I can buy a Santa Cruz in Australia? Thanks, Stephen. PS I heard a rumour that the VideoLogic SonicFury is the Santa Cruz board in a different box. Does anyone know if this is true? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 9:57:46 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 2AE1B37B405 for ; Wed, 16 Jan 2002 09:57:44 -0800 (PST) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g0GHvhe00923 for ; Wed, 16 Jan 2002 18:57:43 +0100 (CET) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id SAA10847 for multimedia@freebsd.org; Wed, 16 Jan 2002 18:57:43 +0100 (CET) Date: Wed, 16 Jan 2002 18:57:43 +0100 From: Rahul Siddharthan To: multimedia@freebsd.org Subject: USB sound or other external sound? Message-ID: <20020116185743.G94816@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 3.4-STABLE i386 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 The sound on my laptop is bust for some reason, and the Compaq people aren't willing to fix it until I put back "Compaq software" (windows) on the machine, and their system recovery CD didn't even come with windows on it (the windows installation files were on the hard drive) so it looks like I can't get it fixed without a lot of pain. Are there any other options for sound? Is USB sound supported under FreeBSD? Or any other sort of external sound? I tried searching the web and mailing lists but could find no references. USB sound seems to be supported under linux so in the worst case I could consider making my machine dual-boot with linux, but I'll explore that option later if need be... Thanks Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 10: 4:10 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 EE54337B419 for ; Wed, 16 Jan 2002 10:04:06 -0800 (PST) Received: from mule.icir.org (localhost [127.0.0.1]) by mule.icir.org (8.11.3/8.11.3) with ESMTP id g0GI43U94550; Wed, 16 Jan 2002 10:04:03 -0800 (PST) (envelope-from hodson@mule.icir.org) Message-Id: <200201161804.g0GI43U94550@mule.icir.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Rahul Siddharthan Cc: multimedia@freebsd.org From: Orion Hodson Subject: Re: USB sound or other external sound? In-Reply-To: Your message of "Wed, 16 Jan 2002 18:57:43 +0100." <20020116185743.G94816@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Jan 2002 10:04:03 -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 /-- Rahul Siddharthan wrote: | The sound on my laptop is bust for some reason, and the Compaq people | aren't willing to fix it until I put back "Compaq software" (windows) | on the machine, and their system recovery CD didn't even come with | windows on it (the windows installation files were on the hard drive) | so it looks like I can't get it fixed without a lot of pain. | | Are there any other options for sound? Is USB sound supported under | FreeBSD? Or any other sort of external sound? I tried searching the | web and mailing lists but could find no references. There are patches you can try: http://www.mars.sphere.ne.jp/navi/uaudio/ It would be good to get this in the tree (assuming it works :-). - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 10:14:57 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id E0D0337B400; Wed, 16 Jan 2002 10:14:53 -0800 (PST) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g0GIEqe03818 ; Wed, 16 Jan 2002 19:14:52 +0100 (CET) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id TAA11721 ; Wed, 16 Jan 2002 19:14:52 +0100 (CET) Date: Wed, 16 Jan 2002 19:14:52 +0100 From: Rahul Siddharthan To: Orion Hodson Cc: multimedia@FreeBSD.ORG Subject: Re: USB sound or other external sound? Message-ID: <20020116191452.A11625@lpt.ens.fr> References: <20020116185743.G94816@lpt.ens.fr> <200201161804.g0GI43U94550@mule.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200201161804.g0GI43U94550@mule.icir.org>; from orion@FreeBSD.ORG on Wed, Jan 16, 2002 at 10:04:03AM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 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 > There are patches you can try: > > http://www.mars.sphere.ne.jp/navi/uaudio/ > > It would be good to get this in the tree (assuming it works :-). Good, I'll look into it. Thanks Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 16 14:40:32 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 1DB3337B400 for ; Wed, 16 Jan 2002 14:39:07 -0800 (PST) Received: (qmail 4602 invoked by alias); 16 Jan 2002 22:39:01 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 16 Jan 2002 22:39:01 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: freebsd-multimedia@freebsd.org Subject: Encoding media via a TV Card Date: Wed, 16 Jan 2002 16:39:05 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020116223907.1DB3337B400@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 was wondering what you all use to capture mpeg movies with FreeBSD. I have Fxtv going but the final mpegs turn out to be huge. Much to large to fit on a CD. I was wondering what programs/settings you use for encoding. Thank you. -- Coed Naked Tech Support: You're Never Alone When You're On The Phone. -- The motto at loyola.edu's helpdesk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 4:46: 9 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 7393837B417 for ; Thu, 17 Jan 2002 04:45:46 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 30B131D16B; Thu, 17 Jan 2002 12:45:44 +0000 (GMT) Subject: Re: USB sound or other external sound? From: Paul Richards To: Rahul Siddharthan Cc: multimedia@freebsd.org In-Reply-To: <20020116185743.G94816@lpt.ens.fr> References: <20020116185743.G94816@lpt.ens.fr> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 17 Jan 2002 12:45:44 +0000 Message-Id: <1011271544.37762.0.camel@lobster.originative.co.uk> Mime-Version: 1.0 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 Wed, 2002-01-16 at 17:57, Rahul Siddharthan wrote: > The sound on my laptop is bust for some reason, and the Compaq people > aren't willing to fix it until I put back "Compaq software" (windows) > on the machine, and their system recovery CD didn't even come with > windows on it (the windows installation files were on the hard drive) > so it looks like I can't get it fixed without a lot of pain. Tell them your disk has somehow got corrupted and windows doesn't seem to boot anymore :-) Seriously, they should provide a Windows disk if they sold you windows so I'd get them to sort that out for you first. Also, typically when laptops go back for repair I remove the hard drive, since the data is proprietary, and if compaq support can't cope with that scenario then ask to be passed on to customer services or somebody and complain about the lack of service you're getting because what's on the disk should have no bearing on having them repair sound. Where did you buy the laptop from? If you bought it through a dealer you'll probably get better support by going back to them because they (should) have more access to the repair centre than an end consumer would. Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 5: 9:51 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 9CA2D37B405 for ; Thu, 17 Jan 2002 05:09:48 -0800 (PST) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g0HD9Xe21883 ; Thu, 17 Jan 2002 14:09:33 +0100 (CET) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id OAA46076 ; Thu, 17 Jan 2002 14:09:33 +0100 (CET) Date: Thu, 17 Jan 2002 14:09:33 +0100 From: Rahul Siddharthan To: Paul Richards Cc: multimedia@FreeBSD.ORG Subject: Re: USB sound or other external sound? Message-ID: <20020117140933.A45868@lpt.ens.fr> References: <20020116185743.G94816@lpt.ens.fr> <1011271544.37762.0.camel@lobster.originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1011271544.37762.0.camel@lobster.originative.co.uk>; from paul@freebsd-services.com on Thu, Jan 17, 2002 at 12:45:44PM +0000 X-Operating-System: FreeBSD 3.4-STABLE i386 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 > Tell them your disk has somehow got corrupted and windows doesn't seem > to boot anymore :-) I thought of that.... > Seriously, they should provide a Windows disk if they sold you windows > so I'd get them to sort that out for you first. Absolutely. But apparently this is what they're doing now. A similar story about a Presario 1200 is reported on http://www.theregister.co.uk/content/4/23565.html Probably that's why it was cheap. The problem is, I bought the machine in the US but I'm in France. Also, the service centres here don't belong to Compaq, they're just "authorised centres". Maybe I'll try another one -- the compaq phone customer service people gave me 3 or 4 places to try. Certainly fixing a sound card shouldn't depend on whether the machine is running Windows or not. > Where did you buy the laptop from? If you bought it through a dealer > you'll probably get better support by going back to them because they > (should) have more access to the repair centre than an end consumer > would. I bought it in CompUSA, in the US... they're not much help in France though they'll defray the cost of repairs (the Compaq warranty isn't valid outside the US). But given that the machine works ok otherwise and sound isn't a huge priority, I'm not even sure I want to get it opened by someone of doubtful competence, and risk further damage. Thanks - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 10:57:54 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from hermes.pressenter.com (hermes.pressenter.com [209.224.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 6330537B404 for ; Thu, 17 Jan 2002 10:57:51 -0800 (PST) Received: from [209.224.32.120] (helo=daggar.sbgnet.net) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 16RHjR-0006ot-00 for multimedia@FreeBSD.ORG; Thu, 17 Jan 2002 12:57:50 -0600 Date: Thu, 17 Jan 2002 12:58:26 -0600 From: Stephen Hilton To: multimedia@FreeBSD.ORG Subject: Introducing VIDIX technology Message-Id: <20020117125826.719a063f.nospam@hiltonbsd.com> Organization: HiltonBSD.com X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) 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 Came across this information today at: http://www.mplayerhq.hu/homepage/ This is "over-my-head" in many respects, so I am asking for some help understanding the impilcations of this new software. I have a Matrox Marvel G400 and would like to be able to use the TV tuner functions on FreeBSD 4.5, currently have XFree86 4.1 and the Matrox drivers working fine. Am I correct that currently my hardware and FreeBSD 4.5 will not do TV functions ? And if so, does this new VIDIX technology present a possible way to get the TV tuner working with FreeBSD? Using a VCR to feed the Matrox card so channel changing is not an issue. Regards, Stephen Hilton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 11:24:33 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from we-24-126-232-105.we.mediaone.net (we-24-126-232-105.we.mediaone.net [24.126.232.105]) by hub.freebsd.org (Postfix) with ESMTP id E436F37B400 for ; Thu, 17 Jan 2002 11:24:29 -0800 (PST) Received: from unix.homeip.net (duh@unix.homeip.net [24.126.232.105]) by we-24-126-232-105.we.mediaone.net (8.11.6/8.11.6) with ESMTP id g0HJSv950183 for ; Thu, 17 Jan 2002 11:28:57 -0800 (PST) (envelope-from bear@unix.homeip.net) Date: Thu, 17 Jan 2002 11:28:56 -0800 (PST) From: Joseph Garcia X-X-Sender: bear@we-24-126-232-105.we.mediaone.net To: multimedia@freebsd.org Subject: Matrox G400 PCI and 3D Hardware Rendering Message-ID: <20020117112324.U24838-100000@we-24-126-232-105.we.mediaone.net> 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 all! I have this older Compaq Prosignia 200 server that has a really crappy PCI video card in it which I wanted to upgrade just so that it makes it easier on my eyes when running X sessions. It's not used for any heavy duty serving or anything like that. More like a test machine. Sometimes I use it for handling syslog message from various devices here in the company, but I'm using another machine for that right now. Back to my question... I was considering getting a Matrox G400 because it would most likely provide really nice 2D acceleration, higher resolutions, and nice color. What I was wondering is could I get hardware acceleration out of that PCI card or is XFree4's 3D acceleration for AGP cards only? I know I'll need to read some more docs on this on the XFree86 site, but I thought maybe someone here can lead me to answer. Thanks in advance. Joey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 11:47:43 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from we-24-126-232-105.we.mediaone.net (we-24-126-232-105.we.mediaone.net [24.126.232.105]) by hub.freebsd.org (Postfix) with ESMTP id 9CD8B37B404 for ; Thu, 17 Jan 2002 11:47:41 -0800 (PST) Received: from unix.homeip.net (duh@unix.homeip.net [24.126.232.105]) by we-24-126-232-105.we.mediaone.net (8.11.6/8.11.6) with ESMTP id g0HJqD950235 for ; Thu, 17 Jan 2002 11:52:14 -0800 (PST) (envelope-from bear@unix.homeip.net) Date: Thu, 17 Jan 2002 11:52:13 -0800 (PST) From: Joseph Garcia X-X-Sender: bear@we-24-126-232-105.we.mediaone.net To: multimedia@FreeBSD.ORG Subject: Re: Matrox G400 PCI and 3D Hardware Rendering In-Reply-To: <20020117112324.U24838-100000@we-24-126-232-105.we.mediaone.net> Message-ID: <20020117114940.N24838-100000@we-24-126-232-105.we.mediaone.net> 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 Hmmm....according to what I read it seems as though the requirements for DRI is AGPGART which probably means that it won't support PCI cards and needs to be AGP. At least that's my assumption. Also, I can't seem to find a G400 in PCI format, although I have found G200's in PCI format on pricewatch.com for $82 which is way more than I want to spend. Like I said, it's just a "play" box. Any suggestions? Joey On Thu, 17 Jan 2002, Joseph Garcia wrote: > Hello all! > > I have this older Compaq Prosignia 200 server that has a really crappy > PCI video card in it which I wanted to upgrade just so that it makes it > easier on my eyes when running X sessions. It's not used for any heavy > duty serving or anything like that. More like a test machine. Sometimes I > use it for handling syslog message from various devices here in the > company, but I'm using another machine for that right now. Back to my > question... I was considering getting a Matrox G400 because it would most > likely provide really nice 2D acceleration, higher resolutions, and nice > color. What I was wondering is could I get hardware acceleration out of > that PCI card or is XFree4's 3D acceleration for AGP cards only? I know > I'll need to read some more docs on this on the XFree86 site, but I > thought maybe someone here can lead me to answer. Thanks in advance. > > Joey > > > 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 Thu Jan 17 11:49:42 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 5DEE937B477 for ; Thu, 17 Jan 2002 11:49:23 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id OAA06559; Thu, 17 Jan 2002 14:49:06 -0500 Date: Thu, 17 Jan 2002 14:49:06 -0500 (EST) From: X-Sender: To: Joseph Garcia Cc: Subject: Re: Matrox G400 PCI and 3D Hardware Rendering In-Reply-To: <20020117114940.N24838-100000@we-24-126-232-105.we.mediaone.net> 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 AGP r128's are dirt cheap now... On Thu, 17 Jan 2002, Joseph Garcia wrote: > > Hmmm....according to what I read it seems as though the requirements for > DRI is AGPGART which probably means that it won't support PCI cards and > needs to be AGP. At least that's my assumption. Also, I can't seem to find > a G400 in PCI format, although I have found G200's in PCI format on > pricewatch.com for $82 which is way more than I want to spend. Like I > said, it's just a "play" box. Any suggestions? > > Joey > > On Thu, 17 Jan 2002, Joseph Garcia wrote: > > > Hello all! > > > > I have this older Compaq Prosignia 200 server that has a really crappy > > PCI video card in it which I wanted to upgrade just so that it makes it > > easier on my eyes when running X sessions. It's not used for any heavy > > duty serving or anything like that. More like a test machine. Sometimes I > > use it for handling syslog message from various devices here in the > > company, but I'm using another machine for that right now. Back to my > > question... I was considering getting a Matrox G400 because it would most > > likely provide really nice 2D acceleration, higher resolutions, and nice > > color. What I was wondering is could I get hardware acceleration out of > > that PCI card or is XFree4's 3D acceleration for AGP cards only? I know > > I'll need to read some more docs on this on the XFree86 site, but I > > thought maybe someone here can lead me to answer. Thanks in advance. > > > > Joey > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 11:51:52 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from we-24-126-232-105.we.mediaone.net (we-24-126-232-105.we.mediaone.net [24.126.232.105]) by hub.freebsd.org (Postfix) with ESMTP id B2D0E37B417 for ; Thu, 17 Jan 2002 11:51:49 -0800 (PST) Received: from unix.homeip.net (duh@unix.homeip.net [24.126.232.105]) by we-24-126-232-105.we.mediaone.net (8.11.6/8.11.6) with ESMTP id g0HJuB950262; Thu, 17 Jan 2002 11:56:21 -0800 (PST) (envelope-from bear@unix.homeip.net) Date: Thu, 17 Jan 2002 11:56:11 -0800 (PST) From: Joseph Garcia X-X-Sender: bear@we-24-126-232-105.we.mediaone.net To: multimedia@freebsd.org Cc: joeo@cracktown.com Subject: Re: Matrox G400 PCI and 3D Hardware Rendering In-Reply-To: Message-ID: <20020117115513.J24838-100000@we-24-126-232-105.we.mediaone.net> 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 The problem is that this Compaq server has no AGP slots. That's the dilema. Otherwise, finding a better card would be no problem. Joey On Thu, 17 Jan 2002 joeo@cracktown.com wrote: > AGP r128's are dirt cheap now... > > On Thu, 17 Jan 2002, Joseph Garcia wrote: > > > > > Hmmm....according to what I read it seems as though the requirements for > > DRI is AGPGART which probably means that it won't support PCI cards and > > needs to be AGP. At least that's my assumption. Also, I can't seem to find > > a G400 in PCI format, although I have found G200's in PCI format on > > pricewatch.com for $82 which is way more than I want to spend. Like I > > said, it's just a "play" box. Any suggestions? > > > > Joey > > > > On Thu, 17 Jan 2002, Joseph Garcia wrote: > > > > > Hello all! > > > > > > I have this older Compaq Prosignia 200 server that has a really crappy > > > PCI video card in it which I wanted to upgrade just so that it makes it > > > easier on my eyes when running X sessions. It's not used for any heavy > > > duty serving or anything like that. More like a test machine. Sometimes I > > > use it for handling syslog message from various devices here in the > > > company, but I'm using another machine for that right now. Back to my > > > question... I was considering getting a Matrox G400 because it would most > > > likely provide really nice 2D acceleration, higher resolutions, and nice > > > color. What I was wondering is could I get hardware acceleration out of > > > that PCI card or is XFree4's 3D acceleration for AGP cards only? I know > > > I'll need to read some more docs on this on the XFree86 site, but I > > > thought maybe someone here can lead me to answer. Thanks in advance. > > > > > > Joey > > > > > > > > > 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 > > > > > 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 Thu Jan 17 15:55:21 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 61E4537B402 for ; Thu, 17 Jan 2002 15:55:14 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id SAA07717; Thu, 17 Jan 2002 18:55:00 -0500 Date: Thu, 17 Jan 2002 18:55:00 -0500 (EST) From: X-Sender: To: Joseph Garcia Cc: Subject: Re: Matrox G400 PCI and 3D Hardware Rendering In-Reply-To: <20020117115513.J24838-100000@we-24-126-232-105.we.mediaone.net> 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 I should read the whole message... Find a pci bus voodoo3/4/5. They work with the DRI. On Thu, 17 Jan 2002, Joseph Garcia wrote: > > The problem is that this Compaq server has no AGP slots. That's the > dilema. Otherwise, finding a better card would be no problem. > > Joey > > On Thu, 17 Jan 2002 joeo@cracktown.com wrote: > > > AGP r128's are dirt cheap now... > > > > On Thu, 17 Jan 2002, Joseph Garcia wrote: > > > > > > > > Hmmm....according to what I read it seems as though the requirements for > > > DRI is AGPGART which probably means that it won't support PCI cards and > > > needs to be AGP. At least that's my assumption. Also, I can't seem to find > > > a G400 in PCI format, although I have found G200's in PCI format on > > > pricewatch.com for $82 which is way more than I want to spend. Like I > > > said, it's just a "play" box. Any suggestions? > > > > > > Joey > > > > > > On Thu, 17 Jan 2002, Joseph Garcia wrote: > > > > > > > Hello all! > > > > > > > > I have this older Compaq Prosignia 200 server that has a really crappy > > > > PCI video card in it which I wanted to upgrade just so that it makes it > > > > easier on my eyes when running X sessions. It's not used for any heavy > > > > duty serving or anything like that. More like a test machine. Sometimes I > > > > use it for handling syslog message from various devices here in the > > > > company, but I'm using another machine for that right now. Back to my > > > > question... I was considering getting a Matrox G400 because it would most > > > > likely provide really nice 2D acceleration, higher resolutions, and nice > > > > color. What I was wondering is could I get hardware acceleration out of > > > > that PCI card or is XFree4's 3D acceleration for AGP cards only? I know > > > > I'll need to read some more docs on this on the XFree86 site, but I > > > > thought maybe someone here can lead me to answer. Thanks in advance. > > > > > > > > Joey > > > > > > > > > > > > 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 > > > > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 16:34:29 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from brain.stagecraft.cx (carlma.lnk.telstra.net [139.130.12.175]) by hub.freebsd.org (Postfix) with ESMTP id 3F76C37B405 for ; Thu, 17 Jan 2002 16:34:26 -0800 (PST) Received: from 26.stagecraft.cx (26.stagecraft.cx [203.37.99.26]) by brain.stagecraft.cx (8.11.3/8.11.1) with ESMTP id g0I0YNk31727 for ; Fri, 18 Jan 2002 11:34:24 +1100 (EST) (envelope-from carl@stagecraft.cx) Date: Fri, 18 Jan 2002 11:34:53 +1100 Mime-Version: 1.0 (Apple Message framework v480) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Recording video using FXTV. From: Carl Makin To: FreeBSD Multimedia Content-Transfer-Encoding: 7bit Message-Id: <30511064-0BAB-11D6-A370-0050E445BE6D@stagecraft.cx> X-Mailer: Apple Mail (2.480) 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 A while back there was a thread, and some excitement about someone using ffmpeg with Fxtv to get fast compression with good results. The thread sorta petered out. Does anyone have this working? What ever happened to it? Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 16:38: 0 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from brain.stagecraft.cx (carlma.lnk.telstra.net [139.130.12.175]) by hub.freebsd.org (Postfix) with ESMTP id A01B137B41A for ; Thu, 17 Jan 2002 16:37:57 -0800 (PST) Received: from 26.stagecraft.cx (26.stagecraft.cx [203.37.99.26]) by brain.stagecraft.cx (8.11.3/8.11.1) with ESMTP id g0I0buk31751 for ; Fri, 18 Jan 2002 11:37:56 +1100 (EST) (envelope-from carl@stagecraft.cx) Date: Fri, 18 Jan 2002 11:34:53 +1100 Mime-Version: 1.0 (Apple Message framework v480) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Recording video using FXTV. From: Carl Makin To: FreeBSD Multimedia Content-Transfer-Encoding: 7bit Message-Id: <30511064-0BAB-11D6-A370-0050E445BE6D@stagecraft.cx> X-Mailer: Apple Mail (2.480) 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 A while back there was a thread, and some excitement about someone using ffmpeg with Fxtv to get fast compression with good results. The thread sorta petered out. Does anyone have this working? What ever happened to it? Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 17 21: 4:27 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 CBDE737B404 for ; Thu, 17 Jan 2002 21:04:25 -0800 (PST) Received: (qmail 86915 invoked by alias); 18 Jan 2002 05:04:15 -0000 Received: from unknown (HELO there) (216.201.213.69) by tacni.net with SMTP; 18 Jan 2002 05:04:15 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Erich Zigler To: freebsd-multimedia@freebsd.org Subject: KDE 2.2 and FreeBSD 4.5-RC1 Date: Thu, 17 Jan 2002 23:04:20 -0600 X-Mailer: KMail [version 1.3.2] Cc: kde@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020118050425.CBDE737B404@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 For some odd reason while I'm in KDE if I load up konqueror and browse the web while listening to mp3s via mpg123 or noatun when a new page loads or when I use my wheel mouse the soundcard blips. It doesn't do this on other kinds of audio, such as when I'm watching mpegs, watching TV via the TV Tuner Card or listening to the radio via the Radio Tuner card. I was wondering if anyone had any ideas on this. Thank you. -- Hah! If they were going to do that, they'd be just as likely to buy some extra rope to keep the pigs from getting out of their rooftop aviary. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 18 0:58:48 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 8561437B402; Fri, 18 Jan 2002 00:58:43 -0800 (PST) Received: from telepresence.dmem.strath.ac.uk ([62.255.56.36]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020118085841.EZKD8780.mta03-svc.ntlworld.com@telepresence.dmem.strath.ac.uk>; Fri, 18 Jan 2002 08:58:41 +0000 Message-ID: <3C47E3BC.3A63BDB0@telepresence.dmem.strath.ac.uk> Date: Fri, 18 Jan 2002 08:58:36 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org, hackers@freebsd.org Subject: Release of IXJ driver for Quicknet LineJack/PhoneJack VoIP cards 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 Hi all, I have completed a port of the driver for Quicknet LineJack and PhoneJack cards from Linux to FreeBSD. www.quicknet.com These are telephony cards and feature - full duplex audio hardware - connenct a standard telephone handset - used for Video Conferencing or VoIP (with the OpenH323 ports) - a connected phone will ring when receiving a call and you can dial out too - comes with licenced audio codecs including G.723.1 - LineJack can be used with a telephone line and act as a PABX to VoIP gateway The driver can be found in the ports tree as a kld kernel loadable module in /usr/ports/comms/ixj I've tested it on my PCI PhoneJack. Devin Butterfield who initially did the port test it on his ISA PhoneJack. I've not got a LineJack to test. If anyone wants to try this out, please let me know and I can make sure everything is working for you. Once the driver is installed, you need to recompile OpenH323 and OhPhone to use the card. (or grab the new OpenH323_1.7.4_2 version of the port) Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 18 9:49:44 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from hermes.pressenter.com (hermes.pressenter.com [209.224.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 6AB4337B41D for ; Fri, 18 Jan 2002 09:49:42 -0800 (PST) Received: from [209.224.32.80] (helo=daggar.sbgnet.net) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 16Rd8z-0000l2-00 for multimedia@FreeBSD.ORG; Fri, 18 Jan 2002 11:49:41 -0600 Date: Fri, 18 Jan 2002 11:50:03 -0600 From: Stephen Hilton To: multimedia@FreeBSD.ORG Subject: Re: Introducing VIDIX technology (not spam) Message-Id: <20020118115003.2eb7447a.nospam@hiltonbsd.com> In-Reply-To: <20020117125826.719a063f.nospam@hiltonbsd.com> References: <20020117125826.719a063f.nospam@hiltonbsd.com> Organization: HiltonBSD.com X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) 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 Sorry about my choice of subject line, looked at it later and thought it may appear as a spam to the list Regards, Stephen Hilton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 7: 0:41 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.katsurajima.seya.yokohama.jp (mail.katsurajima.seya.yokohama.jp [210.164.211.67]) by hub.freebsd.org (Postfix) with ESMTP id EEA7637B417 for ; Sat, 19 Jan 2002 07:00:09 -0800 (PST) Received: from monster.katsurajima.seya.yokohama.jp (gw-global.katsurajima.seya.yokohama.jp [192.168.2.3]) by mail.katsurajima.seya.yokohama.jp (Postfix) with ESMTP id 70EE51D8C08; Sun, 20 Jan 2002 00:00:08 +0900 (JST) Received: from zenchan.katsurajima.seya.yokohama.jp (zenchan [192.168.1.3]) by monster.katsurajima.seya.yokohama.jp (8.9.3/3.7W05/05/99) with SMTP id AAA35669; Sun, 20 Jan 2002 00:00:08 +0900 (JST) Date: Sun, 20 Jan 2002 00:00:06 +0900 From: Katsurajima Naoto To: Mike W4LNA , FreeBSD-multimedia@FreeBSD.ORG Subject: Re: ENVY24 audio driver(prototype) Message-Id: <20020120000006.1b6e03b8.raven@katsurajima.seya.yokohama.jp> In-Reply-To: <20011224145505.76A9B1D8C08@mail.katsurajima.seya.yokohama.jp> References: <20011224155952.53e63d30.raven@katsurajima.seya.yokohama.jp> <20011224145505.76A9B1D8C08@mail.katsurajima.seya.yokohama.jp> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i386--freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP 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 Hellow. On Mon, 24 Dec 2001 08:55:10 -0600 Mike W4LNA wrote: > one I have. One card that I have been reading about is > made by Hoontech and is known as the DSP24 Value. > This card is Envy24-based and about half the price of > the M-Audio offerings. I've updated the driver and now DSP24Value works fine. And also, other ENVY24 base audio card such as AudioPhile2496 may work with this driver. Please test it. http://www.katsurajima.seya.yokohama.jp/envy24/ -- Katsurajima "Raven" Naoto(桂島 直人) Family Emblem: Circle and Left 3 Clove-TOMOE(丸に左三つ丁子巴) e-mail: raven@katsurajima.seya.yokohama.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 9: 7:28 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id A17E337B404 for ; Sat, 19 Jan 2002 09:07:22 -0800 (PST) Received: from localhost.lakwod3.co.home.com ([12.253.150.137]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020119170722.JCFU26243.rwcrmhc51.attbi.com@localhost.lakwod3.co.home.com> for ; Sat, 19 Jan 2002 17:07:22 +0000 Subject: Ripping with grip Content-transfer-encoding: 8bit To: FreeBSD Multimedia From: Sean LeBlanc X-mda: Mail::Internet Mail::Sendmail Sendmail +mmhack 1.1 on Linux Mail-Followup-To: FreeBSD Multimedia Content-type: text/plain; charset=us-ascii User-agent: Mutt/1.2.5i Mime-version: 1.0 Content-disposition: inline Date: Sat, 19 Jan 2002 10:10:37 -0700 Message-id: <20020119101037.A37838@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'm trying to figure out grip on FreeBSD. It seems that cdparanoia is not in the ports, and when I tried building from the tarball, I was getting a lot of errors. Also, if I use some other ripper like dagrab, does anyone know the commandline options I should use for it in the rip config screen in grip? Cheers, -- Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome the answer may be obtained by inspection. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 9:23:21 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 4085037B437 for ; Sat, 19 Jan 2002 09:23:12 -0800 (PST) Received: from mule.icir.org (localhost [127.0.0.1]) by mule.icir.org (8.11.3/8.11.3) with ESMTP id g0JHN8U29191; Sat, 19 Jan 2002 09:23:08 -0800 (PST) (envelope-from hodson@mule.icir.org) Message-Id: <200201191723.g0JHN8U29191@mule.icir.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sean LeBlanc Cc: FreeBSD Multimedia From: Orion Hodson Subject: Re: Ripping with grip In-Reply-To: Your message of "Sat, 19 Jan 2002 10:10:37 MST." <20020119101037.A37838@hostwiththemost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Jan 2002 09:23:08 -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 /-- Sean LeBlanc wrote: | Hi, I'm trying to figure out grip on FreeBSD. It seems that cdparanoia is | not in the ports, and when I tried building from the tarball, I was getting | a lot of errors. Also, if I use some other ripper like dagrab, does anyone | know the commandline options I should use for it in the rip config screen in | grip? I use a home rolled ripping script in conjunction with grip http://www.icir.org/hodson/grip/.grip http://www.icir.org/hodson/grip/rip Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 9:28: 2 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id B0F3637B402 for ; Sat, 19 Jan 2002 09:27:59 -0800 (PST) Received: from lungfish.ntlworld.com ([62.253.146.13]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020119172757.JHZJ7000.mta06-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 19 Jan 2002 17:27:57 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.3/8.11.3) with ESMTP id g0JHRun11006; Sat, 19 Jan 2002 17:27:56 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g0JHRPE03008; Sat, 19 Jan 2002 17:27:25 GMT (envelope-from scott) Date: Sat, 19 Jan 2002 17:27:25 +0000 From: Scott Mitchell To: Sean LeBlanc Cc: FreeBSD Multimedia Subject: Re: Ripping with grip Message-ID: <20020119172725.A293@localhost> References: <20020119101037.A37838@hostwiththemost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020119101037.A37838@hostwiththemost>; from seanleblanc@attbi.com on Sat, Jan 19, 2002 at 10:10:37AM -0700 X-Operating-System: FreeBSD 4.5-RC i386 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, Jan 19, 2002 at 10:10:37AM -0700, Sean LeBlanc wrote: > Hi, I'm trying to figure out grip on FreeBSD. It seems that cdparanoia is > not in the ports, and when I tried building from the tarball, I was getting > a lot of errors. Also, if I use some other ripper like dagrab, does anyone > know the commandline options I should use for it in the rip config screen in > grip? I've got grip working pretty well with 'cdda2wav', which is part of the sysutils/cdrtools port. Grip has cdda2wav in its menu of rippers, I think it got the options right from the start -- I just had to tweak the filename format to my liking. This is with an ATAPI DVD-ROM drive, BTW. It may help to symlink /dev/cdrom to the real device node, since grip defaults to that. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 13:45:29 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from ns.webvolution.net (ns.webvolution.net [64.173.23.219]) by hub.freebsd.org (Postfix) with ESMTP id A556F37B400 for ; Sat, 19 Jan 2002 13:45:27 -0800 (PST) Received: (from nobody@localhost) by ns.webvolution.net (8.11.6/8.11.6) id g0JLjTM11842 for freebsd-multimedia@freebsd.org; Sat, 19 Jan 2002 21:45:29 GMT (envelope-from dleal@webvolution.net) X-Authentication-Warning: ns.webvolution.net: nobody set sender to dleal@webvolution.net using -f To: freebsd-multimedia@freebsd.org Subject: quake2 get /dev/dsp: Invalid argument Message-ID: <1011476728.3c49e8f8bfcf2@mail.webvolution.net> Date: Sat, 19 Jan 2002 21:45:28 +0000 (WET) From: Daniel Leal MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 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 have already seen this question before in the mailling lists, but i did not read any answer. So here it goes: I installed quake2 in my freebsd4.4-stable. I have a soundblaster live. I have no problems with sound in any other aplications (including quakeforge). But when I try to run quake 2 i get: ------- sound initialization ------- /dev/dsp: Invalid argument what can i do ? i can play,... but with no sound :( thanks daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 16:37:44 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 DCDF237B417 for ; Sat, 19 Jan 2002 16:37:38 -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 <20020120003738.PTWI3578.rwcrmhc52.attbi.com@localhost.lakwod3.co.home.com> for ; Sun, 20 Jan 2002 00:37:38 +0000 In-reply-to: <20020119172725.A293@localhost>; from scott.mitchell@mail.com on Sat, Jan 19, 2002 at 05:27:25PM +0000 Subject: Re: Ripping with grip Content-transfer-encoding: 8bit References: <20020119101037.A37838@hostwiththemost> <20020119172725.A293@localhost> To: FreeBSD Multimedia From: Sean LeBlanc X-mda: Mail::Internet Mail::Sendmail Sendmail +mmhack 1.1 on Linux Mail-Followup-To: FreeBSD Multimedia Content-type: text/plain; charset=us-ascii Mime-version: 1.0 User-agent: Mutt/1.2.5i Content-disposition: inline Date: Sat, 19 Jan 2002 17:40:54 -0700 Message-id: <20020119174053.A45968@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 On 01-19 17:27, Scott Mitchell wrote: > On Sat, Jan 19, 2002 at 10:10:37AM -0700, Sean LeBlanc wrote: > > Hi, I'm trying to figure out grip on FreeBSD. It seems that cdparanoia is > > not in the ports, and when I tried building from the tarball, I was getting > > a lot of errors. Also, if I use some other ripper like dagrab, does anyone > > know the commandline options I should use for it in the rip config screen in > > grip? > > I've got grip working pretty well with 'cdda2wav', which is part of the > sysutils/cdrtools port. Grip has cdda2wav in its menu of rippers, I think > it got the options right from the start -- I just had to tweak the filename > format to my liking. > > This is with an ATAPI DVD-ROM drive, BTW. It may help to symlink > /dev/cdrom to the real device node, since grip defaults to that. Thanks for the tip. I tried this out, and depending on the CD I tried, either grip did nothing, or started generated a file(.wav) that just grew and grew and grew until I finally killed it at 1.4G. Figuring I'd see if cdda2wav would run on its own, I entered the same command style that grip had. I have since added the -I flag to get rid of that warning about my CDROM not being a SCSI drive. I have cut and paste what happens below. Now, again, depending on the CD, behavior is different, but one common thread seems to be the "cdda2wav: Operation not permitted. cannot set posix realtime scheduling policy" message. Is that something to worry about? bash-2.05$ cdda2wav -I cooked_ioctl -D /dev/acd0c -x -H -t 1 here.wav 266240 bytes buffer memory requested, 4 buffers, 27 sectors #Cdda2wav version 1.10_freebsd_4.4-release_i386_i386 real time sched. soundcard support AUDIOtrack pre-emphasis copy-permitted tracktype channels 1- 8 no no audio 2 Table of Contents: total tracks:8, (total time 816112:40.30) 1.(128232:06.30), 2.(944563:05.13), 3.(822214:42.58), 4.(500811:32.68), 5.(411464:08.08) 6.(306737:39.63), 7.(947883:34.46), 8.(571954:31.03), Table of Contents: starting sectors 1.( 0), 2.(577044480), 3.(532611072), 4.(4232577280), 5.(2191261952) 6.(4042850560), 7.(1128202752), 8.(1098711552), lead-out(3672506880) CDINDEX discid: igoTgjK1Y5eNLegLds4a7yk7MOc- CDDB discid: 0xff2c6608 CD-Text: not detected CD-Extra: not detected samplefile size will be 44 bytes. recording 7693926.-3648 seconds stereo with 16 bits @ 44100.0 Hz ->'here'... cdda2wav: Operation not permitted. cannot set posix realtime scheduling policy overlap:min/max/cur, jitter, percent_done: 27/ 0/ 1/ -2352 0%internal error: negative left_in_track:-262144 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-278020 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-293308 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-308596 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-323884 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-339172 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-354460 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-369748 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-385036 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-400324 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-415612 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-430900 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-446188 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-461476 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-476764 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-492052 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-507340 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-522628 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-537916 1/ 1/ 1/ 0 0%internal error: negative left_in_track:-553204 The above was a Chemlab CD. Below is what I get on a Sonic Youth CD: cdda2wav -I cooked_ioctl -D /dev/acd0c -x -H -t 1 here.wav 266240 bytes buffer memory requested, 4 buffers, 27 sectors #Cdda2wav version 1.10_freebsd_4.4-release_i386_i386 real time sched. soundcard support Warning: first sector has negative start sector! Setting to zero. AUDIOtrack pre-emphasis copy-permitted tracktype channels 1-11 no no audio 2 Table of Contents: total tracks:11, (total time more than 73080:04.10) 1.(631257:18.70), 2.(455737:20.48), 3.(943849:28.24), 4.(403628:56.40), 5.(593974:40.16) 6.(67938:59.15), 7.(549147:59.27), 8.(478092:27.39), 9.(344311:34.62), 10.(377327:09.49) 11.(884925:19.43), Table of Contents: starting sectors 1.( 0), 2.(2840657920), 3.(596508672), 4.(548864000), 5.(2365194240) 6.(743112960), 7.(1048838400), 8.(3520004352), 9.(1376453120), 10.(2925855232) 11.(328860160), lead-out(16056832) CDINDEX discid: xBT0SdHXcYd8cI46I4j444S6T9Q- CDDB discid: 0xfe0a450b CD-Text: not detected CD-Extra: not detected CD with illegal leadout position detected! The cdrom drive firmware does not permit access beyond the leadout position! Audio extraction will be limited to track 1 with maximal 16056832 sectors... samplefile size will be 44 bytes. recording 214091.00933 seconds stereo with 16 bits @ 44100.0 Hz ->'here'... cdda2wav: Operation not permitted. cannot set posix realtime scheduling policy overlap:min/max/cur, jitter, percent_done: 1/ 1/ 1/ 0 3%^C W Child exited with 2 When I killed this, the "here.wav" file was 95M. > > HTH, > > Scott > > -- > =========================================================================== > Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels > Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" > scott.mitchell@mail.com | 0xAA775B8B | -- Anon > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message -- Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome Our Age of Anxiety is, in great part, the result of trying to do today's jobs with yesterday's tools. -Marshall McLuhan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 17:15:34 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from msv02-kent-syd.comindico.com.au (msv02-kent-syd.comindico.com.au [203.194.29.48]) by hub.freebsd.org (Postfix) with ESMTP id 0425737B41C for ; Sat, 19 Jan 2002 17:15:30 -0800 (PST) Received: from there (dialup-71.199.220.203.acc01-alma-roc.comindico.com.au [203.220.199.71]) by msv02-kent-syd.comindico.com.au (8.10.2+Sun/8.10.2) with SMTP id g0K1EFI20946 for ; Sun, 20 Jan 2002 12:14:15 +1100 (EST) Message-Id: <200201200114.g0K1EFI20946@msv02-kent-syd.comindico.com.au> Content-Type: text/plain; charset="iso-8859-1" From: Mark Slingo Reply-To: mark@slingo.nq.nu To: FreeBSD Multimedia Subject: Re: Ripping with grip Date: Sun, 20 Jan 2002 11:15:44 +1000 X-Mailer: KMail [version 1.3.2] References: <20020119101037.A37838@hostwiththemost> In-Reply-To: <20020119101037.A37838@hostwiththemost> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 use /usr/ports/audio/ripit to dump my cd's to mp3. take a look at it. If nothing else, it should give you the options you are looking for :) Mark. On Sun, 20 Jan 2002 03:10, Sean LeBlanc wrote: > Hi, I'm trying to figure out grip on FreeBSD. It seems that cdparanoia is > not in the ports, and when I tried building from the tarball, I was getting > a lot of errors. Also, if I use some other ripper like dagrab, does anyone > know the commandline options I should use for it in the rip config screen > in grip? > > Cheers, -- Mark Slingo mark@slingo.nq.nu http://www.slingo.nq.nu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 17:49: 7 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from cx2037703-a.kenner1.la.home.com (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id 0AD6137B404; Sat, 19 Jan 2002 17:48:51 -0800 (PST) Received: (from conrads@localhost) by cx2037703-a.kenner1.la.home.com (8.11.6/8.11.6) id g0K1mFx52639; Sat, 19 Jan 2002 19:48:15 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 19 Jan 2002 19:48:14 -0600 (CST) Reply-To: conrads@cox.net Organization: Disgruntled Postal Workers of America From: Conrad Sabatier To: multimedia@freebsd.org Subject: mpg123 buffer error Cc: questions@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 don't think I've ever seen this question come up before. For quite some time now, I've avoided using the -b (or --buffer) switch with mpg123, as it always bombs out, with the error messages seen depending on whether it's being run as root or user (output slightly snipped): conrads@cx2037703-a:/mm/mp3/New$ mpg123 -v --aggressive -b 8192 "Heart - Dog & Butterfly - 05 - Dog & Butterfly.mp3" Playing MPEG stream from Heart - Dog & Butterfly - 05 - Dog & Butterfly.mp3 ... Junk at the beginning 49443303 MPEG 1.0, Layer: III, Freq: 44100, mode: Joint-Stereo, modext: 2, BPF : 418 Channels: 2, copyright: No, original: No, CRC: No, emphasis: 0. Bitrate: 128 Kbits/s, Extension value: 0 No supported rate found! conrads@cx2037703-a:/mm/mp3/New$ Yuck! Error in buffer handling...: Permission denied root@cx2037703-a:/mm/mp3/New$ mpg123 -v --aggressive -b 8192 "Heart - Dog & Playing MPEG stream from Heart - Dog & Butterfly - 05 - Dog & Butterfly.mp3 ... Junk at the beginning 49443303 MPEG 1.0, Layer: III, Freq: 44100, mode: Joint-Stereo, modext: 2, BPF : 418 Channels: 2, copyright: No, original: No, CRC: No, emphasis: 0. Bitrate: 128 Kbits/s, Extension value: 0 No supported rate found! Yuck! Error in buffer handling...: Undefined error: 0 Frankly, I am baffled. In the past I *have* used the buffering switch with no problems. Just to get one possibility on the table: could this be merely from something as trivial as using greater than -O optimization (-O2, to be precise) when making world, kernel, or mpg123? I'm also running on an Athlon box, and compiled mpg123 with 3dNow! enabled. Oh, and no, it's not just a bad MP3. :-) This happens with any file I try to play. Any feedback will be greatly appreciated. -- Conrad Sabatier "There's nothing in the middle of the road but a yellow stripe and dead armadillos." -- Jim Hightower, Texas Agricultural Commissioner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 19 19:16:13 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from cx2037703-a.kenner1.la.home.com (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id B9E0337B404; Sat, 19 Jan 2002 19:16:05 -0800 (PST) Received: (from conrads@localhost) by cx2037703-a.kenner1.la.home.com (8.11.6/8.11.6) id g0K3FQb60304; Sat, 19 Jan 2002 21:15:26 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 19 Jan 2002 21:15:26 -0600 (CST) Reply-To: conrads@cox.net Organization: Disgruntled Postal Workers of America From: Conrad Sabatier To: questions@FreeBSD.ORG Subject: Re: mpg123 buffer error Cc: multimedia@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 Nevermind, it's definitely a 3dNow! problem. Apparently, earlier versions of the port *could* successfully compile the 3dNow! code (the files dct64_3dnow.s and decode_3dnow.s), which now is no longer the case. The port now goes ahead and installs the precompiled objects for Linux, which appear to just plain not work. I'm going to mail the port maintainer about this. -- Conrad Sabatier In the land of the dark, the Ship of the Sun is driven by the Grateful Dead. -- Egyptian Book of the Dead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message