| Linux is a traditional multi-user system. You can have "dumb" terminals attached via RS-232 serial interfaces. There are times when you don't want a server to have a graphic console, so often you can configure the system to use a serial port as the main console port for system configuration, updates, etc. Some can also be configured for the console to be a remote system or terminal attached via ethernet. In any case, I assume that in your case, you have a standard keyboard and monitor attached to the system? If so, then possibly something is altering the default TERM environment. When your system boots into a text mode environment the default types should probably be "ansi" or something like that. Once you are in the GUI window manager and start a terminal (command line) session, the type in the terminal window will likely be "xterm", which is a superset of the "ansi" terminal type with some extra capabilities such as handling scroll-back buffers, etc.
__________________
Sometimes, real fast is almost as good as real time.
|