System Information
Operating system: Manjaro Linux
Graphics card: RTX 2060 and integrated AMD
Blender Version
Broken: Blender 2.82a 375c7dc4caf4
Short description of error
My graphics card does not show up in settings and trying to select GPU compute in the Cycles dropdown menu results in the option disappearing and an error in the terminal I run blender from the terminal (attached).
My suspicion is that something goes wrong due to the fact that I have a Nvidia dedicated GPU and an AMD integrated GPU (it has caused trouble before). However, I am able to run other CUDA applications just fine.
The following shows up in the terminal both when I click the dropdown option and when I view the CUDA settings in preferences.
`
Traceback (most recent call last):
File "/usr/share/blender/2.82/scripts/modules/bpy_types.py", line 799, in draw_ls
func(self, context)
File "/usr/share/blender/2.82/scripts/addons/cycles/ui.py", line 2198, in draw_device
col.active = show_device_active(context)
File "/usr/share/blender/2.82/scripts/addons/cycles/ui.py", line 113, in show_device_active
return context.preferences.addons[__package__].preferences.has_active_device()
File "/usr/share/blender/2.82/scripts/addons/cycles/properties.py", line 1547, in has_active_device
return self.get_num_gpu_devices() > 0
File "/usr/share/blender/2.82/scripts/addons/cycles/properties.py", line 1536, in get_num_gpu_devices
device_list = _cycles.available_devices(self.compute_device_type)
SystemError: <built-in function available_devices> returned a result with an error set
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 51: invalid continuation byteExact steps for others to reproduce the error
See attached gif.

