您的位置:首页 > 其它

黑苹果显卡nVidia GTX 750 驱动 成功

2016-05-29 12:13 393 查看
在淘宝上买了一个黑苹果远程安装的服务,在笔记本上使用,由于笔记本显卡不支持黑苹果,所以只能使用intel的集成显卡。用着也还凑合。

最近将笔记本的硬盘更换到台式机上,发现黑苹果尽管可以启动但是显示有问题。

由于不想花太多时间在系统安装上,又不想把系统重新安装,所以想到淘宝上,找之前给安装系统的哥们,花钱让他帮忙安装一下显卡驱动,谁知,发旺信也不回,没有办法,问问其他黑苹果的淘宝卖家,只有两家回答了我,一家说不单独安装驱动,另一家说需要重新安装原版。我郁闷啊。

经过尝试了几个夜晚,今天上午又尝试了两个小时,终于神奇般的好用了。

感谢一下链接的道友:

http://bbs.pcbeta.com/viewthread-1647177-1-1.html

之前的求助帖:
变色龙换成clover引导后确实快了不少,但是关于本机里的显存显示变成0了(显卡是GTX760),显卡关闭注入后系统第一次启动会失败(显卡关闭后显存正常),第二次才能进入,但是也不稳定,会死机或自动重启

自己爬帖解决,给同样困扰的做参考
在config.plist中
加<string>slide=0 dart=0 darkwake=1 nvda_drv=1 kext-dev-mode=1</string>clover
关闭显卡注入
<key>NVidia</key>
<false/>

改过后显存正常了,也不需要重启2次进系统了
GTX 750 是Nvidia Quadro K4000.开普勒构架的,取消显卡注入即可,Clover回自动修复并识别


使用的Clover引导黑苹果,通过上边的修改,就可以了。

安装webdriver的驱动就可以。

贴一下我的config.list配置

<?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>Fixes</key>
<dict>
<key>FixLAN_2000</key>
</true>
</dict>
<key>DropOEM_DSM</key>
<false/>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>ApIst</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Cst</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>ApCst</string>
</dict>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
</dict>
<key>PluginType</key>
<integer>1</integer>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0 nvda_drv=1 kext-dev-mode=1</string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>Log</key>
<false/>
<key>NeverHibernate</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<string>Yes</string>
</dict>
<key>Devices</key>
<dict>
<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x04128086</string>
<key>NVidia</key>
<string>0x0</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>VBoxHfs</string>
</array>
<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>UEFI internal</string>
<key>Hidden</key>
<string>Always</string>
<key>Ignore</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>Other</string>
</dict>
</array>
</dict>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<false/>
<key>Mirror</key>
<false/>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>ScreenResolution</key>
<string>1920x1080</string>
<key>Theme</key>
<string>bluemac</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>0x0a260006</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>ForceKextsToLoad</key>
<array>
<string>\System\Library\Extensions\IONetworkingFamily.kext</string>
</array>
<key>KernelLapic</key>
<true/>
<key>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Second Stage Patch 2</string>
<key>Find</key>
<data>
QYjE6wM=
</data>
<key>Name</key>
<string>disabled:IOGraphicsFamily</string>
<key>Replace</key>
<data>
QYjE6yM=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Patch 1</string>
<key>Find</key>
<data>
hcB0XUg=
</data>
<key>Name</key>
<string>disabled:IOGraphicsFamily</string>
<key>Replace</key>
<data>
McB0W0g=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Enable TRIM for SSD</string>
<key>Find</key>
<data>
4150504c45205353
</data>
<key>Name</key>
<string>disabled:IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
0000000000000000
</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>BiosReleaseDate</key>
<string>05/24/13</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBA61.88Z.0099.B04.1305241529</string>
<key>Board-ID</key>
<string>Mac-7DF21CB3ED6977E5</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisAssetTag</key>
<string>Air-Enclosure</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>10</string>
<key>Family</key>
<string>MacBook Air</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>ProductName</key>
<string>MacBookAir6,2</string>
<key>SerialNumber</key>
<string>W8245QSTF5V8</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
</dict>
</dict>
</plist>


我也不懂这个配置,但是跟网上的对比config.list的时候,发现device节点中没有Nvidia,所以我就拷贝了一下,也不知道是否是它起的作用。但是我觉得,得让mac系统知道电脑的硬件中有个显卡,可以识别,所以我还是觉得应该添加这条。

以下就是配置完,并安装驱动的结果

NVIDIA GeForce GTX 750:

芯片组型号:    NVIDIA GeForce GTX 750
类型:   GPU
总线:   PCIe
PCIe Lane 宽度: x16
VRAM(总和): 1023 MB
供应商:  NVIDIA (0x10de)
设备 ID:    0x1381
修正版 ID:   0x00a2
ROM 修正版:  VBIOS 82.07.32.00.73
显示器:
S22D300:
分辨率:  1920 x 1080 @ 60 Hz
像素深度: 32 位彩色 (ARGB8888)
显示器序列号:   HTKF602981
主显示器: 是
镜像:   关
联机:   是
旋转:   支持


如果遇到问题,请直接到网络上多爬爬,多做尝试,一定可以解决问题的。毕竟你不是那个吃螃蟹的第一个人。

我靠,记得分享你的心得,吃水不忘挖井人
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  苹果 nvidia