适用于 Ubuntu 18.10 的 Amd 驱动程序

适用于 Ubuntu 18.10 的 Amd 驱动程序

我使用 Ubuntu 18.04 已有数月,昨晚它运行良好,但今天重新登录时却显示黑屏。因此,我刚刚安装了新的 Ubuntu 18.10,并尝试安装 AMD 显卡驱动程序,但我找不到 Ubuntu 18.10 的驱动程序,现在我只能使用 AMD Oland。

显卡 AMD Radeon HD 8570 OEM

lspci -vnn | grep VGA -A 12
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 OEM] [1002:6611] (prog-if 00 [VGA controller])
    Subsystem: Dell Oland [Radeon HD 8570 / R7 240/340 OEM] [1028:2121]
    Flags: bus master, fast devsel, latency 0, IRQ 34
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Memory at f7dc0000 (64-bit, non-prefetchable) [size=256K]
    I/O ports at dc00 [size=256]
    Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: radeon
    Kernel modules: radeon, amdgpu

01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1002:aab0]
    Subsystem: Dell Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1028:aab0]

答案1

AMD Oland 没有问题,是主板的 Linux 驱动程序的问题。另一个选择是获取显卡 Oibaf PPA,但它不会产生奇迹,而且你每天只能获得 2-3 个补丁(MESA 19.1)。你自己选择吧!

对于使用 Mesa 19.1 PPA 的给定命令行,我们确实得到了类似的结果(AMD Raven)。

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

glxinfo | grep "OpenGL version"
OpenGL version string: 4.5 (Compatibility Profile) Mesa 19.1.0-devel (git-f84f833 2019-02-19 bionic-oibaf-ppa)

相关内容