|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Mar 2005
Location: UK
Posts: 96
|
Terminal commands
OK I'm really new to linux and I haven't had much experience of operating systems besides DOS and windows.
The plan was to give cedga a go and see if I could run some games on linux. I'm trying to check what kernel verion I have of linux so that I can download the correct ATi drivers. Anyway, in the terminal I can navigate to where I downloaded this file which checks for me, but I don't know how to run it... ....and I can't get any sound.....
Last edited by Siberian Bear; 04-05-2005 at 01:53 PM. |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Mar 2005
Location: UK
Posts: 96
|
Well I managed to run that check application, but it has just opened another can of worms.
I'm having real trouble trying to install XFree86, when I go through the steps in the install the first problem that I encounter is: "$Display is set" it suggests that I am running it from an X session while I am running it from the terminal in mandrake. If I contine with the installation almost every command that it displays has "Permission denied" after it. Suffice to say that when I run the ATi check program it can't find the Xfree program. EDIT: I managed to install it, and I also tried to install java as a plug in for Mozilla, however when I restart the system I don't get a GUI, only a prompt. Help! What's going on? Thanks in advance. Last edited by Siberian Bear; 04-06-2005 at 08:57 AM. |
|
|
|
|
|
#3 |
|
Member (8 bit)
|
Generally, Runlevel 4 is used for GUI on startup, but it depends on the distribution.. The easiest way to see if your system is configured like that, is to run
Code:
init 4 If that works, and if your distribution is standard, you can edit the /etc/inittab file so that it defaults to Runlevel 4. If not, we'll need to run through the longer way (which is not necessarly bad). Regards, Michael EDIT: XWindows login on Mandrake might be on Runlevel 5.. If 4 doesn't work, try Code:
init 5 Last edited by MichaelS; 04-09-2005 at 06:35 PM. |
|
|
|
|
|
#4 |
|
Member (10 bit)
|
Hey MichaelS, I beg to differ. On most distros, runlevel 4 is undefined. 5 is multiuser with GUI. This is how I usually see it:
Runlevel 1. Single User Mode 2. Single User Mode with Networking 3. Multi-User Mode - boot up in text mode 4. Not Defined 5. Multi-User Mode - boot up in X Windows 6. Shutdown As for the original question: I am afraid I am a bit confused. If you want to check what kernel you are running, I use uname -a. This gives me output that looks like the following: loco@DoDEA-42H820J:~> uname -a Linux DoDEA-42H820J 2.6.8-24.14-default #1 Tue Mar 29 09:27:43 UTC 2005 i686 i686 i386 GNU/Linux The "2.6.8-24.14-default" part is which kernel I booted to. I do not understand what you mean when you say "I am running it in a terminal under Mandrake". Did you get anything other than a text based log-in prompt after boot? If you can, send (or post) the command sequences and output and I will help you get it straightened out. One last note: Don't let linux frustrate you too much. I, too, had serious issues when I first started using it. 99% of the problem was my lack of understanding. Once you get it all figured out, you'll never go back!
__________________
Nisi defectum, Exploro quippini |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|