InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 10-20-2008, 07:36 PM
Winters Winters is offline
Puma
 
Join Date: Jul 2008
Location: Finland
Posts: 23
Updating from 10.5.2 to 10.5.5 video problems

Just installed and updated my Zephyroth 10.5.2 to 10.5.5. I had a bit of a problem when it restarted since there was no video output and the screen went to sleep mode. I restarted it second time with -v option and it was ok. Now when restarting it, I have the same problem. Do you have any suggestions?
Reply With Quote
  #2  
Old 10-20-2008, 09:49 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by Winters View Post
Just installed and updated my Zephyroth 10.5.2 to 10.5.5. I had a bit of a problem when it restarted since there was no video output and the screen went to sleep mode. I restarted it second time with -v option and it was ok.. now when restarting it, same problem..any suggestions?
When updating a Hacintosh, sometimes the video and audio "fixes" get "undone" or rather, revert back to their original state before the issue was fixed. You should restart using -x to enter safe mode so the video kernel extensions aren't loaded, then reinstall your video. Make sure if you are injecting kext files that they have the correct permissions... now you should be all set.

Reply With Quote
  #3  
Old 10-21-2008, 03:53 PM
Winters Winters is offline
Puma
 
Join Date: Jul 2008
Location: Finland
Posts: 23
Quote:
Originally Posted by nfoav8or View Post
When updating a Hacintosh, sometimes the video and audio "fixes" get "undone" or rather, revert back to their original state before the issue was fixed. You should restart using -x to enter safe mode so the video kernel extensions aren't loaded, then reinstall your video. Make sure if you are injecting kext files that they have the correct permissions... now you should be all set.
Hi nfoav8or!

Thanks for your reply! I did try to inject the video ktexts from Nvinject 0.2.0 which have previously worked with my GC but no success..I can still boot to Leopard but it just takes me a solid 3 to 4 minutes in which the screen goes into sleep mode..Anyway, Zephyroth Update utility works great and now I'm using 10.5.5. The delay in booting is no major deal..Thanks for your reply and my congrats to Zephyroth on the great utility. I used it to download and modify the pkgs and then installed them manually. The interface is clean and simple, much like Apple's UI. Keep up the good work!
Reply With Quote
  #4  
Old 10-22-2008, 09:42 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
hmmm. ok.. a few more helpful tips then...

NVinject 0.2.0 is an old injector. get the newest ones from http://nvinject.free.fr/downloads.php.

also, make sure you check the permissions of the kernel extensions that were just placed in the Extensions folder by running in Terminal:
Code:
sudo chmod -R 755 /System/Library/Extensions/ && sudo chown -R root:wheel /System/Library/Extensions/
or do what I do upon rebooting is to boot using the kernel flag -s and then
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -Rf Extensions.mkext
reboot
This will force the individual extensions to be separately loaded and make sure they have the proper permissions. (same thing as running permission fix in Terminal and booting with -f)


EDIT: have you thought of trying EFI out?

Reply With Quote
  #5  
Old 10-22-2008, 06:01 PM
Winters Winters is offline
Puma
 
Join Date: Jul 2008
Location: Finland
Posts: 23
Hei there!

Thanks for your tips. I did as you said but no deal. I even used the nvinject installer and fixed the permissions with disk utility but nope..I have been reading around and it seems that not even the newest version of Nvinject is working. Maybe I ll just wait a bit longer to see if new drivers come up..I had thought about EFI but then again I would rather save up the money and buy a real Mac, which will happen sooner or later! But really..thanks for ur help and time! You and all the guys here at InfiniteMac!


Quote:
Originally Posted by nfoav8or View Post
hmmm. ok.. a few more helpful tips then...

NVinject 0.2.0 is an old injector. get the newest ones from http://nvinject.free.fr/downloads.php.

also, make sure you check the permissions of the kernel extensions that were just placed in the Extensions folder by running in Terminal:
Code:
sudo chmod -R 755 /System/Library/Extensions/ && sudo chown -R root:wheel /System/Library/Extensions/
or do what I do upon rebooting is to boot using the kernel flag -s and then
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -Rf Extensions.mkext
reboot
This will force the individual extensions to be separately loaded and make sure they have the proper permissions. (same thing as running permission fix in Terminal and booting with -f)


EDIT: have you thought of trying EFI out?
Reply With Quote
  #6  
Old 10-22-2008, 07:30 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
before you give up on EFI, search through the forum and have a look at some of the posts regarding it. EFI is a good way to make your card work natively with the OS as it doesn't require an injector... its simply a hex string that gets placed in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist.




EDIT: I moved the posts to a new thread so it doesn't get too far of topic in the old one.


Last edited by nfoav8or; 10-22-2008 at 07:35 PM.
Reply With Quote
  #7  
Old 10-22-2008, 07:41 PM
Winters Winters is offline
Puma
 
Join Date: Jul 2008
Location: Finland
Posts: 23
I will have a look at EFI string then. At least it is something to keep my mind away from exams!
Cheers!
Reply With Quote
  #8  
Old 10-22-2008, 07:49 PM
Voyn1x's Avatar
Voyn1x Voyn1x is offline
 
Join Date: Jan 2008
Location: United Kingdom
Posts: 554
I think this problem happened to many users after updating to 10.5.3+. This might help you get your display back:

Quote:
Originally Posted by Krazubu at InsanelyMac
Many people with nVidia lost QE/CI after the 10.5.3 update.
The way to bring it back is very simple :

- Open the info.plist of the injecter (/system/library/extensions/xxxx.kext/contents/info.plist)

- Find the line with :
QUOTE
<key>IOProbeScore</key>
<integer>XXXX</integer>

- Replace that number with 0

- Save to desktop, move the file back over the original one, overwrite (you'll need to authenticate)

- Launch the terminal and type those 3 lines to repair permissions :
QUOTE
sudo chown -R root:wheel /system/library/extensions
sudo chmod -R 755 /system/library/extensions
sudo rm /system/library/extensions.mkext

You can now exit and reboot, QE/CI will be back
There are more possible solutions over at the source. Otherwise you could try the NVKush drivers which have worked for a lot of people

Mac OS X 10.6.4 Retail || Intel Core2 Duo E8200 2.66GHz || Gigabyte G31M-ES2L || GeForce 6600 GT 128MB || Realtek ALC883 Audio || Realtek RTL8169 LAN || Samsung SpinPoint F1 1TB HD || Sony Dual Layer IDE DVD RW DW-D22A || Apple Aluminium Keyboard || Mighty Mouse

MacBook Pro || 2.4Ghz Core 2 Duo || 200Gb HD || 2Gb Ram || NVIDIA GeForce 8600M GT

iPhone 4 || 16Gb
Reply With Quote
  #9  
Old 10-22-2008, 07:49 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Thats the spirit! I hated exams too. procrastinated and procrastinated (and still graduated)

have a look at this thread

it should help get you started at least.

Reply With Quote
  #10  
Old 10-25-2008, 08:06 PM
Winters Winters is offline
Puma
 
Join Date: Jul 2008
Location: Finland
Posts: 23
Thumbs up Hi again guys!

Thanks for all the suggestions! I spent some time last night working on the problem and I tried your tips. I managed to get QE/CI back by changing the Nvinject ktext to Nvinject.kext.old and installing Nvkush... reboot and it worked. The delay on startup remains tough..not to worry. I'm going to get a test partition and try to get to the bottom of that problem.. but after the exams are over! Big thanks once again!



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


AMD Athlon X2 64 3800 || Asus M2NPV-VM || 1.5 GB 667 MHz DDR2 || 40 GB WDC WD400JB || Samsung CD/DVDW SH-S182D || Asus GeForce 7200 GS 256MB -- Zephyroth 10.5.2 Rev 2 Updated to OS X 10.5.5
Reply With Quote
Reply