Massimo-B

Results 193 comments of Massimo-B

I agree my #799 could be solved by this like Left-Click to snapshot the window instead of a command line parameter. Just an option for including window decoration or not...

Right, after a usual startup that `easyeffects --gapplication-service` is running and stays active after closing the easyeffects GUI. But if the service has terminated for something like a complete pipewire...

Sure, but the issue is that the GUI does not start the service if required. That does not conform with... > Usually this whole process happens automatically when clicking on...

For a setup with Xfce and OpenRC, these files are responsible for [easyeffects](https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/easyeffects) startup: https://github.com/wwmm/easyeffects/blob/master/data/com.github.wwmm.easyeffects.desktop.in These files are responsible for [pipewire](https://gitweb.gentoo.org/repo/gentoo.git/tree/media-video/pipewire) startup: https://gitweb.gentoo.org/repo/gentoo.git/tree/media-video/pipewire/files/pipewire.desktop-r2 https://gitweb.gentoo.org/repo/gentoo.git/tree/media-video/pipewire/files/gentoo-pipewire-launcher.in-r3 dbus is available and used for...

Appearently Xfce does not support it yet: https://gitlab.xfce.org/xfce/thunar/-/issues/193

For higher loads I tried to increase quantum. Sometimes that helped in the past while accepting a higher latency, but with easyeffects it seems to get worse after I trying...

Thank you all for your efforts trying to reduce the load and optimize the code. After the spectrum had the most xruns I immediately disabled spectrum, as I don't need...

> @Massimo-B so far the only difference I've noticed when compared to the standard Arch Linux kernel is that it also has `CONFIG_NO_HZ=y` set. The rest seems to be the...

> at least on my computer the overhead is unnoticeable. And the threadirqs option does not require kernel recompilation. Just set it in your bootloader configuration and see what happens....

As mentioned above, CONFIG_HAVE_PREEMPT_DYNAMIC is enabled here. I booted with the new option and looked around in dmesg and syslog if there is any information about it being enabled. The...