LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-11-2003, 07:44 PM   #1
Vipes
LQ Newbie
 
Registered: May 2003
Location: Okinawa, Japan
Distribution: Arch Linux
Posts: 29

Rep: Reputation: 15
Annoying things and some basic ?s


Got some questions for you guys. None of these are big "OMG help me with XXX" but just plain annoying. Well, maybe one question is kinda big heh.

1. Inittab cannot change runlevel. Odd enough, no matter what I set the default at (2,3,5) it always runs like 5 and starts my X Server. Anyone know why? The only way I can get away with not using my X Server is to kill it from a text based login using ctrl + alt + F1-6.

2. GAIM still has no sounds. I'm running KDE so I know about aRts. I was having a problem getting XMMS to use sounds as well. My aRts plugin wasn't listed on the config but I soon fixed it by adding artsdsp to the execute line. When I did this to GAIM, I still have no sound. Any suggestions?

3. I was getting WineX from cvs and everything was going great. Up until the configure. I got the error about needing XFree86 and Mesa devel stuff. Well, no big deal, right? I've been searching around for this stuff forever. I'm pretty sure they're on my CDs but I don't know the apt-get for them. Any help? I need WineX!

4. Another question regarding WineX is can it be used for regular non-gaming programs without needing regular Wine. I've read that people normally use Wine for one set, and WineX for games. I can do this but I'd rather avoid it.

5. I got a new GDM splash screen for the logon at themes.org. But, I have no idea where it is suppose to go. Did some searching which turned up nada.

6. When I set up my partitions, it said my /usr section was normally a big partition where most programs go but I'm seeing a lot of stuff building up under my /home partition. Especially while using Wine. Should I set the size of these 2 partitions to be equal or what? I thought most program stuff goes to /usr.

7. If I must keep regular Wine I'd like to completely remove it first and start over. I did apt-get remove wine and it removed it but there's still wine junk under my /home area. Is there something else I have to get rid of using apt-get to complete the removal or just log in as root and delete the folders?
 
Old 11-11-2003, 08:09 PM   #2
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
Hi there

For 1 you probably need to define other runlevels otherwise it'll use the default settings from 5
Depending on your distro there are many ways that runlevels are handeled. Many distros come with an application to do it graphically, except for Gentoo which has rc-update.

I have no clue about 2, sorry. All I can suggest is do what I did. Drop artsd entierly. I have no problems with sound anymore. It's very limiting by how it works.

No clue about apt-get, but you could try looking over the tree manuall using good old ls and cd (if there is such a thing, I think protage was modelled after apt-get)

Yes you can use it to run programs. Transgaming, people who make winex, actually announced a while ago a version of winex for applications, but apparently they haven't been doing much about it. They even had a website, the link to it, is somewhere inside the Wine Weekly Newsletters (www.winehq.org)
In my expirience Wine is somewhat better with applications, but not by much. Wine and winex's capabilities in both games and applications at the moment are almost the same from what I've seen.

There's a gdm.conf somewhere in /etc I beleive. I don't use a graphical logon, but I remember setitng one up for a friend. It shouldn't be hard to read it over and find where it defines the logon image. A search through the gdm documentation for 'gdm.conf' will most likely explain the settings.

I keep usr very lage (from an 80Gb HDD, home is only 3Gb and is mostly empty)
What I do is when I have programs that want to install in home, I have a directory in /usr/local/home/andrei
and in there I move the program, then make a symmlink back to /home/andrei/ for that directory.

I think you should just remove them.. no expirience with apt-get though.

Hope this helped
 
Old 11-11-2003, 08:12 PM   #3
DirtDart
Member
 
Registered: Nov 2003
Distribution: Mandrake 10.1/Solaris 10 (sparc)
Posts: 96

Rep: Reputation: 16
Quote:
5. I got a new GDM splash screen for the logon at themes.org. But, I have no idea where it is suppose to go. Did some searching which turned up nada.
This link should help (it helped me).


Quote:
4. Another question regarding WineX is can it be used for regular non-gaming programs without needing regular Wine. I've read that people normally use Wine for one set, and WineX for games. I can do this but I'd rather avoid it.
I use Codeweavers Crossover Office for all of my wine usage, except for games, as WineX is optimized for games.

You should be able to use the wine in WineX for just about anything you need.

Quote:
6. When I set up my partitions, it said my /usr section was normally a big partition where most programs go but I'm seeing a lot of stuff building up under my /home partition. Especially while using Wine. Should I set the size of these 2 partitions to be equal or what? I thought most program stuff goes to /usr.
The stuff showing up in your /home partition are your personal config files. A lot of programs have settings that each user came adjust, and those files have to be kept somewhere. Personally, I think they need to come up with a standard of a certain location for the config files, as I also don't like all the files poping up in my home directory either.


Quote:
7. If I must keep regular Wine I'd like to completely remove it first and start over. I did apt-get remove wine and it removed it but there's still wine junk under my /home area. Is there something else I have to get rid of using apt-get to complete the removal or just log in as root and delete the folders?
See previous answer.
 
Old 11-11-2003, 10:20 PM   #4
Vipes
LQ Newbie
 
Registered: May 2003
Location: Okinawa, Japan
Distribution: Arch Linux
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by teval

I have no clue about 2, sorry. All I can suggest is do what I did. Drop artsd entierly. I have no problems with sound anymore. It's very limiting by how it works.
What would I use instead of artsd?

Quote:
Originally posted by DirtDart
[B]This link should help (it helped me).
I tried typing /usr/sbin/gdmsetup in console and got no file or directory.
 
Old 11-12-2003, 07:07 PM   #5
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
Don't use anything instead of artsd.. most programs can handle their own sound without it.
I think even KDE sounds work without it...
Just modprobe the correct driver which you have to do anyway, and off you go
 
  


Reply



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
Suse: confused on many things, why is installing things so hard? blackflare Linux - Newbie 11 10-16-2007 04:35 AM
Basic things to do to make sure a server is secure? htmlcoder Linux - Security 1 03-21-2005 05:41 AM
Great system, but it can't do basic things? (Keyboard issues) dlublink Linux - General 3 02-01-2005 01:44 PM
Some annoying things to work out for 2004 Whitehat General 22 01-04-2004 03:40 PM
Top things annoying in Linux? awdoyle General 171 12-13-2002 05:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:04 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration