From owner-freebsd-stable@FreeBSD.ORG Fri Apr 8 06:46:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0682716A4CE for ; Fri, 8 Apr 2005 06:46:05 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FC443D1F for ; Fri, 8 Apr 2005 06:46:04 +0000 (GMT) (envelope-from mkb@mkbuelow.net) Received: from drjekyll.mkbuelow.net (p3E9E2F64.dip.t-dialin.net [62.158.47.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id C917F3330D for ; Fri, 8 Apr 2005 08:46:02 +0200 (CEST) Received: from drjekyll.mkbuelow.net (mkb@localhost.mkbuelow.net [127.0.0.1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j386kksC000858 for ; Fri, 8 Apr 2005 08:46:46 +0200 (CEST) (envelope-from mkb@drjekyll.mkbuelow.net) Message-Id: <200504080646.j386kksC000858@drjekyll.mkbuelow.net> To: freebsd-stable@freebsd.org In-Reply-To: Message from Stefan Huerter of "Fri, 08 Apr 2005 08:14:05 +0200." <4256212D.6020004@guckux.de> X-Mailer: MH-E 7.82; nmh 1.0.4; GNU Emacs 21.3.1 Date: Fri, 08 Apr 2005 08:46:46 +0200 From: Matthias Buelow Subject: Re: 5.4-PRERELEASE - audi-driver VT8233 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 06:46:05 -0000 Stefan Huerter writes: >Sound works general well - except of xgalaga. >With xgalaga the sound has a delay about one second. >Changing of the hw.snd.pcm0.buffersize=16384 won't work - not changeable... Errm.. that has always been the case on FreeBSD, at least as long as I can remember. Same happens with the Doom ports, btw. The lags do not happen on NetBSD, it might be interesting to see what they do differently to fix this problem. mkb.