我买了一个Radeon RX560,并试图在Xubuntu16.04上安装它。首先,如amd所述,我安装了amdgpu-pro。所有的一切工作与1显示器(DVI - FullHD)。
然后我插入了第二个(HDMI - FullHD),并镜像了显示。但是在preferences->Display中只有一个监视器是可见的。所以我收集了一些信息:
lspci -nn | grep "VGA"产出:
01:00.0 VGA兼容控制器0300:高级微设备公司AMD/ATI Device 1002:67ff
我会期待像"Radeon RX560“这样的东西吗?为什么不呢?我现在看到了"sudo update-pciids“之后的解决方案::AMD/ATI Baffin Radeon RX 560。
下一步是:
sudo lshw -c display产出:
*-display
Beschreibung: VGA compatible controller
Produkt: Advanced Micro Devices, Inc. [AMD/ATI]
Hersteller: Advanced Micro Devices, Inc. [AMD/ATI]
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: cf
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm pciexpress msi vga_controller bus_master cap_list rom
Konfiguration: driver=amdgpu latency=0
Ressourcen: irq:27 memory:c0000000-cfffffff memory:dfe00000-dfffffff ioport:ee00(Größe=256) memory:fdd80000-fddbffff memory:fdd00000-fdd1ffff如果我在两个显示器上都有一张照片,为什么只有一个设备?
最后,克伦特:
xrandr: Failed to get size of gamma for output default屏幕0:最小1920年x 1080,当前1920年x 1080,最大1920年x 1080默认连接1920x1080+0+0 0mm x0mm 1920x10800.00*
没有伽马?我觉得不太好。
而xrandr -列表提供者没有结果。0条入口..。
编辑:,看来我的Xorg错了。我发现了一个错误:
[ 6.049] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 28 16:25:43 2017
[ 6.050] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.050] (==) No Layout section. Using the first Screen section.
[ 6.050] (==) No screen section available. Using defaults.
[ 6.050] (**) |-->Screen "Default Screen Section" (0)
[ 6.050] (**) | |-->Monitor "<default monitor>"
[ 6.051] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.我将尝试修复它并发布最终解决方案。
发布于 2017-10-28 02:14:35
没有答案,为什么要驾驶安格普专业的司机?我刚刚插入了我的RX580,所有3个监视器都启动并运行。
https://askubuntu.com/questions/970003
复制相似问题