Try running as login console root, I assume you had rebooted and /tmp was
cleaned out.
/etc/init.d/dtlogin stop
mkdir /var/tmp/org
cd /var/tmp
mv gconfd-root org
mv orbit-root org
mv wscon* org
/etc/init.d/dtlogin start
submit bugid a with more gnome logging see below, and also include
/var/log/Xorg.0.log and /var/dt/Xerrors along if your using nvidia run
nvidia-SunOS-bug-report.sh
bash-3.00# cat gnomelog.sh
if [ ! -d /etc/dt ] ; then
mkdir -p /etc/dt
fi
if [ ! -d /etc/dt/config ] ; then
mkdir -p /etc/dt/config
fi
if [ -f /usr/dt/config/Xservers ] ; then
cp /usr/dt/config/Xservers /etc/dt/config
fi
/usr/xpg4/bin/grep 'Xserver :0 -nobanner -logverbose 6/g'
/usr/dt/config/Xservers
RET=$?
if [ $RET = 1 ] ; then
sed -e 's/Xserver :0 -nobanner/Xserver :0 -nobanner -logverbose 6/g'
/usr/dt/config/Xservers > /etc/dt/config/Xservers
fi
bash-3.00#
you could even try as root kdmconfig -u and move your /etc/X11/.xorg.conf out
of the way and reboot via shutdown and let the system rediscover what kind of
video you have.
This message posted from opensolaris.org