On Wed, Feb 19, 2003 at 03:09:08PM +0100, Thomas Wentzel wrote: > > I'll go ahead and post what I can see: > lsmod: > matroxfb_g450 1312 0 (unused) > matroxfb_crtc2 6804 0 (unused)
Here's your first problem. You should not load the matroxfb_crtc2 module. DirectFB will initialize and use CRCT2 independently of this module. > matroxfb_crtc2: secondary head of fb0 was registered as fb1 This is telling you that CRTC2 is being initialized as a separate framebuffer. It should not be. With DirectFB and CRTC2 support, both heads are just independently addressable portions of the one framebuffer. Try removing the matroxfb_crtc2 module and see if it works. If not, you should also try rebuilding your kernel with the CONFIG_FB_MATROX_MULTIHEAD disabled. b. -- Brian J. Murrell
msg01396/pgp00000.pgp
Description: PGP signature
