请问什么命令可以查看目前正在运行的显卡信息

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
code_new
帖子: 62
注册时间: 2013-12-31 10:56
系统: Debian

请问什么命令可以查看目前正在运行的显卡信息

#1

帖子 code_new » 2014-02-27 14:36

:em20 就是这样
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请问什么命令可以查看目前正在运行的显卡信息

#2

帖子 poloshiao » 2014-02-27 15:47

头像
code_new
帖子: 62
注册时间: 2013-12-31 10:56
系统: Debian

Re: 请问什么命令可以查看目前正在运行的显卡信息

#3

帖子 code_new » 2014-02-27 18:49

poloshiao 写了:sudo lshw -class video
參閱
http://manpages.ubuntu.com/manpages/sau ... shw.1.html

代码: 全选

  *-display UNCLAIMED     
       description: VGA compatible controller
       product: Thames [Radeon HD 7500M/7600M Series]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller cap_list
       configuration: latency=0
       resources: memory:a0000000-afffffff memory:c0000000-c001ffff ioport:3000(size=256) memory:c0020000-c003ffff
  *-display
       description: VGA compatible controller
       product: 3rd Gen Core processor Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:44 memory:c1000000-c13fffff memory:b0000000-bfffffff ioport:4000(size=64)
请教大神, 现在这种情况是启动了双显卡吗
温柔的猪
帖子: 39
注册时间: 2010-05-24 10:55

Re: 请问什么命令可以查看目前正在运行的显卡信息

#4

帖子 温柔的猪 » 2014-02-27 21:53

[sudo] password for any:
*-display
description: VGA compatible controller
product: Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:43 memory:90000000-97ffffff memory:9c400000-9c41ffff ioport:3000(size=256) memory:9c440000-9c45ffff
*-display
description: VGA compatible controller
product: Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 12
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:42 memory:98000000-983fffff memory:80000000-8fffffff ioport:4050(size=8)
陈小草
帖子: 102
注册时间: 2010-06-02 19:35
来自: blog.wencan.org

Re: 请问什么命令可以查看目前正在运行的显卡信息

#5

帖子 陈小草 » 2014-03-01 10:02

lspci | grep VGA

:em11
b l o g
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请问什么命令可以查看目前正在运行的显卡信息

#6

帖子 poloshiao » 2014-03-01 12:09

*-display
description: VGA compatible controller
product: Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
configuration: driver=radeon latency=0
顯卡 : Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
驅動 : 開源 radeon
https://help.ubuntu.com/community/Radeo ... _Supported
Fully Supported
All these Radeon(HD) cards and derivatives have good 3D acceleration support.
*-display
description: VGA compatible controller
product: Core Processor Integrated Graphics Controller
configuration: driver=i915 latency=0
顯卡 : Core Processor Integrated Graphics Controller
驅動 : 開源 i915

雙顯卡 (Intel + AMD)
1. 建議使用 Ubuntu 13.10 / Ubuntu 12.04.3 ~12.04.4
https://wiki.ubuntu.com/X/Config/HybridGraphics
會有比較好的配合

2. Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] 顯卡
建議直接到 AMD 官網下載 閉源驅動
http://support.amd.com/en-us/kb-article ... river.aspx
安裝方法 參考
https://help.ubuntu.com/community/Binar ... 7s_website
注意 版本改爲 上面的 beta 版本
头像
code_new
帖子: 62
注册时间: 2013-12-31 10:56
系统: Debian

Re: 请问什么命令可以查看目前正在运行的显卡信息

#7

帖子 code_new » 2014-03-01 12:37

poloshiao 写了:
*-display
description: VGA compatible controller
product: Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
configuration: driver=radeon latency=0
顯卡 : Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
驅動 : 開源 radeon
https://help.ubuntu.com/community/Radeo ... _Supported
Fully Supported
All these Radeon(HD) cards and derivatives have good 3D acceleration support.
*-display
description: VGA compatible controller
product: Core Processor Integrated Graphics Controller
configuration: driver=i915 latency=0
顯卡 : Core Processor Integrated Graphics Controller
驅動 : 開源 i915

雙顯卡 (Intel + AMD)
1. 建議使用 Ubuntu 13.10 / Ubuntu 12.04.3 ~12.04.4
https://wiki.ubuntu.com/X/Config/HybridGraphics
會有比較好的配合

2. Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] 顯卡
建議直接到 AMD 官網下載 閉源驅動
http://support.amd.com/en-us/kb-article ... river.aspx
安裝方法 參考
https://help.ubuntu.com/community/Binar ... 7s_website
注意 版本改爲 上面的 beta 版本
顺便请教一下, BIOS中无法禁用集显, 如何在系统中将集显禁用
上次由 code_new 在 2014-03-01 15:46,总共编辑 1 次。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请问什么命令可以查看目前正在运行的显卡信息

#8

帖子 poloshiao » 2014-03-01 12:47

BOIS中无法禁用集显, 如何在系统中将集显禁用
參閱 (包含下面的 Comments)
http://community.linuxmint.com/tutorial/view/1501
使用 switch 關鍵字 搜尋
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 请问什么命令可以查看目前正在运行的显卡信息

#9

帖子 eexpress » 2014-03-01 14:54

陈小草 写了:lspci | grep VGA

:em11
看这命令的后面,(rev ff)是ff才表示没启用。
● 鸣学
头像
code_new
帖子: 62
注册时间: 2013-12-31 10:56
系统: Debian

Re: 请问什么命令可以查看目前正在运行的显卡信息

#10

帖子 code_new » 2014-03-01 15:50

poloshiao 写了:
BOIS中无法禁用集显, 如何在系统中将集显禁用
參閱 (包含下面的 Comments)
http://community.linuxmint.com/tutorial/view/1501
使用 switch 關鍵字 搜尋
好的, 明白了, 非常感谢 :em11
回复