
Hello Dolphin forums,
I've recently installed Dolphin. My machine details are as follows:
OS: Ubuntu 18.04 x64
Processor: AMD® Fx-6100 six-core processor × 6
Video card/GPU: AMD® Cedar Mobility Radeon HD 5430
RAM: 8GB
Dolphin version: 5.0 64 bit
On to the problem. When I run a game, the sound is very choppy and the framerate slows down when anything interesting happens. In the graphics options, I have the resolution set to "Native 640x528, Anti-alising to none, Anisotropic filtering to 1X. The only backend I have available is OpenGL.
Would getting Vulkan working help this? Are there other backends that I can try? I'm not experienced in playing around with graphics drivers, so I'm not sure where to go from here.
I've installed Vulkan, but when I try vulkaninfo, I get this error:
which is odd, since I'm on a 64 bit machine. I tried replacing the i386-linux-gnu libraries with the ones in x86_64-linux-gnu. The wrong ELF class errors disappeared, but the VK_ERROR_INITIALIZATION_FAILED error persisted.
Thank you in advance for your help. I look forward to having fun with this!
I've recently installed Dolphin. My machine details are as follows:
OS: Ubuntu 18.04 x64
Processor: AMD® Fx-6100 six-core processor × 6
Video card/GPU: AMD® Cedar Mobility Radeon HD 5430
RAM: 8GB
Dolphin version: 5.0 64 bit
On to the problem. When I run a game, the sound is very choppy and the framerate slows down when anything interesting happens. In the graphics options, I have the resolution set to "Native 640x528, Anti-alising to none, Anisotropic filtering to 1X. The only backend I have available is OpenGL.
Would getting Vulkan working help this? Are there other backends that I can try? I'm not experienced in playing around with graphics drivers, so I'm not sure where to go from here.
I've installed Vulkan, but when I try vulkaninfo, I get this error:
Code:
===========
VULKAN INFO
===========
Vulkan Instance Version: 1.1.70
ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS32
ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
/build/vulkan-UL09PJ/vulkan-1.1.70+dfsg1/demos/vulkaninfo.c:2700: failed with VK_ERROR_INITIALIZATION_FAILED
which is odd, since I'm on a 64 bit machine. I tried replacing the i386-linux-gnu libraries with the ones in x86_64-linux-gnu. The wrong ELF class errors disappeared, but the VK_ERROR_INITIALIZATION_FAILED error persisted.
Thank you in advance for your help. I look forward to having fun with this!