protonscr

Manually installed nvidia driver

vkd3dclosed
HansKristian-Work/vkd3d-proton#1170 · opened 2022-07-16 by sfjuocekr · updated 2022-07-16 · 1 comments · github
Ssfjuocekr 2022-07-16 github

Hey, I have an issue with VKD3D whenever I install the nvidia drivers manually instead of from the repository.

For example, when I download the latest vulkan beta driver from: https://developer.nvidia.com/vulkan-driver
Or I download the latest driver from: https://www.nvidia.com/en-us/drivers/unix/linux-amd64-display-archive/

And execute the .run file to install the drivers, afterwards VKD3D always refuses to create a vulkan device:

==> vkd3d.log <==
0660:info:vkd3d_config_flags_init_once: VKD3D_CONFIG='dxr11'.
0660:info:vkd3d_get_vk_version: vkd3d-proton - applicationVersion: 2.6.0.
0660:info:vkd3d_instance_init: vkd3d-proton - build: 3e5aab6fb3e18f8.
0660:warn:vkd3d_remove_extension: Removing VK_NVX_binary_import extension from the array.
0660:warn:vkd3d_remove_extension: Removing VK_NVX_image_view_handle extension from the array.
0660:warn:vkd3d_create_vk_device: Disabled extensions that can cause Vulkan device creation to fail, retrying.
0660:err:vkd3d_create_vk_device: Failed to create Vulkan device, vr -3.
0660:fixme:hresult_from_vk_result: Unhandled VkResult -3.

Running vkcube or any application using DXVK works as intended.

Is there something I am missing here?

Ssfjuocekr 2022-07-16 github

Ok, I'm going to kick myself in the balls for this as I have ran into this before...

nvidia-modprobe -u -c=0

For some reason the nvidia-uvm module wasn't loaded!

Launch options