微信扫一扫 分享朋友圈

已有 4591 人浏览分享

开启左侧

微软发ATI等显卡导致Win7死亡黑屏的解

[复制链接]
4591 3
在Win7之家网站的顶部搜索框那儿搜索下“死亡黑屏”试试看,就可以了解到当时这个事件被炒的多么沸沸扬扬。
在配置为需要利用内嵌式DisplayPort (eDP) 技术的 AMD/ATI Radeon 图形处理单元(GPU)的计算机中,Windows7并不能很好地运行。总而言之,在上述配置的计算机中,用户并不能够顺利完成Windows7的部署。
微软指出,当用户在上述配置的计算机中安装Windows 7的时候,安装进程中会出现黑屏状况,然而安装过程仍然在进行。在这种情况下,您可能无法完成安装。如果您有多个显示屏,只有主屏会产生黑屏现象。
微软列举了一些受到上述问题影响的AMD/ATI Radeon GPU,其中包括:
ATI Mobility Radeon HD 4650 (PCI\VEN_1002&DEV_9480);;
ATI Mobility Radeon HD 4670 (PCI\VEN_1002&DEV_9488);
ATI Mobility Radeon HD 4870 (PCI\VEN_1002&DEV_945A);
ATI Mobility Radeon HD 4850 (PCI\VEN_1002&DEV_944A);
ATI Mobility Radeon HD 4330 (PCI\VEN_1002&DEV_9552)。
与此同时,微软还强调,苹果的iMac 27也在受影响系统的范围之列。
微软声明道:在Win7零售版DVD完成之后,AMD才执行了eDP支持,因此,零售版Windows 7 DVD中的AMD Radeon图形驱动程序是不支持eDP的。不过,为了修复这个eDP问题,AMD已经发布了一个更新驱动程序,如果用户想要顺利完成安装过程,那么必须在启动过程中安装这个更新。
此外,如果用户拥有一个辅助监测器的话,那么就可以使用微软所提供的一个简单的解决方案。
微软指出,在用户拥有辅助监测器的情况下,用户可以在执行Windows 7安装之前将监测器连接到计算机中。这样一来,用户就能够从头到尾看到安装过程,并且在完成Windows 7安装之后通过Windows更新去解决eDP问题。
最后,微软还针对高级用户发布了一个解决方案,其中涉及AutoUnattend.xml问答文件、最新的图形驱动程序、USB闪存驱动器等。
微软指出,将图形驱动程序的压缩格式复制到USB闪存驱动器中,按照以下步骤执行即可:自AMD网站中为您的图形适配器下载最新的驱动程序——运行下载的程序(.exe)去提取驱动程序——程序将会提示选择安装位置,例如c:\ati\support\。当提取完成之后,在以上步骤中找到安装文件夹的位置,将安装文件夹复制到USB闪存驱动器中。
用户还需要创建AutoUnattend.xml应答文件:打开记事本文件,将以下的蓝色显示文本进行复制粘贴,保存格式为UTF-8编码格式的AutoUnattend.xml,最后将其复制到USB的根目录。
以下就是AutoUnattend.xml应答文件的内容:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<athAndCredentials wcm:keyValue="1" wcm:action="add">
<ath>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UseConfigurationSet>true</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<athAndCredentials wcm:keyValue="1" wcm:action="add">
<ath>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UseConfigurationSet>true</UseConfigurationSet>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<athAndCredentials wcm:keyValue="2" wcm:action="add">
<ath>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<athAndCredentials wcm:keyValue="2" wcm:action="add">
<ath>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<settings pass="auditSystem">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<athAndCredentials wcm:keyValue="3" wcm:action="add">
<ath>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:keyValue="3" wcm:action="add">
<Path>%configsetroot%</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpifflineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
文章来自: 好喜爱学习网(http://www.haoxiai.net) 网址:http://www.haoxiai.net/caozuoxitong/Windows7/141417.html

评论 3

ST001  V3+  发表于 2010-2-28 09:00 | 显示全部楼层
飘过,目前没有死过机
quatchix  注册会员  发表于 2010-2-28 10:07 | 显示全部楼层
没看懂
iso8000  V3+  发表于 2010-3-1 10:12 | 显示全部楼层
HD3470...
您需要登录后才可以回帖 登录 | 注册

本版积分规则

V3+

0

关注

21

粉丝

35

主题
精彩推荐
热门资讯
网友晒图
图文推荐
  • 微信公众平台

  • 扫描访问手机版

Archiver|手机版|小黑屋|水窝ibm

GMT+8, 2024-9-25 14:38 , Processed in 0.121681 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2022 Comsenz Inc.