43/50 line VGA text under UNIX/386?
Jim Balter
jim at segue.segue.com
Wed Sep 26 16:15:40 AEST 1990
In article <15877 at bfmny0.BFM.COM> tneff at bfmny0.BFM.COM (Tom Neff) writes:
>I ask this every couple of months since we have new people coming in all
>the time, and new work being done.
>
>Has **ANYONE** come up with a version of the AT386 ANSI console driver
>that supports more than 25 text lines on the VGA? This is trivial to do
>with the EGA, but the VGA programs differently at the register level and
>none of the vendors seem to have cared about writing matching ioctl's
>for it. (They are probably addicted to X Windows and think nobody uses
>text mode anymore).
If you are running ISC 2.2, you can do
stty ENH_C80x43; echo "[=0;7C\c"; LINES=43
on a VGA and it works. The echo is to fix console driver BD that loses
the cursor when you change to 43-line mode. You can also use setcolor -c.
WARNING: doing this on ISC systems prior to 2.2 is likely to cause your
console go south and require a reboot. I don't know what happens on non-ISC
systems.
More information about the Comp.unix.sysv386
mailing list