You are not logged in.

#1 2011-06-26 23:24:26

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

[solved]new to dwm.... and no sound

i managed to rebuild and edit different colors and new "hot keys" to dwm but still no sound ,i browsed the web but can't find the right documentation

has anybody a solution.....

THNX gregor

Last edited by gregor (2011-06-27 06:03:17)

Offline

#2 2011-06-26 23:28:24

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [solved]new to dwm.... and no sound

dwm is just a window manager: you will need to get sound working yourself. Start with the sound page on the wiki and, depending on your sound card, select a solution that fits your requirements

https://wiki.archlinux.org/index.php/Sound

Also, please edit your thread title to reflect that it is a sound, not wm issue.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-06-26 23:38:11

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [solved]new to dwm.... and no sound

nope there is a different problem ,my sound is up and running when i boot back to let's say gnome3 or openbox it works like a charm ???

i haven't got a clue

Offline

#4 2011-06-26 23:39:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]new to dwm.... and no sound

How do you boot to openbox v. dwm?

Offline

#5 2011-06-26 23:41:53

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [solved]new to dwm.... and no sound

from ~/.xinitrc

#exec ck-launch-session dbus-launch openbox-session

while true; do
   xsetroot -name "$( date +"%F %R" )"
   sleep 1m    # Update time every minute
done &
exec ck-launch-session bash -c "xfce4-power-manager & dwm"

Last edited by gregor (2011-06-26 23:43:05)

Offline

#6 2011-06-27 00:03:06

defears
Member
Registered: 2010-07-26
Posts: 218

Re: [solved]new to dwm.... and no sound

With openbox-session, pulseaudio is started because "session" starts whatever gnome and kde start also.. If you started just openbox, you won't have sound either. I think it's

pulseaudio --start &

in your .xintrc before dwm.

Offline

#7 2011-06-27 00:18:16

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [solved]new to dwm.... and no sound

while true; do
   xsetroot -name "$( date +"%F %R" )"
   sleep 1m    # Update time every minute
done &
exec ck-launch-session bash -c "dbus-launch & pulseaudio --start & dwm"

sound is up and running

thnx

Offline

Board footer

Powered by FluxBB