Thanks for the reply.  Yes I am running XFree86 and I know everything seems to be going to X.org.  I would like to get that installed, but it isn't available under the stable apt-get sources yet.  I know I could compile from source, but other packages that I am installed require some X packages to be installed or it chokes.<br><br>Here is what I am doing so far.  I have loaded just X to see how long it takes to load (as it should be very fast since its just X).  When I do this I get flickering of the screen and sometimes when I start X (either by '# ./X' or '# ./startx'), I get "noise" on the screen while its trying to load.  For example, if I had been watching a movie with mplayer (no gui version), then load X after the movie is over, I will get a glimpse of a scene from the movie that is much smaller, tiled and colors of all off (like it has been stored in some type of cache or buffer).  I am not sure if this is normal, but would
 probably say no.  If nothing had been player prior to loading X, the screen will flash several times (between the "grey" default background and a black screen) while trying to load just X.<br><br>I am using the VESA driver, but have a VIA chipset graphics card.  And here is the section on the XF86config-4 file that relates to fonts and modules.  I am new to gui's in linux, so if I have commented out something that is a no-no, please let me know.<br><br>Section "Files"<br> #      FontPath        "unix/:7100"                    # local font server<br>        # if the local font server has problems, we can fall back on these<br>        FontPath       
 "/usr/lib/X11/fonts/misc"<br> #      FontPath        "/usr/lib/X11/fonts/cyrillic"<br>        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"<br>        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"<br>        FontPath        "/usr/lib/X11/fonts/Type1"<br> #      FontPath        "/usr/lib/X11/fonts/CID"<br>        FontPath        "/usr/lib/X11/fonts/Speedo"<br>        FontPath        "/usr/lib/X11/fonts/100dpi"<br>       
 FontPath        "/usr/lib/X11/fonts/75dpi"<br>        FontPath        "/usr/X11R6/lib/X11/fonts/TTF<br>EndSection<br><br>Section "Module"<br> #      Load    "GLcore"<br>        Load    "bitmap"<br>        Load    "dbe"<br> #      Load    "ddc"<br> #      Load    "dri"<br> #      Load    "extmod"<br>        Load    "freetype"<br> #      Load    "glx"<br> #      Load    "int10"<br>        Load   
 "record"<br>        Load    "speedo"<br>        Load    "type1"<br>        Load    "vbe"<br>EndSection<br><br>Section "Device"<br>        Identifier      "Generic Video Card"<br>        Driver          "vesa"<br>EndSection<br><br><br>As far as network configuartion, I would probably count this out since I can mount network drives, type in hostname and get a valid answer, etc.  If there are other tests that should be performed, let me know.<br><br>As far as the -screen parameter, is that similar to setting the $DISPLAY variable (ie 0:0).  If so, i have set the $DISPLAY variable, but never used the -screen parameter.  Is this
 incorrect?<br><br>Thanks,<br>Dave<br><br><br><b><i>"R.L. Horn" <lists@eastcheap.org></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Thu, 26 Oct 2006, Dave Henderson wrote:<br><br>> My project is working with older hardware (667mhz cpu, 128mb RAM, 10gb <br>> hard drive).<br><br>I'd consider that to be almost uncomfortably modern.  Particularly the <br>gigantic hard drive.  :-)<br><br>>  I am trying to get X to load as fast as possible.  I currently have a <br>> base installation of Debian Sarge 3.1 installed with the <br>> x-window-system-core (4.3.0) package installed<br><br>That smells like XFree.  Naughty, naughty.<br><br>> As I said above, I am trying to get X to load as fast as possible. <br>> What components can I remove from the system to speed it up and what <br>> will be the result of removing those components.<br><br>By current standards X is pretty
 darn tight and should generally come up <br>with some alacrity.  FWIW, I just timed it at <3 seconds from disk cache <br>on a 1.8GHz Sempron (including running FVWM, xterm, rclock, xload, and <br>xosview) with the xorg 1.1.0 server.  At a guess, I'd say that loading the <br>server and its attendant libraries from disk adds no more than 3-4 seconds <br>(it's not a particularly fast drive).<br><br>I've run relatively recent versions of X -- i.e. XFree 4 -- on a 200MHz <br>Pentium and still the major bottleneck is disk access time.<br><br>About all I can think of to speed things up is to avoid loading <br>unnecessary modules and, maybe, paring down the font path (though I <br>haven't noticed that either makes much of a difference).<br><br>If you're seeing long delays, you should try running the server by itself <br>(that is, just run "X," maybe with appropriate "-screen," etc. options). <br>It should come up pretty quickly, though some video drivers might be a <br>little
 pokey (the R300 ATI driver, for example, takes about 25 seconds to <br>get going from a cold start on the abovementioned Sempron box).<br><br>Broken network configurations can slow down or otherwise screw up <br>authority file generation (as when startx runs hostname).<br><br>Once you see the "grey screen" X is up and running.  Any delays thereafter <br>are most likely related to the window manager or whatever else you're <br>running at startup time.<br></blockquote><br>