Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Desktop Administrator's Guide Oracle Solaris 11.1 Information Library |
1. Administering the Oracle Solaris Desktop
2. Managing User Preferences With GConf
9. Overview of the Yelp Help Browser
10. Improving the Performance of the Oracle Solaris Desktop System
Turning Off the Display of Icons in Menus
Using a Solid Color for the Desktop Background
Improving File Manager Performance
Reducing X Window System Network Traffic
Reducing Color Usage and Improving Display Quality
11. Disabling Features in the Oracle Solaris Desktop System
This section describes preferences that you can set to reduce CPU usage by the Oracle Solaris Desktop system. These preferences are described in the following sections:
Some window border theme options load image files to draw the window border. Other options use simpler techniques to draw the window border.
The Crux window border option loads image files and can be slow on systems with limited CPU resources. To reduce CPU usage, use one of the following window border options:
Atlanta
Esco
AgingGorilla
Bright
Metabox
Note - Metabox does not work well with inverse controls options such as HighContrastInverse. Use Atlanta with inverse controls options.
To change the window border theme option, type the following command:
# gconftool-2 --type string \ --set /apps/metacity/general/theme option-name
For example, to use Atlanta, type the following command:
# gconftool-2 --type string \ --set /apps/metacity/general/theme Atlanta
Alternatively, you can use the Theme preference tool to select the appropriate option.
Tip - You can use the Metacity Theme Viewer to measure the performance of a window border option and to preview the option. To start the Metacity Theme Viewer, type the following command:
# metacity-theme-viewer option-name
For example, to measure the performance of Atlanta and preview Atlanta, type the following command:
# metacity-theme-viewer Atlanta
Some items in menus display an icon beside the item. To turn off this feature, type the following command:
# gconftool-2 --type bool \ --set /desktop/gnome/interface/menus_have_icons false
Panels can be shown or hidden in an animated style. Panel animation can be enabled or disabled by using the Properties dialog.
If the panel has hide buttons at both ends, then clicking one of the hide buttons will cause it to slide in or out of view. If the panel is set to Autohide, then the panel slides into view when you move your mouse to the edge of the screen, and slide out of view again when you move the mouse away. If panel animations are disabled, then there will be no sliding effect. Panels just abruptly appear or disappear from view.
To turn off panel animation, type the following command:
# gconftool-2 --type bool \ --set /apps/panel/global/enable_animations false
Using a solid color for the desktop background reduces the number of colors used by the Oracle Solaris Desktop system.
To set a solid color for the desktop background, type 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, you can use the Background preference tool to choose a solid color for the background.
The file manager includes performance-related preferences. Each performance preference can take one of the three values described in the following table.
|
To set the performance preference, use the following command:
# gconftool-2 --type string \ --set /apps/nautilus/preferences/show_icon_text value
The following table describes the performance preferences for the file manager. To improve performance, set the value of the preferences to never.
|
Note - You can also set performance preferences for the file manager by performing the following steps:
Choose Edit → Preferences from a file manager window.
Select Preview.
Select the preference you want to set.
For example, to set the show_image_thumbnails preference, select the Show Thumbnails preference option.
To improve file manager performance, turn off the side pane by typing the following command:
# gconftool-2 --type bool \ --set /apps/nautilus/preferences/start_with_sidebar false
To improve file manager performance, turn off the toolbar by typing the following command:
# gconftool-2 --type bool \ --set /apps/nautilus/preferences/start_with_toolbar false
To improve file manager performance, turn off the location bar by typing the following command:
# gconftool-2 --type bool \ --set /apps/nautilus/preferences/start_with_location_bar false
Tip - You can use the Ctrl + L keyboard shortcut to display a location bar when required.
The file manager contains a preference that enables users to lock the desktop background and hide desktop icons. To improve performance, disable the desktop background and hide desktop icons by typing the following command:
# gconftool-2 --type bool \ --set /apps/nautilus/preferences/show_desktop false
Any existing colors or wallpapers that were applied to your desktop background remain unchanged. For example, if you had a solid green background before you turn this option off, you will still have a solid green background later. However, once the desktop background is turned off, you cannot make further changes to background colors or wallpapers until you turn on this option back again.
Note that if you disable the desktop background, you cannot do the following:
Use the file manager to change the pattern or color of the desktop background.
Use desktop objects, such as the Trash. The desktop objects are not displayed on the desktop.
By default, the Oracle Solaris Desktop selects one of two available window managers when you log in, depending on the capabilities of your graphics hardware:
compiz – A compositing window manager that supports advanced graphical effects such as shading and translucency. When you log in, the system automatically checks whether your graphics card supports hardware acceleration with Oracle Solaris 11.
metacity – A basic standards-compliant window manager. When you log in, the system automatically checks whether your graphics card supports hardware acceleration with Oracle Solaris 11.
To minimize CPU usage, you should manually select the Metacity Window Manager. You can do this in one of the following ways:
Use the metacity command with the --replace option.
$ metacity --replace &
In the Visual Effects tab of the Appearance Preference tool, select None.
This selection takes effect immediately, and is in effect the next time you log in.