InfiniteMac OSx86  
  #51  
Old 09-25-2009, 11:40 PM
mrstimpy mrstimpy is offline
Cheetah
 
Join Date: Aug 2009
Posts: 9
Quote:
Originally Posted by slic View Post
Hi,
yes in nbooks with quadro isn't needed DSDT.

There is 2 ways:
1) Install from bootable usb/external disk or BOOT 132
2) Installation from Leopard (easier way - you can install all kexts from leo to snow )
I did method 2 and worked like a charm. Only thing is that BSD.pkg does not get properly installed on the receipts DB.

What this causes is that you cannot run Disk Utility app on Snow Leopard installation drives. This can get worked around by installing BSD.pkg from your SL installation DVD.

Hope it help you guys!

Cheers!
Reply With Quote
  #52  
Old 09-25-2009, 11:49 PM
mrstimpy mrstimpy is offline
Cheetah
 
Join Date: Aug 2009
Posts: 9
Quote:
Originally Posted by airwalk776 View Post
hello everyone...Quadro NVS 135M tried GFX string, nvkush, natit, nvinject, nothing seems to enable QE/CI. I get resolutions but dvd player errors out and dont get the ripple effect in dashboard so I know for sure that QE/CI is not enabled.

Any ideas ?

thanks

@airwalk776 and all others with problems with Quadro NVS:

Guys, the Natit package works really well OOTB...

If it doesn't you need to troubleshoot in the usual ways:

  1. Remove all injectors from /Extra/Extensions and /System/Library/Extensions or your Extensions.mkext and GFX EFI strings from all Boot.plist files.
  2. Use kexthelper to install Natit.kext

This should work fine with no extra troubles, unless you have mess it up somewhere before.

Hope it helps!

Cheers!
Reply With Quote
  #53  
Old 09-26-2009, 08:40 PM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
Small update #6
AppleAcpiBatteryManager updated to 64BIT version! Download it now!!
Reply With Quote
  #54  
Old 09-27-2009, 09:35 AM
achtung achtung is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
Hi slic,

first thanks for the effort. I own a d630/intel gma x3100 and I also get a black screen with backlight on instead of the actual screen.

I there a way to get the source version of the dsdl.aml file? So I could compare it to my version I compiled myself.

Or even better, what patch was applied to get the x3100 working for you?

Thanks.
Reply With Quote
  #55  
Old 09-27-2009, 11:02 AM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
Quote:
Originally Posted by achtung View Post
Hi slic,

first thanks for the effort. I own a d630/intel gma x3100 and I also get a black screen with backlight on instead of the actual screen.

I there a way to get the source version of the dsdl.aml file? So I could compare it to my version I compiled myself.

Or even better, what patch was applied to get the x3100 working for you?

Thanks.
Hi,
I have DSDT.aml from my pack and works perffectly ;-)

Use DSDT PATCHER GUI and compile new on your osx86 ;-)
(DSDT PATCHER GUI have auto optimization). Download here http://tr.im/zSBh

btw. don't forget boot with kernel flag (32bit): arch=x86
X3100 Currently no have yet 64bit kexts

Last edited by slic; 09-27-2009 at 11:08 AM.
Reply With Quote
  #56  
Old 09-27-2009, 02:50 PM
achtung achtung is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
Quote:
Originally Posted by slic View Post
Hi,
I have DSDT.aml from my pack and works perffectly ;-)

Use DSDT PATCHER GUI and compile new on your osx86 ;-)
(DSDT PATCHER GUI have auto optimization). Download here http://tr.im/zSBh

btw. don't forget boot with kernel flag (32bit): arch=x86
X3100 Currently no have yet 64bit kexts
Thanks for the quick reply. I know I have to use the 32bit kernel and i know how to use dsdt patcher/iasl compiler but when I use your dsdt or my selfcompiled version I always end up with a quick grey desktop (so the graphics are somehow working, the kernel extensions get loaded) but after that the screen is black with backlight on.

Btw., do you get this messages at startup?

Warning - kext com.apple.driver.AppleIntelGMAX3100FB has immediate dependencies on both com.apple.kernel* and com.apple.kpi.* components; use only one style.
Warning - kext com.apple.driver.AppleIntelGMAX3100 has immediate dependencies on both com.apple.kernel* and com.apple.kpi.* components; use only one style.
IG: Invalid firmware max backlight setting
IntelMemory::init
IntelMemory::init
InitPool: offset= 0x08000000 size = 0x08000000

What bios version do you use? Do you use some kind of smbios.plist? Do you do something special to your dsdt? I mean the patcher only takes care of some minor issues and hpet and real time clock (rtc). besides that it does nothing to get your graphics working! I tried to remove the complete agp parts but that didn't work either. After this i'm stuck with a complete black screen...

Last edited by achtung; 09-27-2009 at 03:01 PM.
Reply With Quote
  #57  
Old 09-27-2009, 03:10 PM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
hmm..

yes this messages i have too

i using smbios.plist in /Extra >
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$
<plist version="1.0">
<dict>
   <key>SMmanufacter</key>
   <string>Apple Inc.</string>
   <key>SMproductname</key>
   <string>MacBook3,1</string>
   <key>SMserial</key>
   <string>W8813QJ5Y55</string>
</dict>
</plist>
My bios version is A04,
dsdt is generated by dsdtpatchergui no another modifications

Last edited by slic; 09-27-2009 at 03:23 PM.
Reply With Quote
  #58  
Old 09-27-2009, 03:37 PM
achtung achtung is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
Quote:
Originally Posted by slic View Post
hmm..

yes this messages i have too

i using smbios.plist in /Extra >
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$
<plist version="1.0">
<dict>
   <key>SMmanufacter</key>
   <string>Apple Inc.</string>
   <key>SMproductname</key>
   <string>MacBook3,1</string>
   <key>SMserial</key>
   <string>W8813QJ5Y55</string>
</dict>
</plist>
My bios version is A04,
dsdt is generated by dsdtpatchergui no another modifications
Ok, maybe thats the reason a04 is old. i currently use a15. maybe you get a different dsdt with this bios version. Could you upload the uncompiled version of dsdtpatchergui? it is in the session folder of the application. then i could make a diff and see if there is something different. the smbios.plist did nothing for me

Well, downgrade to a04 didn't work either... i think i will give up for now

Last edited by achtung; 09-27-2009 at 04:11 PM.
Reply With Quote
  #59  
Old 09-27-2009, 10:12 PM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
Quote:
Originally Posted by achtung View Post
Ok, maybe thats the reason a04 is old. i currently use a15. maybe you get a different dsdt with this bios version. Could you upload the uncompiled version of dsdtpatchergui? it is in the session folder of the application. then i could make a diff and see if there is something different. the smbios.plist did nothing for me

Well, downgrade to a04 didn't work either... i think i will give up for now
Yes,yes i now. A04 too old. Here is my dsdt compliation session
http://ul.to/ndseqf
Reply With Quote
  #60  
Old 09-29-2009, 01:24 PM
lvefferen lvefferen is offline
Cheetah
 
Join Date: Sep 2009
Posts: 3
The DSTS.aml file in the pack is not working for me too. al I get is half a screen. with to me really looks distorted, I see the welcome movie. (well half of it). getting the same error messages as achtung. could someone drop me a line?



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote