LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   the minimum files needed for x? (https://www.linuxquestions.org/questions/linux-software-2/the-minimum-files-needed-for-x-242310/)

Fascistchicken 10-13-2004 04:46 PM

the minimum files needed for x?
 
what are the minimum files needed to run x windows?
i dont mean the standard x, just the bare minimum.
such as, i think it was a toms rootboot floppy, that would boot a small wmless xterm.
i was lookin at "base package", and it was filled with lots of sorta unnecessary files
a server i suppose, and maybe some libraries and possibly even a font?

foo_bar_foo 10-13-2004 10:32 PM

the standard x is really just the bare minimum.
there is a file when you build it
config/cf/host.def
there you can cut it down a little if you know what you are doing
make sure no freetype font server is built either cause you got your own or just want crappy fonts
use some shared libs raher than have x build them
you can also only build your video driver rather than all of them
leave out international fonts
leave out the man pages
build less input drivers

basically all you get is x server (x is a server), fonts that you need , xterm, twm(default window manager),
various utilities(some you don't really need) like xload, xcalc, xclock and oclock
, video output drivers,
and input drivers including the mouse and keyboard that you need.
some otherjunk xmodmap, xinit scripts
really can't do without

the shared libs you need for it to run and includes so other programs can link

foo_bar_foo 10-14-2004 02:54 AM

if size is the issue
on the executables run:
strip --strip-unneeded

and on the libs run:
strip --strip-debug

you will be suprised how smaller they get
don't use --strip-unneeded on the libs or they will be dead


All times are GMT -5. The time now is 05:37 PM.