Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 10:42:38 -0600
From:      "Andrew L. Gould" <algould@datawok.com>
To:        Dany <dany_list@natzo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD AGP or Nvidia AGP?
Message-ID:  <200401051042.38442.algould@datawok.com>
In-Reply-To: <3FF992F7.4080309@natzo.com>
References:  <3FF95CBD.8060304@natzo.com> <200401051030.36877.algould@datawok.com> <3FF992F7.4080309@natzo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401051042.38442.algould>