Jump to content

How to get a "dos-mode" black screen?


mdg
 Share

Recommended Posts

I'm having some trouble getting something simple done. I want to experiment with vi and I want it to be in a text only black full screen (like the dos prompt, for those who remember)

 

I would like to be able to type something in a console and get to this stage, but the things I've tried haven't worked eg init 3 in console

 

I'm using lilo with graphics and autologin. If I disable autologin and use lilo text menu, I still have the graphical splashscreen

 

How do I get a full black screen?

Link to comment
Share on other sites

Ctrl-Alt-F2 should get you to a Virtual Terminal login. If not, try Ctrl-Alt-F3, etc. Once you get there and login, you can type:

 

clear

 

to get rid of the penguin.

 

Ctrl-Alt-F7 should bring you back to your WindowManager/Desktop (if not, try other combinations as above).

Link to comment
Share on other sites

Guest JaseP

For future reference it's called a console screen. Equating Linux command line with DOS is like calling "chocolate flavering" chocolate.

Link to comment
Share on other sites

Steve showed you how to get to a virtual console from X, but you also brought this up:

 

I'm using lilo with graphics and autologin. If I disable autologin and use lilo text menu, I still have the graphical splashscreen

 

How do I get a full black screen?

 

If you want to boot to runlevel 3, then you need to change this line in /etc/inittab:

 

id:

to

id:

 

You can also do it on a case by case basis when you boot, generally by giving a command such as linux 3 at the lilo boot prompt, or linux-2.5.65 3 -- what you need to type is distro specific, so you'll need to find the mandrake way.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...