我無法通過Linux上的AVD(Android虛擬設備管理器)使用最新的開源AMD驅動程序AMDGPU啓動任何虛擬設備。Android Studio AVD Linux AMDGPU驅動程序
- GPU:AMD的Rx 460
- CPU:英特爾Core i5-4460 CPU @ 3.20GHz×4
- OS:OS索盧斯
- 內核:4.7.4
- 梅薩:12.0.3
- AMDGPU:1.1.1
錯誤消息:
Cannot launch AVD in emulator.
Output:
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
Current serial number in output stream: 48
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
Current serial number in output stream: 48
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 33
Current serial number in output stream: 34
QObject::~QObject: Timers cannot be stopped from another thread
在截圖的形式錯誤消息:avd amdgpu error
我認爲問題是,它想叫RadeonSI老開源驅動,但是我的顯卡沒有使用了,它使用新的AMDGPU。
任何提示我將如何解決這個問題?