On 4/25/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> On 4/25/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > On 4/25/05, Alexander Kirillov <[EMAIL PROTECTED]> wrote:
> > > Mark,
> > > The driver's still marked as experimental.
> > > You have to enable development/incomplete drivers in kernel config first.
> > > You'd probably need to add intel_agp to /etc/modules.autoload.d/kernel-2.6
> > > later down the road.
> > > Sasha
> I'm
> rebooting after I send this with intel_agp in my kernel-2.6 file to
> see if that keeps the oter one out and makes a difference.
> 

SOLVED!!! Thanks! Apparently intel_agp was required in kernel-2.6 to
get it loaded at the right time. Here's my kernel-2.6 file:

# For example:
# 3c59x
intel_agp
agpgart
drm
i915
ivtv

Here's what's loaded:

dragonfly linux # lsmod
Module                  Size  Used by
ndiswrapper           109844  0
<SNIP>
intel_mch_agp           8464  0
i915                   17920  1
drm                    60820  2 i915
intel_agp              20252  1
agpgart                28968  4 intel_mch_agp,drm,intel_agp
dragonfly linux #

And here's the xvinfo results:

dragonfly linux # xvinfo
X-Video Extension version 2.2
screen #0
  Adaptor #0: "Intel(R) 830M/845G/852GM/855GM/865G/915G Video Overlay"
    number of ports: 1
    port base: 60
    operations supported: PutImage
    supported visuals:

This also improved glxgears results significantly going from 800FPS to 1400FPS.

Thanks so much for your help! Now on to seeing if I can get video within MythTV.

cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list

Reply via email to