~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to da/preparing/minimum-hardware-reqts.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 19287 untranslated -->
 
3
 
 
4
 <sect1 id="minimum-hardware-reqts">
 
5
<title>Meeting Minimum Hardware Requirements</title>
 
6
<para>
 
7
 
 
8
Once you have gathered information about your computer's hardware,
 
9
check that your hardware will let you do the type of installation
 
10
that you want to do.
 
11
 
 
12
</para><para arch="not-s390">
 
13
 
 
14
Depending on your needs, you might manage with less than some of the
 
15
recommended hardware listed in the table below. However, most users
 
16
risk being frustrated if they ignore these suggestions. 
 
17
 
 
18
</para><para arch="i386">
 
19
 
 
20
A Pentium 100 is the minimum recommended for desktop 
 
21
systems, and a Pentium II-300 for a Server.
 
22
 
 
23
</para><para arch="m68k">
 
24
 
 
25
A 68030 or better processor is recommended for m68k
 
26
installs. You may get by with a little less drive space than shown.
 
27
 
 
28
</para><para arch="powerpc">
 
29
 
 
30
Any OldWorld or NewWorld PowerPC can serve well 
 
31
as a Desktop System. For servers, a minimum 132-Mhz machine is 
 
32
recommended.
 
33
 
 
34
</para>
 
35
 
 
36
<table>
 
37
<title>Recommended Minimum System Requirements</title>
 
38
<tgroup cols="3">
 
39
<thead>
 
40
<row>
 
41
  <entry>Install Type</entry><entry>RAM</entry><entry>Hard Drive</entry>
 
42
</row>
 
43
</thead>
 
44
 
 
45
<tbody>
 
46
<row>
 
47
  <entry>No desktop</entry>
 
48
  <entry>24 megabytes</entry>
 
49
  <entry>450 megabytes</entry>
 
50
</row><row>
 
51
  <entry>With Desktop</entry>
 
52
  <entry>64 megabytes</entry>
 
53
  <entry>1 gigabyte</entry>
 
54
</row><row>
 
55
  <entry>Server</entry>
 
56
  <entry>128 megabytes</entry>
 
57
  <entry>4 gigabytes</entry>
 
58
</row>
 
59
 
 
60
</tbody></tgroup></table>
 
61
 
 
62
<para>
 
63
 
 
64
Here is a sampling of some common Debian system configurations.
 
65
You can also get an idea of the disk space used by related groups
 
66
of programs by referring to <xref linkend="tasksel-size-list"/>.
 
67
 
 
68
</para>
 
69
<variablelist>
 
70
 
 
71
<varlistentry>
 
72
 <term>Standard Server</term>
 
73
 <listitem><para>
 
74
 
 
75
This is a small server profile, useful for a stripped down server
 
76
which does not have a lot of niceties for shell users.  It includes an
 
77
FTP server, a web server, DNS, NIS, and POP. For these 100MB of disk
 
78
space would suffice, and then you would need to add space
 
79
for any data you serve up.
 
80
 
 
81
</para></listitem>
 
82
</varlistentry>
 
83
 
 
84
<varlistentry arch="not-s390">
 
85
 <term>Desktop</term>
 
86
 <listitem><para>
 
87
 
 
88
A standard desktop box, including the X window system, full desktop
 
89
environments, sound, editors, etc.  You'll need about 2GB using the
 
90
standard desktop task, though it can be done in far less.
 
91
 
 
92
</para></listitem>
 
93
</varlistentry>
 
94
 
 
95
<varlistentry arch="not-s390">
 
96
 <term>Work Console</term>
 
97
 <listitem><para>
 
98
 
 
99
A more stripped-down user machine, without the X window system or X
 
100
applications.  Possibly suitable for a laptop or mobile computer.  The
 
101
size is around 140MB. 
 
102
 
 
103
</para></listitem>
 
104
</varlistentry>
 
105
 
 
106
<varlistentry>
 
107
 <term>Developer</term>
 
108
 <listitem><para>
 
109
 
 
110
A desktop setup with all the development packages, such as Perl, C,
 
111
C++, etc.  Size is around 475MB.  Assuming you are adding X11 and some
 
112
additional packages for other uses, you should plan around 800MB for
 
113
this type of machine.
 
114
 
 
115
</para></listitem>
 
116
</varlistentry>
 
117
 
 
118
</variablelist><para>
 
119
 
 
120
Remember that these sizes don't include all the other materials which
 
121
are usually to be found, such as user files, mail, and data.  It is
 
122
always best to be generous when considering the space for your own
 
123
files and data.  Notably, the <filename>/var</filename> partition contains
 
124
a lot of state information specific to Debian in addition to its regular
 
125
contents like logfiles.  The
 
126
<command>dpkg</command> files (with information on all installed
 
127
packages) can easily consume 20MB. Also,
 
128
<command>apt-get</command> puts downloaded packages here before they are
 
129
installed. You should
 
130
usually allocate at least 100MB for <filename>/var</filename>.
 
131
 
 
132
</para>
 
133
 
 
134
 </sect1>
 
135