Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/2021 in Posts

  1. Release v0.6.9 Fixed out-of-sync cursor movement rectangle when loading e.g. CrScreenshotDxe Updated underlying EDK II package to edk2-stable202102 Applied consistent enforcement of required minimum Apple OEM Apple Event protocol version Changed CustomDelays to less surprising boolean setting with failsafe of false Changed key repeat failsafes and sample values to Apple OEM values Changed PointerSpeedMul failsafe to Apple OEM value Updated docs to include configuration of key repeat settings with and without KeySupport Prevented 'set default' UI when action not permitted by security config Added ForgeUefiSupport quirk to workaround legacy EFI 1.x firmwares compatibility Added ReloadOptionRoms quirk to force-load Option ROMs on PCI devices Added OC_ATTR_USE_MINIMAL_UI to allow running pickers with no Shutdown and Restart buttons Added display of OpenCore version number to OpenCanopy as well as builtin picker, depending on existing ExposeSensitiveData bit Added support for case-insensitive argument handling in the UEFI tools Added vector acceleration of SHA-512 and SHA-384 hashing algorithms, thx @MikhailKrichanov Fixed wraparound when using arrow keys in OpenCanopy Updated builtin firmware versions for SMBIOS and the rest Added bundled Linux versions for userspace utilities Fixed fallback SMBIOS Manufacturer value to NO DIMM for empty slots Fixed assertions when running OpenCanopy with low resolution, will fallbacks to builtin now
    3 points
  2. 2 points
  3. Thanks @valmeida 's great patience, we were able to do some tests via remote access to his machine the good news is that some refresh issues in windows have also been fixed the bad news is that for the moment the metal driver is not as performing as it should At the moment the results are about 21/24 frames with 6 nodes 17 with 66 nodes I also tried working with 8k red videos and the processing runs smoothly in windows as in OSX In windows we have results compatible with the other tests made in the past by me , @meina222and @Ploddles For now, in OSX the Candle Benchmark results are comparable with a vega 64 previously owned by me It is very weird because others aspect in editing and coloring are identical in windows to give more datas and infos about my simple testing: I have used three footage in 8k resolution on a multi layer timeline (RED camera footage) Playback was set @ 25 frame/s system is playing @ right and constant speed i have set in project settings we hope in future driver enhancement in OSX
    2 points
  4. mazziere schicione mi dia 2 carte.... mmmm all-in vinco con scala reale alla breme 💪 😄 prese 6 breme 1 gattone, 20/25 gattini e 1 barbino
    2 points
  5. everything works well now after disabling HDR. Now just waiting for OC 0.6.9 😛
    1 point
  6. Buonasera a tutti, dagli ultimi commit fatti da PMHeart sul repository di OpenCore, abbiamo un ordine preciso (e aggiornato) di quello che è l'ordine di caricamento delle kexts: Molto probabilmente siccome è implementato in OCvalidate, farà la verifica lui stesso in base a questo ordine KEXT_PRECEDENCE mKextPrecedence[] = { { "VirtualSMC.kext", "Lilu.kext" }, { "WhateverGreen.kext", "Lilu.kext" }, { "SMCBatteryManager.kext", "VirtualSMC.kext" }, { "SMCDellSensors.kext", "VirtualSMC.kext" }, { "SMCLightSensor.kext", "VirtualSMC.kext" }, { "SMCProcessor.kext", "VirtualSMC.kext" }, { "SMCSuperIO.kext", "VirtualSMC.kext" }, { "AppleALC.kext", "Lilu.kext" }, { "AirportBrcmFixup.kext", "Lilu.kext" }, { "BrightnessKeys.kext", "Lilu.kext" }, { "CpuTscSync.kext", "Lilu.kext" }, { "CPUFriend.kext", "Lilu.kext" }, { "CPUFriendDataProvider.kext", "CPUFriend.kext" }, { "DebugEnhancer.kext", "Lilu.kext" }, { "HibernationFixup.kext", "Lilu.kext" }, { "NVMeFix.kext", "Lilu.kext" }, { "RestrictEvents.kext", "Lilu.kext" }, { "RTCMemoryFixup.kext", "Lilu.kext" }, { "VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext", "VoodooPS2Controller.kext" }, { "VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext", "VoodooPS2Controller.kext" }, { "VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext", "VoodooPS2Controller.kext" }, }; fonte: https://github.com/acidanthera/OpenCorePkg/blob/7a569d7d7a5c48b7de5a21b1a12dd3527e58c816/Utilities/ocvalidate/KextInfo.c#L20-L42
    1 point
  7. Aggiornamento La regola di norma è verificare l'info.plist del kext e vedere la sezione <key>OSBundleLibraries</key> <dict> <key>as.vit9696.Lilu</key> <string>1.4.9</string> <key>com.apple.kpi.bsd</key> <string>11.0.0</string> <key>com.apple.kpi.dsep</key> <string>11.0.0</string> <key>com.apple.kpi.iokit</key> <string>11.0.0</string> <key>com.apple.kpi.libkern</key> <string>11.0.0</string> <key>com.apple.kpi.mach</key> <string>11.0.0</string> <key>com.apple.kpi.unsupported</key> <string>11.0.0</string> </dict> E assicurarsi che le kext presenti in OSBundleLibraries che conosciamo noi siano presenti prima del kext nell'ordine della sezione Kernel > Add
    1 point
  8. Framebuffer IOGraphics basato sul framebuffer UEFI per passare bootarg a XNU. Fornisce output di visualizzazione di base senza accelerazione hardware su alcune macchine virtuali. https://github.com/acidanthera/UEFIGraphicsFB Credits - Apple for macOS - Goldfish64 for this software
    1 point
  9. Nuovo plugin per abilitare Sidecar sui seguenti SMBIOS: iMac13,x - iMac16,x MacBook8,1 MacBookAir5,x - MacBookAir7,x MacBookPro9,x - MacBookPro12,x Macmini6,x - Macmini7,1 MacPro5,1 - MacPro6,1 Con l'opzione di whitelistare i seguenti modelli: iPad4,x - iPad6,x https://github.com/khronokernel/SidecarFixup NOTA: Servono macchine con iGPU presente e supportata, quindi sistemi dGPU only non sono supportati (e.g. AMD) Credits: Apple per macOS vit9696 per Lilu.kext Osy e DhinakG per Polaris22Fixup (come base) Ben-z per le patch SidecarCore originali
    1 point
  10. Mi ero portato avanti , con la beta
    1 point
  11. non ti preoccupare, non è un problema. L'audio in cuffia va ed è il risultato che volevo ottenere. Grazie mille.
    1 point
  12. Purtroppo i layout compatibili sono quelli, non ci sono alternative se non VoodooHDA
    1 point
  13. si prova anche l'altri layout, vedi se un altro fa funzionare il mic
    1 point
  14. Hai ragione, scusa ho scritto male 88 e non 28
    1 point
  15. thanks @valmeidafor his help and patience to test 🙂
    1 point
  16. Ciao, devi aprire un altra discussione oltre a questa inerente al tuo problema per poter scaricare file
    1 point
  17. Benvenuto, buona permanenza!
    1 point
  18. Fatto adesso vanno! ma per capire, questa entry che ho inserito é necessaria dalla 11.3? se non mi spiego come mi ha sempre funzionato prima...
    1 point
  19. è molto sconsigliato non impostare i valori personali sul Smbios... dovevi averlo fatto anche con Clover... Prova a pulire la nvram.
    1 point
  20. @valmeida Hello. Could do a canddle benchmark test in Resolve to get a feel for the performance of the 6900 XT when you have time. Fabiosun has created a topic that reports the performance of different cards.here My request is interested because my working tool is Resolve. As an attached file the project and media which allows to do the test. Canddle test.zip
    1 point
  21. giustissima osservazione. come accennavo era un casino il mio clover (mio roba configurata e male). Alla fine ho trovato la configurazione corretta che lascio per chi potrebbe passare di qua con lo stesso problema è questa: siccome non mi andava di mettere dei valori senza capire da dove venissero ho trovato la sorgente: https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.OldPlugins.en.md#superceded-plug-ins-nuances
    1 point
  22. @Renato The bluetooth works well, my apple mouse is well connected and functional. Do you have in your efi : the kexts: IntelBluetoothFirmware and IntelBluetoothInjector ?
    1 point
  23. sono riuscito a copiare il vecchio user sul nuovo ora pare funzionare... grazie
    1 point
  24. rilasciata la versione 1.1.0 stable --> https://www.macos86.it/files/file/83-lucyrtl8125ethernet-by-mieze/
    1 point
  25. As I wrote in my post, do NOT adjust or change your actual mobo DIMM configuration. This Memory section in OC simply shifts their location via software to where macOS wants them. Don't worry about any of it as you are getting the correct image in the About Mac Memory window you show above (<-- I'm assuming this is your result and not one copied from fabiosun). This looks great. You've got hot-plugging because your mobo is better for TB than mine. I've added a TB AIC to a mobo that doesn't actually support it, so the functionality is a bit limited.
    1 point
  26. Regolamento del Forum E’ severamente vietato: 1) Contestare pubblicamente le decisioni prese da un membro dello staff…nel caso di divergenze usate la funzione PM per contattare chi ritenete opportuno. 2) Pubblicare link o materiale pirata. (P2P, torrent, ecc..) 3) Promuovere siti, prodotti, o servizi (spamming) 4) Fare offerte di denaro di alcun tipo o richiedere denaro per aiutare 5) Postare messaggi senza senso 6) Avere account duplicati 7) Usare nome utente e/o avatar volgari 😎 I tools di Tonymacx non sono supportati...quindi niente "bestie"....ne "Uni..ne Multi" 8 ) Chiedere aiuto avendo installato usando distribuzioni o con i tools. sopra citati, non avrete il minimo supporto quindi dovrete essere in condizione di usare installer ufficiali ! 10) Hackintosh è basato da anni e anni grazie alla condivisione, lavoro di tanti developers e persone, il tutto in modo gratuito. Per questo non tolleriamo chi lucra su spalle altrui come per esempio chi vende hackintosh. 11) Per scaricare da Download è richiesto un minimo di post quindi magari iniziate presentandovi alla comunità, successivamente quando i contenuti saranno validati, la sezione download verrà sbloccata in automatico. Linee Guida per postare nel forum 1. Ricordate che siete in un forum pubblico quindi educazione e rispetto verso il prossimo, devono essere al primo posto. 2. I topic devono essere aperti nella giusta sezione, dando un titolo che rispecchi il motivo per cui è stato aperto e quindi al suo contenuto 3. I post devono essere inerenti al contenuto del topic stesso 4. Anche se non siamo un forum riguardo la grammatica Italiana, siamo contro i thread o i posts scritti in fretta, male o con un uso eccessivo di abbreviazioni, ci riserviamo la capacita' di poter modificare posts e threads, senza nessun preavviso. 5. Per mantenere il forum fluido anche nei confronti di chi ha connessioni lente, è buona regola usare Spoiler in caso di contenuti molto lunghi 6.Nel caso si postasse kext o altro, è bene specificare la fonte, questo per rispetto del lavoro altrui ed anche per il fatto che sapendo la fonte, un domani un utente sappia dove trovare il Kext più aggiornato 7. Ricordatevi inoltre delle regole della "netiquette". Ad esempio scrivere tutto in maiuscolo, anche una sola parola, o anche solo il titolo, equivale ad urlare ed è considerato maleducazione estrema. Lo staff vi ringrazia per essere parte di questa comunità…e felice di migliorarla insieme a voi… 😉 Buon Hackintosh !!! ----- English ----- Forum Rules It is strictly forbidden: 1) Publicly contest the decisions made by a staff member ... in case of divergences, use the PM function to contact those you deem appropriate. 2) Publish links or pirated material. (P2P, torrent, etc. ..) 3) Promote sites, products or services (spamming) 4) Make money offers of any kind or ask for money to help 5) Posting meaningless messages 6) Duplicate accounts 7) Use vulgar username and / or avatar 😎 Tonymacx tools are not supported ... so no "beasts" .... nor "Uni..ne Multi" 9 ) Ask for help having installed using distributions; you will not have the minimum support so you will need to be able to use official installers! 10) Hackintosh has been based for years and years thanks to the sharing, work of many developers and people, all for free. This is why we do not tolerate those who profit off the backs of others, such as those who sell hackintosh. 11) To download from Download area of this forum a minimum of posts is required so maybe start by introducing yourself to the community, then when the contents are validated, the download section will be automatically unlocked Guidelines for posting in the forum 1. Remember that you are in a public forum so education and respect towards others must be in first place. 2. Topics must be opened in the right section, giving a title that reflects the reason why it was opened, and its content. 3. Posts must be related to the content of the topic itself. 4. Although we are not a forum about Italian grammar, we are against threads or posts written quickly, badly or with excessive use of abbreviations, we reserve the ability to edit posts and threads, without any warning. 5. To keep the forum usable also towards those who have slow connections, it is good practice to use Spoiler in case of very long contents. 6. If you post kext or other, it is good to specify the source, this for respect of the work of others and also for the fact that knowing the source, tomorrow, a user knows where to find the most updated Kext. 7. Remember also the rules of "netiquette." For example, writing everything in capital letters, even a single word, or even just the title, is equivalent to screaming and is considered extreme rudeness. The staff thank you for being part of this community ... and happy to improve it with you ... 😉 Good Hack!!!
    1 point
  27. nelle partizione EFI ti ritrovi anche un altra cartella nominata SysReport, dentro trovi una cartella ACPI queste sono le tue tabelle originali Comunque ancora non ho capito il motivo per cui vuoi rimappare invece di usare il lavoro che già era stato fatto
    0 points
  28. An FYI. I think I've solved the freezing that was occurring with 11.4 ß1: I removed the TB AIC. The thanks for the idea goes to another forum. When I was posting the Memory fix on the AMD OSX forum, I saw this thread. I initially tried simply not using the TB SSDT and while that did extend the time before a freeze (~ 6 min), it was not until the TB AIC was removed did the freezing stop.
    0 points
  29. Ciao Perdu, si già ha OC attualmente la grafica integrata è solo da configurare
    0 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.