Re: Oh no! [was Re: two button mouse]


Subject: Re: Oh no! [was Re: two button mouse]
From: Patrick Smith (patsmith@pobox.com)
Date: Sat Nov 10 2001 - 13:31:23 MST


> On Fri, 9 Nov 2001, Mark Brethen wrote:
>
> > Oh no! Everytime I reboot linux it recreates the /etc/X11/XF86Config-4
> > file and removes the three button emulation. Why is it doing that?

I imagine it's being done by this bit in /etc/rc.d/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

Try commenting that out.

-- 
patsmith@pobox.com



This archive was generated by hypermail 2a24 : Sat Nov 10 2001 - 13:43:32 MST