Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46947 - DRI fails to load for Matrox g550 card during xinit, agpgart, mtrr complains too
Summary: DRI fails to load for Matrox g550 card during xinit, agpgart, mtrr complains too
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 05:26 UTC by Taras Ciuriak
Modified: 2005-06-19 16:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Taras Ciuriak 2004-04-06 05:26:13 UTC
Freshly emerged 2004.0 system, bootstrapped from Stage1.  During xinit, DRI fails to load.  Also, there are error messages from agpgart & mtrr in the logs;

XF86 log:
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI

/var/log/messages:
Apr  6 13:06:28 garlic [drm:drm_init] *ERROR* Cannot initialize the agpgart module.
Apr  6 13:06:23 garlic mtrr: 0xe4000000,0x2000000 overlaps existing 0xe4000000,0x1000000



Reproducible: Always
Steps to Reproduce:
restart X
Actual Results:  
same again

Expected Results:  
DRI would load!

Note that lsmod shows agpgart loaded;

agpgart                25896  0

But nothing is referencing it.  I tried manually loading the various mga modules
compiled with my 2.6.3-r1 kernel which are in
/lib/modules/2.6.3-gentoo-r1/kernel/drivers/video/matrox/...namely;

g450_pll.ko matroxfb_DAC1064.ko  matroxfb_accel.ko  matroxfb_crtc2.ko 
matroxfb_misc.ko   i2c-matroxfb.ko  matroxfb_Ti3026.ko   matroxfb_base.ko  
matroxfb_g450.ko

If loaded in the correct order, which takes some doing, all but the i2c load (as
a result of i2c not working with 2.6 kernels).

All of this is a resul of trying to get 3D hw acceleration.  2D performance is
superb.  But, for example, glxgears gets <300fps!  This is bad...
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-07 16:14:53 UTC
Try NOT using any mga framebuffer. Just use the mga DRM from x11-drm (latest version should work on 2.6), and disable everything mga in the kernel.

kernel/drivers/video/matrox/ isn't the right place to load the DRM from, it's in char/drm/. You're loading all sorts of weird framebuffer/i2c/etc stuff.
Comment 2 Adam Jackson 2005-01-16 14:43:52 UTC
you're using 2.6.  therefore you need both the agpgart core _and_ the agp chipset module corresponding to your motherboard's chipset, and both of those need to be loaded before X.

$ lspci | grep bridge

will tell you what sort of motherboard chipset you have.
Comment 3 Adam Jackson 2005-06-19 16:46:17 UTC
need more info from reporter before this can be acted on, but appears to be a
configuration issue.  please reopen if you are still experiencing this.

also note that DRI support for PCI Matrox cards is experimental and not yet
delivered in any released version of X.