[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EDUCATIONAL LINUX THREAD -NEW



On thing you can do to reduce the X ram foot print is to execute the
aplication without a window  manager.

here is one user .xinitrc I have setup on my own system for
experimentation (the system is a K6-III 400 with 128MB ram)

.xinitrc:
xsetroot -solid blue &
netscape -geometry 780x580 -no-about-splash

You could setup mulitple xinitrc files, and use a command line script
(maybe even an ncurses program) to select the one used.

		Harry