发新话题
打印

如何默认启动进入字符模式或进入X模式?

这文章对初学者来 说 非常 好,大力支持~~~      

TOP

id:3:initdefault:

把3替换成你要启动的模式
一般是3或5
1有点像windows的安全模式...      
╋ ┃ _╉. _╉_╉ _╉_╉ `?╅? ̄ ?╅??╅?? ╅ 努力学习.研究技术.消失网络一段时间! Give up ! give it Up!

TOP

有些linux OS 是按ctrl+alt+f8进入图形界面的.open linux server 3.1.1
具体的你自己试一下
ctrl+alt+f7
这些就行了      
╋ ┃ _╉. _╉_╉ _╉_╉ `?╅? ̄ ?╅??╅?? ╅ 努力学习.研究技术.消失网络一段时间! Give up ! give it Up!

TOP

关于楼上的情况
应该是由于配置的差异
复制内容到剪贴板
代码:
[No.569 00:28:41 work]$ grep 'VT' /etc/gdm/gdm.conf
# Automatic VT allocation.  Right now only works on Linux.  This way
# we force X to use specific vts.  turn VTAllocation to false if this
FirstVT=7
VTAllocation=true
# Note the VTAllocation and FirstVT keys on linux and freebsd.
# Don't add any vt<number> arguments if VTAllocation is on, and set FirstVT to
# pretty much for all linux distributions.  VTAllocation is not currently
[No.570 00:28:47 work]$ cat /etc/issue
Ubuntu 5.10 "Breezy Badger" \n \l

[No.571 00:28:50 work]$
      
面包会有的 女人也会有的
_______________________

TOP

超级大菜鸟问个问提哈:
这个 /etc/inittab在哪里输入啊?      

TOP

随便开个编辑器
如 emacs,kate,gedit
然后选择打开/etc/inittab
。。。。。。。。。。。。。      
面包会有的 女人也会有的
_______________________

TOP

发现li 大大对/etc/gdm/gdm.conf 独有研究      

TOP

[QUOTE=zhuomingliang]发现li 大大对/etc/gdm/gdm.conf 独有研究[/QUOTE]

gdm/ xdm / kdm 中
最是喜欢gdm
ubu5.04 升级到 510后
kdm就无法管理登录了
但gdm依然工作得很好
而且gdm的界面也是长得最好看的一个

gdm的自动登录很简单
在家里自己用就不用老敲密码了      
面包会有的 女人也会有的
_______________________

TOP

不是/etc/inittab里面的改为三就可以了吗      

TOP

楼上好好理解一下runlevel
不一定是3

以下摘自ubuntu 5.10
引用:
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
      
面包会有的 女人也会有的
_______________________

TOP

发新话题