Contribute
Register

how to get HDMI to change resolutions

Status
Not open for further replies.
Joined
Nov 15, 2011
Messages
18
Motherboard
ga-h67n-usb3-b3
CPU
2500k
Graphics
hd3000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi, I've built the CustoMac Mini 2011 using the Gigabyte GA-H67N-USB3-B3 logic board and the i5-2500k cpu.

When I plug in my hdmi cable in either port 1 or port 2 I only get 1028 x 768. I have installed the Macbook Pro 8,1 also. Am I supposed to install something else to get the video to work properly.
 
Well I finally got it to work;

Upgrade BIOS to F7 with HDMI Audio
Install DSDT from database
locate and change the "Device (IGD0) with the following code from pippox0 in the post http://www.tonymacx86.com/viewtopic.php?f=15&t=36335

THX a bunch

Code:
Device (IGD0)
            {
                Name (_ADR, 0x00020000)

                Method (_DSM, 4, NotSerialized) 
                {

                Store (Package (0x06)
                  {
                      "AAPL,snb-platform-id", Buffer (0x04)  {0x00, 0x00, 0x01, 0x00 }, 
                      "hda-gfx", Buffer (0x09) {"onboard-2"},
                      "device-id", Buffer (0x04) {0x16, 0x01, 0x00, 0x00}
                  }, Local0)
                  DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                  Return (Local0)
              }

       OperationRegion (IGDP, PCI_Config, 0x40, 0xC0)
 
Status
Not open for further replies.
Back
Top