Jump to content

nVidia Geforce Go 7600 - Sony Vaio - Lion


Kaylie52
 Share

5 posts in this topic

Recommended Posts

Hi there.

 

I've been scouting the forums for a good couple days, googling and I've finally given up and I'm now asking for help.

 

I've gotten so far that the OS now knows that It is a GeForce Go 7600, however I still have no display options.

 

I read in a very old thread from 10.5 that people with vaios had issues getting the internal display of their laptops working with the go series. I've not found much that has helped.

 

Is anyone here able to come up with any suggestions? I'd really appreciate it.

 

JlE9ruB.png

Link to comment
Share on other sites

I'm not sure If I'm doing something wrong. But I can't seem to get Darwin Dumper to open. I've tried several different versions.

 

Here is the extras folder anyway, I'm going to have to get back to you on the darwin report. 

 

Edit: graphics enabler didn't help.

 

zsUuB82.png

Link to comment
Share on other sites

Correct Value PCIRootUID:find the correct PCIRootUID value:  open terminal app and copy past the code an enter:   ioreg -l | grep -15 "AppleACPIPCI" | grep "_UID"

   

| | |   "_UID" = "0"

 

 

put this flag in your boot.plist

 
<key>PciRoot</key>
<string>0</string>
 
configure your boot.plist like this
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DSDT</key>
<string>/Extra/DSDT.aml</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1440x900x32</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000</string>
<key>KeyLayout</key>
<string>mac-es</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>PciRoot</key>
<string>1</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
<key>SystemId</key>
<string></string>
<key>SystemType</key>
<string>2</string>
<key>Themes</key>
<string>Default</string>
<key>Timeout</key>
<string>5</string>
<key>USBBusFix</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>UseNvidiaROM</key>
<string>Yes</string>
<key>VBIOS</key>
<string>Yes</string>
<key>Wake</key>
<string>Yes</string>
</dict>
</plist>

 

 

 

Edit: use app Kext Wizard to repairpermissions/rebuildcaches/reboot

Link to comment
Share on other sites

 Share

×
×
  • Create New...