How to view the model of a laptop graphics card in Windows/Linux
In Windows/Linux, how does one view the laptop graphics card model and laptop graphics card core? This problem is easy to know, but how can I find the laptop's video card?
Method 1
Click "my computer" on the desktop, right-click Properties, and choose hardware> device management;
As shown in:
Then we can find that the display card is NVIDIA GeForce GT 630 M.
The chip that can be read from the video card is NVIDIA;
Method 2
Start Menu -- run --- enter "dxdiag", as shown in:
Through this interface, you can clearly see whether the parameters of your video card are awesome;
In Linux, how can I view the video card model?
Use commands in Linux to view the video card model
Lspci | grep VGA
You can see this command; OK!
Bkjia @ bkjia :~ $ Lspci | grep VGA
00:02. 0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
. 0 VGA compatible controller: NVIDIA Corporation gfw.m [GeForce GT 630 M] (rev a1)
Bkjia @ bkjia :~ $
This article permanently updates the link address: