Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to get GPU information?

Tags:

I know how to get CPU info inside /proc/, but is there any way to get GPU info? Something like the CPU one?

like image 635
Rotary Heart Avatar asked Apr 04 '13 06:04

Rotary Heart


People also ask

Can you track GPU?

Your graphics card could be used to track you across the web regardless of cookie consent. Recent research suggests web tracking could be highly accurate using information about a PC's GPU shader cores.


1 Answers

Simpler way: adb shell dumpsys | grep GLES

like image 154
user2742196 Avatar answered Nov 05 '22 20:11

user2742196