当前位置: 技术问答>linux和unix
怎么样将linux从命令行模式转化到窗口模式??
来源: 互联网 发布时间:2014-12-11
本文导语: 如标题,有知道答案的,我再加分给100分,另100分给参与的。 | telinit 5-------->进x-windows telinit 3-------->进console 限root权限 | modify the /etc/inittab file. #console mode id:3:initdefault:...
如标题,有知道答案的,我再加分给100分,另100分给参与的。
|
telinit 5-------->进x-windows
telinit 3-------->进console
限root权限
telinit 3-------->进console
限root权限
|
modify the /etc/inittab file.
#console mode
id:3:initdefault:
#x-window
id:5:initdefault:
But if you set id =5, each time you boot system, it will start x-window. It's too slow.
So I think you'd better set id=3 as normal, and if you need GUI then use "startx" to switch to X enviroment.
#console mode
id:3:initdefault:
#x-window
id:5:initdefault:
But if you set id =5, each time you boot system, it will start x-window. It's too slow.
So I think you'd better set id=3 as normal, and if you need GUI then use "startx" to switch to X enviroment.
|
startx
|
在控制台登陆后输入[startx] (必须以安装并正确设置 X window系统)或在图形界面使用KDE 会话登陆后就可进入
|
startx
如果是KDE界面的话,还可以用startkde
如果想在启动时进入X-Windows的话,可以修改/etc/inittab,将id:3:initdefault:改成
id:5:initdefault:
以后启动就进入X界面了。
如果是KDE界面的话,还可以用startkde
如果想在启动时进入X-Windows的话,可以修改/etc/inittab,将id:3:initdefault:改成
id:5:initdefault:
以后启动就进入X界面了。
|
(首先你确定你装了xwindow了吗?)
如果你想要kde就先switchdesk kde
如果你想要gnome就先switchdesk gnome
然后startx或者init 5
如果你想要kde就先switchdesk kde
如果你想要gnome就先switchdesk gnome
然后startx或者init 5
|
startx in linux, if you have installed KDE or Gnome.
|
startx