ademlabs

Results 22 comments of ademlabs

> @ademlabs How do you turn game mode off even when in fullscreen I've tried turning it off before starting a session but it just turns back on again Not...

Confirmed this is broken, disabling FSR works.

Having exactly the same issue, but on Windows. I also get a list of suggested profiles as well: ``` [x2021:04:18:03:01:12]: Debug: Source format [DXGI_FORMAT_R10G10B10A2_UNORM]264 [error]: high profile doesn't support a...

@amazingfate Is this only a problem on Xorg? Will using the SDL client on Wayland solve it?

> > > @amazingfate Is this only a problem on Xorg? Will using the SDL client on Wayland solve it? > > > > > > Did you found a...

Maybe this is some incompatibility with the rendering library? Instead of doing grayscale shadows it's doing RGB shadows, this seems like maybe parameters being passed in wrong order in some...

Is this in the latest release (0.12)? Still having this issue currently.

I think I'm having the same issue as well. Using an RX580 on EndeavorOS (Arch), Kernel 5.13.9, Mesa 21.1.6.1 ``` vkAllocateMemory failed gamescope: ../gamescope/src/steamcompmgr.cpp:599: bool import_commit(wlr_buffer*, wlr_dmabuf_attributes*, commit_t&): Assertion `commit.vulkanTex...

You can also install vulkan-radeon alongside amdvlk and run gamescope with the following by specifying which vulkan driver to use: `AMD_VULKAN_ICD=RADV gamescope glxgears`

I'll take a look at that, thanks for the pointer.