I am trying to configure xfree on an old machine which I have just installed Gentoo on, but can't get it to start. The errors from the xfree log come up like this: (EE) CIRRUS(0): No valid MMIO address in PCI config space (EE) CIRRUS(0): I2C initialization failed The video card is a cirrus GD5434-8. Here's what I have in XF86Config: Code: Section "Device" Identifier "CL-GD5434" Driver "cirrus" VideoRam 2048 # Device section for Cirrus Logic GD5430/34-based cards. #MemBase 0x00e00000 # ISA card that maps to 14Mb #MemBase 0x04000000 # VLB card that maps to 64Mb #MemBase 0x80000000 # VLB card that maps to 2048Mb #MemBase 0x02000000 # VLB card that maps to 32Mb #Option "linear" #Option "nolinear" #Option "no_bitblt" #Option "noaccel" # Use Option "no_bitblt" if you have graphics problems. If that fails # try Option "noaccel". # Refer to /usr/X11R6/lib/doc/README.cirrus. # To allow linear addressing, uncomment the Option line and the # address that the card maps the framebuffer to. I've tried all the options; if I uncomment the MemBase (any) I get: Code: (EE) CIRRUS(0): MemBase 0x02000000 doesn't match any PCI base register. (EE) Screen(s) found, but none have a usable configuration. I have found some similar problems archived here and elsewhere on the web but nothing that really suggests the same problems. *Any* suggestions are appreciated. Scott _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86