[comp.unix.xenix] switching to 43-line screen/EGA mode

norstar@tnl.UUCP (Daniel Ray) (06/21/89)

Hi. How does one (using /bin/stty or ioctl(S) calls) get an EGA console
screen to go into 43-line mode, allowing more than the usual 25 lines on
the screen??

I've looked in all the manuals to no avail.

Please send email only. Thanx.

norstar
The Northern Lights, Burlington Vermont             |      You don't say?
tnl dialins: 802-865-3614 at 300-2400 bps.        ` | /    Well I'll be an
------------------------------------------      --- * ---  Eager-Beaver(tm)!
uucp: uunet!uvm-gen!tnl!norstar or                / | .   
{decvax,linus}!dartvax!uvm-gen!tnl!norstar          |     

jon_hogan-doran%713.602@fidogate.fido.oz (Jon Hogan-doran) (07/27/89)

Original to: norstar@tnl_uucp
Try the SCO XENIX "vidi" command. Just run "vidi" and it will
give you a number of diffrent res/fonts it can try and change to :
also all "mode##" are graphics modes, so the screen will just go blank,
though you still can get back to text modem by running e.g vidi vga ..
it supports various res e.g e40x25 , v80x25, e80x43 (e-ega , v-vga ..
though i use e80x43 on my vga to get 43 lines on the terminal.
 
--- Zeta
 * Origin: Zeta: Unix, Minix, Xenix support (02) 627-4177 (3:713/602)

davidsen@sungod.crd.ge.com (William Davidsen) (08/03/89)

In /etc/termcap:
	ansi43:\
		:li#43:tc=ansi:

In .profile:
	em43()
	{
	  vidi e80x43
	  TERM=ansi43 TERMCAP="" emacs $*
	  vidi e80x25 # or your favorite setup
	}

  This allows editing in 43 lines mode while running interractive shell
in another mode (normally 25).
	bill davidsen		(davidsen@crdos1.crd.GE.COM)
  {uunet | philabs}!crdgw1!crdos1!davidsen
"Stupidity, like virtue, is its own reward" -me