服务器查看gpu状态_如何查看Linux服务器的gpu配置信息
如何查看Linux服务器的gpu配置信息发布时间:2018-02-27 11:25,浏览次数:4227, 标签:linuxgpu配置~$ lspci | grep -i vga01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)如果你想看gpu的详细信息,使用~$ lspci -v
如何查看Linux服务器的gpu配置信息
发布时间:2018-02-27 11:25,
浏览次数:4227
, 标签:
linux
gpu配置
~$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
如果你想看gpu的详细信息,使用~$ lspci -v -s 01:00.0,则:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Device 7377:0000
Flags: bus master, fast devsel, latency 0, IRQ 27
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=128M]
Memory at de000000 (64-bit, prefetchable) [size=32M]
I/O ports at ef00 [size=128]
[virtual] Expansion ROM at fc000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
更多推荐
所有评论(0)