Contribute
Register

intel HD 4000 on 7 series mb (HM76) show 5mb VRAM!!!!!

Status
Not open for further replies.
Hi, I have the same problem, I have tried everything....

My laptop is a HP envy dv7 7203ss

ubuntu@ubuntu:~$ lspci -nn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation Panther Point MEI Controller #1 [8086:1e3a] (rev 04)
...
And when I type dmesg:

OSMetaClass: Kext com.apple.driver.AppleIntelFramebufferCapri class HDCPCtrl is a duplicate;kext com.apple.driver.AppleIntelSNBGraphicsFB already has a class by that name.
Kext com.apple.driver.AppleIntelFramebufferCapri start failed (result 0xdc00400a).
Kext com.apple.driver.AppleIntelFramebufferCapri failed to load (0xdc008017).
Failed to load kext com.apple.driver.AppleIntelFramebufferCapri (error 0xdc008017).
Couldn't alloc class "AppleIntelCapriController"

It appears to me you mistakenly used the "Intel graphics patch for mixed systems" in Multibeast...
 
It appears to me you mistakenly used the "Intel graphics patch for mixed systems" in Multibeast...

Maybe, I tried everything without success. What can I do now?
 
Ok,

I will reinstall mavericks again from zero and I'll tell you how it was.

Thank you so much
 
Ok,

I will reinstall mavericks again from zero and I'll tell you how it was.

Thank you so much

Please fix your profile before next post...

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx). For a laptop, these details are important and affect critical installation procedures.
 
Ok,

I have updated my profile and I have reinstalled mavericks on my laptop. But now, I have to boot with -x flag or remove the kext "AppleIntelHD*" and "AppleIntelF*", and it only has 64MB in both ways, as you can see in the screenshot, and it has many glitches. Could you help me?

Thank you much.
 

Attachments

  • Screen Shot 2014-07-23 at 16.55.48.png
    Screen Shot 2014-07-23 at 16.55.48.png
    82.3 KB · Views: 189
Yes, because I have both machines (laptop and desktop) and I updated it in the "other hardware" field. Anayway, I have update it again.

Thanks so much

Kind regards
 
Ok,

I have updated my profile and I have reinstalled mavericks on my laptop. But now, I have to boot with -x flag or remove the kext "AppleIntelHD*" and "AppleIntelF*", and it only has 64MB in both ways, as you can see in the screenshot, and it has many glitches. Could you help me?

Thank you much.

Use IGPlatformID=01660004. You may need to remove nvidia kexts or use nv_disable=1.
 
Use IGPlatformID=01660004. You may need to remove nvidia kexts or use nv_disable=1.

Hi, I have done that, but it still doesn't work, It has only 64MB.

This is my org.chameleon.Boot.plist

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot Banner</key>
<string>No</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Graphics Mode</key>
<string>1600x900x32</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>-v PCIRootUID=1</string>
<key>IGPlatformID</key>
<string>01660004</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>No</string>
<key>Timeout</key>
<string>2</string>
<key>Default Partition</key>
<string>hd(1,2)</string>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top