kernele Posted 23 hours ago Share Posted 23 hours ago questo mi appare nelle info si sistema. nulla di grave, funziona tutto come deve, però mi resta la curiosità di capire il perché  questo sarebbe lo spoof della wx 3200: non mi pare ci sia qualcosa di sbagliato. mi riferisco a 3200,,,,,,,,,,,,,,  o è una punizione divina perché non uso quasi mai punteggiatura? tipo: ,,,,,,,,;;;;;;;;......... queste te le regalo che sono gratis 🙂  /* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20200925 (64-bit version) * Copyright (c) 2000 - 2020 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of iASLrHdBw8.aml, Sun Nov 30 18:14:55 2025 * * Original Table Header: * Signature "SSDT" * Length 0x00000106 (262) * Revision 0x02 * Checksum 0x44 * OEM ID "DRTNIA" * OEM Table ID "AMDGPU" * OEM Revision 0x00001000 (4096) * Compiler ID "INTL" * Compiler Version 0x20200925 (538970405) */ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000) { External (_SB_.PCI0, DeviceObj) External (_SB_.PCI0.PEG0.PEGP, DeviceObj) Scope (\_SB.PCI0.PEG0.PEGP) { If (_OSI ("Darwin")) { Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Local0 = Package (0x04) { "device-id", Buffer (0x04) { 0xE3, 0x67, 0x00, 0x00 // .g.. }, "model", Buffer (0x1D) { "Radeon PRO WX 3200" } } DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } Scope (\_SB.PCI0) { Method (DTGP, 5, NotSerialized) { If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b") /* Unknown UUID */)) { If ((Arg1 == One)) { If ((Arg2 == Zero)) { Arg4 = Buffer (One) { 0x03 // . } Return (One) } If ((Arg2 == One)) { Return (One) } } } Arg4 = Buffer (One) { 0x00 // . } Return (Zero) } } }  Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted 23 hours ago Supervisor Share Posted 23 hours ago @kernelepuoi provare a fare lo spoof senza ssdt e solo da device properties   devi solo trovare il tuo pci root e adattare il device id e le stringhe a cosa ti serve  Link to comment Share on other sites More sharing options...
kernele Posted 21 hours ago Author Share Posted 21 hours ago fatto. in questo modo è riconosciuta correttamente, ma n molti programmi non mi da accelerazione hardware. handbrake, avidemux, videoproc. accelerati in codifica dalla gpu restano solo i programmi "grossi" come resolve, topaz e final cut (che non uso comunque.) Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted 7 hours ago Supervisor Share Posted 7 hours ago 13 hours ago, kernele said: fatto. in questo modo è riconosciuta correttamente, ma n molti programmi non mi da accelerazione hardware. handbrake, avidemux, videoproc. accelerati in codifica dalla gpu restano solo i programmi "grossi" come resolve, topaz e final cut (che non uso comunque.)  Se vuoi provare: vediamo se va e se crea le stesse virgole 🙂  SSDT-GPU-SPOOF.zip 1 Link to comment Share on other sites More sharing options...
kernele Posted 37 minutes ago Author Share Posted 37 minutes ago funziona! scheda riconosciuta correttamente e encoding/decoding ovunque! Â grazie! Â per curiosita confronto con il vecchio file. Link to comment Share on other sites More sharing options...
Supervisor fabiosun Posted 30 minutes ago Supervisor Share Posted 30 minutes ago io ho preso l'originale il tuo era stato modificato in alcune parti togliendo dei commenti..forse sbagliando in spazi o altro che non essendo esperto non so dirti! 😉  Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now