14.04下amd双显卡交火的笔记本认不到独显

笔记本/便携移动设备,手机平板等软硬件
回复
wengdunliang
帖子: 3
注册时间: 2014-07-16 13:52
系统: 14.04LTS

14.04下amd双显卡交火的笔记本认不到独显

#1

帖子 wengdunliang » 2014-07-16 13:59

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8650G]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M]

在AMD CCC里能看到独显,但是显示的是未知显示器。我想切换到独显,要怎么做啊 :em20
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 14.04下amd双显卡交火的笔记本认不到独显

#2

帖子 poloshiao » 2014-07-16 14:41

把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
目的
要嘹解顯卡硬件及驅動 現況
wengdunliang
帖子: 3
注册时间: 2014-07-16 13:52
系统: 14.04LTS

Re: 14.04下amd双显卡交火的笔记本认不到独显

#3

帖子 wengdunliang » 2014-07-16 16:34

poloshiao 写了:把下面指令 複製 貼進終端機 執行
sudo lshw -numeric -class video
把結果直接複製 貼上來
目的
要嘹解顯卡硬件及驅動 現況
*-display
description: VGA compatible controller
product: Richland [Radeon HD 8650G] [1002:990B]
vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002]
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:48 memory:d0000000-dfffffff ioport:4000(size=256) memory:f0300000-f033ffff
*-display
description: VGA compatible controller
product: Mars [Radeon HD 8670A/8670M/8750M] [1002:6600]
vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002]
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=fglrx_pci latency=0
resources: irq:49 memory:e0000000-efffffff memory:f0200000-f023ffff ioport:3000(size=256) memory:f0240000-f025ffff
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 14.04下amd双显卡交火的笔记本认不到独显

#4

帖子 poloshiao » 2014-07-16 20:23

product: Richland [Radeon HD 8650G] [1002:990B]
configuration: driver=fglrx_pci latency=0
product: Mars [Radeon HD 8670A/8670M/8750M] [1002:6600]
configuration: driver=fglrx_pci latency=0
1. 目前 作用中的驅動 都是 AMD 閉源驅動 fglrx 但是 看不到 版本

2. 這兩個指令 可以看到 AMD 閉源驅動 fglrx 是否已經安裝妥善
2-1. glxinfo | grep render
2-2. fglrxinfo

3. Ubuntu 自 13.10 開始 對於雙顯卡 有比較好的支援
https://wiki.ubuntu.com/X/Config/HybridGraphics

4. 上面雙顯卡 在 Ubuntu 14.04 應該 也是 唯一 安裝的 AMD 閉源驅動 版本
AMD Catalyst™ 14.6 Beta for Linux
4-1. http://support.amd.com/en-us/kb-article ... river.aspx
4-2. 下載安裝程式 需要解壓
http://www2.ati.com/drivers/beta/linux- ... -jul11.zip
4-3. 支援 雙顯卡
4-3-1. 支援 Radeon HD 8650G
AMD Radeon™ HD 8000G Series
4-3-2. 支援 Radeon HD 8670A/8670M/8750M
AMD Radeon™ HD 8000M Series # 沒有看到支援 8000A 系列
4-4. 支援 Ubuntu 12.04.4 及 Ubuntu 14.04
4-5. 在 ubuntu 安裝 AMD 雙網卡 參考
https://help.ubuntu.com/community/Binar ... d_graphics
把版本號修改一下
4-6. AMD 官網安裝參考文件
http://support.amd.com/en-us/kb-article ... Notes.aspx

5. 核對一下 你已經安裝的 fglrx_pci 版本 如果不是 AMD Catalyst™ 14.6 Beta for Linux
請先移除
我想切换到独显
6. 嘗試 從程式中切換

7. http://www.webupd8.org/2014/04/10-thing ... buntu.html
you can use fglrx-pxpress and AMD Indicator which are basically the equivalents of the tweaks below for AMD,

8. 但是 好像還不是很成功
https://github.com/beidl/amd-indicator/issues/6
wengdunliang
帖子: 3
注册时间: 2014-07-16 13:52
系统: 14.04LTS

Re: 14.04下amd双显卡交火的笔记本认不到独显

#5

帖子 wengdunliang » 2014-07-17 14:00

poloshiao 写了:
product: Richland [Radeon HD 8650G] [1002:990B]
configuration: driver=fglrx_pci latency=0
product: Mars [Radeon HD 8670A/8670M/8750M] [1002:6600]
configuration: driver=fglrx_pci latency=0
1. 目前 作用中的驅動 都是 AMD 閉源驅動 fglrx 但是 看不到 版本

2. 這兩個指令 可以看到 AMD 閉源驅動 fglrx 是否已經安裝妥善
2-1. glxinfo | grep render
2-2. fglrxinfo

3. Ubuntu 自 13.10 開始 對於雙顯卡 有比較好的支援
https://wiki.ubuntu.com/X/Config/HybridGraphics

4. 上面雙顯卡 在 Ubuntu 14.04 應該 也是 唯一 安裝的 AMD 閉源驅動 版本
AMD Catalyst™ 14.6 Beta for Linux
4-1. http://support.amd.com/en-us/kb-article ... river.aspx
4-2. 下載安裝程式 需要解壓
http://www2.ati.com/drivers/beta/linux- ... -jul11.zip
4-3. 支援 雙顯卡
4-3-1. 支援 Radeon HD 8650G
AMD Radeon™ HD 8000G Series
4-3-2. 支援 Radeon HD 8670A/8670M/8750M
AMD Radeon™ HD 8000M Series # 沒有看到支援 8000A 系列
4-4. 支援 Ubuntu 12.04.4 及 Ubuntu 14.04
4-5. 在 ubuntu 安裝 AMD 雙網卡 參考
https://help.ubuntu.com/community/Binar ... d_graphics
把版本號修改一下
4-6. AMD 官網安裝參考文件
http://support.amd.com/en-us/kb-article ... Notes.aspx

5. 核對一下 你已經安裝的 fglrx_pci 版本 如果不是 AMD Catalyst™ 14.6 Beta for Linux
請先移除
我想切换到独显
6. 嘗試 從程式中切換

7. http://www.webupd8.org/2014/04/10-thing ... buntu.html
you can use fglrx-pxpress and AMD Indicator which are basically the equivalents of the tweaks below for AMD,

8. 但是 好像還不是很成功
https://github.com/beidl/amd-indicator/issues/6
更新后可以切换了,谢谢
天羽美羽
帖子: 183
注册时间: 2013-05-22 22:29
系统: Ubuntu14.04

Re: 14.04下amd双显卡交火的笔记本认不到独显

#6

帖子 天羽美羽 » 2014-07-18 21:00

wengdunliang 写了:
poloshiao 写了:
product: Richland [Radeon HD 8650G] [1002:990B]
configuration: driver=fglrx_pci latency=0
product: Mars [Radeon HD 8670A/8670M/8750M] [1002:6600]
configuration: driver=fglrx_pci latency=0
1. 目前 作用中的驅動 都是 AMD 閉源驅動 fglrx 但是 看不到 版本

2. 這兩個指令 可以看到 AMD 閉源驅動 fglrx 是否已經安裝妥善
2-1. glxinfo | grep render
2-2. fglrxinfo

3. Ubuntu 自 13.10 開始 對於雙顯卡 有比較好的支援
https://wiki.ubuntu.com/X/Config/HybridGraphics

4. 上面雙顯卡 在 Ubuntu 14.04 應該 也是 唯一 安裝的 AMD 閉源驅動 版本
AMD Catalyst[TRADE MARK SIGN] 14.6 Beta for Linux
4-1. http://support.amd.com/en-us/kb-article ... river.aspx
4-2. 下載安裝程式 需要解壓
http://www2.ati.com/drivers/beta/linux- ... -jul11.zip
4-3. 支援 雙顯卡
4-3-1. 支援 Radeon HD 8650G
AMD Radeon[TRADE MARK SIGN] HD 8000G Series
4-3-2. 支援 Radeon HD 8670A/8670M/8750M
AMD Radeon[TRADE MARK SIGN] HD 8000M Series # 沒有看到支援 8000A 系列
4-4. 支援 Ubuntu 12.04.4 及 Ubuntu 14.04
4-5. 在 ubuntu 安裝 AMD 雙網卡 參考
https://help.ubuntu.com/community/Binar ... d_graphics
把版本號修改一下
4-6. AMD 官網安裝參考文件
http://support.amd.com/en-us/kb-article ... Notes.aspx

5. 核對一下 你已經安裝的 fglrx_pci 版本 如果不是 AMD Catalyst[TRADE MARK SIGN] 14.6 Beta for Linux
請先移除
我想切换到独显
6. 嘗試 從程式中切換

7. http://www.webupd8.org/2014/04/10-thing ... buntu.html
you can use fglrx-pxpress and AMD Indicator which are basically the equivalents of the tweaks below for AMD,

8. 但是 好像還不是很成功
https://github.com/beidl/amd-indicator/issues/6
更新后可以切换了,谢谢
具体是怎么成功切换的?我是apu,至今不知为啥只能用集显。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 14.04下amd双显卡交火的笔记本认不到独显

#7

帖子 poloshiao » 2014-07-18 22:14

具体是怎么成功切换的
參閱
http://askubuntu.com/a/288355/198920
New!!! INDICATOR for Switching:

图片
回复