public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* enlarging terminal
@  Igor Gueths
   ` Samuel Thibault
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi all. A while back I used to use the Stty hack for enlarging my console i.e.,
stty cols 200 rows 81. However, in later kernels this method no longer works.
Therefore, I wondered what us Speakup users are doing these days to enlarge our
consoles? Is Svgatextmode still a viable option? Failing that, maybe a
framebuffer is the next best thing? Anyway, I just wondered what the general
consensus was. Thanks and regards,
-- 
Igor

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: enlarging terminal
@  pj
   ` Samuel Thibault
  0 siblings, 1 reply; 9+ messages in thread
From: pj @  UTC (permalink / raw)
  To: speakup

Greetings.   (list-newbie warning...)

My console boots with 80x25, but after udev has finished it becomes
160x65, which I can hardy read.  I want my 80-chars width back...

I've found lots of recipies for increasing my console font size,
but they all refer to files which don't exist on my debian squeeze.
I've also tried several dpkg-reconfigure commands.

Chuck Hallenbeck wrote:
> I have added vga=773  to my kernel line in the grub menu.lst
> file, which gives me 48 lines of 128 columns.

Steve Holmes wrote:
> I'm using grub2 so I had to do a similar thing but had to be sure
> the grub.cfg file included a 'insmod vbe' before I could get any
> change in screen size; from there I used vga=790 as a kernel
> parameter to achieve a 48 row by 128 column screen.
> Another way you could get a large screen with grub2 is alter the
> values in /etc/default/grub to use gfxterm as the terminal output
> but then grub seemed a lot slower but I got a screen size of
> 96 rows by 256 columns!

My grub.cfg contains:
  function load_video {
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  }

Should I be changing that to this?:
  function load_video {
    insmod vbe vga=NNN
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  }

What NNN should I use to get back my 80x25 ?

Regards,  Peter Billam

http://www.pjb.com.au       pj@pjb.com.au      (03) 6278 9410
"Was der Meister nicht kann,   vermöcht es der Knabe, hätt er
 ihm immer gehorcht?"   Siegfried to Mime, from Act 1 Scene 2


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: enlarging terminal
@  pj
  0 siblings, 0 replies; 9+ messages in thread
From: pj @  UTC (permalink / raw)
  To: speakup

I wrote:
> My console boots with 80x25, but after udev has finished it becomes
> 160x65, which I can hardy read.  I want my 80-chars width back...

Samuel Thibault wrote:
> Did you try dpkg-reconfigure console-setup? The Terminus and VGA
> font choice provides e.g. 32x16 font sizes, which are very nice.

Thank you!  Yes, that works.  I had taken some wrong turning down
the console-tools path when I should have been on the console-setup
path... I had to:
  aptitude install console-setup
  aptitude remove console-tools
  aptitude install kbd
  dpkg-reconfigure console-setup

Thanks,  Regards,  Peter Billam

http://www.pjb.com.au       pj@pjb.com.au      (03) 6278 9410
"Was der Meister nicht kann,   vermöcht es der Knabe, hätt er
 ihm immer gehorcht?"   Siegfried to Mime, from Act 1 Scene 2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 enlarging terminal Igor Gueths
 ` Samuel Thibault
 ` Jason White
 ` Chuck Hallenbeck
   ` Steve Holmes
     ` Igor Gueths
 pj
 ` Samuel Thibault
 pj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).