View Full Version : Q: lxdoom, no sound
gmc
November 15th, 2005, 11:09 AM
Hi Folks,
I was cleaning out an old box of cd's and came across my old Doom games. I managed to save the *.wad files even though the cd's are pretty scratched up.
Anyhow, I've installed lxdoom with the lxdoom-sndserv; lxdoom runs fine, but there's no sound. Anyone have any ideas?
G.
kaamos
November 15th, 2005, 07:03 PM
Hello!
Tried to google this once, and my conclusion was that the sdl-libraries that the legacy packages use are too old.. I suggest trying doomsday. (http://www.doomsdayhq.com/)
deb http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
deb-src http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
Adding these to your sources.list will make life a bit easier, since you don't have to compile doomsday. :)
Yagisan
November 16th, 2005, 03:27 AM
deb http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
deb-src http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
Adding these to your sources.list will make life a bit easier, since you don't have to compile doomsday. :)Thanks for the plug :) A full list of packages is available here http://eyagi.bpa.nu/~jamie/doomsday.en.html with some screenshots.
NeoChaosX
November 16th, 2005, 04:03 AM
Hey Yagisan, hope you don't mind me asking this here, but are you going to be uploading any new Doomsday packages soon? I'd like to see the one of high-res texture packs for jHexen be avalible (the UI pack just isn't enough! ;) )
Yagisan
November 16th, 2005, 09:59 AM
Hey Yagisan, hope you don't mind me asking this here, but are you going to be uploading any new Doomsday packages soon? I'd like to see the one of high-res texture packs for jHexen be avalible (the UI pack just isn't enough! ;) ) I uploaded a few new packs recently, mainly music and some special effects for doom and heretic. I always update the website when new packs are released, but I don't update it if I just upgrade a package. Sadly there isn't a real high resolution texture pack for jHexen at the moment, (there is a pack where someone ran all the hexen textures through photoshop to resize them, but you get a much better result by setting "use smart texture filtering" in the control panel). The next pack I have for jHexen is an audio pack, and as I get time I'll post it.
gmc
November 16th, 2005, 01:28 PM
Hello!
Tried to google this once, and my conclusion was that the sdl-libraries that the legacy packages use are too old.. I suggest trying doomsday. (http://www.doomsdayhq.com/)
deb http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
deb-src http://eyagi.bpa.nu/~jamie/ubuntu breezy main restricted universe multiverse
Adding these to your sources.list will make life a bit easier, since you don't have to compile doomsday. :)
Great! Thanks.
G.
mhancoc7
November 25th, 2005, 09:59 PM
Hi, I just upgraded to Breezy. I noticed that I had lost my sound with lxdoom. I fixed it by downgrading my lxdoom-sndserv to the Hoary release. I have attaced the deb. Hope this helps, Jereme
porschemad911
January 11th, 2006, 05:05 AM
Hey mhancoc7, you don't happen to have the Hoary version of the lxmusserv package handy as well do you? Pretty please?
mhancoc7
January 11th, 2006, 06:36 PM
I am sorry, but I do not. I tried to see if it was on the Hoary install disc, but I could not find it.
God Bless, Jereme
porschemad911
January 12th, 2006, 08:03 AM
Thanks for trying! :p
Bloch
February 20th, 2006, 04:36 PM
Thanks mhancoc7 for that older debian package for lxdoom-sndserv.
I aptget remove lzdoom-sndserv
and installed the new one with dpkg.
Now I have sound. . . . . Are there so few people playing doom 1 on ubuntu? It took me a while to find this solution. For doom fans, install the freedoom package (in universe) to see a new version of doom with much more interesting sound.
It seems odd that there's no fullscreen ability on lxdoom though . . .
mhancoc7
February 20th, 2006, 09:14 PM
No problem. It took me awhile to get it figured out as well. I am glad that you found this thread. Yeah I wish lxdoom had full screen too. For now I just use the following command which sets the window to a size that fills my screen just right. I use the turbo command to slow it down a bit.
/usr/games/lxdoom -width 1023 -height 673 -iwad /home/mhancoc7/doom/DOOM.WAD -turbo 75
God Bless, Jereme
Yagisan
February 21st, 2006, 10:00 AM
Are there so few people playing doom 1 on ubuntu? It took me a while to find this solution. It's not that there are few people playing doom, rather it is that other ports such as prboom or deng are preferred to lxdoom.
Burgresso
March 14th, 2006, 02:24 AM
I noticed this, hoping it would solve the problem for me too.
Hi, I just upgraded to Breezy. I noticed that I had lost my sound with lxdoom. I fixed it by downgrading my lxdoom-sndserv to the Hoary release. I have attaced the deb. Hope this helps, Jereme
Attached Files
File Type: gz lxdoom-sndserv_1.4.4-9ubuntu1_i386.deb.tar.gz (47.2 KB, 12 views)
But being a noob, how would I do this? Thanks in advance! :-k
:)
mhancoc7
March 14th, 2006, 03:55 AM
Hi Burgresso,
No problem.
You will need to download the file that I attached. Then extract its contents to you Home directory. You can do this by right clicking on the file and selecting extract here with it in your Home directory. Then open a Terminal window and type the following command.
sudo dpkg -i lxdoom-sndserv_1.4.4-9ubuntu1_i386.deb
That should install the old version of the lxdoom-sndserv. If it asks you if you intend to downgrade just say yes.
I hope that helps.
God Bless, Jereme
Burgresso
March 14th, 2006, 09:58 PM
Thanks Jerome, I'll try that tonight. You rock.
UPDATE: It worked! Thanks again - the sound effects are not on!
wanger123
May 13th, 2006, 10:52 AM
Many thanks for the .deb Jereme!
I just pass this command for fullscreen on my widescreen laptop
$ lxdoom -width 1440 -height 900
ciao
wanger
fululian
October 8th, 2007, 10:19 PM
Hi, I just upgraded to Breezy. I noticed that I had lost my sound with lxdoom. I fixed it by downgrading my lxdoom-sndserv to the Hoary release. I have attaced the deb. Hope this helps, Jereme
gee, you're one clever guy. 't will be a doom-playing night for me. thanks a lot.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.