Juan said:
G. Morgan has written on 4/16/2013 12:55 AM:
Did that. Screen goes sort of blank. I.e., not exactly a black screen
but there's nothing on it (no icons and no cursor).
Using a search engine, search for:
man startx
to learn more about what it does, and what files it uses.
http://linux.die.net/man/1/startx
In particular, create an .xinitrc file in the home directory.
vi ~/.xinitrc
Then, use that manual page, for hints.
xterm -geometry +0-100 &
exec gnome-session
I put at least one "xterm" in the file, so I'll have
a terminal to work in. Even if the decoration stage
of startup fails, then I can work in the xterm
terminal.
Experiment with that sort of thing.
If it's a live CD, you end up doing it every time.
If you know how to set up a "persistent store" for the
live CD, that file can be preserved between sessions.
I have a USB flash with Ubuntu on it, which includes
a 4GB persistent store image file, for recording such
changes as an ~/.xinitrc file. Depending on the distro,
there may be other ways to indicate a persistent store
is present and available. For example, without "installing"
a Linux distro, you can provide storage for personal files.
On some distros, the problem is, the .xinitrc or equivalent,
/etc/X11/xinit/xinitrc
the one provided by default, is actually wrong. And then
you have to "hack your way out of a mess". Particularly
discouraging, for such errors to exist after this many
years have passed.
Paul