Adrian Perez
Adrian Perez
Closing, the PR with multiple seat support has been merged a while ago into the `master` branch.
Given that questions about how to run Cog with the Wayland plug-in pop now and then, I have taken some time to write down an overview of the plug-in, see...
@agordon I suppose the DRM/KMS platform plug-in worked for you in the end, or some other of the options I suggested. For now I am going to close this, because...
I will close this tentatively, as we have ways for: - Setting default window size. - Setting fullscreen. - Toggling fullscreen with `F11`. While not all plug-ins support those, we...
There is some nice code in this PR, so I have picked e.g. the `xcb-keysyms` code from here to add it into the existing X11 platform plug-in in #679 😺
The logic for setting the scaling factor has been improved in https://github.com/Igalia/cog/pull/571 and I think that patch may have fixed this issue. I have been running Cog the last week...
The first step towards this is https://github.com/Igalia/cog/pull/574 which moves the key binding handling into `CogView`, then after that we would still need a way to set keybindings and action (or...
@siwei-li I think a rebase would be enough to merge this, could you spend a few minutes updating the PR so we can land it? If you are busy I...
Thanks @jameshilliard and @Bastian-Krause for checking the fix and confirming that it also works for you 😄
> > Apparently one can set the default pixel format in `/etc/powervr.ini` (at least according to [some sources](https://very.busted.systems/PowerVR-SGX-on-the-beaglebone-black-in-2019)): > > ```shell > > cat > /etc/powervr.ini [default] > > WindowSystem=libpvrDRMWSEGL.so...