Contribute
Register

Clevo W230SS - No HDMI video out

Status
Not open for further replies.
config.plist is wrong? I don't understand, since my osx work well with this plist~:crazy:
 
config.plist is wrong? I don't understand, since my osx work well with this plist~:crazy:

If it was working well, you wouldn't be asking why your graphics aren't working properly.
 
Maybe I haven't made myself clear~, yeap, now my laptop was well, the only problem was HDMI video output.

My HD4600 was driven successfully by your wonderful job (FakePCII project), and i mention that HDMI audio problem should be fixed first, So i patched HDAU, and 7mb come.

Follow every step as the guide said, still need tutorial~:rolleyes:
 
Maybe I haven't made myself clear~, yeap, now my laptop was well, the only problem was HDMI video output.

My HD4600 was driven successfully by your wonderful job (FakePCII project), and i mention that HDMI audio problem should be fixed first, So i patched HDAU, and 7mb come.

Follow every step as the guide said, still need tutorial~:rolleyes:

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Yes. That's a good place to start (one at a time). You can do a search/replace on the header data:

Code:
Find: 0600 260a 0103 0303 0000 0002 0000 3001 0000 6000 0000 0060 d90a 0000 d90a 0000 0000 0000 0000 0000
Repl: 0600 260a 0103 0303 0000 0002 0000 3001 0000 6000 0000 0060 d90a 0000 d90a 0000 0000 0000 0000 0000

Modify the data in Repl to match the data in 0xd260007 one by one...

There is also some data that is different at the end of the framebuffer config:

Code:
0xd260007
1e03 0000 0505 0900 0400 0000 0000 0000 0000 0000 0000 0000

0xa260006
0f00 0000 0101 0000 0400 0000 0000 0000 0000 0000 0000 0000

We don't know what all the data means...
When you attempt to launch the edited AppleIntelFrameBufferAzul.sh gives me syntax error configuration the same as the Clevo system el capitan 10.11.6 please help.
 
Status
Not open for further replies.
Back
Top