BCBoy1 Posted February 7, 2016 Share Posted February 7, 2016 Hi All! El capitan installed AMD Athlon II X4 640 processor, has no problem with this green icon FX-6300 and compared the differences between the X4 640 "sysctl -a" AMD Athlon II X4 640 kernel = "10.11.2-AMD_6" AMD FX-6300 kernel = "10.11.2-AMD_6AAAB_no_SSEPlus" i think The difference is underlined and boxed no AMD X4 640 Maybe you can help create new kernel. 2 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 7, 2016 Share Posted February 7, 2016 Hi All! El capitan installed AMD Athlon II X4 640 processor, has no problem with this green icon FX-6300 and compared the differences between the X4 640 "sysctl -a" AMD Athlon II X4 640 kernel = "10.11.2-AMD_6" AMD FX-6300 kernel = "10.11.2-AMD_6AAAB_no_SSEPlus" i think The difference is underlined and boxed no AMD X4 640 Maybe you can help create new kernel. The things reporting as 0 mean that they are not ON/exist on the processor. Can someone test if this boots (FX only) please, if it does I suspect that it should have way more artifacts. xnu-3248.20.55-mtrr.zip 1 Link to comment Share on other sites More sharing options...
BCBoy1 Posted February 7, 2016 Share Posted February 7, 2016 The things reporting as 0 mean that they are not ON/exist on the processor. Can someone test if this boots please, if it does I suspect that it should have way more artefacts. It does not full desktop me, and freezes the system Unfortunately, striped Monitor 1 Link to comment Share on other sites More sharing options...
spakk Posted February 7, 2016 Author Share Posted February 7, 2016 This morning, can not working and building kernels with my hackintosh, we have guests in the house. will have until tonight access to my system, unfortunately. 1 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 7, 2016 Share Posted February 7, 2016 It does not full desktop me, and freezes the system Unfortunately, striped Monitor Yeah it was a long shot, does this one do the same thing? mtrrV2 - rehash some old Apple code mtrrV3 - Full PAT support (original PAT edit has support with the lower four entries) mtrrv4 - No PAT support (which I think will have the same results as mtrr[V1] I posted previously) xnu-3248.20.55-mtrrV2.zip xnu-3248.20.55-mtrrV3.zip xnu-3248.20.55-mtrrV4.zip 1 Link to comment Share on other sites More sharing options...
spakk Posted February 7, 2016 Author Share Posted February 7, 2016 can someone report the results to the first kernel, please 1 Link to comment Share on other sites More sharing options...
BCBoy1 Posted February 7, 2016 Share Posted February 7, 2016 Yeah it was a long shot, does this one do the same thing? mtrrV2 - rehash some old Apple code mtrrV3 - Full PAT support (original PAT edit has support with the lower four entries) mtrrv4 - No PAT support (which I think will have the same results as mtrr[V1] I posted previously) Sorry guys! The machine has slowed down from the previous kernel: http://www.insanelymac.com/forum/topic/310796-amd-os-x-el-capitan-1011-fx-kernel-task-force/?p=2213936 mtrrV2 grab login mtrrV3 and mtrrV4 work, but green icon and Wireless app crashes 2 Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 @BCBoy1 please try this kernel, Edit: Anyone facing graphics issues test this please, Shaneee-FX-mtrr-RC1.zip 2 Link to comment Share on other sites More sharing options...
spakk Posted February 7, 2016 Author Share Posted February 7, 2016 can someone test the kernel and report us, please 2 Link to comment Share on other sites More sharing options...
BCBoy1 Posted February 7, 2016 Share Posted February 7, 2016 @BCBoy1 please try this kernel, Edit: Anyone facing graphics issues test this please, Shaneee-FX-mtrr-RC1.zip system work, no change 1 Link to comment Share on other sites More sharing options...
spakk Posted February 7, 2016 Author Share Posted February 7, 2016 system work, no change many thanks for the test the resultat .....we will look further. 1 Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 system work, no change Try this one please. I have disabled SSE4 along with some minor changes. Shaneee-FX-mtrr-RC2.zip 1 Link to comment Share on other sites More sharing options...
BCBoy1 Posted February 7, 2016 Share Posted February 7, 2016 Try this one please. I have disabled SSE4 along with some minor changes. Blue again Link to comment Share on other sites More sharing options...
steparab Posted February 7, 2016 Share Posted February 7, 2016 Dunno if someone told this before but on the installer GUI all the icons are loading on fx without any green/blue and with the apple logo present just normal.That is happening with all the kernels so maybe it's not a kernel issue and some file from the elcapo installation files can fix the problem Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 Dunno if someone told this before but on the installer GUI all the icons are loading on fx without any green/blue and with the apple logo present just normal.That is happening with all the kernels so maybe it's not a kernel issue and some file from the elcapo installation files can fix the problem My opinion on that would be that it's down to the installer not using accelerated graphics which means no QE/CI hence no icons. Can you all test this kernel please. Used some of Bronya's old code from previous kernels. This snippet plus more. //Bronzovka: For artifacts: i fixed here - work or don't work )) #define PATENTRY(n, type) (type << ((n) * 8)) #define PAT_UC 0x0ULL #define PAT_WC 0x1ULL #define PAT_WT 0x4ULL #define PAT_WP 0x5ULL #define PAT_WB 0x6ULL #define PAT_UCMINUS 0x7ULL Shaneee-FX-mtrr-RC3.zip 1 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 7, 2016 Share Posted February 7, 2016 Oops!!! I forgot to change the code when I did mtrrV4 Please can someone test. xnu-3248.20.55-mtrrV4A.zip Link to comment Share on other sites More sharing options...
itisme754 Posted February 7, 2016 Share Posted February 7, 2016 My opinion on that would be that it's down to the installer not using accelerated graphics which means no QE/CI hence no icons. Can you all test this kernel please. Used some of Bronya's old code from previous kernels. This snippet plus more. //Bronzovka: For artifacts: i fixed here - work or don't work )) #define PATENTRY(n, type) (type << ((n) * 8)) #define PAT_UC 0x0ULL #define PAT_WC 0x1ULL #define PAT_WT 0x4ULL #define PAT_WP 0x5ULL #define PAT_WB 0x6ULL #define PAT_UCMINUS 0x7ULL Ok so there is still the blue icon problem but the apple logo on the top left appeared for 5 seconds before disapearing (good sign?). It is unstable (left click doesn't work sometimes). Oops!!! I forgot to change the code when I did mtrrV4 Please can someone test. Testing now EDIT: Same green bug Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 Ok so there is still the blue icon problem but the apple logo on the top left appeared for 5 seconds before disapearing (good sign?). It is unstable (left click doesn't work sometimes). Testing now Ok let me revise some parts and I will upload another test for you. Link to comment Share on other sites More sharing options...
steparab Posted February 7, 2016 Share Posted February 7, 2016 My opinion on that would be that it's down to the installer not using accelerated graphics which means no QE/CI hence no icons. Can you all test this kernel please. Used some of Bronya's old code from previous kernels. This snippet plus more. But this is not a graphics bug it's an icon loading bug if u manage to load the icons the artifacts are gone ,besides if you disable QE/CI on an installed system the greens are still there. Link to comment Share on other sites More sharing options...
Eruil Posted February 7, 2016 Share Posted February 7, 2016 Oops!!! I forgot to change the code when I did mtrrV4 Please can someone test. amd fx 4100 and el capo 10.11.4 beta. blue icons ... itunes crashes. tested with mgs music. it paused music oftens. app store runs very slow and sometimes safari crashes 1 Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 Ok made some changes to the last kernel I uploaded. Hopefully this one works better. Shaneee-FX-mtrr-RC4.zip Link to comment Share on other sites More sharing options...
itisme754 Posted February 7, 2016 Share Posted February 7, 2016 Ok made some changes to the last kernel I uploaded. Hopefully this one works better. Same bug and no apple logo Link to comment Share on other sites More sharing options...
Shaneee Posted February 7, 2016 Share Posted February 7, 2016 Same bug and no apple logo Ok try this, some extra coding added in. Shaneee-FX-mtrr-RC5.zip 2 Link to comment Share on other sites More sharing options...
spakk Posted February 7, 2016 Author Share Posted February 7, 2016 after testing the upper kernel, please upload the contents of sysctl , thx 1 Link to comment Share on other sites More sharing options...
itisme754 Posted February 7, 2016 Share Posted February 7, 2016 Ok try this, some extra coding added in. Shaneee-FX-mtrr-RC5.zip Same after testing the upper kernel, please upload the contents of sysctl , thx Where's this file? Link to comment Share on other sites More sharing options...
Recommended Posts