Re: Just a little newbie question / console speed

From: Vesa-Pekka Palmu (vessu@dlc.fi)
Date: Thu Aug 24 2000 - 16:42:16 CEST


> Sure. In /etc/inittab there are lines which setup the 6 default tty consoles;
> for example:
>
> c1:45:respawn:/bin/agetty 38400 tty1
>
> Change the 38400 to 115200 or 230400 on the six lines, reboot, and watch things
> whiz by. A short script fragment (from last June on this list) that does all
> the work:
>
> tmpfile=/tmp/TempInittab$$ initbak=/etc/inittab.bak$$
> cp /etc/inittab $initbak # save, just in case...
> sed 's/agetty 38400 tty/agetty 115200 tty/g' /etc/inittab > $tmpfile
> mv $tmpfile /etc/inittab

Thanks. Now typing some text is much smoother.

"We are the NORN. Your life as you knew it is over. Your biological and
technological identities will be added to our own. Bibble is irrelevant.
Resistance is futile. You will be assimilated."

http://creatures2.com http://creatures.co.uk

Vesa-Pekka Palmu AKA Depili
E-mail: depili@sci.fi
ICQ#: 12379430

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:15 CET