-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xps 9350 hotpatch #218
Comments
Are you planning to make a working XPS9350.sh ? |
thats so cool! I’m currently at the end of the semester and exams are coming again, please let me know what I can help or do a pull request I will merge it! ;) Thank you! |
Still unable to sleep with type-c attached ... IOPCIFamily sometimes crash the machine, possibly something wrong with XHC2 detection. |
Running that script is not necessary, after copying Clover folder you just need to do 5 things:
|
What in your Clover folder prevents me from booting from usb hd ? |
Your GPU? |
It is iris (i7 6560u QHD+) |
I just tried to boot Mojave 10.14.1 from my external ssd, works just fine (Clover folder from repo without any modification) |
I used bios settings from bozma88´s settings (not all off them available in my 1.9 bios) |
I also disabled Touchscreen |
Same problem while using clover directly, have you solved ? |
|
Try to disable some dsdt fixes? |
Maybe the problem is as Rehabman wrote here: |
So I think the way to go, if you have time and skills, is to make a working XPS9350.sh that will use files from (F4) EFI/CLOVER/ACPI/origin to make the patched |
Hotpatch is intended to avoid this... |
I tried to reset bios (1.9) to default and only change raid to achi and disabled secure boot. |
Do you mean you are stuck at plus-line when boot verbose? |
Yes I´m using nvme.Tried to remove the NvmExpressDxe-64.efi but still the same. |
Yes stuck at the + line |
send me the dsdt file? |
I´m using clover from your latest repo so i don't think I have anything different from what you already have. |
I mean your dumped dsdt file |
Ahhh ok. But i´m not using the nvme.I´m using external USB SSHD |
On my nvme I have at really great working 10.13.6 and I won't upgrade to Mojave before all issues are solved |
Why can't we comment on your GitHub ? |
You can always add an issue there... |
Ok I first signed up a few days ago so I apparently have much to learn |
Your updated repo is working great with nvme. |
弱弱的问一句,为何Hotpatch 要avoid这个呀? (类似 syscl 那种 利用terminal 打补丁?)还有 是不是说 直接拷贝到 Clover就可以用了(不用设置超频啥的)呢? |
Card reader simply doesn't work yet, the driver is still under development |
|
In Readme |
@ maz-1 |
I think 0.5ghz and 0.7ghz does not make much difference |
Made some progress on type-c hotplug https://github.com/hackintosh-stuff/XPS9350-macOS/blob/master/sources/USBFix/USBFix/main.m |
Thanks for this run-through ! |
OK, I know most of you guys expect a flashing dynamic ACPI patching through Clover which I am also working on it, but there's some big flaws lies in the hot patching method until now. Things we have to consider for ACPI patching is:
Clover hot patching can perform rename and apply limited patches during booting, but still far from the things we can resolve by a simply static ACPI patching using |
Clover's dsdt patching functionality has been improved, and now there is an extended usage of clover hotpatch: rename original methods/properties in dsdt so they will never be invoked/read, and reimplement them in ssdt files. |
; ) thx. |
麻烦问一下我机器是9350,区别是硬盘为pm961,cpu是6200u,我发现机器用起来挺好,就是黑屏以后会出现不定期闪烁。是需要做哪些修改么,可以指导一下么? |
黑屏后没有睡眠吗 |
有睡眠,唤醒以后屏幕不定时的闪,几十秒一次吧。重启就ok了。 |
显示器是1080p还是3k |
我也是3k的触摸屏。莫非9350有几个版本的屏幕? |
3k应该只有一个型号的屏幕,不过可能只有hd520会有这种问题 |
果然就是解决了。我看了下,删掉了以后也是不会出现闪烁问题的。144a这个屏幕默认就不需要改那个A5的值,我把windows提取的edid添加进去就OK了。 |
My screen doesn't wake up at all if it ever turns off itself on sleep or login screen timeout. I can hear the music playing in the back, so I can tell everything is still working. Could anyone find solution to this? |
Okay. I've updated the BIOS to the latest Version and set it to "UEFI Only", beside "AHCI" and turning "Secure boot off". I pressed F12 to boot from it. Once i saw the CLOVER-Bootloader, i pressed F4 to get the required ACPI-Tables. Now comes my Issue It repeats about 3 Times, each one taking 240s. After that, I've got a Error that reads as follows: I would love to get any help, I would really appreciate it! :) Edit: I've got an IOG: 0x3(0x53) Error. That means something isn't right with my Intel HD I guess? Any clue? :/ |
请问你只是将原来的文件中的edid改了一下就解决闪烁了吗?为何我更改了还是会有闪烁 |
Hi, after long boot using mojave 14.4 boot disk, the installation screen appears, but keyboard and trackpad is not working, is this supposed to be or there's something break? Thanks |
Use usb mouse/keyboard during installation and first boot-up |
刚更新了驱动文件和clover,更新到14.4没出问题 |
Thanks |
你好,我想请问下如何开启Handoff在设备间剪切板互通的这个功能呀? |
如果你跟我一样是HD520显卡,需要在SSDT-Config.aml这个文件里的IGPI后面替换成0x19160000 |
After forking the-darkvoid's 9360 repo and some customizations, I made a working hotpatch configuration to run mojave on xps 13 9350
https://github.com/hackintosh-stuff/XPS9350-macOS
Currently type-c and card reader still need to be fixed, see the README
The text was updated successfully, but these errors were encountered: