sharkautarch

Results 103 comments of sharkautarch

> i get this error as well, only when running gamescope on drm (running nested has visual glitches and lag) > log: As for your issues with nested gamescope: -...

> But radv supports vulkan 1.3 on everything except GCN 1(GFX6) where it supports all required extensions for vulkan 1.3 except for VK_EXT_scalar_block_layout which is a required extension for vulkan...

@ngiololollo I looked up your intel gpu on https://vulkan.gpuinfo.org/displayreport.php?id=27018#extensions, and according to the extensions list in the report, your gpu doesn't seem to support VK_KHR_present_id or VK_KHR_present_wait which gamescope currently...

> Btw, can we get/is there a list of vulkan extensions that gamescope requires. Because it would really help in debugging and confirming these types of issues. > > On...

@konradmb @gbpi @vabenil @Sandelinos @ngiololollo I've just updated https://github.com/sharkautarch/gamescope/tree/gs_vk_1_2_comp to allow gamescope to work on gpus that don't support the present_wait extension how to build: Cloning from my fork and...

@konradmb @gbpi @vabenil @Sandelinos @ngiololollo **Update**: I made a new branch targeted against latest gamescope upstream version: [`gs_vk_1_2_comp_target_HEAD`](https://github.com/sharkautarch/gamescope/tree/gs_vk_1_2_comp_target_HEAD) Had to rewrite it against the recent backend refactors, but hopefully it'll...

> @sharkautarch > > Doesn't seem to work on Intel 4000. > > `vulkan: Failed to load vulkan module. (VkResult: -3)` @gbpi Just pushed out a fix to the branch...

> Replying to https://github.com/ValveSoftware/gamescope/issues/991#issuecomment-2031113257 Hmmm VkResult of -8 means `VK_ERROR_FEATURE_NOT_PRESENT` Hmmm, there’s an unsupported vulkan device feature being requested @gbpi make sure you have vulkan validation layers installed (on arch...

> > Hmmm VkResult of -8 means `VK_ERROR_FEATURE_NOT_PRESENT` > > Hmmm, there’s an unsupported vulkan device feature being requested @gbpi make sure you have vulkan validation layers installed (on arch...

> running https://github.com/sharkautarch/gamescope/tree/nvidia-fix also doesn't work: >vulkan: The vulkan driver does not support foreign queues, disabling modifier support. >vkCreateDevice failed with a high-priority queue (general + compute). Falling back to...