Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [Indy] text console
@ 2003-09-26 12:20 Dominik 'Rathann' Mierzejewski
  2003-09-30 11:25 ` Dominik 'Rathann' Mierzejewski
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik 'Rathann' Mierzejewski @ 2003-09-26 12:20 UTC (permalink / raw)
  To: linux-mips

Hi.

Is there any way to change the size and refresh rate for the
text console? I've searched in the mail-list archives and on
google and came up with nothing.

Regards,

-- 
Dominik 'Rathann' Mierzejewski <rathann@icm.edu.pl>

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

* Re: [Indy] text console
  2003-09-26 12:20 [Indy] text console Dominik 'Rathann' Mierzejewski
@ 2003-09-30 11:25 ` Dominik 'Rathann' Mierzejewski
  2003-09-30 11:41   ` Ladislav Michl
  2003-09-30 13:58   ` Guido Guenther
  0 siblings, 2 replies; 5+ messages in thread
From: Dominik 'Rathann' Mierzejewski @ 2003-09-30 11:25 UTC (permalink / raw)
  To: linux-mips

On Fri, Sep 26, 2003 at 02:20:12PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> Hi.
> 
> Is there any way to change the size and refresh rate for the
> text console? I've searched in the mail-list archives and on
> google and came up with nothing.

Doesn't anyone know? Please help or say it's impossible. I'm
stuck with 1280x1024@60Hz which is very uncomfortable to my
eyes.

-- 
Dominik 'Rathann' Mierzejewski <rathann@icm.edu.pl>

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

* Re: [Indy] text console
  2003-09-30 11:25 ` Dominik 'Rathann' Mierzejewski
@ 2003-09-30 11:41   ` Ladislav Michl
  2003-09-30 13:58   ` Guido Guenther
  1 sibling, 0 replies; 5+ messages in thread
From: Ladislav Michl @ 2003-09-30 11:41 UTC (permalink / raw)
  To: linux-mips

On Tue, Sep 30, 2003 at 01:25:42PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Fri, Sep 26, 2003 at 02:20:12PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> > Hi.
> > 
> > Is there any way to change the size and refresh rate for the
> > text console? I've searched in the mail-list archives and on
> > google and came up with nothing.
> 
> Doesn't anyone know? Please help or say it's impossible. I'm
> stuck with 1280x1024@60Hz which is very uncomfortable to my
> eyes.

newport_con nor newport xfree86 driver doesn't perform any VC2
programing. that means that there is currently no way to setup
refresh rate from linux.

	ladis

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

* Re: [Indy] text console
  2003-09-30 11:25 ` Dominik 'Rathann' Mierzejewski
  2003-09-30 11:41   ` Ladislav Michl
@ 2003-09-30 13:58   ` Guido Guenther
  2003-10-01 10:44     ` Dominik 'Rathann' Mierzejewski
  1 sibling, 1 reply; 5+ messages in thread
From: Guido Guenther @ 2003-09-30 13:58 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Tue, Sep 30, 2003 at 01:25:42PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> Doesn't anyone know? Please help or say it's impossible. I'm
> stuck with 1280x1024@60Hz which is very uncomfortable to my
> eyes.
Try the "monitor" PROM variable to switch to 1024x768. See:
 http://www.parallab.uib.no/SGI_bookshelves/SGI_Admin/books/IA_ConfigOps/sgi_html/ch09.html#LE63851-PARENT
Cheers,
 -- Guido

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Indy] text console
  2003-09-30 13:58   ` Guido Guenther
@ 2003-10-01 10:44     ` Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; 5+ messages in thread
From: Dominik 'Rathann' Mierzejewski @ 2003-10-01 10:44 UTC (permalink / raw)
  To: linux-mips; +Cc: Guido Guenther

On Tue, Sep 30, 2003 at 03:58:46PM +0200, Guido Guenther wrote:
> On Tue, Sep 30, 2003 at 01:25:42PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> > Doesn't anyone know? Please help or say it's impossible. I'm
> > stuck with 1280x1024@60Hz which is very uncomfortable to my
> > eyes.
> Try the "monitor" PROM variable to switch to 1024x768. See:
>  http://www.parallab.uib.no/SGI_bookshelves/SGI_Admin/books/IA_ConfigOps/sgi_html/ch09.html#LE63851-PARENT

Thanks. I've also found this page:
http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi/0650/bks/SGI_Admin/books/IA_ConfigOps/sgi_html/ch09.html#LE63851-PARENT
which appears to be the same, though.

They say nothing about supported values of the "monitor" variable in
PROM. After googling around I tried to "setenv monitor l", but it
doesn't seem to have any effect. A few people on the usenet say it's
possible to change the resolution only from within IRIX.

-- 
Dominik 'Rathann' Mierzejewski <rathann@icm.edu.pl>

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

end of thread, other threads:[~2003-10-01 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-26 12:20 [Indy] text console Dominik 'Rathann' Mierzejewski
2003-09-30 11:25 ` Dominik 'Rathann' Mierzejewski
2003-09-30 11:41   ` Ladislav Michl
2003-09-30 13:58   ` Guido Guenther
2003-10-01 10:44     ` Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox