linux下如何看我的显卡驱动是否装好了

时间:2015-01-30 17:43:46   收藏:0   阅读:981

看configurure字段有木有driver字样,若有内容,则显卡驱动装好了。

sudo lshw -c video

WARNING: you should run this program as super-user.
^CI (sysfs)  
chenghao@chenghao-Lenovo-Product:~$ sudo lshw -c video
[sudo] password for chenghao:
  *-display               
       description: VGA compatible controller
       product: Wrestler [Radeon HD 6310]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 1
       bus info: pci@0000:00:01.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=fglrx_pci latency=0
       resources: irq:43 memory:c0000000-cfffffff ioport:f000(size=256) memory:feb00000-feb3ffff

原文:http://blog.csdn.net/oldlinux/article/details/43308621

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!