Xmanager连接Linux桌面
1、首先要安装桌面gnome
1、使用命令 runlevel 查看当前的运行级别 ,如图所示 ==> 桌面为5
或者查看文件 ==> cat /etc/inittab
2、查看是否安装了桌面环境,rpm -q gdm
3、安装gnome桌面程序 yum groupinstall -y "Desktop" "Desktop Platform" "Desktop Platform Development" "Fonts" "General Purpose Desktop" "Graphical Administration Tools" "Graphics Creation Tools" "Input Methods" "X Window System" "Chinese Support [zh]" "Internet Browser"
4、将运行级别设置为5 ==> vim /etc/inittab
2、配置Linux,开启远程桌面
vim /etc/gdm/custom.conf
配置信息如下
# GDM configuration storage
[daemon]
#“远程登录界面与本地登录界面相同”功能,若没有此项及[greeter]项则登录界面为简洁型
RemoteGreeter=/usr/libexec/gdmgreeter
[security]
#允许root用户远程登录
AllowRoot=true
AllowRemoteRoot=true
[xdmcp]
#xdmcp默认端口177,此处没有显示的加入
Port=177
Enable=true
[greeter]
#远程登录界面为“带头像浏览器的简洁主题”,若定义了[daemon]项本行不起作用
Browser=true
[chooser]
[debug]
3、开启sshd的X11Manager
vim /etc/ssh/sshd_config
搜索:X11Forwarding
将他设置为X11Forwarding yes 保存,否则会报如下错误
4、关闭防火墙,或者开放177端口,然后重启
5、在Window中安装Xmanager,然后启动Xstart