Path: utzoo!attcan!uunet!cs.utexas.edu!usc!srhqla!unigold!hermix!ucla-an!randvax!segue!jim From: jim@segue.segue.com (Jim Balter) Newsgroups: comp.unix.sysv386 Subject: Re: 43/50 line VGA text under UNIX/386? Message-ID: <3924@segue.segue.com> Date: 26 Sep 90 06:15:40 GMT References: <15877@bfmny0.BFM.COM> Reply-To: jim@segue.segue.com (Jim Balter) Organization: Segue Software, Inc. - Santa Monica, CA. +1-213-453-2161 Lines: 21 In article <15877@bfmny0.BFM.COM> tneff@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.