Linux « Windows で Mac風 Expose ??? | HOME | エントリーの並び順 »
■ X window system (GUI)
After installed X window system, if you want to switch back to boot up with CUI system, change below file.
# nano /etc/inittab
id:3:initdefault:
Run Level
0 : system shut down
1 : single user mode (root)
2 : multiple user mode (no network)
3 : multiple user mode (CUI)
4 : custom mode
5 : multiple user mode(GUI)
6 : system restart
You can change this file how you want to boot up your system.
If you want to start X window system after logged in with CUI, input below
# startx
投稿者 tomopugh : 2008年11月19日 16:49

