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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello, I’m new here. I am very new to linux and have very limited knowledge on lower level applications (ex. Dos prompts, terminal navigation ect)
I want to know how you can open (run, execute, what ever you call it ) a program from a command line.
I just installed mandrake 9.1 on an old machine and am using winaXe to run a linux terminal window on my windows computer. Everything is working just fine. I can navigate through the folders and see all their files and even get some images to open in a new window. But I would like to actually open a linux program (a game for example) and I don’t know how to do that from the command line. if I understand correctly, you should be able to have it look like your running linux from a windows window, login screen, desktop and all. How do you do that!!
You should just be able to type the name of the command from your xterm. Keep in mind that it's case sensitive though. So from your one xterm if you were to type xterm it would fire up a new window that would be displayed on your desktop.
It works when I type in xterm. So I tried ‘Kolf’ to start the game and I got a whole bunch of these errors:
Xlib: extension”GLX” missing on display [my windows comp IP]
And then I get some of these failures:
Mutex destroy failure: Device or resource busy
So I tried some office programs (KChart, Gnumeric) and they just say that the command is not found.
the glx problem is caused because the x server your running(winaXe i think you said) does not support openGL, there is a really good X-server for windows called XWin32 that does remote openGL but i cant remember if it only works in the registered version. as for running Gnumeric or Kchart, i have neither installed so i cant tell you the executable name but if you type
ls /usr/bin | grep less
that will list most of the binaries installed on your system which you can try running.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.