Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
install below rpm
yum install xorg-x11-xauth
yum install xorg-x11-utils
Check authorization key from root
root$ xauth list
aspc2o1/unix:10 MIT-MAGIC-COOKIE-1 bc334c66cfec3c5c3d5b0efc4ee9d3ad
From oracle user add the authorization key.
oracle $ xauth add aspc2o1/unix:10 MIT-MAGIC-COOKIE-1 bc334c66cfec3c5c3d5b0efc4ee9d3ad
oracle $ ./runinstaller
install below rpm
yum install xorg-x11-xauth
yum install xorg-x11-utils
Check authorization key from root
root$ xauth list
aspc2o1/unix:10 MIT-MAGIC-COOKIE-1 bc334c66cfec3c5c3d5b0efc4ee9d3ad
From oracle user add the authorization key.
oracle $ xauth add aspc2o1/unix:10 MIT-MAGIC-COOKIE-1 bc334c66cfec3c5c3d5b0efc4ee9d3ad
oracle $ ./runinstaller
3 comments:
Helpful ans
After hours of searching, finally this one worked! Thanks!
Yep, works fine :) thx.
Post a Comment