On Mon, 9 Oct 2000, Marian Krivos wrote:

> I have tested svgalib 1.4.3 on my fresh RH 7.0 installation with TNT2M64 and
> this doesn't work properly. Maximum mode that 'vgatest ' offers to me is
> 320x200x256. Previous version runs OK Up to 1280x1024x16M.

This is a very obvious bug that I can't understand how it got there, and
I don't know how it worked on my TNT2 - in lines 595-600:

       if (found)return 0;
       if (found) {
          found=__svgalib_pci_find_vendor_vga(0x10de,buf,0);
          if (_ioperm) iopl(0);
          if(found)return 0;
       };


The first line (if(found)return 0;) should not be there. 
Please try compiling without that line, and tell me if it works.

> Line 485 in file 'keyboard.c' stop compiling with error in parser. I must
> add one space before and one space behind the '...' symbol to correct this
> issue. GCC ver. is 2.96.

Yes. The docs mention that there should be spaces, but up to 2.95, gcc
did not have problems with it.

-- 
Matan Ziv-Av.                         [EMAIL PROTECTED]


------------------------------------------------------------------
Unsubscribe:  To:   [EMAIL PROTECTED]
              Body: unsubscribe linux-svgalib

Reply via email to