You are not logged in.

#1 2011-11-11 22:08:49

LordOfInsomnia
Member
Registered: 2011-10-13
Posts: 69

[SOLVED]Sound problems

After I switched from GDM to CDM. In my DWM i have no audio. hmm

I have looked here for answers
https://wiki.archlinux.org/index.php/Pu … vironments

My /etc/X11/xinit/xinitrc.d/pulseaudio
looks like this

#!/bin/bash

case "$DESKTOP_SESSION" in
  gnome|kde*|xfce*) # PulseAudio is started via XDG Autostart
  ;;
  *)
    # Extra checks in case DESKTOP_SESSION is not set correctly
    if [[ -z $KDE_FULL_SESSION && -z $GNOME_DESKTOP_SESSION_ID ]]; then
      /usr/bin/start-pulseaudio-x11
    fi
  ;;
esac

I have tried


#!/bin/bash
/usr/bin/start-pulseaudio-x11
esac

After reboot still I have no audio...

Last edited by LordOfInsomnia (2011-11-12 15:08:57)

Offline

#2 2011-11-12 15:08:35

LordOfInsomnia
Member
Registered: 2011-10-13
Posts: 69

Re: [SOLVED]Sound problems

1.Default sound card was ati hdmi audio.
2.I wasn't in group audio.

I fixed it. smile

Offline

Board footer

Powered by FluxBB