LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1346|回复: 10

suse0.3进不了图形界面

[复制链接]
发表于 2008-2-3 13:57:58 | 显示全部楼层 |阅读模式
必须输用户名,密码后执行starx或init 5才行,如何解决。
发表于 2008-2-3 15:43:21 | 显示全部楼层
Post by njham;1813874
必须输用户名,密码后执行starx或init 5才行,如何解决。


哈哈!你一定是升级了内核跟我一样,删掉重新安装吧!
回复 支持 反对

使用道具 举报

发表于 2008-2-4 10:53:10 | 显示全部楼层
修改/etc/inittab文件试试
把initdefault 设置成5
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-4 23:16:37 | 显示全部楼层
# /etc/inittab
#
# Copyright (c) 1996-2002 SuSE Linux AG, Nuernberg, Germany.  All rights reserved.
#
# Author: Florian La Roche, 1996
# Please send feedback to http://www.suse.de/feedback
#
# This is the main configuration file of /sbin/init, which
# is executed by the kernel on startup. It describes what
# scripts are used for the different run-levels.
#
# All scripts for runlevel changes are in /etc/init.d/.
#
# This file may be modified by SuSEconfig unless CHECK_INITTAB
# in /etc/sysconfig/suseconfig is set to "no"
#

# The default runlevel is defined here
id:5:initdefault:

# First script to be executed, if not booting in emergency (-b) mode
si::bootwait:/etc/init.d/boot

# /etc/init.d/rc takes care of runlevel handling
#
# runlevel 0  is  System halt   (Do not use this for initdefault!)
# runlevel 1  is  Single user mode
# runlevel 2  is  Local multiuser without remote network (e.g. NFS)
# runlevel 3  is  Full multiuser with network
# runlevel 4  is  Not used
# runlevel 5  is  Full multiuser with network and xdm
# runlevel 6  is  System reboot (Do not use this for initdefault!)
#
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

# what to do in single-user mode
ls:S:wait:/etc/init.d/rc S
~~:S:respawn:/sbin/sulogin

# what to do when CTRL-ALT-DEL is pressed
ca::ctrlaltdel:/sbin/shutdown -r -t 4 now

# special keyboard request (Alt-UpArrow)
# look into the kbd-0.90 docs for this
kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work."

# what to do when power fails/returns
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
#pn::powerfail:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# for ARGO UPS
sh:12345:powerfail:/sbin/shutdown -h now THE POWER IS FAILING

# getty-programs for the normal runlevels
# <id>:<runlevels>:<action>:<process>
# The "id" field  MUST be the same as the last
# characters of the device (after "tty").
1:2345:respawn:/sbin/mingetty --noclear tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
#
#S0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt102
#cons:12345:respawn:/sbin/smart_agetty -L 38400 console

#
#  Note: Do not use tty7 in runlevel 3, this virtual line
#  is occupied by the programm xdm.
#

#  This is for the package xdmsc, after installing and
#  and configuration you should remove the comment character
#  from the following line:
#7:3:respawn:+/etc/init.d/rx tty7


# modem getty.
# mo:235:respawn:/usr/sbin/mgetty -s 38400 modem

# fax getty (hylafax)
# mo:35:respawn:/usr/lib/fax/faxgetty /dev/modem

# vbox (voice box) getty
# I6:35:respawn:/usr/sbin/vboxgetty -d /dev/ttyI6
# I7:35:respawn:/usr/sbin/vboxgetty -d /dev/ttyI7

# end of /etc/inittab
我看不出那里不对!
回复 支持 反对

使用道具 举报

发表于 2008-2-11 17:29:42 | 显示全部楼层
Post by chanshun8;1813902
哈哈!你一定是升级了内核跟我一样,删掉重新安装吧!


跟升内核有啥关系
回复 支持 反对

使用道具 举报

发表于 2008-2-11 20:08:14 | 显示全部楼层
Post by linuxahah;1815444
跟升内核有啥关系


我就是升级了内核后变成进不了图形界面 的,什么关系就不知道,应该是新内核的bug吧!不过最新的可以进图形界面了。
回复 支持 反对

使用道具 举报

发表于 2008-2-12 07:30:53 | 显示全部楼层
我也出现这个问题,我是刚刚装完10.3就这样了,根本就没有升级什么内核,可是就是进不去图形界面,我已经重装了n次了, 可是还是这样,前面说的方法我都试过了都不行
回复 支持 反对

使用道具 举报

发表于 2008-2-12 11:13:17 | 显示全部楼层
Post by comegetsome;1815551
我也出现这个问题,我是刚刚装完10.3就这样了,根本就没有升级什么内核,可是就是进不去图形界面,我已经重装了n次了, 可是还是这样,前面说的方法我都试过了都不行


你的问题可能是iso或盘片有问题,下张cd版的刻盘试试,我的10.3安装后完全没问题,
回复 支持 反对

使用道具 举报

发表于 2008-2-13 01:00:18 | 显示全部楼层
Post by chanshun8;1815580
你的问题可能是iso或盘片有问题,下张cd版的刻盘试试,我的10.3安装后完全没问题,


我是从官方网站下的linux,而且我也测试过,没有问题,我用的是15.4‘ MAG 的显示器,n 7600GS 的显卡
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-13 11:40:35 | 显示全部楼层
已经搞定了,没有从装。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表