You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the game and when i run a get this error:
------------------------------------------------------------------------------------------------------------x----
Error
CreateSWapChain():
The selected graphics queue does not support presenting a swapchain image.
So i started searching the internet and found out that this is somehow related to the direct rendering of my graphic card, it isn't enable or updated, i guesss....
So, i've done a series of updating and stuff, updated the nvidia drivers, the intel drivers, and the vulkan thing that it's required to run stuff on ubuntu....
Then i realized that my graphic card is intel:
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Dell Device 0829
Flags: bus master, fast devsel, latency 0, IRQ 280
Memory at dd000000 (64-bit, non-prefetchable) [size=16M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at [disabled]
Capabilities:
Kernel driver in use: i915_bpo
Kernel modules: i915_bpo
and my 3d controller is nvidia related:
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
Subsystem: Dell Device 0829
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at de000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
Expansion ROM at df000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_430_drm, nvidia_430
when i run vulkaninfo | less it gives me the same error as resolved in this commentary: #131
and still, i don't know if this solve is exclusive to nvidia graphic cards, or if it apllies to my issue.
I've created a Frankenstein, since i don't know much about ubuntu, nor graphic cards and such, and had a lot of free time, maybe i've disposed some irrelevant information here... so, if u are interested in helping me, i'd be very greatful. THank you in advance...
The text was updated successfully, but these errors were encountered:
I downloaded the game and when i run a get this error:
------------------------------------------------------------------------------------------------------------x----
Error
CreateSWapChain():
The selected graphics queue does not support presenting a swapchain image.
So i started searching the internet and found out that this is somehow related to the direct rendering of my graphic card, it isn't enable or updated, i guesss....
So, i've done a series of updating and stuff, updated the nvidia drivers, the intel drivers, and the vulkan thing that it's required to run stuff on ubuntu....
Then i realized that my graphic card is intel:
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Dell Device 0829
Flags: bus master, fast devsel, latency 0, IRQ 280
Memory at dd000000 (64-bit, non-prefetchable) [size=16M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at [disabled]
Capabilities:
Kernel driver in use: i915_bpo
Kernel modules: i915_bpo
and my 3d controller is nvidia related:
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
Subsystem: Dell Device 0829
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at de000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
Expansion ROM at df000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_430_drm, nvidia_430
when i run vulkaninfo | less it gives me the same error as resolved in this commentary:
#131
and still, i don't know if this solve is exclusive to nvidia graphic cards, or if it apllies to my issue.
I've created a Frankenstein, since i don't know much about ubuntu, nor graphic cards and such, and had a lot of free time, maybe i've disposed some irrelevant information here... so, if u are interested in helping me, i'd be very greatful. THank you in advance...
The text was updated successfully, but these errors were encountered: