• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mandrake question

Michael

Elite member
I did an automatic install (put KDE on). I would prefer not to always be running in graphics mode, what to I do to boot into text mode (i.e. get rid of the graphics logon)?

Michael
 
Two ways:

1) Use DrakConf and change the boot mode there. Don't ask me exactly how, because I don't use that utility.

2) Use your favorite editor and edit the /etc/inittab file and change the following lines:

id:5:initdefault:

change to:

id:3:initdefault:

Now, if you're in run level 5 (graphical multi user mode) you can issue init 3 and you'll bring the system to run level three (command line multi user mode).

No need to reboot for these changes to take effect.
 
Back
Top