uwzis / GPU-Passthrough-Manager

GPU passthrough made easy.
GNU General Public License v3.0
293 stars 14 forks source link

Acs Patching Support #20

Open Spamzboi123 opened 1 year ago

Spamzboi123 commented 1 year ago

Add the ability to acs patching as some gpu and audio drivers dont have their IOMMU Groups separated.

uwzis commented 1 year ago

Doesn't that require downloading a external patched kernel image? This might be better done by the user since this is making serious changes to the operating system. I will be adding support to load the vfio driver to other devices soon.

Spamzboi123 commented 1 year ago

Doesn't that require downloading a external patched kernel image? This might be better done by the user since this is making serious changes to the operating system. I will be adding support to load the vfio driver to other devices soon.

yeah that's another way about doing it but you can also try baking it into the operating system

uwzis commented 1 year ago

I don't think it would be a good idea to implement it in this project since ACS patching is supposed to be a last option fix that has a lot of potential to brick the OS. This project is just for setting up simple GPU Passthrough and to quickly switch in between drivers. You can feel free to add a PR that adds that functionality, but for the meantime ACS patching will not come to GPUPM.

Spamzboi123 commented 1 year ago

I don't think it would be a good idea to implement it in this project since ACS patching is supposed to be a last option fix that has a lot of potential to brick the OS. This project is just for setting up simple GPU Passthrough and to quickly switch in between drivers. You can feel free to add a PR that adds that functionality, but for the meantime ACS patching will not come to GPUPM.

what about instead of baking it in the OS you create a different .img file and the user run it from the bootloader alot of the times when i do Acs patching it does not brick the computer because i did this to 30 computers and i have not had any issues

uwzis commented 1 year ago

ACS patching is coming in a new update. It will be accessed through a settings GUI I will be adding ASAP.

Spamzboi123 commented 1 year ago

ACS patching is coming in a new update. It will be accessed through a settings GUI I will be adding ASAP.

Spamzboi123 commented 1 year ago

ACS patching is coming in a new update. It will be accessed through a settings GUI I will be adding ASAP.

thanks much appreciated

Spamzboi123 commented 1 year ago

ACS patching is coming in a new update. It will be accessed through a settings GUI I will be adding ASAP.

did you add ACS patching

uwzis commented 1 year ago

I haven't had time to add it. I will be able to in the next couple months.