Chipmunk and X: Color Depth

Chipmunk tools currently support monochrome, 8-bit, 16-bit, and 24-bit displays. The 16-bit and 24-bit display modes are only known to work on the PC architecture (X11 under Linux and OS/2); see this document for more details on the current status of color support.

By default, the Chipmunk tools select a color mode using these rules:

The user can force the color mode of a Chipmunk tool by setting the environment variable LOG_COLOR to be the string bw or 8bit or 16bit or 24bit.

Chipmunk and X: Window Placement

Manually placing and sizing the mylib and newcrt windows can quickly become tedious. The Chipmunk tools can automatically size and place these windows. To enable this feature, you'll need to add information to an X initialization file in your home directory, typically named .Xresources. Three resources are implemented for the Chipmunk tools:

mylib.geometry: =AxB+C+D
You can use this resource to set the size of the mylib window to have an X dimension of A pixels, and a Y dimension of B pixels, and have it automatically placed at the position indicated by C (x placement) and D (y placement).
newcrt.geometry: +C+D
The size of the newcrt window is fixed for all Chipmunk tools. This resource automatically places the newcrt window at a position indicated by C (x placement) and D (y placement).
mylib.color black_and_white
This X resource forces Chipmunk tools to generate monochrome displays, even if the machine has a color monitor.

You will need to exit and restart your X server after changing you .Xresources file to activate the new behavior.

Examples

My .Xresources for my color Sun IPC machine is as follows:

mylib.geometry: =1150x550+0+0

newcrt.geometry: +510+586

My .Xresources for my HP 712/80 machine, which has a higher-resolution monitor, is

mylib.geometry: =1278x682+0+0

newcrt.geometry: +638+710

These features were added to the Chipmunk tools by Jim Clark at Harvard University, Tor Sverre Lande at IFI, and Michael Godfrey at Stanford University.

Email
lazzaro@cs.berkeley.edu
Phone
(510) 643 4005
SMail
UC Berkeley / CS Division / 387 Soda Hall / Berkeley CA 94720