Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / admin / IntegTools / config / config.sco
1 ####################################
2 ### Instructions for SCO Systems ###
3 ####################################
4
5 System Requirements
6 ===================
7
8     * SCO Open Desktop or SCO Open Server Version 3.0
9     * 386-33, 486, or Pentium based processor
10     * 16MB memory
11     * 1024x768, 256 color graphics system
12     * 70MB free disk space
13     * 30MB Swap Space
14
15
16 Before You Start the Desktop
17 ============================
18
19 If your system has one of these special configurations, you may need to
20 edit certain Login Manager files before starting the desktop. See
21 chapter 2 of the Getting Started Guide:
22
23
24         * If  the system console is a non-bitmap device.
25
26         * If the system is an X terminal or a host for X terminals.
27
28         * If the system has more than one display.
29
30
31
32
33 To Start and Stop the Desktop
34 ============================
35
36 1. Log in as the user who will use the desktop and be running the Korn or
37    Bourne shells (ksh or sh).  
38
39 2. First, add the following two lines to your .profile:
40
41         PATH=$PATH:/opt/dt/bin
42         . /opt/dt/bin/dtsearchpath
43
44    These lines add the desktop search path to your PATH variable.
45
46 3. If you have a .startxrc file in your home directory, move it to a
47    backup location or name by entering:
48
49          mv .startxrc old.startxrc
50
51 4. Copy /etc/opt/dt/dt.startxrc to your home directory and rename it 
52    to .startxrc by entering: 
53
54         cp /etc/opt/dt/dt.startxrc .startxrc
55
56 5. Do one of the following:
57
58        * Log out of your ODT session and log in via Scologin.
59
60        * Or, at a shell prompt on a multiscreen not running the X
61          server, run startx by entering:
62
63          startx
64
65          Be sure to log out to reinvoke your .profile correctly.
66
67
68
69
70
71
72
73
74
75
76
77
78
79