When using GeekBench5 I have noticed that Metal score is 2 times Lowe than OpenCl, + when it tests FaceDetection algorithm the whole system hangs for 5-7 sec., then releases for 1-2 sec., and hangs again, this hellish loop continues for couple of minutes until FaceDetection test is finished. This does not happen on OpenCl.
As suggested by u/fewtarius I have tried setting different AAPL,ig-platform-id. I've tried the recommended first, and then every other possible for UHD630, same story for every one of them.
Any help or hints would be really appreciated.
hardware:
- CPU: 8750-H
- GPU: UHD 630
- dGPU: GTX 1060 maq-x
- RAM: 16GB 2667 MHz DDR4
- Laptop model: Razer Blade Advanced 15" 2018
- Screen Resolution: 1920x1080
- Wifi/BT Card: DW-1560
guide followed -> https://fewtarius.gitbook.io/laptopguide/
config.plist -> https://pastebin.com/AFCfuRkN
ACPI, drivers, kexts:
├── ACPI │ ├── origin │ └── patched │ ├── DSDT.aml │ ├── SSDT-GPI0.aml │ ├── SSDT-PNLFCFL.aml │ ├── SSDT-UIAC-ALL.aml │ ├── SSDT-USBX.aml │ └── SSDT-XOSI.aml ├── drivers │ └── UEFI │ ├── ApfsDriverLoader.efi │ ├── AppleGenericInput.efi │ ├── AppleUiSupport.efi │ ├── EmuVariableUefi.efi │ ├── FSInject.efi │ ├── FwRuntimeServices.efi │ ├── HFSPlus.efi │ ├── OcQuirks.efi │ └── VirtualSmc.efi ├── kexts │ └── Other │ ├── AirportBrcmFixup.kext │ ├── AppleALC.kext │ ├── CPUFriend.kext │ ├── CPUFriendDataProvider.kext │ ├── Lilu.kext │ ├── NoTouchID.kext │ ├── SMCBatteryManager.kext │ ├── SMCProcessor.kext │ ├── SMCSuperIO.kext │ ├── USBInjectAll.kext │ ├── VirtualSMC.kext │ ├── VoodooI2C.kext │ ├── VoodooI2CHID.kext │ └── WhateverGreen.kext
[link] [comments]
Post a Comment