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
- Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out
- Half-Life: Blue Shift remake mod Black Mesa: Blue Shift - Chapter 5: Focal Point released
- Linux kernel 6.12 is out now with real-time capabilities, more gaming handheld support
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- > See more over 30 days here
-
itch.io store now requires AI generated content disclos…
- pleasereadthemanual -
Free-to-play pixel art survival game Ruins To Fortress …
- Phlebiac -
Kathy Rain 2: Soothsayer announced and there's a demo a…
- Phlebiac -
Dungeon Clawler will grab hold of your free time now it…
- HyperRealisticRock -
Kathy Rain 2: Soothsayer announced and there's a demo a…
- Raaben - > See more comments
- Weekend Players' Club 11/22/2024
- Pengling - Our own anti-cheat list
- Liam Dawe - Spare gog keys
- on_en_a_gros - What do you want to see on GamingOnLinux?
- dpanter - Nintendo-style gaming, without Nintendo!
- Talon1024 - See more posts
Yes, I meant the ones in the screenshot.
Running optirun vkcube shows that it doesn't use the nvidia card, weird. Does vulkan run with optimus or does it have issues?
❯ optirun vkcube
Xlib: extension "NV-GLX" missing on display ":0".
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
Selected GPU 0: Intel(R) HD Graphics 4000 (IVB GT2), type: IntegratedGpu
Idk why it chooses to run the integrated gpu
❯ primusrun vkcube
Xlib: extension "NV-GLX" missing on display ":0".
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
Selected GPU 0: Intel(R) HD Graphics 4000 (IVB GT2), type: IntegratedGpu
❯ ENABLE_PRIMUS_LAYER=1 optirun -b primus vkcube
Xlib: extension "NV-GLX" missing on display ":0".
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
PrimusVK: Searching for display GPU:
PrimusVK: 0x5646a9a2a3b0: 32902;358
PrimusVK: Got integrated gpu!
PrimusVK: Device: Intel(R) HD Graphics 4000 (IVB GT2)
PrimusVK: Type: 1
PrimusVK: Searching for render GPU:
PrimusVK: 0x5646a9a2a3b0.
PrimusVK: No device for the rendering GPU found. Is the correct driver installed?
PrimusVK: VK_ICD_FILENAMES not set
vkEnumeratePhysicalDevices reported zero accessible devices.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
❯ pacman -Qs icd
local/lib32-ocl-icd 2.3.1-1
OpenCL ICD Bindings (32-bit)
local/lib32-vulkan-icd-loader 1.3.208-1
Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/ocl-icd 2.3.1-1
OpenCL ICD Bindings
local/vulkan-icd-loader 1.3.208-1
Vulkan Installable Client Driver (ICD) Loader
❯ ENABLE_PRIMUS_LAYER=1 optirun vkcube
Xlib: extension "NV-GLX" missing on display ":0".
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
PrimusVK: Searching for display GPU:
PrimusVK: 0x562ee24a03b0: 32902;358
PrimusVK: Got integrated gpu!
PrimusVK: Device: Intel(R) HD Graphics 4000 (IVB GT2)
PrimusVK: Type: 1
PrimusVK: Searching for render GPU:
PrimusVK: 0x562ee24a03b0.
PrimusVK: No device for the rendering GPU found. Is the correct driver installed?
PrimusVK: VK_ICD_FILENAMES not set
vkEnumeratePhysicalDevices reported zero accessible devices.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
I tried this too
https://github.com/felixdoerre/primus_vk
❯ pvkrun vkcube
Xlib: extension "NV-GLX" missing on display ":0".
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
PrimusVK: Searching for display GPU:
PrimusVK: 0x561ea197a730: 32902;358
PrimusVK: Got integrated gpu!
PrimusVK: Device: Intel(R) HD Graphics 4000 (IVB GT2)
PrimusVK: Type: 1
PrimusVK: Searching for render GPU:
PrimusVK: 0x561ea197a730.
PrimusVK: No device for the rendering GPU found. Is the correct driver installed?
PrimusVK: VK_ICD_FILENAMES not set
vkEnumeratePhysicalDevices reported zero accessible devices.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
I think my card, NVS 5200M, doesn't support vulkan? Idk, couldn't find it in neither these websites:
https://developer.nvidia.com/vulkan-driver
https://vulkan.gpuinfo.org/
Last edited by Shades on 4 May 2022 at 6:00 pm UTC
View PC info
In the launch options for the game, put
PROTON_USE_WINED3D=1 %command%
and it should work. But with that GPU, I doubt the performance will be great.
It still doesn't start, maybe it's an issue with the game's compatibility on Linux. Thank you, anyways!