While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- NVIDIA stable driver 550.135 released for Linux
- Sony reportedly looking to acquire Kadokawa, owner of ELDEN RING dev FromSoftware
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- > See more over 30 days here
-
Deep Rock Galactic: Rogue Core teaser trailer has me ex…
- dpanter -
Star Fox 64 is getting a Native PC port from the devs o…
- mindedie -
Medal of Honor: Allied Assault open source remake gets …
- PedroHLC -
Star Fox 64 is getting a Native PC port from the devs o…
- Doktor-Mandrake -
Dungeon Clawler will grab hold of your free time now it…
- Purple Library Guy - > See more comments
- Our own anti-cheat list
- Liam Dawe - What have you been listening to?
- Cyril - What do you want to see on GamingOnLinux?
- Liam Dawe - Weekend Players' Club 11/22/2024
- Liam Dawe - Types of programs that are irritating
- Cyril - See more posts
View PC info
You want wine compilation instructions, or dxvk compilation instructions? If you don't feel like it - there is no need to compile wine. Wine 3.4 should already work with dxvk.
Installation can be messy, but look higher in this thread, it was already addressed. Don't forget to install Vulkan SDK into the prefix.
View PC info
View PC info
View PC info
MSI GTX 1080 with 8GB of VRAM.
80-85 on HS is within ~80% of Windows performance => awesome. :-)
On W Novigrad is generally between 95 and 130.
View PC info
Graphics card pricing is a joke at the moment, similar story with DDR4 memory. :-(
Was very interested in buying a Vega 56 myself as well, looks like a great card!
Was a bit worried at buying at release though as the first batches, of any high-end silicon-based HW, generally have a lot of more issues than later batches. Not an issue now of course, unless the stores tries to resell early versions.
Bought my 1080 for ~€520 roughly half a year ago and was a bit angry that it was so much more expensive than the cheapest 1080s (€50-100 or so) but I wanted an MSI card (happy with them previously). Now? The same card goes for €740+ (the few hours per month in it is in stock and not sold out). :-/
View PC info
I install wine3.4 from debian : deb https://dl.winehq.org/wine-builds/debian/ buster main
I install VulkanSDK-1.0.51.0-Installer.exe ,copy winevulkan.json and add the reg key in the 64Bit wineprefix.
The cube don't work and i have this error
Failed to open dynamic library "c:\windows\system32\winevulkan.dll" with error 1114 Cannot create Vulkan instance.
C:\Users\david\.jenkins\workspace\LoaderAndValidationLayers\demos\vulkaninfo.c:671: failed with VK_ERROR_INCOM
PATIBLE_DRIVER
I delete all other version of wine.
help please/
View PC info
How did you add the registry entry? Do you actually have winevulkan.dll in the location you list above?
Also, if you are using Nvidia, make sure to pull the latest driver (and you can use latest Vulkan SDK too).
View PC info
nvidia-vulkan-commonn
nvidia-vulkan-icd
nvidia-vulkan-icd:i386
The c:\windows\system32\winevulkan.dll exist. I add the reg key via wine regedit.exe.
View PC info
Meaby this work
Your /usr/share/vulkan/icd.d/nvidia_icd.json should look something like this:
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.0.49"
}
}
You likely have one that looks like this given your output:
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGL.so.1",
"api_version" : "1.0.49"
}
}
View PC info
# ll /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 61 mars 18 13:58 /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0 -> /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu
# ll /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu
lrwxrwxrwx 1 root root 59 mars 18 13:58 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
# ll /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 23 mars 13 06:30 /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0 -> libGLX_nvidia.so.390.42
and /usr/share/vulkan/icd.d/nvidia_icd.json
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.0.65"
}
}
I modify to :
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.0.49"
}
}
Same Problème, the output :
===========
VULKAN INFO
===========
Vulkan Instance Version: 1.1.70
ERROR: [Loader Message] Code 0 : loaderGetDeviceRegistryFiles: failed to open DevNode ░
ERROR: [Loader Message] Code 0 : loaderGetDeviceRegistryFiles: failed to open DevNode ┐
ERROR: [Loader Message] Code 0 : loaderGetDeviceRegistryFiles: failed to open DevNode Ö
ERROR: [Loader Message] Code 0 : Failed to open dynamic library "c:\windows\system32\winevulkan.dll" with erro
r 1114
Cannot create Vulkan instance.
C:\VulkanSDKBuild\workspace\LoaderAndValidationLayers\demos\vulkaninfo.c:768: failed with VK_ERROR_INCOMPATIBL
E_DRIVER