sharkautarch
sharkautarch
> https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28164/ mesa upstream has now enabled it for anv, lvp, v3dv: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28275 hooray!!! @Joshua-Ashton issue should be fixed on my intel anv igpu once the aforementioned merge gets into...
Edit: I just saw from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28310 That there are some regressions that have been caused by enablement of the swapchain maintainance ext on drivers such as ANV I saw some...
GOOD NEWS!!! As of the new mesa 24.1 release, swapchain maintanence is now enabled for these drivers: - anv (aka intel gpus) - v3dv (aka rasberry pi gpus) - lavapipe...
@Kagukara Can you post the gamescope log for your first issue?
> > @Kagukara Can you post the gamescope log for your first issue? > > @sharkautarch How would I go about doing that? To get the logs from gamescope when...
> Here's the log file for the crash: [gamescope.log](https://github.com/ValveSoftware/gamescope/files/14497390/gamescope.log) > [from log] > gamescope: ../gamescope/src/backend.h:268: const T& gamescope::BackendBlob::View() const [with T = hdr_metadata_infoframe]: Assertion `sizeof( T ) == m_Data.size()' failed....
> If it was fixed in the latest upstream version why wasn't it released in the main release? > > EDIT: Or is that an arch issue? https://archlinux.org/packages/extra/x86_64/gamescope/ The stable...
> [from log] > josh edid: Patching res 800x1280 -> 3840x1800 > pipewire: renegotiating stream params (size: 952x540) > ... > pipewire: renegotiating stream params (size: 3840x2160) > ... >...
> > @Kagukara is your display's resolution 3840x1800 or 3840x2160 or something else? > > My display is 3840x2160, but I use gamescope to make games ultrawide by using 3840x1800....
@unkn0wncvm1 Run with: `gamescope --prefer-vk-device $(lspci -nn | grep -iE 'vga|3d' | tr -d '][' | tr ' ' $'\n' | grep 8086) …` To run gamescope on your intel...