LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 5283|回复: 18

I845G主板集成显卡如何的设置???

[复制链接]
发表于 2003-3-2 18:28:06 | 显示全部楼层 |阅读模式
我执行setup命令后,只有下面那几项,没有关于显卡的。怎么会这样 ?
Xconfigurator又能用。
我想配置显卡。
------
| Authentication configuration |
| Firewall configuration │
│ Keyboard configuration │
│ Mouse configuration │
│ Network configuration │
│ Printer configuration │
│ System services │
│ Timezone configuration
发表于 2003-3-2 23:00:55 | 显示全部楼层
是rh8.0吗
发表于 2003-3-3 10:07:01 | 显示全部楼层
如果在redhat 8.0中,是在setup中没有显示方面的设置。不过也能用
#redhat-config-xfree86来设置。
另外我们可以看/etc/X11/XF86Config文件。改这里的文件。
 楼主| 发表于 2003-3-3 17:33:32 | 显示全部楼层
请问北南南北兄。
我的显卡是I845G主板集成的,显示器是三星753DFX,系统是rh8.0
,桌面是gnome。
xwindow下分辨率很低,估计只有640*480,而且花屏。
我把/etc/X11/XF86Config中
Section "Screen"-> Modes     由原来的  "1024x768" "800x600" "640x480"
改为 "800x600" ,结果导致xwindow启动不了。请问如何解决显示问题?

以下为修改后,却导致启动不了xwindow的/etc/X11/XF86Config中关于Section "Screen"的内容:
Section "Screen"
        Identifier   "Screen0"
        Device       "Intel 845"
        Monitor      "Monitor0"
        DefaultDepth        16

        Subsection "Display"
                Depth       16
                Modes     "800x600"
        EndSubsection

EndSection
发表于 2003-3-4 12:56:42 | 显示全部楼层
能否把原文件/etc/X11/XF86Config文件帖一下?

另外在intel.com上看到了I845G的显卡驱动程序。我觉得可能得安装驱动才能行。

http://www.intel.com/support/graphics/gaming/down.htm
试一下`
 楼主| 发表于 2003-3-4 17:13:52 | 显示全部楼层
北南南北兄,
我已经按你给的网页把 i845G在LINUX下的驱动下载下来了。
文件为:i830-20030120-i386-Linux.tar.gz
但在解压时,系统却提示该文件不是压缩格式的,无法解压。
如图:
 楼主| 发表于 2003-3-4 17:16:01 | 显示全部楼层
回北南南北兄:
以下为/etc/X11/XF86Config文件内容:

# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice        "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath        "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:7100"

EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "dri"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"

#        Option        "AutoRepeat"        "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#        Option        "rotocol"        "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
        Option        "XkbRules"        "xfree86"
        Option        "XkbModel"        "pc105"
        Option        "XkbLayout"        "us"
        #Option        "XkbVariant"        ""
        #Option        "XkbOptions"        ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "S/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection


Section "InputDevice"
        Identifier        "Mouse1"
        Driver                "mouse"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "IMPS/2"
        Option                "Emulate3Buttons"        "no"
        Option                "ZAxisMapping"                "4 5"
EndSection


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   30-71
        VertRefresh 50-160
        Option "dpms"

       
EndSection

Section "Device"
        # no known options
        Identifier   "Intel 845"
        Driver       "i810"
        VendorName   "Intel 845"
        BoardName     "Intel 845"
        VideoRam 16384
        
        #BusID
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "Intel 845"
        Monitor      "Monitor0"
        DefaultDepth        16

        Subsection "Display"
                Depth       16
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection

EndSection

Section "DRI"
        Mode 0666
EndSection
发表于 2003-3-5 20:10:23 | 显示全部楼层
i830-20030120-i386-Linux.tar.gz

用这样的方法来解压试一下?
#tar zxvf i830-20030120-i386-Linux.tar.gz
先不用安装驱动,按如下的改。
Section "Device"
# no known options
Identifier "Intel 845"
Driver "i810"
VendorName "Intel 845"
BoardName "Intel 845"
VideoRam 16384

改为

Section "Device"
# no known options
Identifier "Intel 845"
Driver "i810"
VendorName "Intel 845"
BoardName "Intel 845"
#VideoRam 16384 也就是说在这行前面加个#号
更改下面的一段。
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-71
VertRefresh 50-160
Option "dpms"


改为

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-71
VertRefresh 50-160
#Option "dpms"也就是说在这行前面加个#号

在 Load "dri"前面加个#号。

然后保存,用startx来测试一下,看能否进入X?如果不行,我们再用别的办法来解决。试一下。
 楼主| 发表于 2003-3-6 12:33:19 | 显示全部楼层
回北南南北兄:
   我把那两行注销掉后,重启xwindow,但显示效果没有任何变化。
   之后,因为那个文件里的"mode" 有"1024*768""800*600""640*480"三个分辨率同时存在,我把它删去两个,以期让系统把分辨率强制设为800*600.但,无法进入xwindow.


于是我去下载了intel的显卡驱动来装。
装完后,不会花屏了。但分辨率还是停留在640*480
我又再次修改 XF86Config这个文件里的 [“1024*768”“800*60”“640*480”]改为[“800*600”]。
没有效果。
改为[“1024*769”]
没有效果。

我又用北南南北兄的方法,把那两行注销掉,还是没有效果。

发表于 2003-3-6 21:23:42 | 显示全部楼层
是不是安装后,没有驱动起来,看一下READE************************************************************
*
*
*  Production Version Releases
*  
*  Intel(R) Extreme Graphics Driver                                             
*  XFree86* 4.2.0 or later                                               
*  Driver Revision: 20030120
*
*
*
*  January 17, 2003
*
*  NOTE:  This document refers to systems containing the
*         following Intel chipsets:
*
*         Intel(R) 830M Chipset                                
*         Intel(R) 830MG Chipset                              
*         Intel(R) 845G Chipset                                
*         Intel(R) 845GL Chipset                              
*         Intel(R) 845GE Chipset                              
*         Intel(R) 845GV Chipset
*         Intel(R) 852/855 GM/GME Chipset                              
*       
*  Installation Information
*
*  This document makes references to products developed by
*  Intel. There are some restrictions on how these products
*  may be used, and what information may be disclosed to
*  others. Please read the Disclaimer section and contact
*  your Intel field representative if you would like more
*  information.
*
************************************************************
************************************************************
*  DISCLAIMER: Intel is making no claims of usability,
*  efficacy or warranty.  The INTEL SOFTWARE LICENSE
*  AGREEMENT contained herein completely defines the license
*  and use of this software.
************************************************************
************************************************************

************************************************************
*  CONTENTS OF THIS DOCUMENT
************************************************************

This document contains the following sections:

1.  System Requirements
2.  Localized Language Abbreviations
3.  Installing the Software
4.  Verifying Installation of the Software
5.  Identifying the Software Version Number
6.  Uninstalling the Software
7.  Installation Switches Available

************************************************************
* 1.  SYSTEM REQUIREMENTS
************************************************************

1.  The system must contain one of the following Intel
    Chipsets:

         Intel(R) 830M Chipset                                
         Intel(R) 830MG Chipset                              
         Intel(R) 845G Chipset                                
         Intel(R) 845GL Chipset                              
         Intel(R) 845GE Chipset                              
         Intel(R) 845GV Chipset  
         Intel(R) 852/855 GM/GME Chipset                             

2.  The software should be installed on systems with at
    least 128 MB of system memory.

3.  There should be sufficient hard disk space in the
    directory on the system in order to install this
    software.

4.  XFree86* 4.2.0 or later with Linux* kernel 2.4.11 or later
   
     Other operating systems using XFree86 may work but are
     not tested or supported by Intel

Please check with your system provider to determine the
operating system and Intel Chipset used in your system.

************************************************************
* 2.  LOCALIZED LANGUAGE ABBREVIATIONS
************************************************************

The Intel(R) Extreme Graphics driver for XFree86*
has not been localized to any language other than
U.S. English

************************************************************
* 3.  INSTALLING THE SOFTWARE
************************************************************

General Installation Notes:

-  The operating system must be installed prior to the
    installation of the driver.

-  This installation procedure is specific only to the
    version of driver and installation file included in this
    release.

-  This procedure assumes that all of the software
    associated with this release is located in the same
    directory.

-  Updating the kernel after installing the driver files
   requires that you install header files for your new
   kernel, delete the existing folder containing files
   extracted from the tar.gz file and re-extract the
   files. This removes files compiled under your old
   kernel.

-   Some distributions use "XF86Config" while others
    use "XF86Config-4" for compatibility reasons.

-   Modify the instructions as appropriate for your
    distribution

1.  Install Linux

2.  Log in as root or as a superuser

3.  Install kernel headers

            a.  For Red Hat 7.3, this is on CD2:
            /RedHat/RPMS/kernel-source-2.4.18-3.i386.rpm

            b.  Alternately, load your kernel config file,
            save the config, and run “make dep”

4.  Extract the downloaded files:
        
        a.  tar –zxvf 20030106-i386-Linux.tar.gz

5.  Ensure X Windows is not running

6.  cd dripkg

7.  ./install.sh

8.  Follow the prompts; most users should be able to press
    “Enter” at each prompt

9.  Make a backup copy of your XF86Config-4 file

10. Modify the XF86Config-4 file by _ONE_ of three methods:

        a.  Use a text editor to modify section “Device” –
            modify “Driver” entry to read “i810”

        b.  _OR_ run ‘Xconfigurator,’ selecting “Intel 830”
            from the list

        c.  _OR_ run ‘X –configure’ the edit ~/XF86Config.new

                i.  Immediately after the “Monitor” line in
                    the "Screen" section, add
                    ‘DefaultDepth 16’

                ii. At the end of the file (if not already
                    there), add:

                          Section "DRI"
                            Mode 0666
                        EndSection

                iii.Make the new config file the default by
                    copying it to XF86Config-4:
                        1.  cp ~/XF86Config.new
                            /etc/X11/XF86Config-4

11. Log out of root or superuser

12. startx

************************************************************
* 4.  VERIFYING INSTALLATION OF THE SOFTWARE
************************************************************

1.  Start X Windows and play a 3D accelerated game

OR

2.  Run 'modprobe -l  \* | grep i830.o'

************************************************************
* 5.  IDENTIFYING THE SOFTWARE VERSION NUMBER
************************************************************

1.  Run 'cat ~/dripkg/pkginfo'

************************************************************
* 6.  UNINSTALLING THE SOFTWARE
************************************************************

No uninstallation script is provided

************************************************************
* 7.  INSTALLATION SWITCHES AVAILABLE
************************************************************

No installation switches are provided

************************************************************
* INTEL SOFTWARE LICENSE AGREEMENT
*   (OEM/IHV Distribution & Single User)
************************************************************
IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
Do not use or load this software and any associated materials
(collectively, the “Software”) until you have carefully read
the following terms and conditions. By loading or using the
Software, you agree to the terms of this Agreement. If you do
not wish to so agree, do not install or use the Software.

Please Also Note:
a) If you are an Original Equipment Manufacturer (OEM),
Independent Hardware Vendor (IHV), or Independent Software Vendor (ISV),
this complete LICENSE AGREEMENT applies;
b) If you are an End-User, then only Exhibit A, the INTEL SOFTWARE LICENSE
AGREEMENT, applies.

---------------------------------------------------------
For OEMs, IHVs, and ISVs:

LICENSE. This Software is licensed for use only in conjunction
with Intel component products.  Use of the Software in conjunction
with non-Intel component products is not licensed hereunder. Subject
to the terms of this Agreement, Intel grants to You a nonexclusive,
nontransferable, worldwide, fully paid-up license under Intel’s copyrights to:
        a) use, modify and copy Software internally for Your own development
        and maintenance purposes; and
        b) modify, copy and distribute Software, including derivative
        works of the Software, to Your end-users, but only under a license
        agreement with terms at least as restrictive as those contained in
        Intel's Final, Single User License Agreement, attached as Exhibit A; and
        c) modify, copy and distribute the end-user documentation which may
        accompany the Software, but only in association with the Software.
If You are not the final manufacturer or vendor of a computer system or
software program incorporating the Software, then You may transfer a copy
of the Software, including derivative works of the Software (and related
end-user documentation) to Your recipient for use in accordance with the
terms of this Agreement, provided such recipient agrees to be fully bound
by the terms hereof.  You shall not otherwise assign, sublicense, lease,
or in any other way transfer or disclose Software to any third party. You
shall not reverse- compile, disassemble or otherwise reverse-engineer the Software.

Except as expressly stated in this Agreement, no license or right is granted
to You directly or by implication, inducement, estoppel or otherwise.         Intel
shall have the right to inspect or have an independent auditor inspect Your
relevant records to verify Your compliance with the terms and conditions of
this Agreement.

CONFIDENTIALITY.   If You wish to have a third party consultant or
subcontractor ("Contractor") perform work on Your behalf which involves
access to or use of Software, You shall obtain a written confidentiality
agreement from the Contractor which contains terms and obligations with
respect to access to or use of Software no less restrictive than those set
forth in this Agreement and excluding any distribution rights, and use for
any other purpose.
Otherwise, You shall not disclose the terms or existence of this Agreement
or use Intel's name in any publications, advertisements, or other announcements
without Intel's prior written consent.  You do not have any rights to use any
Intel trademarks or logos.

OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software
remains with Intel or its suppliers. The Software is copyrighted and protected
by the laws of the United States and other countries, and international treaty
provisions. You may not remove any copyright notices from the Software. Intel
may make changes to the Software, or to items referenced therein, at any time
and without notice, but is not obligated to support or update the Software.
Except as otherwise expressly provided, Intel grants no express or implied right
under Intel patents, copyrights, trademarks, or other intellectual property rights.
You may transfer the Software only if the recipient agrees to be fully bound by these
terms and if you retain no copies of the Software.

LIMITED MEDIA WARRANTY.  If the Software has been delivered by Intel on physical media,
Intel warrants the media to be free from material physical defects for a period
of ninety (90) days after delivery by Intel. If such a defect is found, return
the media to Intel for replacement or alternate delivery of the Software as
Intel may select.

EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS
PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING
WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  
Intel does not warrant or assume responsibility for the accuracy or completeness of
any information, text, graphics, links or other items contained within the Software.

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY
DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION
OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN
IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS
PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL
OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE
OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION.

TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time
if you violate its terms. Upon termination, you will immediately destroy the
Software or return all copies of the Software to Intel.

APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
laws of California, excluding its principles of conflict of laws and the United Nations
Convention on Contracts for the Sale of Goods. You may not export the Software in
violation of applicable export laws and regulations. Intel is not obligated under
any other agreements unless they are in writing and signed by an authorized representative
of Intel.

GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
Use, duplication, or disclosure by the Government is subject to restrictions as set
forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use of the Software
by the Government constitutes acknowledgment of Intel's proprietary rights therein.
Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd.,
Santa Clara, CA 95052.


---------------------------------------------------------
EXHIBIT "A"
INTEL SOFTWARE LICENSE AGREEMENT (Final, Single User)

IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
Do not use or load this software and any associated materials
(collectively, the “Software”) until you have carefully read the following
terms and conditions. By loading or using the Software, you agree to the terms
of this Agreement. If you do not wish to so agree, do not install or use the Software.

LICENSE. You may copy the Software onto a single computer for your personal,
noncommercial use, and you may make one back-up copy of the Software, subject
to these conditions:
1.This Software is licensed for use only in conjunction with Intel component
products.  Use of the Software in conjunction with non-Intel component products is
not licensed hereunder.
2.You may not copy, modify, rent, sell, distribute or transfer any part of
the Software except as provided in this Agreement, and you agree to prevent
unauthorized copying of the Software.
3.You may not reverse engineer, decompile, or disassemble the Software.
4.You may not sublicense or permit simultaneous use of the Software by more
than one user.
5.The Software may contain the software or other property of third party
suppliers, some of which may be identified in, and licensed in accordance
with, any enclosed “license.txt” file or other text or file.

OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains
with Intel or its suppliers. The Software is copyrighted and protected by the
laws of the United States and other countries, and international treaty provisions.
You may not remove any copyright notices from the Software. Intel may make changes
to the Software, or to items referenced therein, at any time without notice, but is
not obligated to support or update the Software. Except as otherwise expressly
provided, Intel grants no express or implied right under Intel patents, copyrights,
trademarks, or other intellectual property rights. You may transfer the Software
only if the recipient agrees to be fully bound by these terms and if you retain
no copies of the Software.

LIMITED MEDIA WARRANTY.  If the Software has been delivered by Intel on
physical media, Intel warrants the media to be free from material physical
defects for a period of ninety (90) days after delivery by Intel. If such a
defect is found, return the media to Intel for replacement or alternate delivery
of the Software as Intel may select.

EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED
"AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES
OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel
does not warrant or assume responsibility for the accuracy or completeness of any
information, text, graphics, links or other items contained within the Software.

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR
ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS
INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO
USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR
IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION
MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION
TO JURISDICTION.


TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at
any time if you violate its terms. Upon termination, you will immediately destroy
the Software or return all copies of the Software to Intel.

APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
laws of California, excluding its principles of conflict of laws and the
United Nations Convention on Contracts for the Sale of Goods. You may not
export the Software in violation of applicable export laws and regulations.
Intel is not obligated under any other agreements unless they are in writing
and signed by an authorized representative of Intel.

GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
Use, duplication, or disclosure by the Government is subject to restrictions as
set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
of the Software by the Government constitutes acknowledgment of Intel's
proprietary rights therein. Contractor or Manufacturer is
Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052.



SLAOEMIHV/RBK/November 4, 1998
************************************************************

************************************************************
* DISCLAIMER
************************************************************
Intel is making no claims of usability, efficacy or warranty.
The INTEL SOFTWARE LICENSE AGREEMENT contained herein
completely defines the license and use of this software.
************************************************************
Information in this document is provided in connection with
Intel products. Except as expressly stated in the INTEL
SOFTWARE LICENSE AGREEMENT contained herein, no license,
express or implied, by estoppel or otherwise, to any
intellectual property rights is granted by this document.
Except as provided in Intel's Terms and Conditions of Sale
for such products, Intel assumes no liability whatsoever,
and Intel disclaims any express or implied warranty,
relating to sale and/or use of Intel products, including
liability or warranties relating to fitness for a particular
purpose, merchantability or infringement of any patent,
copyright or other intellectual property right. Intel
products are not intended for use in medical, lifesaving,
or life-sustaining applications.

************************************************************
* Intel Corporation disclaims all warranties and liabilities
* for the use of this document, the software and the
* information contained herein, and assumes no
* responsibility for any errors which may appear in this
* document or the software, nor does Intel make a commitment
* to update the information or software contained herein.
* Intel reserves the right to make changes to this document
* or software at any time, without notice.
************************************************************

* Other names and brands may be claimed as the property of others.

Copyright (c) Intel Corporation, 1998-2003



您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表