You are not logged in.

#1 2023-08-06 19:01:10

Korasik
Member
Registered: 2023-08-06
Posts: 2

[SOLVED] Steam proton. "No default adapter available"

Every time I try to launch any game on steam with Steam Play, the game says it can't find a supported GPU or Directx11.
So l have:
Kernel: 6.1.39-3-lts
Nvidia GeForce GTX 650 Ti
Driver from aur version: 470.199.02
Here is part of the proton log with error:

warn:  CreateDXGIFactory2: Ignoring flags
info:  Game: Furi.exe
info:  DXVK: v2.2-34-g4d254b13bee632e
1666.674:0134:0138:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winevulkan.dll" at 00000002D4AD0000: builtin
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x2d4add570
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
info:    OpenXR
1666.691:0134:0138:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wineopenxr.dll" at 00007F8742490000: builtin
warn:  OpenXR: Unable to get required Vulkan instance extensions size
info:  Enabled instance extensions:
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
warn:  Skipping Vulkan 1.2 adapter: NVIDIA GeForce GTX 650 Ti
warn:  DXVK: No adapters found. Please check your device filter settings and Vulkan setup.
warn:  OpenXR: Unable to get required Vulkan Device extensions size
1666.735:0134:0138:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\wineopenxr.dll" : builtin
warn:  DXGI: Found monitors not associated with any adapter, using fallback
warn:  DXGI: Found monitors not associated with any adapter, using fallback
err:   D3D11CreateDevice: No default adapter available
warn:  D3D11CreateDevice: Unsupported driver type
warn:  DXGI: Found monitors not associated with any adapter, using fallback
err:   D3D11CreateDevice: No default adapter available
1666.735:0134:0138:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winevulkan.dll" : builtin
warn:  CreateDXGIFactory2: Ignoring flags
info:  Game: Furi.exe
info:  DXVK: v2.2-34-g4d254b13bee632e

And some outputs i got, when tried to google. If it helps:

vulkaninfo --summary
==========
VULKANINFO
==========

Vulkan Instance Version: 1.3.255


Instance Extensions: count = 20
-------------------------------
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 9
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1

Instance Layers: count = 5
--------------------------
VK_LAYER_NV_optimus               NVIDIA Optimus layer         1.2.175  version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32   Steam Overlay Layer          1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64   Steam Overlay Layer          1.3.207  version 1

Devices:
========
GPU0:
	apiVersion         = 1.2.175
	driverVersion      = 470.199.2.0
	vendorID           = 0x10de
	deviceID           = 0x11c6
	deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
	deviceName         = NVIDIA GeForce GTX 650 Ti
	driverID           = DRIVER_ID_NVIDIA_PROPRIETARY
	driverName         = NVIDIA
	driverInfo         = 470.199.02
	conformanceVersion = 1.2.6.0
	deviceUUID         = a5eeb056-cad0-d89e-76c6-c46d04d10c78
	driverUUID         = 352857eb-77c4-f2ac-f8b4-e21d4f7e72fb
cat /usr/share/vulkan/icd.d/nvidia_icd.json
{
    "file_format_version" : "1.0.0",
    "ICD": {
        "library_path": "libGLX_nvidia.so.0",
        "api_version" : "1.2.175"
    }
}
glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 1024 MB
    Total available memory: 1024 MB
    Currently available dedicated video memory: 138 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 650 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.199.02
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 470.199.02
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 470.199.02
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Last edited by Korasik (2023-08-07 10:27:10)

Offline

#2 2023-08-06 21:23:30

jonno2002
Member
Registered: 2016-11-21
Posts: 868

Re: [SOLVED] Steam proton. "No default adapter available"

dxvk wiki wrote:

Note: Nvidia's Kepler architecture (most GTX 600 / 700 series) is no longer supported. Please use DXVK 1.10.3 in combination with these cards.

https://github.com/doitsujin/dxvk/wiki/Driver-support

you need to use proton 7.0 as it uses the 1.10.3 dxvk according to this page: https://github.com/ValveSoftware/Proton/releases

and for regular wine you would use 'dxvk1103' verb in winetricks according to this page: https://github.com/Winetricks/winetrick … bs/all.txt

Offline

#3 2023-08-07 03:33:52

Beuman
Member
Registered: 2018-06-10
Posts: 25

Re: [SOLVED] Steam proton. "No default adapter available"

Hope for you it will work, Nvidia GPU driver are not good today, but back in 650Ti time that was pretty bad. AMD newer graphic cards works very well with steam proton

Offline

#4 2023-08-07 10:22:51

Korasik
Member
Registered: 2023-08-06
Posts: 2

Re: [SOLVED] Steam proton. "No default adapter available"

jonno2002 wrote:
dxvk wiki wrote:

Note: Nvidia's Kepler architecture (most GTX 600 / 700 series) is no longer supported. Please use DXVK 1.10.3 in combination with these cards.

https://github.com/doitsujin/dxvk/wiki/Driver-support

you need to use proton 7.0 as it uses the 1.10.3 dxvk according to this page: https://github.com/ValveSoftware/Proton/releases

and for regular wine you would use 'dxvk1103' verb in winetricks according to this page: https://github.com/Winetricks/winetrick … bs/all.txt

Yep, this worked! Thanks!

Offline

Board footer

Powered by FluxBB