![]() |
|
#1
|
|||
|
|||
walterav// I use following kexts in my E/E
AD1988b.Fix.kext fakesmc.kext NullCPUPowerMangement.kext PlatformUUID.kext SleepEnabler.kext OSXRestart.kext After I install this bootloader, I remove OSXRestart.kext from my E/E and I put 'RestartFix=YES' in com.apple.Boot.plist. Am I doing righr? Is there another Fix that i have to ? Thank you for your help. |
#2
|
|||
|
|||
Quote:
BTW restart was always working for me except after sleep/wake also without OpenHaltRestart.kext, just shutdown was the problem in the old days which was fixed by OpenHaltRestart.kext... Last edited by walterav; 02-09-2010 at 10:06 PM. |
#3
|
|||
|
|||
Try this
My friend gave me a hint about DSDT patch for sleep.
I try it. It works perfect. Now I have only two kexts (fakesmc.kext & AD1988bFix.kext) in E/E. Restart, Sleep/Wake, Shutdown, Restart after sleep/wake all is good. This is the hack for sleep. At the end of the _WAK method, this must be added: code: Quote:
![]() code: Quote:
Good luck !! Last edited by kjun5huo; 02-12-2010 at 05:12 PM. |
#4
|
|||
|
|||
Quote:
Hibernate: Hibernate works for me after creating a sleepimage first in terminal "make sure secure virtual memory is disabled in System Preferences > Security". Download the deepsleep widget. http://deepsleep.free.fr/deepsleep_1.1.zip # leopard only... Code:
sudo pmset -a hibernatemode 1 #creates image file, hibernate works without widget, no STR3 anymore. #restart and test if hibernate indeed works sudo pmset -a hibernatemode 3 #restores to both STR3 and hibernate #restart and test if STR3 sleep again works BTW kjun5huo could you edit your post and put the DSDT between CODE quotes. It makes it easier to read ![]() Last edited by walterav; 02-12-2010 at 10:43 AM. |
#5
|
|||
|
|||
Thank you for your reply
Sorry for my lousy posting.
I don't know how to code quote ![]() ![]() ![]() |
#6
|
|||
|
|||
Hi guys..
Please I need some help to set my video card 9800GT to work with dual monitor display. At the beginning I just add the GraphicDisplay string to run and QE/CI was working, no dual monitor.. So I used the Lancetou advice with Osx86 universal install to inject an EFI string (I used the 8800GT because 9800 was not in the list, but as I know the hardware is the same). Now I can read the config of my graphic right.. but still my dual monitor don't work. I have the firdt monitor on the nearest plug and an apple adapter DVI-S-video to trough the second DVI to connect my TV; I can find the double monitor setting but when I check it I just have a "sandy" resolution on first monitor and no signal on second plug. I use no kext or patch but the realtek wifi in the system, Chamaleon 2 mounted. Sorry for my english ![]() Thanks in advance... My sys: MB Asus P5k-e wifi CPU Q6600 Graph Nvidia 9800GT SO 10.6.2 Snow |
#7
|
|||
|
|||
Quote:
I know the DVI to s-video works great on ATI hd2600xt and 1900xt. |
#8
|
|||
|
|||
Quote:
![]() BTW also the s-video native plug on my Nvidia does not work... I will post the results.. cheers UPDATE : You where right... The apple adapter is not compatible with Nvidia cards! I used a DVI-VGA adapter on my second plug and works. BTW is working also in extended desktop (not only in clone mode as I read on some Snow forum) So I bought a VGA-Svideo adapter for 1.99 and hope that the trick will work! As soon I receive all the stuff I will post the results, cheers My sys: MB Asus P5k-e wifi CPU Q6600 Graph Nvidia 9800GT SO 10.6.2 Snow Last edited by swamijivan; 02-26-2010 at 11:31 AM. |
#9
|
|||
|
|||
Quote:
|
#10
|
|||
|
|||
A fews week ago I installed 10.6.2 using this guide. After a day or two everything was okay (most problems were related to getting QE/CI to work on my gtx275). So first: thanks to all contributors of this thread.
Not all dsdt patches were applied so I still have some shutdown irregularities. Today my hack went to sleep and gfx card fans went spinnging full speed. I held down the power button for five seconds to make it reboot. But during reboot i gets stuck now. Starting up using safe/verbose mode reports that it enters fsck_hfs and it doens't progress after ** Checking catalog file. I tried repairing it through disk utility on a macbook but everything seems ok from there. then i tried fsck -fy /dev/diskXsX in terminal this is the output Quote:
Last edited by mecanoiz; 03-01-2010 at 09:32 PM. |