Jump to content

djuby

Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by djuby

  1. Some progress update. With the following configuration I have some change in the video. I've made a video - https://file.io/bs4ZJkkWYDQ3

    <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
                <dict>
                    <key>AAPL,ig-platform-id</key>
                    <data>BgCbPg==</data>
                    <key>disable-external-gpu</key>
                    <data>AQAAAA==</data>
                    <key>dpcd-max-link-rate</key>
                    <data>FAAAAA==</data>
                    <key>enable-dpcd-max-link-rate-fix</key>
                    <data>AQAAAA==</data>
                    <key>enable-hdmi-dividers-fix</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-patch-enable</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-fbmem</key>
                    <data>AACQAA==</data>
                    <key>framebuffer-stolenmem</key>
                    <data>AAAwAQ==</data>
                    <key>framebuffer-con0-enable</key>
                    <data>AQAAAA==</data>
                    <key>framebuffer-con0-type</key>
                    <data>AgAAAA==</data>
                    <key>framebuffer-con0-pipe</key>
                    <data>CAAAAA==</data>
                    <key>framebuffer-portcount</key>
                    <data>AwAAAA==</data>
                </dict>

     

  2. I have some progress. I was able to boot without -igfxvesa, but with no HW acceleration whatsoever. Here is my video patch. It only boots without flipping the hex for device-id. If I flip the digits as per WEG manual it boots without video signal on the laptop display.

     

    Edit: Just realized that without proper device-id (i.e flipping the hex pairs) there is no way to get HW acceleration. Am I on the right track for at least a correct frame buffer?

     

    Screen Shot 2022-02-23 at 3.25.29 PM.png

    Screen Shot 2022-02-23 at 3.25.57 PM.png

  3. Marching on I was able to make some progress. Using those device properties:

    AAPL,ig-platform-id = 0900A53E
    device-id = 9B3E0000
    framebuffer-patch-enable = 01000000
    framebuffer-stolenmem = 00003001
    framebuffer-fbmem = 00009000

     

    I am able to boot without video - screen shows the boot text, but the system actually boots. I have sound when pressing vol+/- keys. I am also able to clean shutdown the system via keyboard shortcut. I guess this means that the those properties are OK, but the video out is not correct. What should I do next?

     

    P.S. The system behaves the same without the device-id property too.

  4. At this point I guess I have to patch my video (iGPU) before trying to use "-wegnoegpu" boot arg to disable the dGPU and remove "-igfxvesa" arg, correct?

    How do I make a patch for my video:

    - CPU Intel® Core™ i7-10750H

    - iGPU - Intel® UHD Graphics for 10th Gen Intel® Processors (Device ID 0x9BC4)

     

    https://ark.intel.com/content/www/us/en/ark/products/201837/intel-core-i710750h-processor-12m-cache-up-to-5-00-ghz.html

  5. I used "-wegnoegpu" and removed the "-igfxvesa" arg from boot-arg and I got a kernel panic - backtrace showed problem with AppleSMC and VirtualSMC.

    I also tried both methods from this guide (https://dortania.github.io/Getting-Started-With-ACPI/Laptops/laptop-disable.html) and with both the GPU is disabled (does not show in Hackintool), but during boot the fans kick into high gear and stay in high gear until I shut down the laptop. With both methods I can only boot with "-igfxvesa" flag, otherwise it gets stuck - no kernel panic, but stuck at boot.  

  6. Here are the full system specs of the laptop:

     

    Lenovo ThinkBook 15p

    - Intel Core i7-10750H (2.6/5GHz, 12M)

    - Intel UHD Graphics (Device ID 9BC4)

    - NVIDIA GTX 1650 Ti Max-Q - 4 GB GDDR6

    - 16 GB DDR4 2933 MHz

    - 512GB M.2 NVMe SSD

    - 15.6" (39.62cm) 3840x2160 IPS HDR matt display

    - Intel Wi-Fi 6 AX201 160MHz

    - Bluetooth 5.1

    - SD card reader

    - Fingerprint reader

    - Realtek ALC257 Audio

    - Realtek RTL8186 LAN 10/100/1000 Mbps

    - 1 x HDMI 2.0 

    - 2 x M.2 2280 NVMe PCIe 3.0 x4

    - 2 x USB 3.2 Gen 1

    - 1 x USB 3.2 Type C

    - 3.5 mm combo 

    - 1 x RJ-45

     

    EFI folder attached.

    EFI.zip

×
×
  • Create New...