Contained Within
Find More Documentation
Featured Support Resources
| Download this book in PDF (559 KB)
Chapter 8 Performance Enhancement
This section provides some tips on improving the performance of the
GNOME 2.0 Desktop. You can find more detailed information about improving
performance in the GNOME 2.0 Desktop for the Solaris Operating Environment System Administration
Guide.
8.1 Adjust Nautilus Settings
|
Tip
|
You can improve the performance
of the GNOME Desktop by optimizing the settings of the Nautilus window manager.
|
|
Action
|
-
Open a Nautilus window.
-
Choose Edit -> Preferences.
-
Select Performance.
-
Make sure all options are set to Local File Only or Never.
|
8.2 Adjust Background Settings
|
Tip
|
If you run the GNOME Desktop
remotely over a slow network, you can adjust the desktop background settings
to improve performance.
|
|
Action
|
-
Open the Applications menu.
-
Choose Desktop Preferences -> Background.
-
Click on the No Picture button.
-
Select Solid color in the Background Style drop-down list.
|
8.3 Change Window Frame Theme
|
Tip
|
You can change your window
frame theme to a more basic selection to improve performance.
|
|
Action
|
-
Open the Applications menu.
-
Choose Desktop Preferences -> Theme.
-
Click the Window Frames tab.
-
Select a basic theme, for example Atlanta.
|
8.4 Reduce Applets
|
Tip
|
Reducing the number of applets
in your panels can improve performance.
|
|
Action
|
Remove applets from your
panels that you are not using.
|
8.5 Transparent Terminals
|
Tip
|
Using terminals with transparent
backgrounds can affect the performance of the GNOME Desktop.
|
|
Action
|
If your terminals have
transparent backgrounds, then perform the following actions in a terminal:
-
Open the Edit menu.
-
Select Profiles.
-
Open the Effects tab.
-
Select the None (use solid color) option.
|
8.6 Enable Wireframe Window Moves
|
Tip
|
You can improve performance
by enabling windows to move in wireframe mode.
|
|
Action
|
Run the following command:
gconftool-2 -s /apps/metacity/sun_extensions/wireframe_move_resize
-t bool true
|
8.7 Install mediaLib Libraries
|
Tip
|
The GNOME 2.0 Desktop includes
support for the mediaLibTM libraries. Installing these
libraries can noticeably improve the performance of the GNOME Desktop.
|
|
Action
|
See the mediaLib website
for information on installation of this package: http://www.sun.com/processors/vis/mlib.html
|
8.8 Improving CDE Application Performance
|
Tip
|
How do I improve the performance
of CDE applications in the GNOME 2.0 Desktop?
|
|
Action
|
By default the following
CDE programs are turned off when you log in to a GNOME Desktop session:
-
dtdbcache
dtdbcache sets up a cache to speed up CDE programs
that use actions such as dtfile. If this cache is not
set up, CDE applications that use actions run more slowly. To turn this feature
back on, you can start this program manually or by launching the program from
a startup script. Perform the following actions:
-
Log in as root, then open the following file: /usr/dt/config/Xsession.Sun-gnome-2.0–fcs
-
Delete the following line: export SDT_NO_DTDBCACHE="1"
-
ttsession
ttsession is the Tooltalk
daemon. In CDE, this program is always launched when the user first logs in.
In the GNOME 2.0 Desktop, this daemon is started automatically by the first
program that makes use of Tooltalk. You can restore
the CDE behavior by using a startup script. Perform the following actions:
-
Log in as root, then open the following file: /usr/dt/config/Xsession.Sun-gnome-2.0-fcs
-
Delete the following line: export SDT_NO_TOOLTALK="1"
-
dtappgather
dtappgather is a support program for the CDE Application Manager. Normally, you do not need to run this
program in a GNOME Desktop session. However, if you want to run this program,
then you can start dtappgather manually or by launching
the program from a startup script. Perform the following actions:
-
Log in as root, then open the following file: /usr/dt/config/Xsession.Sun-gnome-2.0-fcs
-
Delete the following line: export SDT_NO_APPGATHER="1"
|
|