A
A
Alex2015-02-11 00:09:57
Iron
Alex, 2015-02-11 00:09:57

Multiple monitors not working on hackintosh, what should I do?

Good night gentlemen.
I used the hack for a year, there were no problems. Two monitors worked and everything is ok.
I decided to assemble a new hack, and opachka - does not work.
Actually, the hackintosh starts with one monitor and only like this:
-v kext-dev-mode=1 nvda_drv=1 -f GraphicsEnable=1
Without the -f switch, it doesn't want to work. Well, that's okay.
I'm not picky, I can prescribe the keys.
The problem is that if we connect a second monitor, then we either get a panic, or both monitors go to sleep just before the login. Unable to wake up.
The second VGA monitor with an adapter to DVI
Well, now the hardware itself.
Intel Core i-5 4690k
GF GTX 960
ASUS Z97M
SSD KINGSTONE 120gb
Can anyone help or point me in the right direction so that the second monitor would work =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergeyj, 2015-02-11
@sensus

Install clover.
Next, edit the config

<key>Graphics</key>
  <dict>
    <key>GraphicsInjector</key>
    <true/>
    <key>Inject</key>
    <dict>
      <key>ATI</key>
      <false/>
      <key>Intel</key>
      <false/>
      <key>NVidia</key>
      <true/>
    </dict>
  </dict>

<key>Boot</key>
  <dict>
    <key>Arguments</key>
    <string>-v npci=0x3000 nvda_drv=1 kext-dev-mode=1 GraphicsInjector=Yes</string>
    <key>Debug</key>
    <false/>
    <key>DefaultVolume</key>
    <string>Flash</string>
    <key>Legacy</key>
    <string>PBR</string>
    <key>Secure</key>
    <false/>
    <key>Timeout</key>
    <integer>5</integer>
    <key>XMPDetection</key>
    <false/>
  </dict>

If after a couple of restarts the second monitor did not work, then boot the system and when you log in, plug in the cable of the second monitor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question