求问,宏碁的R7-571G独立显卡认不到怎么破

笔记本/便携移动设备,手机平板等软硬件
回复
头像
jjkppo
帖子: 157
注册时间: 2007-11-09 1:35
联系:

求问,宏碁的R7-571G独立显卡认不到怎么破

#1

帖子 jjkppo » 2014-07-13 16:16

lspci的信息如下

代码: 全选

ubunbo@ubunbo-Aspire-R7-571G:~$ sudo lspci |grep VGA
[sudo] password for ubunbo: 
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
ubunbo@ubunbo-Aspire-R7-571G:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 750M] (rev a1)
03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
ubunbo@ubunbo-Aspire-R7-571G:~$ 
为何在列表全部设备的时候能看到显卡存在,但是在单独列表VGA设备的时候看不到呢?

代码: 全选

sudo apt-get update 钱包
sudo apt-get install 老婆
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#2

帖子 poloshiao » 2014-07-13 18:48

Ubuntu 每六個月 發行新版本
不同版本之間 差異很大
請提供
你的 Ubuntu 版本

把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
目的
看看 你的顯卡驅動是否已經合適安裝
头像
cjxgm
帖子: 1952
注册时间: 2010-04-23 20:40
系统: Arch Linux
来自: 浙江·杭州
联系:

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#3

帖子 cjxgm » 2014-07-13 19:25

grep VGA 是在列表里寻找关键字“VGA”啊
人家N卡那行没有 VGA 这三个字母,你 lspci | grep VGA 当然没有了

PS:居然是 3D controller 而不是 VGA compatible controller,有点意外……
Clanjor Prods. | Develop for Developers. (C++, Lua) | 作曲编曲 | 实时渲染引擎
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#4

帖子 poloshiao » 2014-07-13 20:09

PS:居然是 3D controller 而不是 VGA compatible controller,有点意外……
當兩張顯卡都 enabled 時
內建顯卡 (Intel) 負責 顯示
獨立顯卡 (nVidia) 負責 3D 影像處理
http://en.wikipedia.org/wiki/ATI_Hybrid ... l_Graphics
头像
cjxgm
帖子: 1952
注册时间: 2010-04-23 20:40
系统: Arch Linux
来自: 浙江·杭州
联系:

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#5

帖子 cjxgm » 2014-07-13 20:24

poloshiao 写了:
PS:居然是 3D controller 而不是 VGA compatible controller,有点意外……
當兩張顯卡都 enabled 時
內建顯卡 (Intel) 負責 顯示
獨立顯卡 (nVidia) 負責 3D 影像處理
http://en.wikipedia.org/wiki/ATI_Hybrid ... l_Graphics
那个是AMD啊

代码: 全选

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [NVS 5400M] (rev ff)
我的就是两个都是 VGA(用 bumblebee)
Clanjor Prods. | Develop for Developers. (C++, Lua) | 作曲编曲 | 实时渲染引擎
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#6

帖子 poloshiao » 2014-07-13 20:42

那个是AMD啊
雙顯卡技術 源自 AMD
目前 因為內建顯卡 Intel 市占率 比較大 所以常見的是 Intel
獨立顯卡 有 AMD 也有 nVidia
https://wiki.ubuntu.com/X/Config/HybridGraphics
我的就是两个都是 VGA(用 bumblebee)
有的主版 可以把 內建顯卡 或 獨立顯卡 關閉
有的軟體程式 也可以把 內建顯卡 或 獨立顯卡 關閉
此時當單獨一個顯卡使用
使用 VGA 或 3D controller 可能是廠商出廠時命名
影響使用者的是 功能
头像
cjxgm
帖子: 1952
注册时间: 2010-04-23 20:40
系统: Arch Linux
来自: 浙江·杭州
联系:

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#7

帖子 cjxgm » 2014-07-13 22:33

poloshiao 写了: 使用 VGA 或 3D controller 可能是廠商出廠時命名
3D controller 应该是一个设备分类而不是命名
3D controller 难道是为了强调 VGA incompatible?
Clanjor Prods. | Develop for Developers. (C++, Lua) | 作曲编曲 | 实时渲染引擎
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#8

帖子 poloshiao » 2014-07-13 23:50

3D controller 应该是一个设备分类而不是命名
這個問題只是 對於 命名 的定義 範圍寬鬆或嚴謹 認定而已 不必是爭議的地方
http://www.geforce.com/hardware/noteboo ... ce-gt-750m
支援 3d-vision
http://www.geforce.com/hardware/technology/3d-vision
在单独列表VGA设备的时候看不到呢?
sudo lspci |grep VGA
可以試試
sudo lspci | grep 3D
sudo lspci | grep controller
sudo lspci | grep "3D controller"
sudo lspci | grep NVIDIA
头像
jjkppo
帖子: 157
注册时间: 2007-11-09 1:35
联系:

Re: 求问,宏碁的R7-571G独立显卡认不到怎么破

#9

帖子 jjkppo » 2015-02-12 7:33

poloshiao 写了:Ubuntu 每六個月 發行新版本
不同版本之間 差異很大
請提供
你的 Ubuntu 版本

把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
目的
看看 你的顯卡驅動是否已經合適安裝

抱歉没有写明白,系统版本是14.04

代码: 全选

sudo apt-get update 钱包
sudo apt-get install 老婆
回复