Open nPHYN1T3 opened 1 year ago
Hello @nPHYN1T3, it might be interesting to experiment with __NV_PRIME_RENDER_OFFLOAD=1
and __NV_PRIME_RENDER_OFFLOAD_PROVIDER
as described in https://download.nvidia.com/XFree86/Linux-x86_64/535.113.01/README/primerenderoffload.html.
It will not launch at all i.e. CreateSwapChain(): The selected graphics queue does not support presenting a swapchain image. The same as without the two offload commands. Again, this is NOT PRIME. There is no IGP, telling it to use the "nVidia" card is useless because there are more than one nVidia cards. xrandr --listproviders is broken unless you are using an xrandr providers setup which I am not.
__NV_PRIME_RENDER_OFFLOAD=1
should activate the VK_LAYER_NV_optimus Vulkan layer, and that layer should listen to __NV_PRIME_RENDER_OFFLOAD_PROVIDER
environment variable for a specific GPU name to use with their video driver, which is relevant here where there are multiple NVIDIA GPUs.
Again why do you keep ignoring the fact I DO NOT have an PRIME / Optimus setup? For YEARS all you need to denote the GPU is DISPLAY=0. (The XScreen the GPU runs) now with Vulkan it is some times needed to add DXVK_FILTER_DEVICE_NAME. PRIME has nothing to do with running multi GPU unless you are SWITCHING/Offloading between them. My GPU's are ALL in use ALL the time running several screens each. Every game in my Steam library adheres to DISPLAY=:0.X just fine except now CS2 and Steam itself which only locks up if I run it on the GPU I've run it on for years.
Again xrandr providers is only if you use an xrandr xrandrauto setup which I do not as it does not work for multi GPU. My GPU's set are up in xorg.conf and again every piece of software I use from garbage like Unity to Blender and everything between runs fine, only Steam and CS2 have issues because they poll hardware incorrectly as I denoted in my Steam Survey issue I opened some time ago.
In that issue you actually said that the Survey only records the GPU Steam was running on and ignores all else. Now that Steam is completely broken if it's run on the GPU I normally run it on it's now running on the GPU I game on...funny so then you'd think CS2 would run on the GPU Steam was running on...yet it doesn't. It enumerates GPU's, finds the first one then ignores anything else breaking it. It does not try to run on the GPU Steam is running on, it just latches on to whatever it finds first...
Several updates later it no longer complains about CreateSwapChain() but says it's syncing cloud while launching (Cloud is disabled and I have an open ticket about this being constantly re-enabled) bu then just crashes with window being drawn for a moment just long enough to notice something was there on the correct GPU...
i.e. same but different, still 100% non-functional.
More updates and zero fix. It's back to an error message again due to it latching on to the wrong GPU. Given this "replaced" CS:GO this now means a game I PAID for has been broken for 3 or 4 years and nothing done about it. At least CS:GO launched...
Your system information
Steam client version (build number or date): Steam Version: 1696019606 Steam Client Build Date: Fri, Sep 29 11:38 UTC -08:00 Steam Web Build Date: Fri, Sep 29 14:25 UTC -08:00 Steam API Version: SteamClient020
Distribution (e.g. Ubuntu): Arch
Opted into Steam client beta?: No (has nothing to do with the issue)
Have you checked for system updates?: Duh
Steam Logs: [generate by running this command in a terminal
tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs
] steam-logs.tar.gzGPUS: Nvidia GTX 1060/1660
Please describe your issue in as much detail as possible:
Counter Strike 2 enumerates GPUs but stops after the first one it finds which is the "weakest" one and NOT the one I play games on. The game will not run on the correct GPU denoted by DISPLAY or DXVK_FILTER_DEVICE_NAME
Steps for reproducing this issue: