先下载Xmanaqer点开下面这个应用
右下角这里后面显示.0.0
首先安装
[root@localhost ~]# yum install xorg-x11-apps
安装完成后输入环境变量使图形显示到主机
[root@localhost ~]#export DISPLAY=192.168.132.1:0.0
输入
xclock
这时会有弹窗出现
点击确定就出先图像了
到这里是root用户的图形化要想在oracle用户下图形化还要安装
[root@localhost ~]# yum install xorg-x11-server-utils-7.7-20.el7.x86_64[root@localhost ~]# yum -y install xdpyinfo
安装完成后,接着在root下执行xhost +
[root@localhost ~]# xhost +access control disabled, clients can connect from any host
之后切换到oracle用户了,执行xdpyinfo
[root@localhost ~]# su - oracle[oracle@localhost ~]$ export DISPLAY=192.168.132.1:0.0[oracle@localhost ~]$ xdpyinfo
这时显示就表示完成了