On Tuesday 30 September 2003 06:28 pm, Michael Rasile wrote:
> On Tue Sep 30, 2003 at 04:20:00PM -0400 or thereabouts, Ernie
Schroder wrote:
> > On Tuesday 30 September 2003 11:34 am, Bruce E. Harris wrote:
> > > Hi,
> > >
> > > I finally got Gentoo up and running--its great. I have my video
> > > card working, but how can I test it to see if its working in
> > > accelerated 3D?
> > >
> > > I have a ATI FireGL 8800.
> > >
> > > Thanks
> > >
> > > Bruce
> > >
> > >
> > > --
> > > [EMAIL PROTECTED] mailing list
> >
> > I'm running an Nvidia card here but I would guess you can do
> > something like this:
> > $ cat /proc/driver/nvidia/agp/status
> > Status: Enabled
> > Driver: NVIDIA
> > AGP Rate: 4x
> > Fast Writes: Disabled
> > SBA: Disabled
> >
> > AND:
> >
> > $ glxinfo will give your openGL information
> >
> > And test your framerate:
> >
> > $ glxgears
> > 28771 frames in 5.0 seconds = 5754.200 FPS
> > 29023 frames in 5.0 seconds = 5804.600 FPS
> > 28997 frames in 5.0 seconds = 5799.400 FPS
> > 28943 frames in 5.0 seconds = 5788.600 FPS
> > 28952 frames in 5.0 seconds = 5790.400 FPS
>
> when I do cat /proc/driver/nvidia/agp/status
> it says the driver is AGPGART instead of NVIDIA. Just wondering
> why? Thanks.
>
> Mike
>
> > HTH
> > [EMAIL PROTECTED] mailing list
That's because you are using Xfree's AGP instead of nvidia's.
Section "Screen"
Identifier "Screen 1"
Device "nVidia_GeForce4_TI4200"
Option "NvAGP" "1"
# BusID "PCI:1:0:0"
Monitor "HYUNDAI"
DefaultDepth 16
Look for the above section in /etc/X11/XF86Config
"NvAGP" "1" =nvidia AGP(nvgart)
"NvAGP" "2" = xfree AGP (AGPGART)
"NvAGP" "3" = try nvgart first, if it doesn't work, use AGPGART
I believe that if AGPGART is compiled in, nvgart won't work. If it's a
module, you should get nvgart buy changing the line:
Option "NvAGP" "x "
to:
Option "NvAGP" "1 "
or :
Option "NvAGP" "3"
--
Regards, Ernie
100% Microsoft and Intel free
--
[EMAIL PROTECTED] mailing list