首页 > 系统服务 > 详细

如何在linux下查看gpu信息

时间:2016-12-18 17:47:09      阅读:544      评论:0      收藏:0      [点我收藏+]

~$ 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: <access denied>
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau

如何在linux下查看gpu信息

原文:http://www.cnblogs.com/ymjyqsx/p/6194650.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!