Summary: | DRI fails to load for Matrox g550 card during xinit, agpgart, mtrr complains too | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Taras Ciuriak <tnmc> |
Component: | [OLD] Server | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2004.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Taras Ciuriak
2004-04-06 05:26:13 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. 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. 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. |