[Xpert]Re: VBlank interrupt?

2002-10-27 Thread Matan Ziv-Av
nterrupt is enabled only when the ioctl is issued, and disabled after it occurs once. -- Matan Ziv-Av. [EMAIL PROTECTED] ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]Re: VBlank interrupt?

2002-10-23 Thread Matan Ziv-Av
Svgalib's kernel module has an ioctl that waits for retrace, using the card's interrupt. This functionality of the module is independent of svgalib, and can be used also in X11, text mode or fbdev. The interrupt is supported on Matrox, SiS, Rendition and some ATI and nVidia cards. --

[Xpert]Re: two graphic cards one more time

2002-04-26 Thread Matan Ziv-Av
ave the PCI card that runs X as a primary card, and use svgalib on the second card. -- Matan Ziv-Av. [EMAIL PROTECTED] ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]A hidden bug in nv driver

2002-04-18 Thread Matan Ziv-Av
problems, since standard vga registers are written after the extended. -- Matan Ziv-Av. [EMAIL PROTECTED] ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

Re: [Xpert]G450 problem restoring non standard text mode

2002-01-11 Thread Matan
GRestore': > mga_dacG.c:673: structure has no member named `PIXPLLC_Saved' > mga_dacG.c: In function `MGAGSave': > mga_dacG.c:796: structure has no member named `PIXPLLC_Saved' I'm sorry. You also need to add this field to the struct MGARegRec in mga

[Xpert]G450 problem restoring non standard text mode

2002-01-10 Thread Matan
dac(i); + +mgaReg->PIXPLLC_Saved = TRUE; mgaReg->Option = pciReadLong(pMga->PciTag, PCI_OPTION_REG); -- Matan Ziv-Av. [EMAIL PROTECTED] ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert