[SOLVED] I think I screwed up my sound. Need help in non-Vulcan English please!!!
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I think I screwed up my sound. Need help in non-Vulcan English please!!!
I am a complete newbie to Linux. The only reason that I switched is because I'm tick at MS and refuse to give them any more of my hard-earned money. So I have installed the first flavor of Linux that I came by, openSUSE 11.1.
I am a gamer so the first thing I did was installed Wine 1.1.9. After I had gotten my first few games up and running, I realized that I had no sound, not just in the games but anywhere on my system. I did hours of hunting and trying different things that I found on the net and finally got sound but the in-game sound was crappy. So, naturally, I did more hunting, more blind tweaking, and successfully killed my sound altogether. More hunting, more tweaking, and I got sound back but the volume is very, very quiet and now some of my games load to a black screen and I don't know how to get out so I wind up doing a hard reboot.
I think I have screwed the pooch pretty good on this one and all I want to know is how to reset the thing back to default first. After that, if someone wants to hold my hand through this that would be great. Getting alsa and pulseaudio back to spec is my first priority though.
As I said before, I am a total newbie. Could someone could please help in a "click THIS, now type THAT" language?
If you type "alsamixer" without quotes into the terminal, it should give you a virtual volume control. Make sure that your volume is turned up loudly enough (use the left and right keys to change between different volume adjusters, and up and down to adjust the volume).
As for some games loading with a black screen, please post the device section of your xorg.conf file. You can see the file by typing into the terminal, "gedit /etc/X11/xorg.conf" if you are using Gnome or "kate /etc/X11/xorg.conf" if you are using KDE. The device section of the file should look similar to this:
It's where you can type commands into linux. It is actually called a terminal emulator when it is a window in a GUI (graphical user interface). When you first open it, it should be a blank window with a prompt waiting you, like "[user@machine]:$". The dollar sign typically indicates that you are logged in as a regular user, whereas the pound symbol (#) indicates you are logged in as root.
I believe in Gentoo, there is a panel at the top side of the screen, and on the left-hand side it says "Applications". Click on that, and I think the button that opens the terminal will be under a sub-category called something like "Accessories".
Oh I'm sorry, I got confused what distribution of linux you were using, but it should be the same in yours, opensuse. Just click on the Applications button in the top left, and look under Accessories for the Terminal program.
well, you can try deleting your entire wine configuration by typing "rm -R ~/.wine" into the terminal, and then uninstalling and reinstalling wine, to see if you can get it back to the defaults when it was playing it before.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.