#nvidia gtx 750 ti: Games working with no video but sound, some games don't even launch anymore...
35 messages · Page 1 of 1 (latest)
Does this symptom occur for all games?
yeah
Can you post the output of
lspci -nnk | grep '\[03' -A4
Are these games native to Linux or Windows?
I think they are, my boyfriend uses arch linux too and they work perfectly for him
but he uses amd and I use nvidia
I mean, does the game need Proton to start?
oh yeah it needed
{ glxinfo -B; vulkaninfo; } | curl -F 'f:1=<-' ix.io
A pipe server for dumping arbitrary files
oh
Can you give an example of a game you have problems with?
monster hunter rise
By Capcom and using the RE engine, which I believe uses DirectX 12.
dxvk does not support DX12, so Proton will use vkd3d, which translates DX12 calls to Vulkan.
I see...
Thus the game effectively uses Vulkan.
Does vkcube give you graphics?
no, it doens't
Without this window?
Does the command produce any text output in the terminal?
Can you run
pacman -Qo /usr/share/vulkan/icd.d/*
Please try to launch vkcube with the following command
env VK_DRIVER_FILES=/usr/share/vulkan/icd.d/nvidia_icd.json vkcube
However, please be adviced that 1st Gen Maxwell (GTX 750 series) lacks support for many of the newer Vulkan extensions used by vkd3d-proton. This means that even if the Vulkan problem is fixed on your host, the game may still not work well.
Can you try to start the game with this environment variable?