>> Could not execute auto check for display colors using command /usr/openwin/bin..."/>
溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Oracle DISPLAY COLOR終極解決方案

發(fā)布時間:2020-06-29 09:15:34 來源:網(wǎng)絡 閱讀:20176 作者:crazy_charles 欄目:關(guān)系型數(shù)據(jù)庫

Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< 


解決 要點主要是要運行host +打通 接受控制;不是去安裝啥補??!安裝啥包 

 

如果碰到以上這個問題,就跟著下面的設(shè)置一定可以搞定!如果還是不能拿就是RP問題了。。。  


1.先進入ROOT內(nèi):
su – root 
password:xxxxx 
display=:0.0;
export display
echo $display  
 
#xhost +
access control disabled, clients can connect from any host
 
2. 然后進入ORACLE 
#su - oracle
$display=:0.0;

export display 
$echo $display :0.0 $

或者 vim .bash_profile
export      display=:0.0 
source .bash_profile 
#ls 
 doc           response      stage 
 install       runInstaller  welcome.html
#$./runInstaller

怎么樣,解決了吧!就是這么簡單?。?/p>


向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI