The Gardyan wrote: > > How does one change the default color depth on X from 8 bit color to 16 > bit color.
Try using the command line option: "startx -bpp 16". That should work with any color depth like 24 or 32. It should be "startx -- -bpp 16" -alex