FreeBSD AGP or Nvidia AGP?

Andrew L. Gould algould at datawok.com
Mon Jan 5 08:41:46 PST 2004


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



More information about the freebsd-questions mailing list