Jump to content

Apple unveils "macOS Sierra"


fantomas
  • Apple today unveiled "macOS Sierra" at its Worldwide Developers Conference 2016.

Developers are being given a preview version of macOS Sierra today and a public beta will be available this summer (in July).

The final version will be available to the general public in the fall.


User Feedback

Recommended Comments



JustAnotherPUser

Posted

You right its not fixed but its better though :)

 

do you have any idea about the artefact problem ? its a black bar that appear and disepear on the left beside the Apple logo 

RehabMan

Posted

do you have any idea about the artefact problem ? its a black bar that appear and disepear on the left beside the Apple logo

Not without hardware details (should be in your signature).

JustAnotherPUser

Posted

Not without hardware details (should be in your signature).

Sorry just added my config i am currently using the IGPU HD 530

Mork vom Ork

Posted

News for NVME devices (thanx to Pike R. Alpha for his hints on his blog on what to patch):

 

This ist how i make my SAMSUNG SM951 NVMe Devices visible under Systeminformation NVMExpress section

        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>NVMe SSD IONameMatch</string>
                <key>Disabled</key>
                <false/>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDQ8L3N0cmluZz4=</data>
                <key>Replace</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDI8L3N0cmluZz4=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe Size</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>D7aMiIIAAACD+QwP</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>D7aMiIIAAACD+QkP</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe prefered BlockSize</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>AADHg6QAAAAAEAAA</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>AADHg6QAAAAAAgAA</data>
            </dict>
        </array>

Now the devices are shown as folowing:

e4frbo2b.png

5xhqmlwi.png

only problem so far: partitiontable didn't get recogniced, so system wants to format the drives.

5biy6pvc.png

I will think about how to fix it.

  • Like 5
magnifico

Posted

News for NVME devices (thanx to Pike R. Alpha for his hints on his blog on what to patch):

 

This ist how i make my SAMSUNG SM951 NVMe Devices visible under Systeminformation NVMExpress section

   	 <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>NVMe SSD IONameMatch</string>
                <key>Disabled</key>
                <false/>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDQ8L3N0cmluZz4=</data>
                <key>Replace</key>
                <data>PHN0cmluZz5wY2kxNDRkLGE4MDI8L3N0cmluZz4=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe Size</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>D7aMiIIAAACD+QwP</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>D7aMiIIAAACD+QkP</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMe prefered BlockSize</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>AADHg6QAAAAAEAAA</data>
                <key>Name</key>
                <string>IONVMeFamily</string>
                <key>Replace</key>
                <data>AADHg6QAAAAAAgAA</data>
            </dict>
        </array>
Now the devices are shown as folowing:

e4frbo2b.png

5xhqmlwi.png

only problem so far: partitiontable didn't get recogniced, so system wants to format the drives.

5biy6pvc.png

I will think about how to fix it.

have you try without nvmegeneric.kext i thing or not ?

Mork vom Ork

Posted

have you try without nvmegeneric.kext i thing or not ?

 

No NVMeGeneric.kext here (neither on EFI drive, nor in /S/L/E), cause my BootSSD is SAMSUNG SM951 AHCI.

the two NVMe SSDs are connected to m.2 slots and contain WINDOWS10 and EL CAPITAN as bootable Systems.

AHCI SSD (from which i boot macOS 10.12 right now) sits on PCI-M.2 card in slot#2.

magnifico

Posted

No NVMeGeneric.kext here (neither on EFI drive, nor in /S/L/E), cause my BootSSD is SAMSUNG SM951 AHCI.

the two NVMe SSDs are connected to m.2 slots and contain WINDOWS10 and EL CAPITAN as bootable Systems.

AHCI SSD (from which i boot macOS 10.12 right now) sits on PCI-M.2 card in slot#2.

ok.so...you dont try without kext ?

when have time i"ll try

Mork vom Ork

Posted

ok.so...you dont try without kext ?

when have time i"ll try

no, missunderstand me: i DON't use the NVMeGeneric.kext here anymore, cause my bootdrive is AHCI-SSD, not an NVMe-SSD.

 

I just try to make IONVMeFamily.kext work correctly - and i can check that it works correctly by getting my NVMe-devices mounted to the desktop. As soon as i can see them mounted to the desktop, i know that Apple IONVMeFamily.kext would work like a charme.

magnifico

Posted

no, missunderstand me: i DON't use the NVMeGeneric.kext here anymore, cause my bootdrive is AHCI-SSD, not an NVMe-SSD.

 

I just try to make IONVMeFamily.kext work correctly - and i can check that it works correctly by getting my NVMe-devices mounted to the desktop. As soon as i can see them mounted to the desktop, i know that Apple IONVMeFamily.kext would work like a charme.

Ah ok ok ...now i understand 

anerik70

Posted

Done! 

Elan TouchPad and fn-Keys don't work.

 

post-796606-0-46295900-1466365453_thumb.png

RehabMan

Posted

Done! 

Elan TouchPad and fn-Keys don't work.

It is a known problem. It affects all hack keyboard drivers, and system utilities for keyboard such as Karibiner.

  • Like 2
JustAnotherPUser

Posted

Piker Alpha confirmed on his blog that once this patch is finished NVMe SSD such as the 950 pro will work without NVMeGeneric.kext :D  

MacPeet

Posted

some of the users of GeForce GT610, managed to get QE / CI?

 

my PNY GT 610 1GB also does not work, only with nv_disable=1 (with Capitan still OOB)

If you can find a solution, then please join.
Mirone

Posted

 

my PNY GT 610 1GB also does not work, only with nv_disable=1 (with Capitan still OOB)

If you can find a solution, then please join.

 

The problem is in Geforce.kext I decompilei your binary and made a diff with the binary of GeForce.kext of 10.11 and were made many changes in GeForce.kext of 10.12 I tried a few more things I missed, still looking for a solution .
  • Like 1
Tusskan

Posted

It seems the accelerator is causing the issue with my GPU

 

GAGYVHd.png

 

after deleting the kext AMDRadeonX4000.kext the desktop loaded without QE/CI

 

GPU: Sapphire Vapor-X R9 290X Tri-X UEFI OC.

Matthew82

Posted

It seems the accelerator is causing the issue with my GPU

 

GAGYVHd.png

 

after deleting the kext AMDRadeonX4000.kext the desktop loaded without QE/CI

 

GPU: Sapphire Vapor-X R9 290X Tri-X UEFI OC.

I have the same problem 

Mirone

Posted

Good to know that users of GT610 are not alone .... :hysterical:  :hysterical:

  • Like 2
MacPeet

Posted

yes  :hysterical:

 

GT610  :construction:

  • Like 2
asdesoso

Posted

yes  :hysterical:

 

GT610  :construction:

I also have a 610 but in Sierra I am using HD 4600.

:thumbsup_anim:

MacPeet

Posted

:wallbash:

 

On my Esprimo onboard graphics is even older. No way, only GT610.

asdesoso

Posted

:wallbash:

 

On my Esprimo onboard graphics is even older. No way, only GT610.

But in 10.11.6 beta 2 610 is working OOB?

Thanks.

Mirone

Posted

But in 10.11.6 beta 2 610 is working OOB?

Thanks.

I'm going to check it.

Mirone

Posted

But in 10.11.6 beta 2 610 is working OOB?

Thanks.

yes, working OOB.

It seems the accelerator is causing the issue with my GPU

 

after deleting the kext AMDRadeonX4000.kext the desktop loaded without QE/CI

 

GPU: Sapphire Vapor-X R9 290X Tri-X UEFI OC.

try this: AMDRadeonX4000.kext.zip

in boot args use: npci=0x2000

  • Like 1
MacPeet

Posted

But in 10.11.6 beta 2 610 is working OOB?

Thanks.

 

Yes, OOB works in 10.11.6 and all versions before

Rollback of nvidia / geforce - kexts does not work
and the new beta web driver does not work with GT610
  • Like 1
Matthew82

Posted

yes, working OOB.

try this: attachicon.gifAMDRadeonX4000.kext.zip

in boot args use: npci=0x2000

I try your AMDRadeonX4000, but result is the same. (desktop won't load) 

I fink this is X99 issue and PM. If I put some Nvidia GPU system is loading OK, but with Radeon no. 

GPU: 2X R9 290X AsusMatrix



×
×
  • Create New...