Contribute
Register

Samsung XE700T1A-A03US - HD3000 no graphics acceleration

Status
Not open for further replies.
Joined
Oct 28, 2010
Messages
20
Motherboard
Gigabyte Brix Pro (GB-BXi7-5775)
CPU
i7-5775R
Graphics
Iris Pro 6200
This is a tablet, I do not see a tablet section so this may not be in the right thread, I apologize. Ok.. I have been fighting this for a week and am in need of some help. I have been able to install and boot from system disk with clover and a dsdt. The dsdt was extracted by myself and patched by another user from another forum. I am successful in booting into OS X but am still plagued with no graphics acceleration. System profile says Intel HD3000 Display but VRAM only shows 3mb and there is obviously no QE/CI enabled. Any help would be greatly appreciated. Attached is everything in my EFI partition.
 

Attachments

  • EFI.zip
    18.2 MB · Views: 69
This is a tablet, I do not see a tablet section so this may not be in the right thread, I apologize. Ok.. I have been fighting this for a week and am in need of some help. I have been able to install and boot from system disk with clover and a dsdt. The dsdt was extracted by myself and patched by another user from another forum. I am successful in booting into OS X but am still plagued with no graphics acceleration. System profile says Intel HD3000 Display but VRAM only shows 3mb and there is obviously no QE/CI enabled. Any help would be greatly appreciated. Attached is everything in my EFI partition.

Attach ioreg as ZIP: 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.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
First output:
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y acpiplat
13 2 0xffffff7f82216000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y appleintelcpu
21 0 0xffffff7f81d8c000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 21E4FDDE-336B-3665-824B-A72C9DB45F31 <7 6 5 4 3 1>
28 0 0xffffff7f81d87000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 99C8A694-575D-32C8-B319-1BB8F5518D97 <7 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y applepc
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y applehda
81 1 0xffffff7f81ef8000 0x1e000 0x1e000 com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <80 79 34 12 7 6 5 4 3 1>
99 0 0xffffff7f82064000 0xb3000 0xb3000 com.apple.driver.AppleHDA (274.7) FE47EADA-C810-3253-BE41-0776D253D256 <98 82 81 80 79 34 12 11 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$

Second output:
Last login: Sat Apr 9 14:44:35 on ttys000
Christophers-MacBook-Air:~ christopherperkins$ sudo touch /System/Library/Extensions && sudo kextcache -u /
/ locked; waiting for lock.
Lock acquired; proceeding.
Christophers-MacBook-Air:~ christopherperkins$
 

Attachments

  • CLOVER.zip
    3.5 MB · Views: 46
  • Christopher’s MacBook Air.ioreg
    8.7 MB · Views: 94
First output:
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y acpiplat
13 2 0xffffff7f82216000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y appleintelcpu
21 0 0xffffff7f81d8c000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 21E4FDDE-336B-3665-824B-A72C9DB45F31 <7 6 5 4 3 1>
28 0 0xffffff7f81d87000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 99C8A694-575D-32C8-B319-1BB8F5518D97 <7 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y applepc
Christophers-MacBook-Air:~ christopherperkins$ kextstat|grep -y applehda
81 1 0xffffff7f81ef8000 0x1e000 0x1e000 com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <80 79 34 12 7 6 5 4 3 1>
99 0 0xffffff7f82064000 0xb3000 0xb3000 com.apple.driver.AppleHDA (274.7) FE47EADA-C810-3253-BE41-0776D253D256 <98 82 81 80 79 34 12 11 6 5 4 3 1>
Christophers-MacBook-Air:~ christopherperkins$

Second output:
Last login: Sat Apr 9 14:44:35 on ttys000
Christophers-MacBook-Air:~ christopherperkins$ sudo touch /System/Library/Extensions && sudo kextcache -u /
/ locked; waiting for lock.
Lock acquired; proceeding.
Christophers-MacBook-Air:~ christopherperkins$

Your use of FakeID is incorrect. And FakeID is not necessary with mobile HD3000.

See correct way to configure HD3000 in plists from the laptop guide: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html
 
Yeah, I've seen that. The only way i have been able to boot directly on tablet display is by putting something in the FakeID field for IntelGFX. Per your link it would appear I need to add something to the ig-platform-id? If thats the case can you point me in the direction as to how I might obtain that?
 
Yeah, I've seen that. The only way i have been able to boot directly on tablet display is by putting something in the FakeID field for IntelGFX. Per your link it would appear I need to add something to the ig-platform-id? If thats the case can you point me in the direction as to how I might obtain that?

It is not possible to make graphics work correctly using a bogus FakeID.

The config files provided by the guide have the correct settings.

ig-platform-id is not used by the HD3000 drivers.
 
I didn't say they were working correctly, what i said was that the only way i can boot to the tablet display is by putting something in the FakeID field for IntelGFX. Which is why Im trying to get assistance? You have successfully told me to read something and use a plist that i have already explained i have tried but am not getting to work. If anyone else would like to actually try and help me that would be appreciated.
 
I didn't say they were working correctly, what i said was that the only way i can boot to the tablet display is by putting something in the FakeID field for IntelGFX. Which is why Im trying to get assistance? You have successfully told me to read something and use a plist that i have already explained i have tried but am not getting to work. If anyone else would like to actually try and help me that would be appreciated.

Try the appropriate config.plist from the guide.
 
Since I have tried "the correct plist from the guid" and its not working, does anyone have a suggestion as to how I might get this working?
 
Since I have tried "the correct plist from the guid" and its not working, does anyone have a suggestion as to how I might get this working?

What is the issue? (eg. define 'not working').

Attach ioreg as ZIP: 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.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Status
Not open for further replies.
Back
Top