Jump to content

ducnc

Members
  • Posts

    2
  • Joined

  • Last visited

Contact Methods

ducnc's Achievements

Private

Private (2/17)

0

Reputation

  1. Thanks for your great support. I'll buy a mini-HDMI to VGA Adapter to connect with my Projector.
  2. Hi there, My laptop has only mHDMI port, so i want to use VGA Port. I've patch AppleIntelSNBGraphicsFB.kext with the folowing binary, but i doesn't work Fix 1 01 02 04 00 10 07 00 00 10 07 00 00 // vanilla: nb of connectors -> "04" 05 03 00 00 02 00 00 00 30 00 00 00 // vanilla: laptop's own LCD display 02 05 00 00 00 08 00 00 06 00 00 00 // patched: HDMI display port (built-in port) 06 02 00 00 00 04 00 00 09 00 00 00 // patched: VGA display port (built-in + docking-station port) 04 06 00 00 00 04 00 00 09 00 00 00 // vanilla: DVI display port (docking-station port) Fix 2 01 02 03 00 10 07 00 00 10 07 00 00 // 3 Connectors (built-in LVDS + HDMI + VGA) 05 03 00 00 02 00 00 00 30 00 00 00 // LVDS 03 04 00 00 00 08 00 00 06 00 00 00 // HDMI 06 02 00 00 00 01 00 00 09 00 00 00 // VGA (port number set to 09) 00 00 00 00 00 00 00 00 00 00 00 00 // NONE When the OS booted, it seem the kext doesn't load. I checked it by this command: "kextload | grep SNB" and nothing to show. Any suggest for me? PS: my laptop details in my signature.
×
×
  • Create New...