Ubuntu16.04下双显卡(intel+AMD)问题

CPU/显卡/打印机/USB设备等硬件问题
回复
gkao
帖子: 7
注册时间: 2016-09-18 16:08
系统: ubuntu

Ubuntu16.04下双显卡(intel+AMD)问题

#1

帖子 gkao » 2016-09-18 16:10

装了16.04发现只有intel的显卡工作,不知道怎么切换,而且amd显卡驱动怎么装啊
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#2

帖子 vickycq » 2016-09-18 16:23

gkao 写了:装了16.04发现只有intel的显卡工作,不知道怎么切换,而且amd显卡驱动怎么装啊
执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
lspci -knn | grep -iA2 "vga\|3d\|disp"
sudo lshw -numeric -C display
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
gkao
帖子: 7
注册时间: 2016-09-18 16:08
系统: ubuntu

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#3

帖子 gkao » 2016-09-18 16:47

vickycq 写了:
gkao 写了:装了16.04发现只有intel的显卡工作,不知道怎么切换,而且amd显卡驱动怎么装啊
执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
lspci -knn | grep -iA2 "vga\|3d\|disp"
sudo lshw -numeric -C display

代码: 全选

gkao@GC-Linux:~$ uname -a
Linux GC-Linux 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
gkao@GC-Linux:~$ lspci -knn | grep -iA2 "vag\|3d|disp"
gkao@GC-Linux:~$ sudo lshw -numeric -C display
  *-display               
       description: VGA compatible controller
       product: Haswell-ULT Integrated Graphics Controller [8086:A16]
       vendor: Intel Corporation [8086]
       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:c2000000-c23fffff memory:b0000000-bfffffff ioport:6000(size=64)
gkao@GC-Linux:~$
上次由 gkao 在 2016-09-18 17:03,总共编辑 1 次。
gkao
帖子: 7
注册时间: 2016-09-18 16:08
系统: ubuntu

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#4

帖子 gkao » 2016-09-18 16:58

gkao@GC-Linux:~$ lspci -knn | grep -iA2 "vga\|3d\|disp"
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics Controller [103c:2162]
Kernel driver in use: i915
--
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] [1002:6660] (rev ff)
Kernel driver in use: radeon
Kernel modules: radeon
gkao@GC-Linux:~$
gkao
帖子: 7
注册时间: 2016-09-18 16:08
系统: ubuntu

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#5

帖子 gkao » 2016-09-18 16:59

代码: 全选

[size=150]gkao@GC-Linux:~$ lspci -knn | grep -iA2 "vga\|3d\|disp"
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
        Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics Controller [103c:2162]
        Kernel driver in use: i915
--
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] [1002:6660] (rev ff)
        Kernel driver in use: radeon
        Kernel modules: radeon
gkao@GC-Linux:~$ 
[/size]
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#6

帖子 vickycq » 2016-09-18 17:44

gkao 写了:而且amd显卡驱动怎么装啊
Radeon HD 8670A/8670M/8690M / R5 M330
Kernel driver in use: radeon
开源驱动 radeon 正常运作
私有驱动 fglrx 开发停滞,目前不方便使用
Radeon HD 8670*,或属于 GCN 1.0 架构,将来可能收到新驱动 amdgpu 支持
gkao 写了:不知道怎么切换
曾可通过私有驱动 fglrx 实现切换,但由于此驱动目前不敷使用,方法待查
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
gkao
帖子: 7
注册时间: 2016-09-18 16:08
系统: ubuntu

Re: Ubuntu16.04下双显卡(intel+AMD)问题

#7

帖子 gkao » 2016-09-18 18:03

vickycq 写了:
gkao 写了:而且amd显卡驱动怎么装啊
Radeon HD 8670A/8670M/8690M / R5 M330
Kernel driver in use: radeon
开源驱动 radeon 正常运作
私有驱动 fglrx 开发停滞,目前不方便使用
Radeon HD 8670*,或属于 GCN 1.0 架构,将来可能收到新驱动 amdgpu 支持
gkao 写了:不知道怎么切换
曾可通过私有驱动 fglrx 实现切换,但由于此驱动目前不敷使用,方法待查
我用了置顶帖里面的echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
也没有用。也就是说目前没没有解决方案吧
回复