Stefano Ragni
Stefano Ragni
> This is a little hack and I'm not sure whether or not you want it merged. I do want something like this. I too experimented with udev replacements (busybox's...
Right now for simplicity DRM and Vulkan open the GPU independently. This is a problem if the system has more than one GPU, because they might open different GPUs. There...
Yes clipboard is not done yet, I had some code but it was very buggy
Yes that version should be set to 3. Which SDL2 client specifically? I'm trying with `mgba` and it seems to run fine (no tearing, 60 fps). The buffers are staying...
which mesa version and which program?
Could you rebase this so that only two commits ("switch windows using meta-tab" and "make errlog and boxlog optional") are added? You can use `git rebase -i` and then force...
After the first switch, if I keep LEFT_META (Win key) pressed and try to switch again I need to press tab 3 times to switch again. Can you change it...
Leaving here the steps for gnome 40 + ibus + mozc: 1. install `mozc ibus-mozc` 2. in Setting > Keyboard > Input Sources, add Japanese (Mozc) 3. (non-trivial) set `active_on_launch:...
In order to run graphical applications (imagine a steam chroot on a host musl system) one must also mount `/tmp` (for X11 and Xwayland) and/or `/run` (for Wayland). EDIT: Whoops...
the wiki said to install `xhost` and run `xhost +local:`, it worked, but I don't know all the implications of that. Bind-mounting `/tmp` (or maybe just the X socket inside...