HD4600显卡只有3m
找了很久,都没有解决显卡的驱动问题。求大神帮忙,
电脑型号: 戴尔 OptiPlex 3020 Mini Tower
操作系统: Windows 7 Enterprise 64位
处理器: 英特尔 Core i5-4590 @ 3.30GHz 四核
主板: 戴尔 040DDP
内存: 4 GB ( 三星 DDR3 1600MHz )
主硬盘: 希捷 ST500DM002-1BD142 ( 500 GB / 7200 转/分 )
显卡: 英特尔 HD Graphics 4600 ( 1 GB / 戴尔 )
显示器: 通用非即插即用监视器
光驱: 飞利浦-建兴 DVD+-RW DH-16AES DVD刻录机
声卡: 瑞昱 ALC280 @ 英特尔 Lynx Point高保真音频
网卡: 瑞昱 RTL8168/8111/8112 Gigabit Ethernet Controller / 戴尔
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>DropOEM_DSM</key>
<false/>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<true/>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>npci=0x2000 kext-dev-mode=1 rootless=0 -f</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>win7</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>No</string>
</dict>
<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x04128086</string>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>DisableDrivers</key>
<array>
<string>Nothing</string>
</array>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>BOOTX64.EFI</string>
<string>Windows</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<true/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>black_green</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>ig-platform-id</key>
<string>0x0000260c</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>Trust</key>
<false/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>
安装的时候有没有删驱动?
原来
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>ig-platform-id</key>
<string>0x0000260c</string>
</dict>
改<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>ig-platform-id</key>
<string>0x0C160000</string>
</dict>
本帖最后由 ant2705 于 2016-9-3 09:13 编辑
试试这个周六上午9:13编辑:
不好意思发错了,这个是HD4000的
dsdt可有?
通过在clover中勾选inject intel,ig-platform-id中填写0D220003,vram处填写64来实现的,系统里识别显卡为hd4600
2利用rehabman的补丁源对dsl添加hd4400/4600/5000参数,并手动将其中的ig-platmform-id值改为0x03,0x00,0x22,0x0d,来使用dsdt驱动hd4600
For example, this is one such patch that might be used for HD4600:
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insertinto method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },\n
"AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },\n
"hda-gfx", Buffer() { "onboard-1" },\n
"model", Buffer() { "Intel HD 4600" },\n
})\n
}\n
end;begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },\n
"AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },\n
"hda-gfx", Buffer() { "onboard-1" },\n
"model", Buffer() { "Intel HD 4600" },\n
})\n
}\n
end; ant2705 发表于 2016-9-2 21:37 https://www.pcbeta.com/static/image/common/back.gif
试试这个
这个是HD4000的吧 tkec 发表于 2016-9-2 20:47 https://www.pcbeta.com/static/image/common/back.gif
安装的时候有没有删驱动?
原来
安装的时候,删除了intel开头的驱动,amd开头的,有点混乱,记不清了。
如果安装的时候没有删除,怎么后续的补救
0c160000这个在开始尝试启动的时候试过了,应该是显示7m的显存。
帮顶。。。{:5_260:}我的也是hd4600只有3m,用变色龙mbr下安装的 {:5_260:}帮顶,我的是hd4600,也是3m,变色龙mbr下安装的 我的是笔记本联想的g410,主板是haswell,i5-4200m的核显hd4600,独立显卡AMDr230系列的双显卡切换,我查了或相关资料,需要dsdt等 注入,感觉好麻烦,涉及到好多专业知识,其他Windows系统都是小菜,苹果的也装上了,就是驱动太麻烦了,{:5_260:} 寒江星月 发表于 2016-10-7 20:37 https://www.pcbeta.com/static/image/common/back.gif
我的是笔记本联想的g410,主板是haswell,i5-4200m的核显hd4600,独立显卡AMDr230系列的双显卡切换,我查了 ...
同G410 现在装是装好了就是显存省4M
页:
[1]