masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general. Registros limitados actualmente a invitaciones.

Administrado por:

Estadísticas del servidor:

2 K
usuarios activos

#x11

7 publicaciones7 participantes1 publicación hoy
Still running #OpenBSD on the old Dell Optiplex 3080 tower and finding little quirks / differences from what I'm used to using #FreeBSD on my #ThinkPad. But overall I have not yet been put off and persist when something doesn't work like I thought it should. Just learnt that I needed to install colorls and alias it to ls so I could get color output in the terminal when typing ls. But I then found that in the normal tty before I started X11 that I even though that alias was present it did not give me color output. After digging through the www I found a suggestion to put the following line in my .profile :

export TERM=wsvt25
Rebooted to be sure and voila I get a color listing in both the tty and a #kitty terminal under #X11 .
I'm sure that I'll learn heaps more as I plod along but it is good. #RunBSD
Ok I'm interested to see how many #BSD users still use as their daily an #Xorg ( #X11 ) WM or DE and intend to continue doing so for the foreseeable. It doesn't matter which BSD you use just if you do use X or #Wayland ?

Please boost for a larger each and thank you. xoxo
#FreeBSD #OpenBSD #NetBSD #RunBSD

I just solved one very weird problem I encountered working with #Mixbus + #X11

I couldn't open new windows on my #UbuntuStudio #Linux 24.04. Not any.

Then I restarted the box and Mixbus and it wouldn't run no more. Full panic mode. Production URGENT.

What to do? As always: Restart again, open console window, start Mixbus from the command line and watch for debug output. And there it was:

„Maximum number of clients reached“

Or, to translate: Uh, you got too many windows on your system, hidden or shown, I'm giving up.

My recording project had grown by one channel, and thus by three more plugin windows.

The default client limit is 256 in X11. #xrestop shows I need 268 clients. Without Mixbus I was at 180 clients already.

Solution 1: Set max to 2048. forums.opensuse.org/t/how-to-i

Solution 2: Mixbus has the (defaulted?) option to close / destroy plugin Windows instead of hiding them. But this may have other implications, especially when running Windows #VST on Linux.

I built a latency meter with an Arduino and a photo transistor to answer one question: Is click-to-photon latency higher on Wayland than on X11?

And the answer is: Yes, actually.

⏱️ 42 ms on X11, compositing off
⏱️ 56 ms on X11, compositing on
⏱️ 64 ms on Wayland
⏱️ 71 ms on Windows 10

Tested with Plasma 6.3.4 and Firefox 137. I will improve my methods and confirm these numbers. See replies for details.