Top 40 Music on CD Homepage
Forum Home Forum Home > Top 40 Music On Compact Disc > Chat Board
  New Posts New Posts RSS Feed - "More, More..." - Andrea True Connection
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Uhd 770 Hackintosh Hot ★ (Extended)

 Post Reply Post Reply
Author
Message
Todd Ireland View Drop Down
Music Fan
Music Fan


Joined: 16 October 2004
Location: United States
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote Todd Ireland Quote  Post ReplyReply Direct Link To This Post Topic: "More, More..." - Andrea True Connection
    Posted: 09 May 2009 at 7:22pm
Jim reports his commercial 45 copy of Andrea True Connection's "More, More, More (Pt. 1)" has an actual and printed run time of 3:02. I'm passing this along because the song's database CD entries containing a "45 version" comment range from 2:57-3:10.
Back to Top
crapfromthepast View Drop Down
Music Fan
Music Fan
Avatar

Joined: 14 September 2006
Location: United States
Status: Offline
Points: 233
Post Options Post Options   Thanks (0) Thanks(0)   Quote crapfromthepast Quote  Post ReplyReply Direct Link To This Post Posted: 12 September 2016 at 7:01pm

Uhd 770 Hackintosh Hot ★ (Extended)

Report: Intel UHD 770 "Hackintosh" Status & Thermal Issues

Based on the search query "uhd 770 hackintosh hot," this report addresses two distinct but related topics: the compatibility status of the Intel UHD 770 iGPU on macOS (Hackintosh) and the thermal/heat issues associated with running this hardware.

The "Smell Test" (Software):

Open Terminal and run:

sudo powermetrics --samplers smc | grep -i igpu

Look for iGPU frequency. If it never drops below 0.80 GHz on a blank desktop, your Hackintosh is actively cooking itself.


4. Use igfxonln=1 and -igfxblr boot args

These can sometimes force better power management:

igfxonln=1 -igfxblr igfxrpsc=1

igfxrpsc=1 enables RPS control patches (may reduce heat).

3. Metal 3 Acceleration

In macOS Sonoma, Metal 3 is required for the new screensavers and transparency.

  • Test: Download Geekbench 6 and run the Compute benchmark. A properly tuned UHD 770 scores roughly 8,500 to 9,500 on Metal. If you score under 3,000, your acceleration isn't working; revert to checking your ig-platform-id.

1. Correct Device Properties in config.plist

Make sure you’re spoofing correctly for UHD 770 (usually as UHD 630).

Example:

<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
    <key>device-id</key>
    <data>mOsAAA==</data>   <!-- 0x3E9B for UHD 630 -->
    <key>AAPL,ig-platform-id</key>
    <data>AAAbGQ==</data>   <!-- 0x191B0000 or 0x3E9B0007 -->
    <key>enable-hdmi20</key>
    <data>AQAAAA==</data>
</dict>

But – using a wrong platform ID can cause high heat. Try: uhd 770 hackintosh hot

  • 0x3E9B0007 (headless) – Often cooler
  • 0x07009B3E (desktop output) – May run hotter

4. Sidecar & DRM Fix (The Holy Grail)

Most people fail here. To get Apple TV+ and Sidecar (iPad as display) working:

  • You need to disable the iGPU for compute and use it only for decode.
  • Set shikigva=80 in your boot-args.
  • Note: UHD 770 will never fully support Sidecar wirelessly. It works wired via USB-C/Thunderbolt only.

UHD 770 Hackintosh — Hot Topics & Practical Guide

Summary

  • Intel UHD Graphics 770 (Xe-LP iGPU on 12th/13th Gen Intel desktop CPUs) can work in Hackintosh setups, but support is limited compared with macOS-native GPUs. Success depends on macOS version, SMBIOS choice, kernel patches, and whether you use iGPU-only or hybrid iGPU+dGPU systems.

Compatibility — macOS versions and expectations

  • Best practical results: macOS Ventura and Sonoma (support improves over time). Newer macOS releases may break or change iGPU behavior; expect more work on very recent macOS versions.
  • Native acceleration: partial to full hardware acceleration is possible for framebuffer/pipe configurations that match macOS expectations, but some features (AV1 decode, some power-management behaviors, or DisplayPort MST) may be unavailable or require workarounds.
  • No official Apple driver for UHD 770: macOS drivers are for Intel integrated GPUs used in Macs (Apple Silicon and select Intel models). Hackintosh relies on Kexts, framebuffer edits, and bootloader fixes.

Recommended SMBIOS and platform choices

  • Use an SMBIOS that matches Intel integrated GPU support in real Macs:
    • Reasonable choices: iMac19,1 / iMac20,1 / Macmini8,x / Macmini9,x variants depending on macOS target — pick the one whose native dGPU/iGPU in real Macs most closely resembles expected pipe counts and framebuffer.
    • Common: iMac20,1 or Macmini8,1 are often used for IGPU-enabled Intel setups. Be decisive and match port mapping to that SMBIOS.
  • Pick macOS platform (Darwin version) matching your targeted macOS release; don’t mix very new macOS with very old SMBIOS.

Essential kexts and tools

  • Lilu + WhateverGreen — mandatory for most GPU hacks (framebuffer patching, connector mapping, enable acceleration).
  • VirtualSMC (or FakeSMC) + SMCBatteryManager if needed for platform sensors.
  • CPUFriend / CPUFriendDataProvider or proper power management patches for P-states/C-states when using Intel CPUs.
  • Proper ACPI DSDT/SSDT patches — disable conflicting GPU device entries or expose the iGPU as Apple expects.

Framebuffer and port mapping

  • The core of getting UHD 770 “hot” (accelerated, multiple displays) is correct framebuffer injection:
    • Identify the onboard iGPU device (via IORegistry or boot logs).
    • Create a framebuffer map matching port count and types (HDMI, DP, eDP).
    • Use WhateverGreen to apply connector renames or framebuffer patching (igfxfw / framebuffer-id, platform-id or connector patches).
  • For systems with an added discrete GPU, you may need to hot-plug or hide the dGPU so macOS attaches to the iGPU, or vice versa, depending on your goal.

Outputs, resolution, and HDR

  • HDMI 2.0 and DP outputs: often limited to what the motherboard’s PHY supports; expect 4K@60Hz on DP/HDMI if the board implements full lanes. Use EDID overrides and WhateverGreen connector patching to force the desired modes if safe.
  • HDR: macOS HDR behavior is tied to the OS and driver support; on Hackintosh HDR is hit-or-miss and often unstable.

Audio over HDMI/DP

  • HDMI/DP audio typically works when the iGPU is correctly recognized and the framebuffer/connector mapping is right; ALC kexts may be needed for onboard audio routing.

Power management and thermals (“hot” concerns) Report: Intel UHD 770 "Hackintosh" Status & Thermal

  • Intel 12th/13th Gen CPUs and UHD 770 can run hot under heavy GPU workloads. On Hackintosh:
    • Ensure proper CPU power-management (CPUFriend or native) to avoid high idle clocks and thermals.
    • Install proper fan control (smc or platform-specific controllers) and set sensible fan curves in BIOS or software.
    • Undervolt is often not available on modern Intel desktop chips in macOS; prefer BIOS tuning (power limits, cTDP) or improve cooling (better cooler, case airflow).
    • Monitor temps with HW sensors exposed via SMC-compatible kexts.

Discrete GPU coexistence

  • Hybrid setups (iGPU + dGPU): macOS may prefer discrete GPU; you can configure:
    • To force iGPU: hide dGPU using device properties or disable it in BIOS.
    • To use dGPU for displays and iGPU for compute: complex and often unstable; doable with careful connector mapping and kexts.

Bootloader and configuration

  • Use OpenCore (recommended) or Clover (legacy). OpenCore provides more stable, reproducible results and better ACPI/kext handling.
  • Important OpenCore steps:
    • Proper ACPI patches/SSDTs for your board/CPU.
    • Kernel patches (if needed) and correct kext order (Lilu, WhateverGreen early).
    • DeviceProperties for framebuffer/ig-platform-id or connector patch data.

Troubleshooting checklist (quick)

  1. Confirm macOS version compatibility.
  2. Use IORegistryExplorer/boot logs to see if the iGPU is recognized and if acceleration is enabled (IOSurface or GFX driver messages).
  3. Install Lilu + WhateverGreen and verify kexts load early.
  4. Try known-good SMBIOS for Intel IGPU users.
  5. Adjust framebuffer/connector mapping; apply EDID overrides if needed.
  6. If black screen or no acceleration: test with framebuffer-id tuning or try platform-id injection.
  7. Monitor temps; fix CPU power-management if idle clocks stay high.

Resources & next steps

  • Use OpenCore and WhateverGreen guides for step-by-step patch examples (search for recent threads specific to UHD 770 + your macOS target).
  • Collect logs (boot.log, IORegistry) and the exact CPU/motherboard model for precise framebuffer suggestions.

If you want, provide CPU model, motherboard, macOS target, and whether you also have a discrete GPU and I’ll produce a tailored config checklist (SMBIOS choice, sample device properties, and framebuffer mapping).

The primary "feature" of an Intel UHD 770 Hackintosh setup is its ability to achieve full graphics acceleration (QE/CI) on modern macOS versions like Sequoia and Tahoe by "spoofing" the hardware.

Since macOS does not natively support the Intel Xe architecture used by the UHD 770 (found in 12th, 13th, and 14th Gen CPUs), users must trick the system into treating it as a supported older model, specifically the Intel UHD 630. Key Enabling Features

To get your UHD 770 working "hot" (with full Metal 3 support and acceleration), you need to implement specific DeviceProperties in your OpenCore config.plist:

Model Spoofing: You must set the device-id and AAPL,ig-platform-id to values that match a 10th-generation UHD 630. Look for iGPU frequency

Metal 3 Support: By correctly configuring the spoof, the iGPU can gain Metal acceleration, which is essential for smooth UI transitions and running modern apps.

VRAM Fix: Using tools like OpenCore Legacy Patcher (OCLP) or manual Dortania patching resolves the common issue where graphics memory only shows as 7 MB or 4 MB. Implementation Details

Community members on forums like Olarila have shared specific XML blocks to enable this feature: Value (Hex-Swapped Data) AAPL,ig-platform-id BwCbPg== Identifies the platform as a supported mobile/desktop device-id mz4AAA== Forces macOS to load enable-metal AQAAAA== Enables Metal acceleration for the spoofed hardware Critical Limitation

While this spoofing "feature" makes the iGPU functional, many users still find it "hot garbage" for high-performance tasks. For a truly "hot" and stable experience in 2026, experts from Dortania

and the Hackintosh subreddit strongly recommend using a supported AMD dGPU (like the Radeon RX 6600 Go to product viewer dialog for this item.

or 6000 series) instead of relying solely on the UHD 770 iGPU.

Here’s a review of the search/recommendation term "UHD 770 Hackintosh hot" — analyzing both the feasibility and the implied issues.

The CPU Requirement

You need a 12th Gen (Alder Lake) or 13th/14th Gen (Raptor Lake) CPU with the desktop UHD 770. Yes, the mobile version exists, but desktop is far easier.

  • Best value: i5-12600K, i5-13600K.
  • Overkill: i7-13700K, i9-13900K (the iGPU is the same UHD 770 regardless of CPU tier).
There's a lot of crap on the radio, but there's only one Crap From The Past.
Back to Top
eriejwg View Drop Down
Music Fan
Music Fan
Avatar

Joined: 10 June 2007
Location: United States
Status: Offline
Points: 148
Post Options Post Options   Thanks (0) Thanks(0)   Quote eriejwg Quote  Post ReplyReply Direct Link To This Post Posted: 15 July 2018 at 11:23am
Couldn't find any decent videos on YouTube of the 45
playing, but I think all of the 3:00 versions of
the song in the database actually run 1% faster than the
45.

Can anyone verify? Calling Mark Matthews.
John Gallagher
Erie, PA
Celebrating 29 years as a full-time wedding & special event DJ!
Back to Top
KentT View Drop Down
Music Fan
Music Fan


Joined: 25 May 2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote KentT Quote  Post ReplyReply Direct Link To This Post Posted: 15 July 2018 at 5:24pm
Agree with crapfromthepast that Rhino's Disco Years,
Volume 1 is the best digital source for this classic. This
CD sounds like it is sourced from lower generation tape
sources than the other options, and tastefully mastered.
I turn up the good and turn down the bad!
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.07
Copyright ©2001-2024 Web Wiz Ltd.

This page was generated in 0.188 seconds.