码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-01-30 17:45:23      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:内核编译   源代码   分析   

看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

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

标签:内核编译   源代码   分析   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!