On Friday 14 September 2007 00:26:15 you wrote: > I can only suggest what I would try. Gdm calls the > /etc/opt/SUNWut/basedir/lib/utxsun script which at the end executes the > real X server, /usr/bin/Xnewt. You could try to debug the utxsun script by > adding some "echo 'I am here' >> /tmp/utxsunlog" lines (or some more > intelligent debug commands). > Replace the last line > exec $XSUN "$@" $XMOREOPTS $XOPTS > by > exec strace -ff -o /tmp/strace.log $XSUN "$@" $XMOREOPTS $XOPTS > > in order to get a trace log of the X server. Perhaps it gives some hints > why the X server doesn't start up. > > Meik
Hi again Thank you for your tip, that was really helpfull. From the strace logs I figured out that it was looking for some fonts, rgb.txt and some other files, which I symlinked my way out of. Now I get the classical grey screen with a X as a mouse cursor on it, when I boot up the SunRay. The logfiles on the server doesn't help me out much, gdm's log from the session only contains: Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! I haven't been able to find those fonts, but could they be causing it? Xorg's logfile doesn't come with any errors, neither does SRSS. I am still able to connect to gdm using Xnest, so gdm is working some way at least. Any hints? /Jeppe _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
