/[d-i]/trunk/manual/en/hardware/hardware-supported.xml
ViewVC logotype

Contents of /trunk/manual/en/hardware/hardware-supported.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4075 - (show annotations) (download) (as text)
Fri Sep 19 02:07:12 2003 UTC (9 years, 8 months ago) by toff
Original Path: trunk/doc/manual/en/hardware/hardware-supported.xml
File MIME type: text/xml
File size: 7358 byte(s)
add back entities which were removed in xml conversion, and fill in some blank links. Thanks to Miroslav Kure for the patch.
1 <!-- retain these comments for translator revision tracking -->
2 <!-- $Id: hardware-supported.xml,v 1.5 2003/09/19 02:07:12 toff Exp $ -->
3
4 <sect1 id="hardware-supported">
5 <title>Supported Hardware</title>
6
7 <para>
8
9 Debian does not impose hardware requirements beyond the requirements
10 of the Linux kernel and the GNU tool-sets. Therefore, any
11 architecture or platform to which the Linux kernel, libc,
12 <command>gcc</command>, etc. have been ported, and for which a Debian
13 port exists, can run Debian. Please refer to the Ports pages at
14 <ulink url="http://www.debian.org/ports/&architecture;/"></ulink> for
15 more details on &arch-title; architecture systems which have been
16 tested with Debian.
17
18 </para><para>
19
20 Rather than attempting to describe all the different hardware
21 configurations which are supported for &arch-title;, this section
22 contains general information and pointers to where additional
23 information can be found.
24
25 </para>
26
27 <sect2><title>Supported Architectures</title>
28
29 <para>
30
31 Debian &release; supports eleven major architectures and several
32 variations of each architecture known as 'flavors'.
33
34 </para><para>
35
36 <informalexample><screen>
37 Architecture | Debian Designation / Flavor
38 ---------------------+----------------------------
39 Intel x86-based | i386
40 | - vanilla
41 | - idepci
42 | - compact
43 | - bf2.4 (experimental)
44 |
45 Motorola 680x0: | m68k
46 - Atari | - atari
47 - Amiga | - amiga
48 - 68k Macintosh | - mac
49 - VME | - bvme6000
50 | - mvme147
51 | - mvme16x
52 |
53 DEC Alpha | alpha
54 | - generic
55 | - jensen
56 | - nautilus
57 |
58 Sun SPARC | sparc
59 | - sun4cdm
60 | - sun4u
61 |
62 ARM and StrongARM | arm
63 | - netwinder
64 | - riscpc
65 | - shark
66 | - lart
67 |
68 IBM/Motorola PowerPC | powerpc
69 - CHRP | - chrp
70 - PowerMac | - powermac, new-powermac
71 - PReP | - prep
72 - APUS | - apus
73 |
74 HP PA-RISC | hppa
75 - PA-RISC 1.1 | - 32
76 - PA-RISC 2.0 | - 64
77 |
78 Intel ia64-based | ia64
79 |
80 MIPS (big endian) | mips
81 - SGI Indy/I2 | - r4k-ip22
82 |
83 MIPS (little endian) | mipsel
84 - DEC Decstation | - r4k-kn04
85 | - r3k-kn02
86 |
87 IBM S/390 | s390
88 | - tape
89 | - vmrdr
90 |
91 ---------------------+----------------------------
92
93 </screen></informalexample>
94
95 </para><para>
96
97 This document covers installation for the
98 <emphasis>&arch-title;</emphasis> architecture. If you are looking
99 for information on any of the other Debian-supported architectures
100 take a look at the
101 <ulink url="http://www.debian.org/ports/">Debian-Ports</ulink> pages.
102
103 </para>
104
105 <![ %new-arch; [
106
107 <para>
108
109 This is the first official release of &debian; for the &arch-title;
110 architecture. We feel that it has proven itself sufficiently to be
111 released. However, because it has not had the exposure (and hence
112 testing by users) that some other architectures have had, you may
113 encounter a few bugs. Use our
114 <ulink url="&url-bts;">Bug Tracking System</ulink> to report any
115
116 problems; make sure to mention the fact that the bug is on the
117 &arch-title; platform. It can be necessary to use the
118 <ulink url="&url-list-subscribe;">debian-&architecture; mailing list</ulink>
119 as well.
120
121 </para>
122 ]]>
123
124 </sect2>
125
126 <!-- supported cpu docs -->
127 <![ %alpha; [ &supported-alpha.xml; ]]>
128 <![ %arm; [ &supported-arm.xml; ]]>
129 <![ %hppa; [ &supported-hppa.xml; ]]>
130 <![ %i386; [ &supported-i386.xml; ]]>
131 <![ %ia64; [ &supported-ia64.xml; ]]> <!-- FIXME: currently missing -->
132 <![ %m68k; [ &supported-m68k.xml; ]]>
133 <![ %mips; [ &supported-mips.xml; ]]>
134 <![ %mipsel; [ &supported-mipsel.xml; ]]>
135 <![ %powerpc; [ &supported-powerpc.xml; ]]>
136 <![ %s390; [ &supported-s390.xml; ]]>
137 <![ %sparc; [ &supported-sparc.xml; ]]>
138
139 <![ %not-s390; [
140 <sect2 id="gfx"><title>Graphics Card</title>
141
142 <![ %i386; [
143 <para>
144
145 You should be using a VGA-compatible display interface for the console
146 terminal. Nearly every modern display card is compatible with
147 VGA. Ancient standards such CGA, MDA, or HGA should also work,
148 assuming you do not require X11 support. Note that X11 is not used
149 during the installation process described in this document.
150
151 </para>
152 ]]>
153
154 <para>
155
156 Debian's support for graphical interfaces is determined by the
157 underlying support found in XFree86's X11 system. The newer AGP video
158 slots are actually a modification on the PCI specification, and most
159 AGP video cards work under XFree86. Details on supported graphics
160 buses, cards, monitors, and pointing devices can be found at
161 <ulink url="&url-xfree-support;"></ulink>. Debian &release; ships
162 with X11 revision &x11ver;.
163
164 </para>
165
166 <![ %mips; [
167 <para>
168
169 The XFree86's X11 system is only supported on the SGI Indy.
170
171 </para>
172 ]]>
173
174 </sect2>
175 <!-- end %not-s390; --> ]]>
176
177 <![ %i386; [
178
179 <sect2 id="laptops"><title>Laptops</title>
180
181 <para>
182
183 Laptops are also supported. Laptops are often specialized or contain
184 proprietary hardware. To see if your particular laptop works well
185 with GNU/Linux, see the
186 <ulink url="&url-x86-laptop;">Linux Laptop pages</ulink>
187
188 </para>
189 </sect2>
190 ]]>
191
192 <![ %defaults-smp; [
193
194 <sect2>
195 <title>Multiple Processors</title>
196
197 <para>
198
199 Multi-processor support &mdash; also called ``symmetric multi-processing''
200 or SMP &mdash; is supported for this architecture. The standard Debian
201 &release; kernel image was compiled with SMP support. This should not
202 prevent installation, since the SMP kernel should boot on non-SMP systems;
203 the kernel will simply cause a bit more overhead.
204
205 </para><para>
206
207 In order to optimize the kernel for single CPU systems, you'll have to
208 replace the standard Debian kernel. You can find a discussion of how
209 to do this in <xref linkend="kernel-baking"></xref>. At this time
210 (kernel version &kernelversion;) the way you disable SMP is to deselect
211 ``symmetric multi-processing'' in the ``General'' section of the
212 kernel config.
213
214 </para>
215
216 </sect2>
217 ]]>
218
219 <![ %supports-smp; [
220
221 <sect2>
222 <title>Multiple Processors</title>
223 <para>
224
225 Multi-processor support &mdash; also called ``symmetric
226 multi-processing'' or SMP &mdash; is supported for this architecture.
227 However, the standard Debian &release; kernel image does not support
228 SMP. This should not prevent installation, since the standard,
229 non-SMP kernel should boot on SMP systems; the kernel will simply use
230 the first CPU.
231
232 </para><para>
233
234 In order to take advantage of multiple processors, you'll have to
235 replace the standard Debian kernel. You can find a discussion of how
236 to do this in <xref linkend="kernel-baking"></xref>. At this time
237 (kernel version &kernelversion;) the way you enable SMP is to select
238 ``symmetric multi-processing'' in the ``General'' section of the
239 kernel config.
240
241 </para>
242 </sect2>
243 ]]>
244
245 </sect1>

  ViewVC Help
Powered by ViewVC 1.1.5