Tuesday 23 April 2013

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.

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

3 comments:

Manoj said...

Helpful ans

Oscar de la Pena said...

After hours of searching, finally this one worked! Thanks!

pradeep mahajan said...

Yep, works fine :) thx.