From: Stephen Tweedie (sct@dcs.ed.ac.uk)
Date: 04/14/93


From: sct@dcs.ed.ac.uk (Stephen Tweedie)
Subject: Re: Help on X-Windows(mostly)
Date: 14 Apr 1993 23:19:13 GMT

In article <28617@galaxy.ucr.edu>, jmward@ucrengr (jonathan ward) writes:

> ... I finally got X up and running(it defaults to the open windows
> manager) but I have this problem: The mouse, once started is
> generally unresponsive.

> I only have 4mb of RAM, and I'm swapping to a 12 mb swapfile. Is
> the mouse problems due to the lack of ram ... ?

It certainly is. 8MB is the general recomended minimum ram for
running X11 on Linux, because you are guaranteed to get a lot of
swapping with any less than this. This is not anything specific to
Linux - the X server is simply _very_ big, so you will have the same
effect on any machine running X. If anything, the problem is less
severe with Linux because of the quality of its memory management.
However, there is really no substitute for more memory here.

> Also, I'm using the e2fs for my main partition. What is the proper
> method to run e2fsck?

You can run e2fsck with no options just to check your filesystem even
if it is mounted, as long as there are no applications writing to the
filesystem at the time. If you need to do any repairs, the best way
is currently to boot of a floppy rootdisk and e2fsck from there.
There is currently work in progress to allow checking of the root
filesystem during boot, by mounting the root readonly during kernel
startup and only allowing root to be writeable after the fsck.

In the mean time, don't worry too much about the "filesystem not
valid" messages you get from e2fs at startup. Just run e2fsck
whenever you have a system crash.

Cheers,
 Stephen Tweedie.