Re: startx problem


Subject: Re: startx problem
ghannon@cspi.com
Date: Fri Feb 22 2002 - 16:41:04 MST


I think the trouble comes from /etc/rc.sysinit

if [ -x /usr/X11R6/bin/Xautoconfig4 ]; then
  OFFB=`cat /proc/fb |grep -i 'offb'`
  if [ ! -z "$OFFB" ]; then
    action "Configuring X11: " /usr/X11R6/bin/Xautoconfig4
  fi
fi

You can type cat /proc/fb, and see if it contains OFfb.
If it does then Xautoconfig is getting called during initialization.

I'm not sure if you can just comment this out.
There may be a better solution.

G. Hannon



This archive was generated by hypermail 2a24 : Fri Feb 22 2002 - 17:00:47 MST