TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:17576] gpm?
grep ^id /etc/inittab //find the default runlevel
(Assuming runlevel=2)
mv /etc/rc2.d/S*gpm /etc/rc2.d/K25gpm
Alternatively, do as I did and just remove gpm.
Daniel Taylor Embedded and custom Linux integration.
dante@plethora.net (612)747-1609
On Fri, 12 May 2000, Jacqueline Urick wrote:
> I guess I should have mentioned it was a debian box...
>
> :o)
>
> ~j
>
> Tim Sandquist wrote:
> >
> > if it's a redhat box it probably has chkconfig
> >
> > 'chkconfig --list' will show what is set to start on boot.
> > 'chkconfig --level 2345 gpm off' will set gpm to not start
> > on boot.
> >
> > Tim
> >
> > On Fri, 12 May 2000, Jacqueline Urick wrote:
> >
> > > How do I automatically stop gpm on boot? I keep having to stop gpm
> > > before I startx, otherwise I can'tuse my mouse under x. I found that if
> > > I removed gpm alltogether I don't get any mouse support under x either.
> > >
> > >
> > > thanks!
> > >
> > > ~jacque
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> > > For additional commands, e-mail: tclug-list-help@mn-linux.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> > For additional commands, e-mail: tclug-list-help@mn-linux.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>