How do you flash the GPU driver? Ik I need to go to addons and select the one I want, but then on TWRP would it work if I adb sideload it, or there's a different way. I'm currently using the magisk module for the driver
in order to use TWRP variant, your rom must support SystemR/W (read write) ... if your rom have that support follow the steps
1 :- Download your desired driver from here
adreno driver magisk module for sm8150 or sm8xxx/sm7xxx/sm6xxx family running on R or newertested on sm8150 and sm8250WARNING :
[email protected] has known crash issues when used with magiskWARNING: BLOBS HAS...
dl.lybxlpsv.com
2 :- go to TWRP > Advanced > Terminal
3 :- write "mount /vendor"
4 :- Go back and flash your driver in TWRP
5 :- Use "Device Info HW" app to check if your driver is successfully updated or not
Note : You can check for yourself in TWRP terminal by using "mount /vendor" command if it shows nothing then it's (vendor) mounted otherwise it will show error (means you need to make your rom SystemR/W-able)