Hi, you can leave your reviews here.
Here is overview of the source;
View the full version of this resource...
Here is overview of the source;
View the full version of this resource...
Last edited:
Resolution in game bro..Thank you bro need extention to chabge display resolution of game to 1080 in pheonix ...
Thats actually not related, but you should wait a bit for gfx tool to be updated.Thank you bro need extention to chabge display resolution of game to 1080 in pheonix ...
Post automatically merged:
Resolution in game bro..
Thank you SirThats actually not related, but you should wait a bit for gfx tool to be updated.
You mention that we should run it in a tty, but when you switch to tty GPU wont render, so GPU usage decrease, running it in the GUI should provide accurate results. I install adb on my phone with termux https://github.com/rendiix/termux-adb-fastboot and run htop /intel_gpu_top on phone to monitor.MrMiy4mo submitted a new resource:
" intel_gpu_top " for Android-x86 - This is a CLI tool for looking GPU load of intel iGPU
Hi, this is a small tool to get GPU usage infromation through terminal.
I believe it should work with any intel iGPU.
To use it you need to go Gearlock>Extensions>intel_gpu_top
(Note: Running it under gearlock may increase gpu load, you should prefer tty terminal or adb over network.)
To make this extension, i took binary files from EndeavourOS (libraries and ELF executable)
Thanks to @Xtr for pointing me about required Library files
Here are few screenshots...
View the full version of this resource...
Thanks you for informationYou mention that we should run it in a tty, but when you switch to tty GPU wont render, so GPU usage decrease, running it in the GUI should provide accurate results. I install adb on my phone with termux https://github.com/rendiix/termux-adb-fastboot and run htop /intel_gpu_top on phone to monitor.
Probably i can do nothing about it, but i have few questions;After i installed this package every time i run it in gearlock app the app will crush as soon as I run the extension
Then run it in VT with alt+f8, type g and enter.After i installed this package every time i run it in gearlock app the app will crush as soon as I run the extension
1 - I tried with termux didn't work .. Just got crushProbably i can do nothing about it, but i have few questions;
So it works with any other way?
What kernel did you use?
And what are specs of your pc?
Same .. as soon as I run it it exits the vt and tells me Alt+f7 to return UIThen run it in VT with alt+f8, type g and enter.
From the screenshots I am supposing when I run it the gearlock app closes and a new windows should appeares with the details and options right?1 - I tried with termux didn't work .. Just got crush
2- I was using 4.19.7 then reinstalled 4.14.15 back ..but nothing
3- core i5-7200u 3.10Ghz boost and intel HD 620 and 8Gb ddr4 ram
Post automatically merged:
Same .. as soon as I run it it exits the vt and tells me Alt+f7 to return UI
What kind of limitations? I would like to know. It even runs in sandy bridge era intel iGPUs (10 year old )@Drifter the drifed
I guess there are some limitations for this tool
It might works with newer kernel and mesa.
Since Mesa 21 there is gallium crocus driver, i dont know if intel_gpu_top works with that.
I don't know, I don't have a device I can access 7/24 other than my laptop.What kind of limitations? I would like to know. It even runs in sandy bridge era intel iGPUs (10 year old )
Yes it might work with a different kernel, what it does is read performance counters of the GPU, i965/ crocus / iris does not matter at all, only i915 kernel driver.
His iGPU doesnt use crocus, it uses iris by default in mesa 21 (same as your GPU)
The libraries and intel_gpu_top binary were taken from a rolling release linux distro that uses latest kernel and it doesnt run against the system libs. Id suggest to recompile this with the native development kit for android (NDK) for androids bionic lib from here then it will work in older kernel https://github.com/mkuoppal/intel-gpu-tools/blob/master/tools/intel_gpu_top.c . More over you can easily convert this to native android app and make GPU usage show in overlay, using Java native interface. Or if you have no time I can do.It worked after I installed 5.4.40 kernel
I have time, but I don't have the knowledge to move forward on my own. I can experience through a noob friendly tutorial. You can do it aswell, i leave options to you.The libraries and intel_gpu_top binary were taken from a rolling release linux distro that uses latest kernel and it doesnt run against the system libs. Id suggest to recompile this with the native development kit for android (NDK) for androids bionic lib from here then it will work in older kernel https://github.com/mkuoppal/intel-gpu-tools/blob/master/tools/intel_gpu_top.c . More over you can easily convert this to native android app and make GPU usage show in overlay, using Java native interface. Or if you have no time I can do.
I also still don't understand a lot of things so honestly I also want to ask for help with his knowledge.I have time, but I don't have the knowledge to move forward on my own. I can experience through a noob friendly tutorial. You can do it aswell, i leave options to you.