Contribute
Register

After QE/CI HD4600 getting Glitches

Status
Not open for further replies.
use one from the laptop guide and enable the parts you need
OMG, it worked! I'm now do not have these anoying Glitches! Thank you so much!

But the sound is still not working. :/

I tested if a second Display might work via HDMI, but unluckly no. When I plug the HDMI cable in, the Display of my Laptop gets black and the 2nd Display says "Check your Video connection" then it goes to standby and when I unplug it from my Laptop, the blackscreen stays so, untill I restart it.

By the way, Sleep does not work either, but it's not so necessary like sound and the 2nd Display to work.

Thank you in advance. :)
 

Attachments

  • debug_7416.zip
    3.4 MB · Views: 139
OMG, it worked! I'm now do not have these anoying Glitches! Thank you so much!

But the sound is still not working. :/

I tested if a second Display might work via HDMI, but unluckly no. When I plug the HDMI cable in, the Display of my Laptop gets black and the 2nd Display says "Check your Video connection" then it goes to standby and when I unplug it from my Laptop, the blackscreen stays so, untill I restart it.

By the way, Sleep does not work either, but it's not so necessary like sound and the 2nd Display to work.

Thank you in advance. :)
in your config.plist:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

you might try to enable those (remove the #) for your audio

you may also need to experiment with the framebuffer above that section to enable hdmi

regarding sleep
hibernatemode should be set to 0
 
So to enable those I need only to remove the # everythere (in 4 places)?
yes
I read about it and as I understand, I have to patch it with some numbers, or would the Azul kext do it for me? https://github.com/toleda/graphics_Intel_framebuffers/tree/master/HD4600+-Azul Edit
or you can use hackintool
 

Attachments

  • debug_828.zip
    3 MB · Views: 116
Unluckly after enablig it, still no Audio. :/

If I would use Hackintool, do I need to do all that? https://www.tonymacx86.com/threads/guide-intel-framebuffer-patching-using-whatevergreen.256490/ I'm asking, because when I disabled it, I got these glitches.
try enabling them:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>
 

Attachments

  • debug_22308.zip
    3.5 MB · Views: 116
Status
Not open for further replies.
Back
Top