InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #201  
Old 07-21-2012, 05:13 PM
felipeunix felipeunix is offline
Jaguar
 
Join Date: Apr 2012
Posts: 45
Hello!

new kernel + amd_insn_patcher = all problems solved for me

Thank you R:A:W:X86




I'm using VoodooPower, you too?
--> Here are switching stages very well, but the turbo core I do not think it works right?

--> Is there any way to switch the fancy name that appears on the processor? only to not get the same aesthetic as "unknown." it is possible to change this?

---> The kext that is with the patch, ("IOHIDFamily_nointervalcheck.kext.zip") is always necessary to use, or only in some particular case?

Last edited by felipeunix; 07-21-2012 at 05:54 PM.
Reply With Quote
  #202  
Old 07-22-2012, 12:43 AM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Quote:
Originally Posted by hhxq View Post
first i should say thank you for all your work. i have tried to install 10.7.4 in my AMD machine for more than two months. and i don't know how to compile the x86_64 source to a kernel. does your newest kernel (release in 7-18) need to be complied if i would like to run a 64-bit app. PS: i am a Chinese, my english is poor. but i hope you can understand that.
Again: No working 64-Bit Kernel.
In OS X no 64-Bit Kernel - but SSSE3 instruction set capable CPU (Lion) - is needed for running 64-Bit applications.

Quote:
Originally Posted by felipeunix View Post
I'm using VoodooPower, you too?
--> Here are switching stages very well, but the turbo core I do not think it works right?
I had to remove some old routines from the Kernel patch that had been causing problems during boot. Missing these may cause tsc sync problems, while stepping with that kext - those routines are way old and may no longer be needed in latest VoodoPower provided by AnV - I am not sure though... use with care.

Quote:
Originally Posted by felipeunix View Post
--> Is there any way to switch the fancy name that appears on the processor? only to not get the same aesthetic as "unknown." it is possible to change this?
You could use
Code:
<key>SMcputype</key>
 <string>1281</string>
Macintosh used CPU names only of course, i.e. 1281 will report an Quad-Core Xeon...

Quote:
Originally Posted by felipeunix View Post
---> The kext that is with the patch, ("IOHIDFamily_nointervalcheck.kext.zip") is always necessary to use, or only in some particular case?
That kext is unrelated to the amd_insn_patcher.
It fixes some check that causes boot hang at No interval found for . Using 8000000 - otherwise not needed.

AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project

Last edited by R:A:W:X86; 07-22-2012 at 12:50 AM.
Reply With Quote
  #203  
Old 07-22-2012, 09:27 AM
sulphide sulphide is offline
 
Join Date: Dec 2009
Posts: 37
One issue remains... font rendering is wrong in some apps.

Last edited by sulphide; 07-22-2012 at 09:35 AM.
Reply With Quote
  #204  
Old 07-22-2012, 12:25 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Quote:
Originally Posted by sulphide View Post
One issue remains... font rendering is wrong in some apps.
Can you describe with more details, what the problem is?

AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project
Reply With Quote
  #205  
Old 07-22-2012, 12:36 PM
sulphide sulphide is offline
 
Join Date: Dec 2009
Posts: 37
Quote:
Originally Posted by R:A:W:X86 View Post
Can you describe with more details, what the problem is?


this happens only to third-party apps, as i can see... all native apps look as they should.

ps not all third-party apps, opera e.g. looks good.

Last edited by sulphide; 07-22-2012 at 12:42 PM.
Reply With Quote
  #206  
Old 07-22-2012, 12:40 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Be sure to patch dyld & libsystem_kernel.dylib only - do not touch any other files in /usr/lib with amd_insn_patcher

AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project
Reply With Quote
  #207  
Old 07-22-2012, 03:35 PM
gils's Avatar
gils gils is offline
Panther
 
Join Date: Dec 2011
Posts: 194


@ R:A:W:X86


hello,

I went further in my tests, everything works perfectly in 32 bit, I no longer applicable QuickTime bug (video capture) works as well as everything else, I installed my HD 4850 1GB (HDMI / VGA / DVI) I only have DVI, it is already well 1280x1024x32 @ 75 hz Halleluya!

I encounter the problem of the network, regardless of the network card used, can not establish the connection (dlink 528 tx / rtl 8139 on the motherboard)

With kernel Dimitrk, but it works fine with your last kernel 11.4, impossible to make them work.











Macmini early 2006 /blanGsak 10.7.2
Acer 8930 G / core2duo T6500 / NV 9600 GS m / Lion 10.7.3 / ML 10.8.2 / w7/8
Asus M5A97pro / FX 8350 / Asus HD 7950 CUII v2
GA-78LMT SP2 / FX 6100 / P x4 960t / Sapphire HD 4850 1024
MSI K9neo v1 / Atlon 4800+/ Gigabyte HD 5450 512
test kernel 12.0 AMD

Tuto : http://www.hack-my-mac.fr/index.php/...fx-buldo#28896

CG opérationnelle : HD 5450 512 / HD 4850 1 / GT 610
Reply With Quote
  #208  
Old 07-22-2012, 04:23 PM
sulphide sulphide is offline
 
Join Date: Dec 2009
Posts: 37
Quote:
Originally Posted by R:A:W:X86 View Post
Be sure to patch dyld & libsystem_kernel.dylib only - do not touch any other files in /usr/lib with amd_insn_patcher
Thanks, i forgot to unpatch libSystem.B.dylib... now unpatched and the problem has gone.
Reply With Quote
  #209  
Old 07-23-2012, 06:03 AM
felipeunix felipeunix is offline
Jaguar
 
Join Date: Apr 2012
Posts: 45
Just to compare staff performance with the latest kernel.

Share your friends!

Reply With Quote
  #210  
Old 07-23-2012, 12:10 PM
misterfrista misterfrista is offline
Puma
 
Join Date: May 2012
Posts: 21
//Update

With a fresh 10.7.4 install and only the two dyld´s patched manually the new kernel runs quite perfect! Yesterday I tested the kernel for about 2 hours without any issues. Copying, authorization, Appstore etc. pp. works fine!!

Thanks alot R:A:W:X86




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

Reply With Quote
Reply