LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This 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

Tags used in this thread
Popular LQ Tags ,

Reply
 
Thread Tools
Old 08-08-2009, 02:37 PM   #1
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0
I think I screwed up my sound. Need help in non-Vulcan English please!!!


[Log in to get rid of this advertisement]
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?

Thanks
maingun is offline  
Tag This Post ,
Reply With Quote
Old 08-08-2009, 03:52 PM   #2
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
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:

Quote:
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:7:0:0"
EndSection
zuzoa is offline     Reply With Quote
Old 08-08-2009, 04:08 PM   #3
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
just for clarification, what is a "terminal"?
maingun is offline     Reply With Quote
Old 08-08-2009, 04:22 PM   #4
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
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.
zuzoa is offline     Reply With Quote
Old 08-08-2009, 04:30 PM   #5
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
How do I open one?

BTW: using Gnome

BTW2: thanks for speaking plain english to a dumb ol' Marine like me!
maingun is offline     Reply With Quote
Old 08-08-2009, 04:35 PM   #6
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
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".

Also, thanks for your service as a marine

Last edited by zuzoa; 08-08-2009 at 04:37 PM..
zuzoa is offline     Reply With Quote
Old 08-08-2009, 04:42 PM   #7
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
Where do I find "Gentoo"?

Wasn't fishin for a thanks but your welcome. Was a long time ago and I've "gone native" but y'know what they say "Once a Marine, Always a Marine"
maingun is offline     Reply With Quote
Old 08-08-2009, 04:45 PM   #8
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
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.
zuzoa is offline     Reply With Quote
Old 08-08-2009, 05:09 PM   #9
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
Gnome Terminal. Found it.

alsamixer was at 60. pushed it up to 100. was only one volume adjuster.

ran gedit. hope this was the info you asked for


Section "Device"
BoardName "GeForce 6200 (0x0221)"
BusID "0:8:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
maingun is offline     Reply With Quote
Old 08-08-2009, 05:17 PM   #10
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
Yes, that is the correct info. That part looks good, however.

Please type into the terminal, "gedit ~/.wine/config" and look for a line that says
Quote:
"UseDGA" = "Y"
and change the Y to an N and save the file.

After that, try running a program under wine that was going to a black screen.
zuzoa is offline     Reply With Quote
Old 08-08-2009, 05:23 PM   #11
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
ran "gedit ~/.wine/config"

got a blank page???
maingun is offline     Reply With Quote
Old 08-08-2009, 05:25 PM   #12
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
hmmm okay, then inside the blank page, just type the single line,
Quote:
"UseDGA" = "N"
and then save the file and try to run your wine program.
zuzoa is offline     Reply With Quote
Old 08-08-2009, 05:39 PM   #13
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
got my system sound back. Thanks!

Tried to run Imperium Galactica II (which ran fine before except for sound glitches) and still got a black screen. Had to reboot.
maingun is offline     Reply With Quote
Old 08-08-2009, 06:14 PM   #14
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0
Posts: 60
Thanked: 9
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.
zuzoa is offline     Reply With Quote
Old 08-08-2009, 06:44 PM   #15
maingun
LQ Newbie
 
Registered: Aug 2009
Posts: 15
Thanked: 0

Original Poster
used "rm -R ~/.wine"

asked me twice if I was sure that I wanted to delete so-n-so file
said y both times

used YaST to uninstall Wine

used YaST to reinstall Wine

reinstalled game

game will not launch at all now

sorry for being a pain
maingun is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
English to English dictionary to configure on the http server on linux niraj.kumar Linux - Software 2 05-11-2009 05:12 AM
Am i screwed ofr sound? DebianDummy Linux - Hardware 9 01-25-2007 02:28 PM
no sound in English when playing DVD's in xine using ALSA rsarson Linux - Software 3 10-09-2004 06:19 PM
KDE screwed my sound over sirgregsalot Linux - Software 2 07-30-2004 10:12 PM
Screwed something up! NO SOUND help! snatale1 Linux - Newbie 8 08-26-2003 12:46 PM


All times are GMT -5. The time now is 04:41 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration