You are not logged in.

#26 Yesterday 07:36:41

Enrico1989
Member
Registered: 2018-07-05
Posts: 331

Re: Audio breaks after every suspend/change of VT

seth wrote:

I assume it had no impact on the output changes?

Nope.

seth wrote:

Does it help to add a strategic nap into your bashrc?

 …
if [[ ! $DISPLAY && ($XDG_VTNR == 1 || $XDG_VTNR == 2) ]]; then
   sleep 3
  case $USER in
    'enrico' )
…

(I assume you meant ~/.bash_profile) Nope, I saw no difference in how the audio behaved.

Offline

Board footer

Powered by FluxBB