知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

在centos上安装软件时出现Could not execute auto check for display colors using

发布时间:2014-09-05 16:47:39作者:知识屋

 

在centos上安装软件时出现Could not execute auto check for display colors using command

 

Two solutions:

 

1.use oracle login x-window, then ./runInstaller

 

2.use root login,then

#xhost +

#su - oracle

#./runInstaller

 

 

 

xhost 是用来控制X server访问权限的。

通常当你从hostA登陆到hostB上运行hostB上的应用程序时,

做为应用程序来说,hostA是client,但是作为图形来说,是在hostB上显示的。

 

因此在登陆到hostB前,需要在hostA上运行xhost + 来使其它用户能够访问hostA的Xserver.

xhost + 是使所有用户都能访问Xserver;xhost + ip使ip上的用户能够访问Xserver

摘自:tingtingego 博客

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜