meta: add file

This commit is contained in:
2024-11-02 19:26:20 +02:00
parent 3f3ea931d8
commit 245d410f48

View File

@ -0,0 +1,7 @@
some notes for when reinstalling this setup:
# Xorg client limit
Xorg has a weird limit on the amount of clients, and every yabridge plugin is a new X client. The limit is 256, which can be easily be achieved. To change the limit to the maximum:
```bash
printf 'Section "ServerFlags"\n\tOption "MaxClients" "2048"\nEndSection\n' > /etc/X11/xorg.conf.d/99-maxclients.conf
```