Java Desktop System Release 3 Administration Guide

Reducing Color Usage and Improving Display Quality on Solaris Systems

Many modern computer systems support 24-bit color, that is, 16,777,216 colors. However, many users still use systems that support 8-bit color, that is, 256 colors.

The Java Desktop System uses the websafe color palette. This palette is a general-purpose palette of 216 colors, which is designed to optimize the use of color on systems that support 8-bit color. However, some visual components of the Java Desktop System are designed for systems that support 24-bit color.

The following display problems might occur on systems that support 8-bit color:

The following sections describe how to optimize the appearance of the Java Desktop System for systems that support 8-bit color.

To Use Theme Options That Use the Websafe Color Palette

Some window frame theme options use colors that are in the websafe color palette. Bright and Esco use colors from the websafe color palette. Bright and Esco do not have the grainy appearance of other window frame options on 8-bit color displays. Use Bright or Esco for the best color display on 8-bit visual modes.

For information about how to change theme options, see To Use Window Frame Theme Options Which Require Less CPU Resources.

To Reduce Color Usage by Turning Off Display of Icons in Menus

Some items in menus display an icon beside the item. If the icon contains colors that are not in the websafe color palette, this feature can increase the number of colors used.

For information about how to turn off this feature, see To Reduce CPU Usage by Turning Off Display of Icons in Menus.

To Reduce Color Usage by Turning Off the Splash Screen

You can turn off the splash screen to make more colors available for the Java Desktop System and for applications.

For information about how to turn off the splash screen, see To Reduce CPU Usage by Turning Off the Splash Screen.

To Reduce Color Usage by Using a Solid Color for the Desktop Background

Use a solid color for the desktop background. Use of a solid color reduces the number of colors used by the Java Desktop System.

To set a solid color for the desktop background, execute the following commands:

# gconftool-2 --type string --set /desktop/gnome/background/picture_options none

# gconftool-2 --type string --set /desktop/gnome/background/color_shading_type solid

# gconftool-2 --type string --set /desktop/gnome/background/primary_color \#hexadecimal-color

Alternatively, users can use the Desktop Background preference tool to choose a solid color for the desktop background.