Index: [thread] [date] [subject] [author]
  From: =?iso-8859-1?Q?Niklas_H=F6glund?= <niklas@canit.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 9 Aug 1999 12:36:41 +0200

Re: S3 ViRGE FIFO

On Sat, Aug 07, 1999 at 10:22:19AM +0200, Martin Lexa wrote:
>   I'm sending here patch for 70%-solving the noising
> problem.
>   Please try all options it has and send me your
> results which one is best for you. We need results
> from all types of ViRGE cards (VX, DX/GX, GX2, ...) to
> choose best option which will go to ViRGE driver.
> So this patch is only for testing and will probably not
> go to cvs tree.
>   On my S3 ViRGE (rev. 6) 86C325 I get non-noising
> 8, 15, 16)bit depth up to 1024x768 resolution.
> 24bit depth is a problem, with FIFO_TYPE set to 3 you
> will probably get only non-noising 640x480. When change
> to 32bit depth nothing will help you. If you want
> 32bit depth you have to decrease vertical refresh rate
> of your monitor.

I applied the patch. It makes my monitor turn off in all four
modes. If I remove the patch, all works again. My ViRGE is a
revision 6 (86C325), just like yours. Things that may differ 
is that I use the Goldstar 56i monitor and that I insmod the
driver with the following script:

for i in /lib/modules/2.2.4/video/*; do insmod $i; done
#insmod /home/niklas/arkiv/degas/degas/kgicon/kgi/kgicon.o
insmod /home/niklas/arkiv/degas/degas/kgicon/kgi/kgicon.o kgicon_width=800 kgicon_height=600 kgicon_bpp=8



-- 
						Niklas

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