我在使用 Radeon HD 8670 卡让专有 AMD 图形驱动程序在 RHEL 6.9 上工作时遇到问题。
输出lspci | grep -i VGA:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R7 250/350] (rev 83)
Run Code Online (Sandbox Code Playgroud)
如果我设置export LIBGL_DEBUG=verbose并运行glxgears,我会得到以下输出:
libGL: DRI3 is disabled, try running in DRI2 mode. xorg version is 0
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot …Run Code Online (Sandbox Code Playgroud)