Re: startx problem


Subject: Re: startx problem
From: John Schmidt (jas@netbrick.com)
Date: Fri Feb 22 2002 - 18:07:46 MST


You can use /sbin/chkconfig --list and see what services are turned on/off.

Then you can do (as root) /sbin/chkconfig --level 345 Xautoconfig off

Then do /sbin/chkconfig --list again to see if the above took effect. You
may have to reboot for this to take effect.

man chkconfig provides more information.

John Schmidt

On Friday 22 February 2002 04:41 pm, you wrote:
> 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 - 18:22:29 MST