Resource icon

Asset How to load vulkan driver guaranteed

This is a sure way to load the vulkan driver. Make a script like this:

#!/gearlock/bin/bash

/* For Intel use this. */
gearprop hw.vulkan=android-x86
/* For Radeon use this. */
gearprop hw.vulkan=radv

Install the script to this directory: /data/ghome/gearboot/init
Give it permission to execute and reboot.


Best regards
Ryan Johnson
Top