⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 005-008.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux Configuration and Installation:Linux and PC Hardware</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!--ISBN=1558285660//-->

<!--TITLE=Linux Configuration and Installation//-->

<!--AUTHOR=Patrick Volkerding//-->

<!--AUTHOR=Kevin Reichard//-->

<!--AUTHOR=Eric Foster//-->

<!--PUBLISHER=IDG Books Worldwide, Inc.//-->

<!--IMPRINT=M & T Books//-->

<!--CHAPTER=1//-->

<!--PAGES=005-008//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="001-005.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="008-011.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

<P>Because we don&#146;t live in an ideal world, we&#146;ll assume you know little about your PC and need a primer on its components. We&#146;ll run down both the minimal and ideal Linux PC configurations and then give a compatibility list.

</P>

<BLOCKQUOTE>

<P><FONT SIZE="-1"><HR><B>NOTE:&nbsp;&nbsp;</B>When buying a PC, the temptation is to spend as little as possible or to try to squeeze by with lesser or inferior components. We understand the need to live on a budget&#151;we certainly don&#146;t have thousands of dollars worth of computer equipment sitting around our home offices. But there comes a point when you need to make the necessary investment if you want to run Linux effectively. Too often we see people complaining in the Usenet newsgroups that Linux doesn&#146;t run properly on their PCs or that XFree86 won&#146;t run in higher resolutions on their unsupported graphics cards. You can avoid this by either taking an inventory of your PC before installing Linux (which may mean actually taking off the cover and physically poking through the components) or making sure a new PC meets the compatibility guidelines. Either action is a real pain, we admit; but by spending some time up front, you&#146;ll avoid many problems later in the installation and configuration process. You may be pleased with yourself after saving some cash buying a new graphics card from NoNameClone Corp., but in the end you&#146;re better off paying a little more for hardware that&#146;s been thoroughly tested by the huge number of existing Linux users.<HR></FONT>

</BLOCKQUOTE>

<P>Table 1.1 lists the minimum and ideal configuration guidelines for Linux.

</P>

<CENTER>

<TABLE WIDTH="100%"><CAPTION><B>Table 1.1</B> Linux PC Configuration Guidelines

<TR>

<TH COLSPAN="3"><HR>

<TR>

<TH WIDTH="25%" ALIGN="LEFT">PC Component

<TH WIDTH="45%" ALIGN="LEFT">Minimum

<TH WIDTH="30%" ALIGN="LEFT">Ideal

<TR>

<TD VALIGN="TOP">Processor

<TD VALIGN="TOP">Intel 80386 or equivalent

<TD>Pentium is ideal (power, power, power!); i486 works fine, as do Intel clones

<TR>

<TD>RAM

<TD>4MB (8MB for running X Window)

<TD>16MB

<TR>

<TD VALIGN="TOP">Graphics card

<TD VALIGN="TOP">VGA graphics

<TD>SVGA graphics; card explicitly supported by XFree86

<TR>

<TD>Hard drive

<TD>125MB

<TD>500MB or more

<TR>

<TD>Bus

<TD>Anything but MCA

<TD>Anything but MCA

<TR>

<TD>CD-ROM

<TD>Double-speed drive

<TD>Quadruple-speed drive

<TR>

<TD VALIGN="TOP">Mouse

<TD VALIGN="TOP">Microsoft, Logitech, or compatible

<TD>Microsoft, Logitech, or compatible

<TR>

<TD VALIGN="TOP">Network card

<TD VALIGN="TOP">None

<TD>Supported model (if networking)

<TR>

<TD COLSPAN="3"><HR>

</TABLE>

</CENTER>

<BLOCKQUOTE>

<P><FONT SIZE="-1"><HR><B>NOTE:&nbsp;&nbsp;</B>If you&#146;re not sure about your particular hardware setup and Linux compatibility, check out the <B>Hardware Compatibility-HOWTO</B> (see Appendix A for details).<HR></FONT>

</BLOCKQUOTE>

<BLOCKQUOTE>

<P><FONT SIZE="-1"><HR><B>WARNING:&nbsp;&nbsp;</B>Watch out for hardware advertised as &#147;plug-and-play.&#148; Most of this hardware is extremely difficult to use with Linux, although it can be done by first booting DOS and then &#147;warm booting&#148; into Linux with Loadbin. Some experimental kernel patches and a plug-and-play configuration tool are included in Slackware, but in general, if you can avoid plug-and-play devices (at least until Linux support improves) you&#146;ll be better off.<HR></FONT>

</BLOCKQUOTE>

<H3><A NAME="Heading4"></A><FONT COLOR="#000077">The Core Components</FONT></H3>

<P>In the rest of this chapter, we&#146;ll run down the various PC components and warn you about any potential downfalls if you want to use Linux. In addition, you&#146;ll want to check out Chapter 3 for a discussion of supported graphics cards&#151;support that becomes vitally important if you&#146;re looking to run XFree86 (the implementation of the X Window System) with Linux.

</P>

<P>In this section, we&#146;ll begin with a rundown of the basic components of your computer: bus, processor, and so on.</P>

<H4 ALIGN="LEFT"><A NAME="Heading5"></A><FONT COLOR="#000077">Bus</FONT></H4>

<P>Linux runs on all the major bus architectures&#151;ISA, VLB, PCI, EISA&#151;except for the nonstandard Micro Channel Architecture, found on most IBM PS/2 models. (Not every IBM PC features an MCA bus, luckily; the ValuePoint and PS/1 models feature an industry-standard ISA bus.)

</P>

<H4 ALIGN="LEFT"><A NAME="Heading6"></A><FONT COLOR="#000077">Processor</FONT></H4>

<P>Linux needs at least an Intel 80386-based processor in order to run efficiently. Don&#146;t bother with a 80286-based PC. If you&#146;ve got an older PC sitting in the closet and you think it might be neat to recycle by using Linux, leave it there, donate it to your local charity, or give it to the kids to bang on. It won&#146;t be useful in your Linux adventure.

</P>

<P>Basically, any PC built around the Intel 80386 or better (including the i486, and Pentium, and chips from AMD and Cyrix) is capable of running Linux. If there is no math coprocessor (which may be an issue in older 80386-based PCs), Linux has built-in FPU emulation.</P>

<P><FONT SIZE="+1"><B>A Few CPU Problems</B></FONT></P>

<P>There are a few reported instances of Linux conflicting with a CPU or math coprocessor:

</P>

<DL>

<DD><B>&#149;</B>&nbsp;&nbsp;Some AMD 486DX CPUs may hang in very specific situations, a problem that&#146;s not unique to Linux. If this happens to you, contact your PC vendor and get a replacement chip.

<DD><B>&#149;</B>&nbsp;&nbsp;Some older math coprocessors from Cyrix, IIT, and ULSI (the Math*Co series) have problems with the FSAVE and FRSTOR instructions, which may cause problems with Linux. Again, you can get a replacement chip from your PC vendor.

</DL>

<P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="001-005.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="008-011.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -