Index: [thread] [date] [subject] [author]
  From: Evan Martin <txs@concentric.net>
  To  : ggi-develop@eskimo.com
  Date: Tue, 02 Feb 1999 22:53:04 -0800

Re: RIVA problem solved

Evan Martin wrote:
> First, the kgicon driver for the nVidia RIVA 128 doesn't
> seem to work for me.  After I insmod it, the console becomes
> garbled, with lines down the left side of every character.
> It gives me hope to see that it doesn't lock, though. :)
> I understand that everything is very preliminary, but if
> anyone has got this to work, could you email me?

To answer my own question (posting to the list in case any others
are having the same problem):

When I insmod kgicon.o, you I needed to specify the resolution.
I was blindly trying kgicon_width=640 kgicon_height=480, but
if you do the math (480 pixels / 16 pixels per character = 30) that 
becomes 30 lines.
To get a more standard 25 lines, use kgicon_height=400.

Magically, when I use that, it works beautifully.

-- 
Evan Martin - http://e.x0r.ml.org - txs@concentric.net

Index: [thread] [date] [subject] [author]