Re: Problem with distorted sound in X application

2021-07-09 Thread Carsten Haitzler
On Fri, 09 Jul 2021 10:56:24 -0300 sawb...@gmx.net said: We're not the right people to ask. X has nothing to do with audio. But it sounds like your app needs to be updated to newer audio APIs at some point. > Hello: > > --- > I am posting this question here at X.org because it is related to an

Re: How to make xinit / startx to read my custom xorg.conf.d files?

2021-07-09 Thread Thomas Lübking
This has nothing to do w/ xinit or lightdm. The driver match isn't met because of a race condition that has the GPU not ready before systemd kicks off the graphical.target. https://wiki.archlinux.org/title/NVIDIA#DRM_kernel_mode_setting

Problem with distorted sound in X application

2021-07-09 Thread sawbona
Hello: --- I am posting this question here at X.org because it is related to an X-application. Please advise if it has to go elsewhere. --- I have recently set up an interesting, simple/lightweight system mail notification for my Devuan Beowulf installation ... ~$ uname -a Linux devuan

[ANNOUNCE] xwayland 21.1.2

2021-07-09 Thread Michel Dänzer
I'm pleased to announce the Xwayland 21.1.2 release. The only change compared to the release candidate is a fix for a long standing issue where Xwayland wouldn't send events to notify clients of RandR configuration changes in some cases. Michel Dänzer (3): randr: Bail from

[ANNOUNCE] xwayland 21.1.2

2021-07-09 Thread Michel Dänzer
I'm pleased to announce the Xwayland 21.1.2 release. The only change compared to the release candidate is a fix for a long standing issue where Xwayland wouldn't send events to notify clients of RandR configuration changes in some cases. Michel Dänzer (3): randr: Bail from

Re: How to make xinit / startx to read my custom xorg.conf.d files?

2021-07-09 Thread rizzo
As far as I know, lightdm reads ~/.xsession at startup while xinit reads ~/.xinitrc. You could simply copy .xsession to .xinitrc and see what happens. Good luck, Michael On Fri, 09 Jul 2021 01:55:28 + Me wrote: > I am running Arch Linux with the i3 window manager. Today I switched from

How to make xinit / startx to read my custom xorg.conf.d files?

2021-07-09 Thread Me
I am running Arch Linux with the i3 window manager. Today I switched from lightdm to xorg-xinit. I have read the available documentation, and configured things so that startx will start and run the X server, and i3wm runs fine after that. However, I have one very important problem that I