[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Re: matrox millennium II video card problem
- Subject: [ale] Re: matrox millennium II video card problem
- From: hirsch at mathcs.emory.edu (hirsch at mathcs.emory.edu)
- Date: Wed, 14 Jul 1999 19:32:32 +0000 (GMT)
> I have a Matrox Millennium II video card and am currently running Red Hat
> 6.0, with Gnome and Enlightenment window manager. My video card has 4
> Meg of RAM and I am running the window manager at 1280x1024. The problem
> that I am having is that I run out of colormaps with only a couple of
> windows open.
You appear to be running with the automatically generated XF86Config. That
defaults to 8 bit depth. I think you should be able to get 16 bits, which
would be a big improvement.
Try running X like this:
startx -- -bpp 16
If that works then add
DefaultColorDepth 16
To the appropriate "Screen" section of the config file.
I don't think you can run in 24 bit mode with only 4 MB of VRAM.
--Michael