From owner-freebsd-stable Tue Jul 31 12:27:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from warez.scriptkiddie.org (uswest-dsl-142-38.cortland.com [209.162.142.38]) by hub.freebsd.org (Postfix) with ESMTP id 2A1F537B403 for ; Tue, 31 Jul 2001 12:27:10 -0700 (PDT) (envelope-from lamont@scriptkiddie.org) Received: from warez.scriptkiddie.org (warez.scriptkiddie.org [209.162.142.38]) by warez.scriptkiddie.org (Postfix) with ESMTP id E9A1562D01; Tue, 31 Jul 2001 12:27:32 -0700 (PDT) Date: Tue, 31 Jul 2001 12:27:32 -0700 (PDT) From: Lamont Granquist To: Kevin Oberman Cc: Scott Lambert , Subject: Re: Watching DVD's in -stable In-Reply-To: <200107302334.f6UNYub30393@ptavv.es.net> Message-ID: <20010731122508.V4531-100000@warez.scriptkiddie.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well I did this exactly as outlined and it still segflts before playing any video. The GTK_CONFIG helped as now i've got the control panel to start correctly. I suspect my video card is crapping out, though, its possible that might be related to the problems that I'm having. I've got a new video card showing up in the mail in the next couple of days and I'll have to give that a try. On Mon, 30 Jul 2001, Kevin Oberman wrote: > For anyone who has followed this, 0.2.81 builds cleanly (assuming set > the GTK_CONFIG variable to point to gtk12-config) on -stable and works > fine ONCE I ENABLED DMA on the drive. (That means putting: > hw.ata.atpai_dma="1" > into my /boot/loader.conf file.) > > When I say "works", I mean that I see the video start to play and hear > the initial audio. I have yet to try running a full movie. > > When I did not have DMA enabled, I could occasionally get audio, but > no video. Even the audio played poorly. > > Steps followed: > 1. Download the tarball from http://www.videolan.org/vlc/download.html. > Both gzip and bzip2 files are available. The bz2 file is smaller. > 2. Unpack (tar -xjf vlc-0.2.81.tar.bz2) > 3. setenv GTK_CONFIG /usr/X11R6/bin/gtk12-config > 4. ./configure > 5. gmake (You will have to install the GNU make port for this to work.) > 6. gmake install > 7. gmake clean > 8. ln -s /dev/acd0c /dev/dvd (this assumes an ATAPI DVD/CD drive) > 9. Check DMA setting with "sysctl hw.ata.atapi_dma". Of it is 0, add the > line in the first paragraph to /boot/loader.conf and reboot. > 10.vlc dvd:/dev/dvd > > If you don't have access to the dvd device, you will should probably > edit /etc/fbtab to get it. I don't recommend running anything as root > if you don't have to. > > That's about all you need to do! > > R. Kevin Oberman > E-mail: oberman@es.net Phone: +1 510 486-8634 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message