-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Failed to query surface formats" followed by "Failed to create presenter or back buffer" errors on all games tested. #758
Comments
I'm not entirely sure but afaik the combination of Vulkan and PRIME might not work on Nvidia GPUs, so you're out of luck for now. The issue here is that Vulkan itself works on your Nvidia card, but it cannot render to a window. |
Thanks for the quick reaction. I wasn't expecting that on a week-end. I don't use any software other than the nvidia driver if that is what you are thinking about. no bumblebee, bbswitch or prime-select. When a was talking about prime, this was only to say that I made sure to switch to the dedicated card, and turn on the prime synchronization (vsync all the way between the dedicated card to the screen). Also, as I mentioned above, I was able to play Overwatch and Titanfall on Ubuntu 16.04 six month prior with roughly the same configuration. I just can't pin-point what is different here. |
Also, would that mean that I can't use any vulkan application ? Event natively ? I'm installing Dota 2 to make the test, but looking of a quicker way to do that. |
I'm on Mint 18.3 with Gtx 1050 and Intel HD combo. DXVK and other Vulkan games ( RoTR , DOOM etc ) works for me. Testing with Dota2 is a good start but i think you might be missing some Vulkan libs on your setup. Try that ; sudo apt-get install libvulkan1 |
So Dota 2 do start, even with the However, I seem to be missing the
...
Well, time for a deep dive in dependency hell... |
Vulkan-utils is not essential afaik , you can skip that. libvulkan parts were important. |
Ok. So this get use back to square one, since I already had those two packages. I trying to get my hand on some Vulkan demos to be sure that Vulkan does run on my system. |
I wonder about something , can you boot any DXVK using title on Intel GPU? |
Hummm... So apparently I talked too fast. In the Options, Dota 2 report running on OpenGl, despite the use of the So this does point to a borked vulkan install. I'm gonna try to reinstall some packages, but if anyone as a better idea as to what could be the cause or what to target I'm listening. |
@Leopard1907 I turn off the nvidia card, rebooted and launched Warframe. The game does launch, but DXVK report a failure to create the vulkan Instance.
So it definitly sound like a something is missing in my vulkan installation. I'll start digging. PS : Fun fact, the nvidia settings refuse to start, because the driver didn't loaded. Gess I'll try reinstalling the driver. |
Do you have the Vulkan driver for your Intel GPU installed? |
Yep , it shows you are missing something. Also Vulkan driver needed for Mesa package though. Can you try to use Padoka Ppa for updating it. That will automatically install missing parts for Mesa. |
I didn't install any mesa drivers. Should I do that along the nvidia-drivers ? Lutris's wiki mention instaling |
Yeah, that should work. It may cause additional issues, but might be worth trying regardless. |
That is not harmful, do that. I also have Padoka PPA on my system with graphics driver ppa and development graphics ppa since i sometimes try lightweight games on Intel chip. |
So after switching to the intel card I was unable to switch back. I had to do a complete reinstall of the system. I just finished installing everything, and the situation is the same. You can find below the list of packages related to vulkan that are installed (in green) and available (in white) @Leopard1907 What does this ppa provide ? newer version of mesa ? Or some other packages I should install ? I'm not interested in using only my Intel card, mainly because I don't need the extra battery, and also after seeing what happens after switching the PRIME profile. |
@VincentGuinaudeau There's currently a bug on Ubuntu where Vulkan cannot grab the device with nvidia-drm.modeset=1 activated (which is the default on Ubuntu) Usually running a Vulkan utility (such as vulkaninfo) as sudo solves this issue during the current session. |
@Anti-Ultimate well this is not activated by default on ubuntu (at least for me), because I had to do it in order to activate PRIME synchronization. I followed this post advice to activate it, but drop the driver number to make it work. By commenting this config line, doing a Now this isn't a perfect solution for me, because this will cause tearing in game, and I will have to rebooting each time I want to change between a vulkan game and a non vulkan game if I want to turn on vsync on the others games. This is especially important for 2D games who don't have an internal framecap and will happily run at thousands of FPS without vsync. So I'm interrested by your workaround, but as stated above I can't install If the important part is running a vulkan app as root, could I substitute |
Basically any application which uses Vulkan should work, but I wouldn't use anything that saves configs etc. You might still wanna fix the broken vulkan-utils install though. |
Found it. The So And your workaround seem to work !!! running And low and behold, games work too 🎉 ! It only seem like the rest of the windows can't be focused without causing long and repeated freezes for the whole system (even with the simplest app such as Thank everyone for your patience and dedication. And @doitsujin, you may ear this regularly, but without what you do, AAA gaming on linux would be a joke right now. Your work give more freedom of choice to millions of gamers and you should be proud of that. Keep it up 👍. |
Closing then, and hopefully Ubuntu can fix whatever they screwed up. |
I feel like this issue is not dxvk's fault, but after a day of installing additional packages, swapping between different version of wine, nvidia driver and dxvk, the only way I managed to launch a game was by turning off dxvk. And since google failed me on this one, posting the problem here seemed the best thing to do.
Also some context, I was able to run games throught DXVK on this very same hardware 6 monts ago. But since them I wiped the OS and bumped to the new version of Ubuntu, and that is only now that I tried to play some windows game again and hit this blocking point.
The issue
For every 3D game I tried with DXVK, I wasn't able to launch the launcher / game. Deactivating DXVK make the game run but obviously the performance isn't great.
Going through the logs, I noticed every game had the same error in the
dxgi.log
file. Googling those error did turn up some advice from this repository but none worked (settingDXVK_FAKE_DX10_SUPPORT
to 1 andVK_ICD_FILENAMES:
to the vulkan file for the discrete card).Also I can play some 2D games through proton on steam, mainly "Into the breach" and "Heat signature", which I guess don't use directX, so DXVK isn't loaded.
Software information
Games (again, this is all the 3D games I tried to run on this computer):
System information
Apitrace file(s)
Log files (from warframe lutris, but the errors are the same on the others games)
If you need additional information I'll be happy to oblige.
The text was updated successfully, but these errors were encountered: