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.
hello,
i want to configure xmms music player in my linux,but it didn't run'xmms &' command, gives output like 'unable to show display'.pls help me to get off from this problem.
thanx.
Next time you post a thread, please be more descriptive with your subject line. "linux" is not anywhere near what your real question is.
As far as your question, what distribution are you using? Do you have a proper X config and setup? XMMS is a GUI application, and can be controlled from the CLI. Did you compile from source, or install from your distributions repositories?
Nope. It won't. There are a lot of users here at LQ that don't bother to reply nor to say thank you. I admit it might be tedious, but please don't upset yourself for such a little nuisance.
Nope. It won't. There are a lot of users here at LQ that don't bother to reply nor to say thank you. I admit it might be tedious, but please don't upset yourself for such a little nuisance.
Oh I won't LOL Just my own little way of being sarcastic. I normally wait for people to say something weird in return, and it makes me laugh. Maybe I should ease up on it
Next time you post a thread, please be more descriptive with your subject line. "linux" is not anywhere near what your real question is.
As far as your question, what distribution are you using? Do you have a proper X config and setup? XMMS is a GUI application, and can be controlled from the CLI. Did you compile from source, or install from your distributions repositories?
hello,
sorry for late,i'm using xmms-devel & xmms-mp3-1.2.10
i used the following steps:
#tar zxvf xmms-devel-1.2.10.gz #tar zxvf xmms-mp3-1.2.10.tar.gz
then
after getting into xmms directory
run following commands
#./configure
#make;make install
but after that i didn't run xmms & command,output shows error "unable to get display"
so pls tell me what is my mistake & give me right way
thanx sir.
mrinaljidal, are you the same person as the OP? Maybe you can ask the LQ administrator to merge your accounts.
Regarding your issue, you've missed some crucial questions asked by corp769: do you have a proper X config and setup? In other word, are you running xmms from a terminal open in a desktop environment, so that the X display is actually assigned? Or are you trying to run from a console?
In any case, please show us the output of the following command:
Code:
echo $DISPLAY $TERM
By the way, if you need a command line application (without GUI) you can try something like mpg123.
mrinaljidal, are you the same person as the OP? Maybe you can ask the LQ administrator to merge your accounts.
Regarding your issue, you've missed some crucial questions asked by corp769: do you have a proper X config and setup? In other word, are you running xmms from a terminal open in a desktop environment, so that the X display is actually assigned? Or are you trying to run from a console?
In any case, please show us the output of the following command:
Code:
echo $DISPLAY $TERM
By the way, if you need a command line application (without GUI) you can try something like mpg123.
hello,
recently i was unable to access internet so that i couldn't reply back to some crucial questions,sorry for that to corp769.
unknowing i was running these commands in CLI. result, i didn't get actual output but now i find my mistake suggested(questions) by corp769 to run xmms in desktop environment.
finally,i got the xmms.
thanx sir
regarding this issue,thanx to corp769 and colucix for help me
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.