You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm on an NVIDIA Optimus laptop, and I'd like to run my code on my integrated GPU (for battery life, and to test against lower end systems)
However, when trying to use Instance::request_device, I get this warning in my console:
WARN wgpu_hal::vulkan::instance] Disabling presentation on 'Intel(R) Graphics (RPL-P)' (id 0x55bbc15ef600) due to NV Optimus and Intel Mesa < v21.2
wgpu then defaults to using my dedicated GPU instead. Trying to use my integrated GPU anyway by using Instance::enumerate_adapters works, but any surface I create isn't supported!
I'm not sure what the warning means either, since I have mesa 23.2.3 installed.
Description
I'm on an NVIDIA Optimus laptop, and I'd like to run my code on my integrated GPU (for battery life, and to test against lower end systems)
However, when trying to use
Instance::request_device
, I get this warning in my console:WARN wgpu_hal::vulkan::instance] Disabling presentation on 'Intel(R) Graphics (RPL-P)' (id 0x55bbc15ef600) due to NV Optimus and Intel Mesa < v21.2
wgpu then defaults to using my dedicated GPU instead. Trying to use my integrated GPU anyway by using
Instance::enumerate_adapters
works, but any surface I create isn't supported!I'm not sure what the warning means either, since I have mesa 23.2.3 installed.
Repro steps
I made a basic repro:
repro.tar.gz
Extra materials
debug_log.txt
I'm happy to provide any additional logs if needed!
#2129 and #1215 seem relevant
Platform
The text was updated successfully, but these errors were encountered: