From owner-freebsd-questions@FreeBSD.ORG Mon Jan 5 08:41:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3434F16A4CE for ; Mon, 5 Jan 2004 08:41:46 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF6643D1F for ; Mon, 5 Jan 2004 08:41:45 -0800 (PST) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by heron.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AdXnT-0002qf-00; Mon, 05 Jan 2004 08:41:43 -0800 From: "Andrew L. Gould" To: Dany Date: Mon, 5 Jan 2004 10:42:38 -0600 User-Agent: KMail/1.5.4 References: <3FF95CBD.8060304@natzo.com> <200401051030.36877.algould@datawok.com> <3FF992F7.4080309@natzo.com> In-Reply-To: <3FF992F7.4080309@natzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401051042.38442.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b2b043223ef02a73f767125224295d52b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD AGP or Nvidia AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 16:41:46 -0000 On Monday 05 January 2004 10:38 am, Dany wrote: > Andrew L. Gould wrote: > >On Monday 05 January 2004 10:21 am, Dany wrote: > >>What about DVD playing ? Does that take advantage of the Nvidia driver > >>or will that work with nv ? > >> > >>Dany wrote: > >>>That's a good idea but if I do that I will be missing the cool > >>>screensavers using OpenGL ;) > >>> > >>>Stijn Hoop wrote: > >>>>On Mon, Jan 05, 2004 at 07:46:53AM -0500, Dany wrote: > >>>>>What is the preferred method ? .... The one that would give the > >>>>>most stability (I don't really care about performance and fps). > >>>> > >>>>Just one thought: if you don't want 3D support, just go with the 2D > >>>>'nv' driver -- that should be stable. > > > >I use the nv driver and the vlc (/usr/ports/multimedia/vlc) port to watch > >DVDs. > > > >Have fun, > > > >Andrew Gould > > What Modules do you load in your XFree86 config file ? > > Following are the modules I load with the Nvidia driver, I'm not sure > which one I should use for nv. > > Section "Module" > Load "dbe" > Load "glx" > Load "extmod" > Load "type1" > Load "freetype" > # Load "bitmap" > # Load "xtt" > # Load "dri" > # Load "record" > # Load "xtrap" > # Load "speedo" > EndSection > > Thanks > Dany I didn't do anything special -- I took the coward's way out and let 'XFree86 -configure' do the work. ;-) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html Here's the resulting module section: Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Best regards, Andrew Gould