If the card can handle it, you should be able to force it up to 32-bit color by editing /etc/X11/XF86Config(-4)[?] and adding the line:
DefaultDepth 24
like the following:
Code:
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
Cheers,
Finegan