由 kiss007 在 01-07-2003 23:40 发表:
[求助exceed7.0如何登陆Redhat8.0?
修改/etc/X11/gdm/gdm.conf 和
修改/etc/X11/xdm/Xaccess
方法都试过了,不行。
还有没有其他方法或是应该注意的地方?
由 kiss007 在 01-08-2003 12:54 发表:
[求助]远程登陆redhat,如何更改默认登陆环境?
用exceed登陆redhat,redhat侧用xdm,登陆时默认使用gnome,能不能更改用kde。因为登陆后,比较慢。
要是一开机就启动xdm,怎么设置,好像在/etc/init.d/rc3.d 不知是不是?
由 北南南北 在 01-08-2003 13:04 发表:
[root@linuxsir01 root]# more /etc/inittab
inittab This file describes how the INIT process should set up
the system in a certain run-level.
Author: Miquel van Smoorenburg,
1<[email protected]>
2
3# Modified for RHS Linux by Marc Ewing and Donnie Barnes
4
5#
6
7
8
9# Default runlevel. The runlevels used by RHS are:
10
11# 0 - halt (Do NOT set initdefault to this)
12
13# 1 - Single user mode
14
15# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
16
17# 3 - Full multiuser mode
18
19# 4 - unused
20
21# 5 - X11
22
23# 6 - reboot (Do NOT set initdefault to this)
24
25#
26
27id:5:initdefault:
28
29
30
31# System initialization.
32
33si::sysinit:/etc/rc.d/rc.sysinit
34
35
36
37l0:0:wait:/etc/rc.d/rc 0
38
39l1:1:wait:/etc/rc.d/rc 1
40
41l2:2:wait:/etc/rc.d/rc 2
42
43l3:3:wait:/etc/rc.d/rc 3
44
45l4:4:wait:/etc/rc.d/rc 4
46
47l5:5:wait:/etc/rc.d/rc 5
48
49l6:6:wait:/etc/rc.d/rc 6
50
51
52
53# Things to run in every runlevel.
54
55ud::once:/sbin/update
56
57
58
59# Trap CTRL-ALT-DELETE
60
61ca::ctrlaltdel:/sbin/shutdown -t3 -r now
62
63
64
65# When our UPS tells us power has failed, assume we have a few minutes
66
67# of power left. Schedule a shutdown for 2 minutes from now.
68
69# This does, of course, assume you have powerd installed and your
70
71# UPS connected and working correctly.
72
73pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
74
75
76
77# If power was restored before the shutdown kicked in, cancel it.
78
79pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
80
81
82
83
84
85# Run gettys in standard runlevels
86
871:2345:respawn:/sbin/minge</[email protected]>