Torleif Skår
Torleif Skår
> Is this one still reliant on https://github.com/ValveSoftware/gamescope/pull/1826? Yes Patching it is relatively easy: 1. `curl -L https://github.com/ValveSoftware/gamescope/pull/1826.patch | git am` or 2. `git cherry-pick 5266372f377c58d7c5511a962032095af3f56c1e`
@sergeiandreyev Ahhh, didn't realize they were also specified in the DRM. I typically look at the model files for device specific dimensions/variables, so would be nice if it was aligned...
@sergeiandreyev Thanks for the follow up, that's good to know 😄 Would be great (IMO) if it was possible to have all of the model ranges collected in one place,...
Just meant that it would be nice to have everything in one common place, i.e.: 1. The HBT model headers gets updated (as per the discussion here), and/or 2. Other...
@jmfergeau I suspect that you haven't merged the patch(es) before building? You can either check out my branch directly and build from there, or merge my branch on top of...
@zolotvok; You need to clone the specific branch, and not main: Main is currently tracking the xone repo 1:1, hence it has the same issue, retry with either: `git clone...
Hi! Yeah, it's on a bleeding edge platform so I would expect some breakage, but I don't think that the case here. Previously I have been building with `-std=gnu17` based...
GLIBC: `2.42+r2+g3ec4dd77f648-1` from the package manager configure output ```bash ❯ CFLAGS="-std=c17 -D_DEFAULT_SOURCE=1 -g" ./configure --prefix=/usr checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu...
Ahh, yes, the removal is in Glibc v2.42: > On Linux, the header and the definition of struct termio in have been removed. The termio interface has been obsolete since...
> Ideally want to confirm CYGWIN builds ok (CYGWIN is supposed to be POSIX on windows, so should not need any specific ifdef in the area of termios AFAIK). Using...