From: Matan Ziv-Av (matan@svgalib.org)
Date: Tue 10 Oct 2000 - 08:09:41 IST
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. matan@svgalib.org
------------------------------------------------------------------
Unsubscribe: To: listbot@svgalib.org
Body: unsubscribe linux-svgalib
This archive was generated by hypermail 2.1.4 : Wed 21 Jan 2004 - 22:10:23 IST