V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liuyanjun0826  ›  全部回复第 33 页 / 共 36 页
回复总数  708
1 ... 25  26  27  28  29  30  31  32  33  34 ... 36  
2016-04-01 02:00:21 +08:00
回复了 weihongchang 创建的主题 macOS UserEventAgent 这个进程发热的解决办法----搬运过来的
鼠标问题吧,我以前是 G9X 鼠标,现在换成苹果鼠标了。
2016-04-01 01:46:57 +08:00
回复了 liuyanjun0826 创建的主题 macOS 强大的 El Capitan,打开 80 个程序,丝毫不卡。
@GPU 是的黑苹果
@hxtheone 88E8053 ,没办法拨号上网
@hxtheone 我是轻度游戏玩家,所以不会为了游戏切换到 Windows ,加上我的主板网卡没有 Windows 驱动害得我没办法用 Windows.
2016-03-31 22:53:28 +08:00
回复了 Anhedonia 创建的主题 iPhone 有人更换过 Apple ID 的主邮箱么
我改过,确实一段时间原邮箱没变,不过过一段时间后就变成新的了
@hxtheone 我说的是你的电脑在 OS X 10.11.4 下跑 CS:GO 是多少 FPS ,我的 GT 740 和 GTX260+都是 100fps ,有时会降到 50fps
@hxtheone 能用就好,借问一下你的显卡跑 CS:GO 是多少 FPS 。
@sandideas 其实我纳闷为什么有帮装黑苹果这项业务,因为我也想干这个。
@sandideas 重启后安装远程不就关闭了吗?
@kokutou 我比较喜欢免驱,好像 10.11.4 的 web driver 还没出来
@sandideas 怎么远程安装? QQ 发安装文件按对方方法自己弄?
@donghao maxwell 苹果不支持, 740 是 kepler OSX 都不支持, OSX 支持 6 系列 kepler 。
@donghao 我的 GT 740 都不能用了,不得不换回 GTX 260+,苹果在 10.11.4 更新了显卡驱动。
@donghao 10.11.4 你的 GTX 750 就不能用了吧。
还少一个睡眠的
# Change methods ^_INI (to fix wake up from sleep fail)
#
into method label ^_INI parent_type Device parent_label PX40 remove_entry;
into Device label PX40 insert
begin
Method (^_INI, 0, NotSerialized)\n
{\n
Store (0x59, SMIP)\n
Store (Zero, OSFL)\n
Store (0x04, OSFX)\n
}\n
end;
还少一个 USB 的
# Rename USB devices for OSX 10.11 Support (remember to use injector with this)
#
into device label EHC1 set_label begin EH01 end;
into device label EHC2 set_label begin EH02 end;
into device label XHC1 set_label begin XHC end;
into_all all code_regex EHC1 replaceall_matched begin EH01 end;
into_all all code_regex EHC2 replaceall_matched begin EH02 end;
into_all all code_regex XHC1 replaceall_matched begin XHC end;
哥们你麻烦了,我也是按照 tonymacx86 推荐买的显卡 GT 740 ,结果完全用不了在 10.11.4 上。我现在用的主板是 DFI DK P45 T2RS PLUS ,用 MBR 引导 Clover ,网卡 88E8053 免驱,显卡 INNO3D GTX 260 GOLD 注入免驱,声卡 Realtek ALC885 用 tolled 的脚本免驱, DSDT 补丁:DTGP,HDEF,HPET,LAN0,Local0,Q9650,SATA,Shutdown,Sleep,USB,WAK.在 DSDTEditor 里全有,唯二没有的补丁是 Local0 和 Shutdown 我写在贴子里
into_all all code_regex Store\s\(Local0,\sLocal0\) replace_matched
begin
Store ("Local0", Local0)
end

into method label _PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched
begin
%1
Store (Zero, TRAP)\n
Sleep (0x10)\n
%2
end

有什么黑苹果问题可以加我 QQ 304475472 。
@49degree 硬盘文件系统不被支持或包含错误。请启动您的虚拟机查看磁盘找出文件系统错误。何解?
@49degree 双击提示您不能打开应用程序“ Parallels Mounter ”,因为它没有响应。
我现在已经是 10.11.4 了,升级补丁是没问题的,我想下载一个完全版用于创建 USB 启动盘
手术费 3500 ,药费 500 ,刚过一个周,两眼 0.8
1 ... 25  26  27  28  29  30  31  32  33  34 ... 36  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1444 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 17:34 · PVG 01:34 · LAX 10:34 · JFK 13:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.