Re: [kbd] problem with resizecons
Felix Janda <[email protected]> Sun, 28 Feb 2016 09:53:24 +0100
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <20160228085324.GA340@nyan> |
Rm Beer wrote: > # resizecons 80x25 > cannot find videomode file 80x25 > # resizecons -lines 25 > ( wrong monitor figure in the screen by 16#x25 ) > > i can't configure the resolution screen to 80x25. What file of videomode > needed? not understand. > > Also, not have the "restoretextmode" command that figure in the several > webs and the man page of resizecons in the SEE ALSO section. > > the version of kbd that use is 2.0.3 > the machine is i686 Please read the manpage carefully. As it says, you first need to install svgalib in order to get restoretextmode. resizecons is looking for a file "80x25" which should be created with restoretextmode first. Felix